public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-Boot PATCH 0/3] Add support for pcf8575
@ 2015-03-10 15:11 Vignesh R
  2015-03-10 15:11 ` [U-Boot] [U-Boot PATCH 1/3] gpio: pcf8575: Add pcf8575 driver to control gpio lines Vignesh R
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vignesh R @ 2015-03-10 15:11 UTC (permalink / raw)
  To: u-boot

Hi,

This adds driver for pcf8575 in uboot. The driver supports basic
read and write operations on pcf gpio pins.

The first patch adds the driver, second patch and third patch
switches cpsw to use slave0 on DRA72 EVM.

Tested pcf driver on DRA72 EVM by probing pcf lines and cpsw by 
runnning tftp.


Vignesh R (3):
  gpio: pcf8575: Add pcf8575 driver to control gpio lines
  ARM: dra7xx_evm: Enable pcf driver
  ARM: DRA7-EVM: switch cpsw to use slave0

 board/ti/dra7xx/evm.c        |  13 ++-
 drivers/gpio/Makefile        |   1 +
 drivers/gpio/pcf8575.c       | 248 +++++++++++++++++++++++++++++++++++++++++++
 include/configs/dra7xx_evm.h |   4 +
 include/pcf8575.h            |  25 +++++
 5 files changed, 289 insertions(+), 2 deletions(-)
 create mode 100644 drivers/gpio/pcf8575.c
 create mode 100644 include/pcf8575.h

-- 
1.9.1

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

end of thread, other threads:[~2015-03-11 13:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 15:11 [U-Boot] [U-Boot PATCH 0/3] Add support for pcf8575 Vignesh R
2015-03-10 15:11 ` [U-Boot] [U-Boot PATCH 1/3] gpio: pcf8575: Add pcf8575 driver to control gpio lines Vignesh R
2015-03-10 16:03   ` Tom Rini
2015-03-11  8:49     ` Vignesh R
2015-03-11 13:41       ` Tom Rini
2015-03-10 15:11 ` [U-Boot] [U-Boot PATCH 2/3] ARM: dra7xx_evm: Enable pcf driver Vignesh R
2015-03-10 16:03   ` Tom Rini
2015-03-10 15:11 ` [U-Boot] [U-Boot PATCH 3/3] ARM: DRA7-EVM: switch cpsw to use slave0 Vignesh R
2015-03-10 16:03   ` Tom Rini

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