Re: [PATCH 15/15] i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driver

2017-03-23 Thread Hans de Goede
Hi, On 17-03-17 19:22, Andy Shevchenko wrote: On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: The Intel Cherry Trail Whiskey Cove PMIC has a builtin SMBUS controller for talking to an external PMIC. Add a driver for this. Looking to all this mess we have with PMICs, perhaps some file

Re: [PATCH 15/15] i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driver

2017-03-17 Thread Andy Shevchenko
On Fri, 2017-03-17 at 10:55 +0100, Hans de Goede wrote: > The Intel Cherry Trail Whiskey Cove PMIC has a builtin SMBUS > controller > for talking to an external PMIC. Add a driver for this. Looking to all this mess we have with PMICs, perhaps some file under Documentation to explain all those depe

[PATCH 15/15] i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driver

2017-03-17 Thread Hans de Goede
The Intel Cherry Trail Whiskey Cove PMIC has a builtin SMBUS controller for talking to an external PMIC. Add a driver for this. Signed-off-by: Hans de Goede --- drivers/i2c/busses/Kconfig | 9 ++ drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-cht-wc.c | 338 ++