public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] regulator: palmas: cleanup and fixes
@ 2014-06-30 15:57 Nishanth Menon
  2014-06-30 15:57 ` [PATCH V2 1/6] regulator: palmas: Squelch sparse warnings Nishanth Menon
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Nishanth Menon @ 2014-06-30 15:57 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Samuel Ortiz, Lee Jones, Keerthy J
  Cc: Tero Kristo, linux-kernel, linux-omap, linux-tegra,
	Nishanth Menon

Hi,
	Original thread (v1): http://marc.info/?t=140380766500004&r=1&w=2
This series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
branch: topic/palmas (4c0c9ca Merge remote-tracking branch 'regulator/fix/palmas' into regulator-palmas)

This series does a few cleanups to help ensure we dont make typo mistakes and finally provides a fix as attempted by (v1).

Basic cpufreq tests performed on OMAP5uEVM, DRA7-evm, DRA72-evm all of which are palmas variants.

The patches are also available here: https://github.com/nmenon/linux-2.6-playground/commits/broonie-topic-palmas-fixes
		     
Nishanth Menon (6):
  regulator: palmas: Squelch sparse warnings
  regulator: palmas: Rename reg_info to palmas_reg_info
  regulator: palmas: Simplify code by using pointer to palmas_reg_info
  regulator: palmas: Rename palmas_regs_info to
    palmas_generic_regs_info
  regulator: palmas: Simplify code by not indexing regulator_desc
    unnecessarily
  regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917

 drivers/regulator/palmas-regulator.c |  344 ++++++++++++++++------------------
 include/linux/mfd/palmas.h           |    4 +-
 2 files changed, 166 insertions(+), 182 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-07-03 14:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 15:57 [PATCH V2 0/6] regulator: palmas: cleanup and fixes Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 1/6] regulator: palmas: Squelch sparse warnings Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 2/6] regulator: palmas: Rename reg_info to palmas_reg_info Nishanth Menon
2014-07-01  7:41   ` Lee Jones
2014-06-30 15:57 ` [PATCH V2 3/6] regulator: palmas: Simplify code by using pointer " Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 4/6] regulator: palmas: Rename palmas_regs_info to palmas_generic_regs_info Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 5/6] regulator: palmas: Simplify code by not indexing regulator_desc unnecessarily Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 6/6] regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917 Nishanth Menon
2014-06-30 20:22 ` [PATCH V2 0/6] regulator: palmas: cleanup and fixes Stephen Warren
2014-07-01  5:14   ` Keerthy
2014-07-02  5:15 ` Keerthy
2014-07-03 14:26 ` Mark Brown

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