Re: [PATCH v3 2/4] mfd: intel_soc_pmic: I2C interface

2014-05-27 Thread Lee Jones
> The Intel SoC PMIC devices are connected to the CPU via the I2C interface. > This patch provides support of the related I2C operations. Please only use 72 chars for your commit log. > v2: > - Use regmap instead of creating our own I2C read/write callbacks. > v3: > - Use gpiod interface

Re: [PATCH v3 2/4] mfd: intel_soc_pmic: I2C interface

2014-05-27 Thread Lee Jones
The Intel SoC PMIC devices are connected to the CPU via the I2C interface. This patch provides support of the related I2C operations. Please only use 72 chars for your commit log. v2: - Use regmap instead of creating our own I2C read/write callbacks. v3: - Use gpiod interface instead of

[PATCH v3 2/4] mfd: intel_soc_pmic: I2C interface

2014-05-26 Thread Zhu, Lejun
The Intel SoC PMIC devices are connected to the CPU via the I2C interface. This patch provides support of the related I2C operations. v2: - Use regmap instead of creating our own I2C read/write callbacks. v3: - Use gpiod interface instead of gpio numbers. - Remove redundant I2C IDs. - Use

[PATCH v3 2/4] mfd: intel_soc_pmic: I2C interface

2014-05-26 Thread Zhu, Lejun
The Intel SoC PMIC devices are connected to the CPU via the I2C interface. This patch provides support of the related I2C operations. v2: - Use regmap instead of creating our own I2C read/write callbacks. v3: - Use gpiod interface instead of gpio numbers. - Remove redundant I2C IDs. - Use