public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: Simplify max77693 driver
@ 2014-12-19  9:29 Krzysztof Kozlowski
  2014-12-19  9:29 ` [PATCH 1/2] regulator: max77693: Let core parse DT and drop board files support Krzysztof Kozlowski
  2014-12-19  9:29 ` [PATCH 2/2] mfd: max77693: Remove unused structures Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2014-12-19  9:29 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, linux-kernel, Samuel Ortiz, Lee Jones
  Cc: Krzysztof Kozlowski

Hi,

Simplify the max77693 regulator driver by moving DT parse code out
to regulator core.

This removes also board file support. Exynos based boards are DT-only.
This removal allows bigger simplification of driver so overall diffstat
is nice: -95 deletions, 12 additions.

The patch 2/2 depends on first patch so please apply everything at once
or leave second patch for later.

Best regards,
Krzysztof

Krzysztof Kozlowski (2):
  regulator: max77693: Let core parse DT and drop board files support
  mfd: max77693: Remove unused structures

 drivers/regulator/max77693.c | 93 +++++---------------------------------------
 include/linux/mfd/max77693.h | 12 +-----
 2 files changed, 10 insertions(+), 95 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-01-20 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19  9:29 [PATCH 0/2] regulator: Simplify max77693 driver Krzysztof Kozlowski
2014-12-19  9:29 ` [PATCH 1/2] regulator: max77693: Let core parse DT and drop board files support Krzysztof Kozlowski
2014-12-19  9:29 ` [PATCH 2/2] mfd: max77693: Remove unused structures Krzysztof Kozlowski
2015-01-20 15:18   ` Lee Jones

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