mfd: Commonize tps65910 regmap access through header
This change removes the read/write callback functions in favor of common regmap accessors inside the header file. This change also makes use of regmap_read/write for single register access which maps better onto what this driver actually needs. Signed-off-by:Rhyland Klein <rklein@nvidia.com> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
Showing
- drivers/gpio/gpio-tps65910.c 7 additions, 7 deletionsdrivers/gpio/gpio-tps65910.c
- drivers/mfd/tps65910-irq.c 17 additions, 17 deletionsdrivers/mfd/tps65910-irq.c
- drivers/mfd/tps65910.c 9 additions, 31 deletionsdrivers/mfd/tps65910.c
- drivers/regulator/tps65910-regulator.c 42 additions, 46 deletionsdrivers/regulator/tps65910-regulator.c
- include/linux/mfd/tps65910.h 25 additions, 4 deletionsinclude/linux/mfd/tps65910.h
Loading
Please register or sign in to comment