All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <a0393675-l0cyMroinI0@public.gmane.org>
To: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Cc: Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Keerthy J <j-keerthy-l0cyMroinI0@public.gmane.org>,
	Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH V2 0/6] regulator: palmas: cleanup and fixes
Date: Wed, 2 Jul 2014 10:45:39 +0530	[thread overview]
Message-ID: <53B3957B.40006@ti.com> (raw)
In-Reply-To: <1404143859-8160-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>

On Monday 30 June 2014 09:27 PM, Nishanth Menon wrote:
> 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
> 		
For the series:

  Acked-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
>       
> 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(-)
>

WARNING: multiple messages have this Message-ID (diff)
From: Keerthy <a0393675@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Lee Jones <lee.jones@linaro.org>, Keerthy J <j-keerthy@ti.com>,
	Tero Kristo <t-kristo@ti.com>, <linux-kernel@vger.kernel.org>,
	<linux-omap@vger.kernel.org>, <linux-tegra@vger.kernel.org>
Subject: Re: [PATCH V2 0/6] regulator: palmas: cleanup and fixes
Date: Wed, 2 Jul 2014 10:45:39 +0530	[thread overview]
Message-ID: <53B3957B.40006@ti.com> (raw)
In-Reply-To: <1404143859-8160-1-git-send-email-nm@ti.com>

On Monday 30 June 2014 09:27 PM, Nishanth Menon wrote:
> 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
> 		
For the series:

  Acked-by: Keerthy <j-keerthy@ti.com>
>       
> 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(-)
>


  parent reply	other threads:[~2014-07-02  5:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 15:57 [PATCH V2 0/6] regulator: palmas: cleanup and fixes Nishanth Menon
2014-06-30 15:57 ` Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 1/6] regulator: palmas: Squelch sparse warnings Nishanth Menon
2014-06-30 15:57   ` Nishanth Menon
2014-06-30 15:57 ` [PATCH V2 2/6] regulator: palmas: Rename reg_info to palmas_reg_info Nishanth Menon
2014-06-30 15:57   ` Nishanth Menon
2014-07-01  7:41   ` Lee Jones
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   ` 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   ` Nishanth Menon
     [not found] ` <1404143859-8160-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
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     ` Nishanth Menon
2014-06-30 20:22   ` [PATCH V2 0/6] regulator: palmas: cleanup and fixes Stephen Warren
2014-06-30 20:22     ` Stephen Warren
     [not found]     ` <53B1C6EC.7070907-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-07-01  5:14       ` Keerthy
2014-07-01  5:14         ` Keerthy
2014-07-02  5:15   ` Keerthy [this message]
2014-07-02  5:15     ` Keerthy
2014-06-30 15:57 ` [PATCH V2 6/6] regulator: palmas: Fix SMPS enable/disable/is_enable for tps65917 Nishanth Menon
2014-06-30 15:57   ` Nishanth Menon
2014-07-03 14:26 ` [PATCH V2 0/6] regulator: palmas: cleanup and fixes Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B3957B.40006@ti.com \
    --to=a0393675-l0cymroini0@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=j-keerthy-l0cyMroinI0@public.gmane.org \
    --cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nm-l0cyMroinI0@public.gmane.org \
    --cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=t-kristo-l0cyMroinI0@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.