public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] regulator: twl: preparation for TWL6032 support
@ 2016-11-12 12:42 Nicolae Rosia
  2016-11-12 12:42 ` [PATCH 1/4] regulator: twl: make driver DT only Nicolae Rosia
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Nicolae Rosia @ 2016-11-12 12:42 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Liam Girdwood, Mark Brown, linux-omap, linux-kernel,
	Nicolae Rosia

Hello,

I'm planning on adding TWL6032 support but working with the existing twl
regulator driver is hard because of a lot of legacy code.
This series removes unused code and splits up the TWL6030 logic
from TWL4030 so it is easier to build on.

I'm keeping the same name for TWL4030 (twl-regulator.c) to have a clean history
and same CONFIG symbol for both files so we don't break existing users.

Checkpatch warnings are inherited from twl-regulator.c and will be fixed in a
subsequent patch.

Depends on [0] which is already queued in Tony's for-next [1]
branch.

[0] http://www.spinics.net/lists/arm-kernel/msg539812.html
[1] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=for-next

Nicolae Rosia (4):
  regulator: twl: make driver DT only
  regulator: twl: kill unused functions
  regulator: twl-regulator: rework fixed regulator definition
  regulator: twl: split twl6030 logic into its own file

 MAINTAINERS                           |   1 +
 drivers/regulator/Makefile            |   2 +-
 drivers/regulator/twl-regulator.c     | 666 +---------------------------
 drivers/regulator/twl6030-regulator.c | 805 ++++++++++++++++++++++++++++++++++
 4 files changed, 825 insertions(+), 649 deletions(-)
 create mode 100644 drivers/regulator/twl6030-regulator.c

-- 
2.5.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-11-18 12:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-12 12:42 [PATCH 0/4] regulator: twl: preparation for TWL6032 support Nicolae Rosia
2016-11-12 12:42 ` [PATCH 1/4] regulator: twl: make driver DT only Nicolae Rosia
2016-11-18 12:02   ` Applied "regulator: twl: make driver DT only" to the regulator tree Mark Brown
2016-11-12 12:42 ` [PATCH 2/4] regulator: twl: kill unused functions Nicolae Rosia
2016-11-18 12:02   ` Applied "regulator: twl: kill unused functions" to the regulator tree Mark Brown
2016-11-12 12:42 ` [PATCH 3/4] regulator: twl-regulator: rework fixed regulator definition Nicolae Rosia
2016-11-18 12:02   ` Applied "regulator: twl-regulator: rework fixed regulator definition" to the regulator tree Mark Brown
2016-11-12 12:42 ` [PATCH 4/4] regulator: twl: split twl6030 logic into its own file Nicolae Rosia
2016-11-18 12:01   ` Applied "regulator: twl: split twl6030 logic into its own file" to the regulator tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox