Re: [PATCH 3/3] em28xx: add support for registering multiple i2c buses

2013-03-18 Thread Mauro Carvalho Chehab
Em Wed, 06 Mar 2013 17:53:19 +0100 Frank Schäfer escreveu: > Hi Mauro, > > I'm basically fine this patch, just a few comments/thoughts: > > Am 05.03.2013 11:55, schrieb Mauro Carvalho Chehab: > > Register both buses 0 and 1 via I2C API. For now, bus 0 is used > > only by eeprom on all known dev

Re: [PATCH 3/3] em28xx: add support for registering multiple i2c buses

2013-03-06 Thread Frank Schäfer
Hi Mauro, I'm basically fine this patch, just a few comments/thoughts: Am 05.03.2013 11:55, schrieb Mauro Carvalho Chehab: > Register both buses 0 and 1 via I2C API. For now, bus 0 is used > only by eeprom on all known devices. Later patches will be needed > if this changes in the future. > > Sig

[PATCH 3/3] em28xx: add support for registering multiple i2c buses

2013-03-05 Thread Mauro Carvalho Chehab
Register both buses 0 and 1 via I2C API. For now, bus 0 is used only by eeprom on all known devices. Later patches will be needed if this changes in the future. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/em28xx/em28xx-cards.c | 29 +++--- drivers/media/usb/em28xx/em28xx-i2c.c