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
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
2 matches
Mail list logo