All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>,
	Tony Lindgren <tony@atomide.com>, Liam Girdwood <lrg@ti.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>,
	Misael Lopez Cruz <misael.lopez@ti.com>,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] TWL6040: Regulator support
Date: Fri, 17 Feb 2012 13:48:34 +0200	[thread overview]
Message-ID: <4F3E3E92.30304@ti.com> (raw)
In-Reply-To: <1328868316-24749-1-git-send-email-peter.ujfalusi@ti.com>

Hi,

On 02/10/2012 12:05 PM, Peter Ujfalusi wrote:
> Hello,
> 
> This series depends on the V3 of MFD: twl6040: Conversion to i2c driver set.
> 
> In order to have proper regulator support for twl6040 on SDP4430, and
> PandaBoards I needed to add support for the V1V8, and V2V1 SMPS supplies from
> twl6030.
> The configuration on both boards (and the TRM recommendations) are the same, so
> it make sens to have the V1V8, V2V1 supply configured in the twl-common to avoid
> duplicated code in board files.
> 
> The last patch in this series was part of the V2 of MFD: twl6040: Conversion to
> i2c driver set. I have added Mark's Reviewd-by tag, and also addressed his
> comment regarding to the supplies member of the twl6040 struct (no need to
> allocate it separately).
> 
> Regards,
> Peter
> ---
> Peter Ujfalusi (7):
>   OMAP: 4430SDP: Correct fixed regulator device ID
>   regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supply
>   MFD: twl-core: regulator configuration for twl6030 V1V8, V2V1 SMPS
>   OMAP4: twl-common: Add twl6030 V1V8, V2V1 SMPS common configuration
>   OMAP: 4430SDP: Use common configuration for V1V8, V2V1 supplies
>   OMAP: omap4panda: Use common configuration for V1V8, V2V1 supplies
>   MFD: TWL6040: Add regulator support for VIO, V2V1 supplies
> 
>  arch/arm/mach-omap2/board-4430sdp.c    |   11 ++++++--
>  arch/arm/mach-omap2/board-omap4panda.c |    4 ++-
>  arch/arm/mach-omap2/twl-common.c       |   43 ++++++++++++++++++++++++++++++++
>  arch/arm/mach-omap2/twl-common.h       |    2 +
>  drivers/mfd/twl-core.c                 |   10 +++++++
>  drivers/mfd/twl6040-core.c             |   33 +++++++++++++++++++++---
>  drivers/regulator/twl-regulator.c      |    2 +
>  include/linux/i2c/twl.h                |    2 +
>  include/linux/mfd/twl6040.h            |    2 +
>  9 files changed, 101 insertions(+), 8 deletions(-)

It has been a week since I have sent this series. It would be great if
this be on time for 3.4 merge window (with the depending series which
converts the twl6040 mfd part into i2c driver).

Thank you,
Péter

WARNING: multiple messages have this Message-ID (diff)
From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] TWL6040: Regulator support
Date: Fri, 17 Feb 2012 13:48:34 +0200	[thread overview]
Message-ID: <4F3E3E92.30304@ti.com> (raw)
In-Reply-To: <1328868316-24749-1-git-send-email-peter.ujfalusi@ti.com>

Hi,

