uboot-mt623x/drivers/gpio
Chris Packham 5dec49ca22 pca953x: support 16-pin devices
This adds support for for the PCA9535/PCA9539 family of gpio devices which
have 16 output pins.

To let the driver know which devices are 16-pin it is necessary to define
CONFIG_SYS_I2C_PCA953X_WIDTH in your board config file. This is used to
create an array of {chip, ngpio} tuples that are used to determine the
width of a particular chip. For backwards compatibility it is assumed that
any chip not defined in CONFIG_SYS_I2C_PCA953X_WIDTH has 8 pins.

Acked-by: Peter Tyser <ptyser@xes-inc.com>
Tested-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
2011-01-10 07:53:00 +01:00
..
Makefile gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs 2010-12-16 23:02:43 +01:00
at91_gpio.c add a new AT91 GPIO driver 2010-02-12 12:31:54 -06:00
kw_gpio.c Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later 2010-01-23 08:15:48 -06:00
mvmfp.c gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs 2010-12-16 23:02:43 +01:00
mxc_gpio.c Use common function to set GPIOs for MX3 and MX5 2010-09-29 11:24:30 +02:00
pca953x.c pca953x: support 16-pin devices 2011-01-10 07:53:00 +01:00
s5p_gpio.c s5pc1xx: gpio: bug fix at gpio_set_pull function 2010-06-14 18:15:20 -05:00