]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for PCA953x I2C gpio devices
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 17 Dec 2008 22:36:21 +0000 (16:36 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:11:49 +0000 (18:11 -0600)
commite92739d34e2d6b6aca93b2598248210710897ce8
tree48e948a4280720cebc824335dab61f68558e13fc
parent7a8979591171676417ab36852d8811a8c46accd8
Add support for PCA953x I2C gpio devices

Initial support for NXP's 4 and 8 bit I2C gpio expanders
(eg pca9537, pca9557, etc). The CONFIG_PCA953X define
enables support for the devices while the CONFIG_CMD_PCA953X
define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
define enables an 'info' sub-command which provides summary
information for the given pca953x device.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Makefile
README
drivers/gpio/Makefile [new file with mode: 0644]
drivers/gpio/pca953x.c [new file with mode: 0644]
include/pca953x.h [new file with mode: 0644]