This patch series converts uses of the old GPIO API to the GPIO
descriptor API. It also converts the GPIO driver to use the
GPIO irqchip library GPIOLIB_IRQCHIP instead of repimplementing
the same.
Changes in v4:
- Changes mentioned in individual patches of the set.
Changes in v3:
- Combines the latest versions of the three greybus patches together
in a patch series.
Nishad Kamdar (4):
staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP
staging: greybus: gpio: Use gpiochip_get_data() in place of
gpio_chip_to_gb_gpio_controller()
staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor
interface
staging: greybus: arche-platform: Switch to the gpio descriptor
interface
drivers/staging/greybus/Kconfig | 1 +
drivers/staging/greybus/TODO | 2 -
drivers/staging/greybus/arche-apb-ctrl.c | 154 ++++++++-----------
drivers/staging/greybus/arche-platform.c | 124 +++++----------
drivers/staging/greybus/gpio.c | 187 +++--------------------
5 files changed, 129 insertions(+), 339 deletions(-)
--
2.17.1
This patch series converts uses of the old GPIO API to the GPIO
descriptor API. It also converts the GPIO driver to use the
GPIO irqchip library GPIOLIB_IRQCHIP instead of repimplementing
the same.
Changes in v3:
- Combines the latest versions of the three greybus patches together
in a patch series.
Nishad Kamdar (3):
staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP
staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor
interface
staging: greybus: arche-platform: Switch to the gpio descriptor
interface
drivers/staging/greybus/Kconfig | 1 +
drivers/staging/greybus/arche-apb-ctrl.c | 159 ++++++++------------
drivers/staging/greybus/arche-platform.c | 119 +++++----------
drivers/staging/greybus/gpio.c | 184 +++--------------------
4 files changed, 130 insertions(+), 333 deletions(-)
--
2.17.1
First patch align some parameters with parenthesis.
Second patch will add some spaces between string.
Cristian Sicilia (2):
staging: greybus: Align function call parameters to parenthesis
staging: greybus: Added space between string concatenated
drivers/staging/greybus/loopback.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
--
2.7.4