linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: add imx7ulp gpio support
@ 2017-05-15  6:28 Dong Aisheng
  2017-05-15  6:28 ` [PATCH 1/2] dt-bindings: gpio-vf610: add imx7ulp support Dong Aisheng
  2017-05-15  6:28 ` [PATCH 2/2] gpio: " Dong Aisheng
  0 siblings, 2 replies; 7+ messages in thread
From: Dong Aisheng @ 2017-05-15  6:28 UTC (permalink / raw)
  To: linux-gpio
  Cc: linux-arm-kernel, linus.walleij, shawnguo, stefan, ping.bai,
	fugang.duan, kernel, Dong Aisheng

The Rapid General-Purpose Input and Output with 2 Ports (RGPIO2P)
on MX7ULP is similar to GPIO on Vibrid. But unlike Vibrid, the
RGPIO2P has an extra Port Data Direction Register (PDDR) used
to configure the individual port pins for input or output.

We introduce a FSL_GPIO_HAVE_PDDR with fsl_gpio_soc_data data
to distinguish this differences. And we support getting the output
status by checking the GPIO direction in PDDR.

Dong Aisheng (2):
  dt-bindings: gpio-vf610: add imx7ulp support
  gpio: gpio-vf610: add imx7ulp support

 .../devicetree/bindings/gpio/gpio-vf610.txt        |  4 +-
 drivers/gpio/gpio-vf610.c                          | 49 ++++++++++++++++++++--
 2 files changed, 49 insertions(+), 4 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-07-12 14:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15  6:28 [PATCH 0/2] gpio: add imx7ulp gpio support Dong Aisheng
2017-05-15  6:28 ` [PATCH 1/2] dt-bindings: gpio-vf610: add imx7ulp support Dong Aisheng
2017-05-15  6:28 ` [PATCH 2/2] gpio: " Dong Aisheng
2017-05-15 17:58   ` Stefan Agner
2017-06-21 13:30     ` A.s. Dong
2017-06-30 21:53       ` Stefan Agner
2017-07-12 14:12         ` A.s. Dong

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