]> git.karo-electronics.de Git - linux-beck.git/commit
regulators/db8500: split off shared dbx500 code
authorBengt Jonsson <bengt.g.jonsson@stericsson.com>
Fri, 13 Jan 2012 15:30:31 +0000 (16:30 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Jan 2012 12:01:29 +0000 (12:01 +0000)
commit38e968380b27d6c0f4b68bdd6e3161f8a7effe38
treef7b53215a90e4e115d429592cfa0bee6bc2e876a
parentc835e1c00eda6f8f6c6bce49b2d89208f3a184dc
regulators/db8500: split off shared dbx500 code

As we progress with DB5500 and future voltage domain regulators
based on very similar hardware as found in the DB8500 PRCMU,
it makes sense to split off the generic parts and introduce
some generic debug code for the DBx500 regulators. This patch
accoplish a basic abstraction of the DBx500 voltage domain
regulators.

Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/db8500-prcmu.c
drivers/regulator/dbx500-prcmu.c [new file with mode: 0644]
drivers/regulator/dbx500-prcmu.h [new file with mode: 0644]