linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] vf610: Add GPIO support
@ 2014-10-16 19:47 Stefan Agner
  2014-10-16 19:47 ` [PATCH v5 1/4] pinctrl: imx: add gpio pinmux support for vf610 Stefan Agner
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Stefan Agner @ 2014-10-16 19:47 UTC (permalink / raw)
  To: linus.walleij, gnurou, shawn.guo, kernel
  Cc: linux-gpio, linux-arm-kernel, linux-kernel, bpringlemeir, l.stach,
	stefan

Rebased version on top of Linus Walleij's gpio branch.

Shawn, on Friday, Sep 26th you wrote that you applied patch 3/4
(ARM: dts: vf610: use new GPIO support), however it did not yet
appear on your dt tree so far, but newer patches already did.
Maybe I'm wrong here, but can you check?

Since 3rd version of the GPIO support for Vybrid now also includes
the wakeup support which was part of the suspend/resume patchset
I sent earlier this week.

Changes in v5:
- Rebased on gpio devel branch

Changes in v4:
- Rebased on pinctrl devel branch (which has one patch already applied
  hence is not part of this version now)

Changes in v3:
- Configure the pin completely on imx_pmx_gpio_request_enable
- Drop the GPIO_CONTROL flag in favor of using the existing
  SHARE_MUX_CONF_REG flag
- Extend GPIO driver to also include wakeup support
- Cleanup includes in GPIO driver file
- Add brackets in PORT_PCR define
- Use platform_get_irq in favor of irq_of_parse_and_map
- Use device_initcall instead of subsys_initicall

Changes in v2:
- Use bit operations in GPIO driver
- Use VF610_ prefix for GPIOS_PER_PORT define
- Drop irq in drivers struct
- Use arch/subsys_initicall for GPIO/pinctrl driver
- Fix log message title
- Add documentation for GPIO/PORT module bindings
- Extended GPIO device tree bindings for Colibri VF61

Stefan Agner (4):
  pinctrl: imx: add gpio pinmux support for vf610
  gpio: vf610: add gpiolib/IRQ chip driver for Vybrid
  ARM: dts: vf610: use new GPIO support
  Documentation: dts: add bindings for Vybrid GPIO/PORT module

 .../devicetree/bindings/gpio/gpio-vf610.txt        |  56 ++++
 arch/arm/boot/dts/vf610-colibri.dtsi               |   9 +
 arch/arm/boot/dts/vf610-twr.dts                    |   1 +
 arch/arm/boot/dts/vf610.dtsi                       |   1 +
 drivers/gpio/Kconfig                               |   7 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-vf610.c                          | 295 +++++++++++++++++++++
 drivers/pinctrl/freescale/pinctrl-imx.c            |  72 +++++
 8 files changed, 442 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-vf610.txt
 create mode 100644 drivers/gpio/gpio-vf610.c

-- 
2.1.2


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

end of thread, other threads:[~2014-10-24 12:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 19:47 [PATCH v5 0/4] vf610: Add GPIO support Stefan Agner
2014-10-16 19:47 ` [PATCH v5 1/4] pinctrl: imx: add gpio pinmux support for vf610 Stefan Agner
2014-10-24 12:20   ` Linus Walleij
2014-10-16 19:47 ` [PATCH v5 2/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybrid Stefan Agner
2014-10-24 12:21   ` Linus Walleij
2014-10-16 19:47 ` [PATCH v5 3/4] ARM: dts: vf610: use new GPIO support Stefan Agner
2014-10-24 12:24   ` Linus Walleij
2014-10-16 19:48 ` [PATCH v5 4/4] Documentation: dts: add bindings for Vybrid GPIO/PORT module Stefan Agner
2014-10-24 12:23   ` Linus Walleij

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).