Re: [RFC 1/2] [WIP] i2c: import SMBus stuff from linux

2014-06-23 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 12:00:12PM +0400, Antony Pavlov wrote: can we move it to drivers/i2c/i2c-smbus.c? Yes, why not? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str.

[RFC 1/2] [WIP] i2c: import SMBus stuff from linux

2014-06-16 Thread Antony Pavlov
can we move it to drivers/i2c/i2c-smbus.c? Signed-off-by: Antony Pavlov antonynpav...@gmail.com --- drivers/i2c/i2c.c | 368 ++ include/i2c/i2c.h | 64 ++ 2 files changed, 432 insertions(+) diff --git a/drivers/i2c/i2c.c