Re: [spi-devel-general] [PATCH] gpio: add driver for MAX7300 I2C GPIO extender

2009-11-18 Thread Anton Vorontsov
On Wed, Nov 18, 2009 at 01:17:26PM +0100, Wolfram Sang wrote: > Add the MAX7300-I2C variant to the MAX7301-SPI version. They share most parts > of the driver (i.e. the logic) and the read/write-register functions get > encapsulated. It is thus possible to use both variants simultaneously. > > diff

[spi-devel-general] [PATCH] gpio: add driver for MAX7300 I2C GPIO extender

2009-11-18 Thread Wolfram Sang
Add the MAX7300-I2C variant to the MAX7301-SPI version. They share most parts of the driver (i.e. the logic) and the read/write-register functions get encapsulated. It is thus possible to use both variants simultaneously. Signed-off-by: Wolfram Sang Cc: Juergen Beisert Cc: David Brownell Cc: Je