Add device tree based initialization support for TI's tps65910 pmic. Signed-off-by: Rhyland Klein <rkl...@nvidia.com> --- v3: no change since v2. v2: split mfd portion into single change to add dt support added of_node to config before calling regulator_register removed passing pdata...
Documentation/devicetree/bindings/power_supply/ab8500/charger.txt diff --git a/Documentation/devicetree/bindings/mfd/ab8500.txt b/Documentation/devicetree/bindings/mfd/ab8500.txt index 47d232e..4b45a73 100644 --- a/Documentation/devicetree/bindings/mfd/ab8500.txt +++ b/Documentation/devicetree/b...
host controller driver. In order to do that we need to be able to modify the MFD cell corresponding the host controller, so make the core driver to take copy of the cell instead of using it directly. Then we can assign info->pset to the resulting copy of a cell and let the MFD cor...
[PATCH 1/3] devicetree: Add TPS65217 charger binding [PATCH 2/3] power_supply: Add support for tps65217-charger. Or should go through another tree ? >> diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c >> index 55add04..d32b5442 100644 >> --- a/drivers/mfd/tps652...