Files
u-boot-tk1-som/drivers
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
..
2011-01-10 07:53:00 +01:00
2011-01-09 18:06:50 +01:00
2011-01-09 18:06:50 +01:00
2010-12-17 20:20:00 +01:00
2010-12-22 21:16:17 +01:00
2010-12-11 11:01:00 -05:00
2010-12-17 21:24:02 +01:00