linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree
@ 2012-02-24 22:21 Benoit Cousson
  2012-02-24 22:21 ` [PATCH v2 1/6] gpio/omap: Remove bank->id information and misc cleanup Benoit Cousson
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Benoit Cousson @ 2012-02-24 22:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Grant,

Here are a couple of GPIO cleanup + the DT adaptation patches.
This update (compared to v1 [1]) is adding an extra fix for SPARSE_IRQ support
and add the second cell in the binding for GPIO IRQ type that was missing
previously whereas the driver does support it.

This series is based on 3.3-rc4 + for_3.4/dt_base branch to get
the needed cleanup and fixes for OMAP.

The interrupt controller support is using irq_domain_add_legacy for
the moment and will be updated next to use irqchip irq_domain.

It requires the irq_domain generalization and refinement series
available at:
  git://git.secretlab.ca/git/linux-2.6 irqdomain/next
  
It requires as well Tarun's GPIO cleanup series available at:
  git://gitorious.org/~tarunkanti/omap-sw-develoment/tarunkantis-linux-omap-dev for_3.4/gpio_cleanup_fixes_v9

This series is available here for reference:
  git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dt_gpio

Regards,
Benoit

[1] http://www.spinics.net/lists/linux-omap/msg64694.html


Benoit Cousson (6):
  gpio/omap: Remove bank->id information and misc cleanup
  gpio/omap: Use devm_ API and add request_mem_region
  gpio/omap: Add DT support to GPIO driver
  gpio/omap: Fix IRQ handling for SPARSE_IRQ
  arm/dts: OMAP4: Add gpio nodes
  arm/dts: OMAP3: Add gpio nodes

 .../devicetree/bindings/gpio/gpio-omap.txt         |   36 ++++
 arch/arm/boot/dts/omap3.dtsi                       |   54 +++++
 arch/arm/boot/dts/omap4.dtsi                       |   54 +++++
 arch/arm/mach-omap2/gpio.c                         |    8 +-
 arch/arm/plat-omap/include/plat/gpio.h             |   22 +--
 drivers/gpio/gpio-omap.c                           |  208 ++++++++++++++------
 6 files changed, 304 insertions(+), 78 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt

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

end of thread, other threads:[~2012-03-05 22:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 22:21 [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 1/6] gpio/omap: Remove bank->id information and misc cleanup Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 2/6] gpio/omap: Use devm_ API and add request_mem_region Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 3/6] gpio/omap: Add DT support to GPIO driver Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 4/6] gpio/omap: Fix IRQ handling for SPARSE_IRQ Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 5/6] arm/dts: OMAP4: Add gpio nodes Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 6/6] arm/dts: OMAP3: " Benoit Cousson
2012-02-28  1:22 ` [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree Kevin Hilman
2012-02-28 10:02   ` Cousson, Benoit
2012-03-05 22:33 ` Cousson, Benoit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).