Re: [PATCH 2/4] i2c: Add Congatec CGEB I2C driver

2015-06-12 Thread Wolfram Sang
Oh, this one again. Like last time, close to be ready. > +#include > +#include > +#include > +#include > +#include Please sort the includes. > +struct cgeb_i2c_priv { > + struct cgeb_board_data *board; > + struct i2c_adapter adapter; > + int unit; > +}; Only a si

[PATCH 2/4] i2c: Add Congatec CGEB I2C driver

2015-06-11 Thread Christian Gmeiner
From: Sascha Hauer This driver provides a I2C bus driver for the CGEB interface found on some Congatec x86 modules. No devices are registered on the bus, the user has to do this via the i2c device /sys interface. Signed-off-by: Sascha Hauer Signed-off-by: Christian Gmeiner --- drivers/i2c/bus