RE: [PATCH V2 2/4] mfd: pv88080: MFD core support
From: Eric Hyeung Dong Jeong <hidden>
Date: 2016-11-08 06:16:10
Also in:
linux-gpio, lkml
From: Eric Hyeung Dong Jeong <hidden>
Date: 2016-11-08 06:16:10
Also in:
linux-gpio, lkml
On Friday, October 28, 2016 5:11 AM, Linux Walleij wrote:
On Thu, Oct 27, 2016 at 3:03 AM, Eric Jeong [off-list ref] wrote:quoted
From: Eric Jeong <redacted> This patch adds supports for PV88080 MFD core device. It provides communication through the I2C interface. It contains the following components: - Regulators - Configurable GPIOs Kconfig and Makefile are updated to reflect support for PV88080 PMIC. Signed-off-by: Eric Jeong <redacted>(...)quoted
drivers/mfd/pv88080-i2c.c | 99 ++++++++++++++++This looks like a pure I2C driver. Why is it not in drivers/i2c/busses/i2c-pv88080.c? Yours, Linus Walleij
Ok. I agree with you. So, I will send patch again after combining the relevant files into one. Thank you. Regards Eric