mfd: db8500 stop passing around platform data
authorArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 15:53:31 +0000 (16:53 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Jul 2016 09:23:58 +0000 (11:23 +0200)
commit4e657946cbf68998b51b331375a1209e90792fe4
treec5a64f3141e85adef5993d63af0ac9493c05414a
parentcf4129ea212d71f7860bded25d42388265172bee
mfd: db8500 stop passing around platform data

Except for the constant DB8500_PRCMU_FW_VERSION_OFFSET number, nothing
is ever passed through the platform data and used in a driver, so we
can simply stop passing it around.

Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c
arch/arm/mach-ux500/setup.h
drivers/mfd/ab8500-core.c
drivers/mfd/ab8500-sysctrl.c
drivers/mfd/db8500-prcmu.c
include/linux/mfd/abx500/ab8500-sysctrl.h
include/linux/mfd/dbx500-prcmu.h
This page took 0.026413 seconds and 5 git commands to generate.