]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
regulator: twl: split twl6030 logic into its own file
authorNicolae Rosia <Nicolae_Rosia@mentor.com>
Sat, 12 Nov 2016 12:42:15 +0000 (14:42 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 16 Nov 2016 18:04:03 +0000 (18:04 +0000)
commitcac28ae60e3dae1814f12f0d24d041a67153692c
treee12c46cdf94ecef440595eee04f8040685a99a9f
parent8313a4fb66b15816883792c9beed45b8978b1c8b
regulator: twl: split twl6030 logic into its own file

In order to not break existing users, we keep using the same
CONFIG symbol.
This makes it easier to add support for TWL6032 and refactor
mfd/twl-core.
Checkpatch warnings are inherited from twl-regulator.c and will
be addressed in a subsequent patch.

Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
drivers/regulator/Makefile
drivers/regulator/twl-regulator.c
drivers/regulator/twl6030-regulator.c [new file with mode: 0644]