On Wed, Jun 14, 2017 at 09:04:14PM +0200, Michał Mirosław wrote: > This enables configuring the PMIC's sleep mode via device-tree. > > A pointer indirection to sleep mode data is removed, as it simplifies > the implementation slightly. In current kernel tree, platform data > structure is not used outside MFD cell drivers. > > Signed-off-by: Michał Mirosław <[email protected]> > --- > v2: > - updated commit message > > Documentation/devicetree/bindings/mfd/tps65910.txt | 4 ++++ > drivers/mfd/tps65910.c | 22 > +++++++++++++++------- > include/linux/mfd/tps65910.h | 2 +- > 3 files changed, 20 insertions(+), 8 deletions(-)
Acked-by: Rob Herring <[email protected]>

