All of lore.kernel.org
 help / color / mirror / Atom feed
From: lrg@slimlogic.co.uk (Liam Girdwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] mfd: regulator: max8998: BUCK1/2 control augmented by GPIO pins
Date: Mon, 27 Sep 2010 19:38:45 +0100	[thread overview]
Message-ID: <1285612725.9061.29.camel@vega> (raw)
In-Reply-To: <1285590747-32404-1-git-send-email-l.majewski@samsung.com>

On Mon, 2010-09-27 at 14:32 +0200, Lukasz Majewski wrote:
> This patch series provides the "fast patch" for BUCK1/2 voltage setting. When requested
> voltage is required and it is available at MAX8998 internal registers, no I2C communication
> is performed and voltage is changed by GPIO setting.
> 
> For BUCK1 two predefined, maximum voltages may be defined. BUCK2 allows for one such 
> value definition.
> 
> Changes v3:
> - GPIOs not defined at platform data ( i.e. = 0) are causing WARN_ON
> - patches are presenting changes in the driver in a more clear way
> - ability to add predefined (preferably maximal) voltage values
> - no constants used when predefined voltage values defined
> - checks if driver is operating at valid GPIOs 
> 
> Lukasz Majewski (5):
>   mfd: regulator: max8998: separate set_voltage for ldo and buck
>   mfd: regulator: max8998: Support for chips compliant with max8998
>   mfd: regulator: max8998: BUCK1/2 internal voltages and their index
>     added
>   mfd: regulator: max8998: voltages and GPIOs added to platform data
>     structure
>   mfd: regulator: max8998: BUCK1/2 voltage change with use of GPIOs
> 
>  drivers/mfd/max8998.c               |    5 +-
>  drivers/regulator/max8998.c         |  257 ++++++++++++++++++++++++++++++++---
>  include/linux/mfd/max8998-private.h |   23 +++-
>  include/linux/mfd/max8998.h         |   12 ++
>  4 files changed, 268 insertions(+), 29 deletions(-)

Do you want to take this or shall I ?

Thanks

Liam

-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

  parent reply	other threads:[~2010-09-27 18:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-27 12:32 [PATCH v3 0/5] mfd: regulator: max8998: BUCK1/2 control augmented by GPIO pins Lukasz Majewski
2010-09-27 12:32 ` [PATCH v3 1/5] mfd: regulator: max8998: separate set_voltage for ldo and buck Lukasz Majewski
2010-09-27 16:01   ` Mark Brown
2010-09-27 12:32 ` [PATCH v3 2/5] mfd: regulator: max8998: Support for ICs compliant with max8998 Lukasz Majewski
2010-09-27 16:03   ` Mark Brown
2010-09-27 12:32 ` [PATCH v3 3/5] mfd: regulator: max8998: BUCK1/2 internal voltages and indexes defined Lukasz Majewski
2010-09-27 16:04   ` Mark Brown
2010-09-27 12:32 ` [PATCH v3 4/5] mfd: regulator: max8998: voltages and GPIOs defined at platform data structure Lukasz Majewski
2010-09-27 18:43   ` Samuel Ortiz
2010-10-02 13:33     ` Liam Girdwood
2010-10-04  6:46       ` Lukasz Majewski
2010-10-04 10:09         ` Liam Girdwood
2010-10-04 11:36           ` Lukasz Majewski
2010-10-06  7:05           ` Marek Szyprowski
2010-10-06 10:46             ` Liam Girdwood
2010-10-18 23:47               ` Samuel Ortiz
2010-10-19  9:22                 ` Liam Girdwood
2010-09-27 12:32 ` [PATCH v3 5/5] mfd: regulator: max8998: BUCK1/2 voltage change with use of GPIOs Lukasz Majewski
2010-09-27 16:13   ` Mark Brown
2010-09-27 18:38 ` Liam Girdwood [this message]
2010-09-27 18:40   ` [PATCH v3 0/5] mfd: regulator: max8998: BUCK1/2 control augmented by GPIO pins Liam Girdwood
2010-09-27 18:45     ` Samuel Ortiz

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=1285612725.9061.29.camel@vega \
    --to=lrg@slimlogic.co.uk \
    --cc=linux-arm-kernel@lists.infradead.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.