public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add support for TI PCF8575 I2C GPIO expander
@ 2016-07-25 13:10 Vignesh R
  2016-07-25 13:10 ` [U-Boot] [PATCH 1/4] gpio: Add driver " Vignesh R
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Vignesh R @ 2016-07-25 13:10 UTC (permalink / raw)
  To: u-boot

This series adds support for TI's PCF8575 I2C GPIO expander[1] based on
Linux Kernel driver for the same.  Also adds support for ethernet to use
new PCF8575 driver to select appropriate cpsw slaves on dra72.

Depends on I2C DM support [2]

Tested on DRA72 EVM.

[1]http://www.ti.com/lit/ds/symlink/pcf8575.pdf
[2]https://www.mail-archive.com/u-boot at lists.denx.de/msg218923.html

Vignesh R (4):
  gpio: Add driver for TI PCF8575 I2C GPIO expander
  ARM: dra7xx_evm: Enable support for TI PCF8575
  net: cpsw: Add support to drive gpios for ethernet to be functional
  ARM: dts: dra72-evm: Add mode-gpios entry for mac node

 arch/arm/dts/dra72-evm.dts                     |   2 +-
 doc/device-tree-bindings/gpio/gpio-pcf857x.txt |  71 +++++++++
 drivers/gpio/Kconfig                           |   7 +
 drivers/gpio/Makefile                          |   1 +
 drivers/gpio/pcf8575_gpio.c                    | 199 +++++++++++++++++++++++++
 drivers/net/cpsw.c                             |  13 ++
 include/configs/dra7xx_evm.h                   |   5 +
 7 files changed, 297 insertions(+), 1 deletion(-)
 create mode 100644 doc/device-tree-bindings/gpio/gpio-pcf857x.txt
 create mode 100644 drivers/gpio/pcf8575_gpio.c

-- 
2.9.2

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

end of thread, other threads:[~2016-08-01  8:54 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 13:10 [U-Boot] [PATCH 0/4] Add support for TI PCF8575 I2C GPIO expander Vignesh R
2016-07-25 13:10 ` [U-Boot] [PATCH 1/4] gpio: Add driver " Vignesh R
2016-07-25 13:38   ` Tom Rini
2016-08-01  1:01   ` Simon Glass
2016-08-01  8:54     ` Vignesh R
2016-07-25 13:10 ` [U-Boot] [PATCH 2/4] ARM: dra7xx_evm: Enable support for TI PCF8575 Vignesh R
2016-07-25 13:38   ` Tom Rini
2016-07-26  6:33     ` Vignesh R
2016-08-01  1:01       ` Simon Glass
2016-08-01  4:23         ` Vignesh R
2016-07-25 13:10 ` [U-Boot] [PATCH 3/4] net: cpsw: Add support to drive gpios for ethernet to be functional Vignesh R
2016-07-25 13:38   ` Tom Rini
2016-07-26  6:37     ` R, Vignesh
2016-07-26  6:56       ` Wolfgang Denk
2016-07-26  6:58         ` R, Vignesh
2016-07-26 12:13       ` Tom Rini
2016-07-27 12:53         ` Vignesh R
2016-07-25 13:10 ` [U-Boot] [PATCH 4/4] ARM: dts: dra72-evm: Add mode-gpios entry for mac node Vignesh R
2016-07-25 13:38   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox