[i2c] twl4030 module rewrite
Felipe Balbi
felipebalbi at users.sourceforge.net
Fri Jul 11 12:38:47 CEST 2008
Hi Jean,
On 7/11/08, Jean Delvare <khali at linux-fr.org> wrote:
> If you want the same driver to handle all 4 addresses, and you want
> them to show as a single device, then the usual way to handle this
> would be to have a single address declared in i2c_board_info, and have
> the driver itself call i2c_new_dummy() 3 times to request the 3
> additional addresses during device probe.
Thanks for this pointer. So to clear my mind, in this time I'd have to
keep a list of all 4 i2c_client pointers because they'd have different
addresses (although it's the same adapter).
--
Best Regards,
Felipe Balbi
felipebalbi at users.sourceforge.net
More information about the i2c
mailing list