All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ARM: bcm281xx: GPIO driver
@ 2013-08-19 18:59 Markus Mayer
  2013-08-19 18:59 ` [PATCH v4 1/3] ARM: bcm281xx: Add " Markus Mayer
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Markus Mayer @ 2013-08-19 18:59 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds the GPIO driver, and its device tree bindings,
for the Broadcom bcm281xx family of chips.

Changes since v3:

- removed global variables
- removed inline functions for register access
- removed bcm_kona_gpio_request() & bcm_kona_gpio_free()
- removed bcm_kona_gpio_remove() for now
- fixed MODULE_DEVICE_TABLE
- added chip-specific compatibility value to device tree binding
- added missing "#interrupt-cells = <2>;" to device tree binding
- device tree binding document comes with code patch (rather than DT patch)
- turn on GPIO by defaulting to 'y', not by selecting based on platform
- use symbolic values in device tree file
- some additional clean-up & error-checking

Markus Mayer (3):
  ARM: bcm281xx: Add GPIO driver
  ARM: bcm281xx: Enable GPIO driver
  ARM: bcm281xx: Device Tree bindings for GPIO driver

 .../devicetree/bindings/gpio/gpio-bcm-kona.txt     |   43 ++
 arch/arm/boot/dts/bcm11351.dtsi                    |   16 +
 arch/arm/mach-bcm/Kconfig                          |    1 -
 drivers/gpio/Kconfig                               |    7 +
 drivers/gpio/Makefile                              |    1 +
 drivers/gpio/gpio-bcm-kona.c                       |  658 ++++++++++++++++++++
 6 files changed, 725 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
 create mode 100644 drivers/gpio/gpio-bcm-kona.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-08-28 19:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-19 18:59 [PATCH v4 0/3] ARM: bcm281xx: GPIO driver Markus Mayer
2013-08-19 18:59 ` [PATCH v4 1/3] ARM: bcm281xx: Add " Markus Mayer
2013-08-19 19:02   ` Florian Fainelli
2013-08-19 19:05     ` Markus Mayer
2013-08-19 19:11       ` Florian Fainelli
2013-08-19 19:23         ` Markus Mayer
2013-08-19 20:54           ` Florian Fainelli
2013-08-19 22:47   ` Tomasz Figa
2013-08-19 22:52     ` Stephen Warren
2013-08-19 22:50   ` Stephen Warren
2013-08-23 17:34   ` Linus Walleij
2013-08-23 17:58     ` Markus Mayer
2013-08-23 19:30       ` Markus Mayer
2013-08-28 19:50         ` Linus Walleij
2013-08-28 19:50           ` Linus Walleij
2013-08-19 18:59 ` [PATCH v4 2/3] ARM: bcm281xx: Enable " Markus Mayer
2013-08-23 17:37   ` Linus Walleij
2013-08-19 18:59 ` [PATCH v4 3/3] ARM: bcm281xx: Device Tree bindings for " Markus Mayer
2013-08-19 21:45   ` Tomasz Figa
2013-08-19 22:31     ` Markus Mayer
2013-08-23 17:38   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.