> This patch provides the common I2C driver code for Intel SoC PMICs. > > Signed-off-by: Yang, Bin <bin.y...@intel.com> > Signed-off-by: Zhu, Lejun <lejun....@linux.intel.com> > --- > v2: > - Use regmap instead of creating our own I2C read/write callbacks. > - Add one missing EXPORT_SYMBOL. > - Remove duplicate code and put them into pmic_regmap_load_from_hw. > v3: > - Use regmap-irq. Remove our own pmic_regmap_* and IRQ handling code. > - Remove intel_soc_pmic_dev() and intel_soc_pmic_set_pdata(). > - Use EXPORT_SYMBOL_GPL for exposed APIs. > - Use gpiod interface instead of gpio numbers. > - Remove redundant I2C IDs. > - Use managed allocations. > v4: > - Remove all exported APIs which are wrappers of regmap API, export > the regmap in data structure instead. > - Combine I2C and core .c files. > - Clean up include files. > - Use intel_soc_pmic_ prefix to replace pmic_ and intel_pmic_. > - Fix various coding style issues. > v5: > - Add comment to describe what is done in _find_gpio_irq(). > - Remove i2c id. Only keep ACPI id and match it in _probe(). > - Further fix of coding style issues. > --- > drivers/mfd/intel_soc_pmic_core.c | 168 > +++++++++++++++++++++++++++++++++++++ > drivers/mfd/intel_soc_pmic_core.h | 32 +++++++ > include/linux/mfd/intel_soc_pmic.h | 30 +++++++ > 3 files changed, 230 insertions(+) > create mode 100644 drivers/mfd/intel_soc_pmic_core.c > create mode 100644 drivers/mfd/intel_soc_pmic_core.h > create mode 100644 include/linux/mfd/intel_soc_pmic.h
Looks good to me now, but the merge window is immenent. If there are no more comments in 2 weeks time I will apply for v3.17. Acked-by: Lee Jones <lee.jo...@linaro.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/