tps65910 was converted a long time ago to regmap. This series cleans up after the conversion by removing tps65910_reg_*() indirections and other unused fields in MFD structure. Michał Mirosław (5): gpio: tps65910: use regmap accessors regulator: tps65910: use regmap accessors mfd: tps65911-comparator: use regmap accessors mfd: tps65910: clean up after switching to regmap mfd: tps65910: remove unused pointers drivers/gpio/gpio-tps65910.c | 12 +-- drivers/mfd/tps65910.c | 16 ++-- drivers/mfd/tps65911-comparator.c | 4 +- drivers/regulator/tps65910-regulator.c | 125 +++++++++++++------------ include/linux/mfd/tps65910.h | 40 -------- 5 files changed, 79 insertions(+), 118 deletions(-) -- 2.20.1