On 02/10/2012 12:05 PM, Peter Ujfalusi wrote:
> Hello,
> 
> This series depends on the V3 of MFD: twl6040: Conversion to i2c driver set.
> 
> In order to have proper regulator support for twl6040 on SDP4430, and
> PandaBoards I needed to add support for the V1V8, and V2V1 SMPS supplies from
> twl6030.
> The configuration on both boards (and the TRM recommendations) are the same, so
> it make sens to have the V1V8, V2V1 supply configured in the twl-common to avoid
> duplicated code in board files.
> 
> The last patch in this series was part of the V2 of MFD: twl6040: Conversion to
> i2c driver set. I have added Mark's Reviewd-by tag, and also addressed his
> comment regarding to the supplies member of the twl6040 struct (no need to
> allocate it separately).
> 
> Regards,
> Peter
> ---
> Peter Ujfalusi (7):
>   OMAP: 4430SDP: Correct fixed regulator device ID
>   regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supply
>   MFD: twl-core: regulator configuration for twl6030 V1V8, V2V1 SMPS
>   OMAP4: twl-common: Add twl6030 V1V8, V2V1 SMPS common configuration
>   OMAP: 4430SDP: Use common configuration for V1V8, V2V1 supplies
>   OMAP: omap4panda: Use common configuration for V1V8, V2V1 supplies
>   MFD: TWL6040: Add regulator support for VIO, V2V1 supplies
> 
>  arch/arm/mach-omap2/board-4430sdp.c    |   11 ++++++--
>  arch/arm/mach-omap2/board-omap4panda.c |    4 ++-
>  arch/arm/mach-omap2/twl-common.c       |   43 ++++++++++++++++++++++++++++++++
>  arch/arm/mach-omap2/twl-common.h       |    2 +
>  drivers/mfd/twl-core.c                 |   10 +++++++
>  drivers/mfd/twl6040-core.c             |   33 +++++++++++++++++++++---
>  drivers/regulator/twl-regulator.c      |    2 +
>  include/linux/i2c/twl.h                |    2 +
>  include/linux/mfd/twl6040.h            |    2 +
>  9 files changed, 101 insertions(+), 8 deletions(-)

It has been a week since I have sent this series. It would be great if
this be on time for 3.4 merge window (with the depending series which
converts the twl6040 mfd part into i2c driver).

Thank you,
P?ter

  parent reply	other threads:[~2012-02-17 11:48 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-10 10:05 [PATCH 0/7] TWL6040: Regulator support Peter Ujfalusi
2012-02-10 10:05 ` Peter Ujfalusi
2012-02-10 10:05 ` [PATCH 1/7] OMAP: 4430SDP: Correct fixed regulator device ID Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-22 23:01   ` Tony Lindgren
2012-02-22 23:01     ` Tony Lindgren
2012-02-10 10:05 ` [PATCH 2/7] regulator: twl-regulator: Add fixed LDO for V1V8, V2V1 supply Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-10 11:24   ` Mark Brown
2012-02-10 11:24     ` Mark Brown
2012-02-10 10:05 ` [PATCH 3/7] MFD: twl-core: regulator configuration for twl6030 V1V8, V2V1 SMPS Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-23 15:22   ` Samuel Ortiz
2012-02-23 15:22     ` Samuel Ortiz
2012-02-10 10:05 ` [PATCH 4/7] OMAP4: twl-common: Add twl6030 V1V8, V2V1 SMPS common configuration Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-22 23:02   ` Tony Lindgren
2012-02-22 23:02     ` Tony Lindgren
2012-02-10 10:05 ` [PATCH 5/7] OMAP: 4430SDP: Use common configuration for V1V8, V2V1 supplies Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-22 23:02   ` Tony Lindgren
2012-02-22 23:02     ` Tony Lindgren
2012-02-10 10:05 ` [PATCH 6/7] OMAP: omap4panda: " Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-22 23:02   ` Tony Lindgren
2012-02-22 23:02     ` Tony Lindgren
2012-02-10 10:05 ` [PATCH 7/7] MFD: TWL6040: Add regulator support for VIO, " Peter Ujfalusi
2012-02-10 10:05   ` Peter Ujfalusi
2012-02-17 11:48 ` Peter Ujfalusi [this message]
2012-02-17 11:48   ` [PATCH 0/7] TWL6040: Regulator support Peter Ujfalusi

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=4F3E3E92.30304@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@ti.com \
    --cc=misael.lopez@ti.com \
    --cc=sameo@linux.intel.com \
    --cc=santosh.shilimkar@ti.com \
    --cc=tony@atomide.com \
    /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.