[PATCH 0/2] gpio: dt: add gpio-export support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Wed Nov 21 05:12:59 EST 2012


HI,

	This patch serie add the support of gpio-export to DT

	This also extend to gpio_export with the possibility to specify a name
	for the gpio.
	When you support different hardware you do not need to knwon which gpio
	is used at application level just you have it

	based on next-20121115 tested on AT91 Animeo IP

  gpiolib-of: ad gpio-export support (2012-11-19 20:36:03 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
      gpiolib: add gpio_export_with_name
      gpiolib-of: ad gpio-export support

 Documentation/devicetree/bindings/gpio/gpio.txt |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/mips/include/asm/mach-au1x00/gpio-au1000.h |    3 ++-
 arch/mips/include/asm/mach-au1x00/gpio-au1300.h |    3 ++-
 drivers/gpio/gpiolib-of.c                       |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/gpio/gpiolib.c                          |   12 +++++++-----
 include/asm-generic/gpio.h                      |    6 ++++--
 include/linux/gpio.h                            |   23 ++++++++++++++++++++++-
 7 files changed, 158 insertions(+), 10 deletions(-)

Best Regards,
J.



More information about the linux-arm-kernel mailing list