
Hello Menon,
Menon, Nishanth wrote:
-----Original Message----- From: Tom Rix [mailto:Tom.Rix@windriver.com] Sent: Wednesday, June 10, 2009 7:54 AM To: u-boot@lists.denx.de Cc: dirk.behme@googlemail.com; Menon, Nishanth; Tom Rix Subject: [PATCH 2/4] I2C Add initial support for TWL4030
drivers/i2c/Makefile | 1 + drivers/i2c/twl4030_i2c.c | 37 ++++++++ include/twl4030.h | 221
This is an interesting area -> in kernel we used to have i2c/busses and i2c/chips -> u-boot has drivers/i2c which probably is equivalent to i2c/busses -> should we create subdirectories there? In the current form, this driver does not fit into drivers/i2c if I am not wrong..
No, I think it is not necessary here to create subdirs in "drivers/i2c". This driver should go in "drivers/power" ...
bye Heiko