On Mon, Jan 10, 2011 at 8:02 PM, Heiko Schocher <[email protected]> wrote:
> Hello Chris,
>
> Sorry for the late reply, but just looked in patchwork and found that
> I am responsible for your patch, so ...
>
> Chris Packham wrote:
>> 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 <[email protected]>
>> Tested-by: Peter Tyser <[email protected]>
>> Signed-off-by: Chris Packham <[email protected]>
>>
>> ---
>> Changes since v3:
>> - pca953x_ngpio is now a function in all cases.
>> - Added Peter's ACK to the commit message.
>>
>>  README                 |    4 ++
>>  drivers/gpio/pca953x.c |  114 
>> ++++++++++++++++++++++++++++++++++++++----------
>>  2 files changed, 95 insertions(+), 23 deletions(-)
>
> Compiles with actual u-boot the xpedite* boards, so added to
> u-boot-i2c.git
>
> Thanks!
>
> bye,
> Heiko

Thanks I was about to poke the mailing list to find out where things
had got to. Did I miss something on
http://www.denx.de/wiki/U-Boot/Patches that says look <here> list for
a custodian and CC them?
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to