From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Remove bq24022 driver superseeded by gpio-regulator
Date: Fri, 2 Mar 2012 13:55:21 +0100 [thread overview]
Message-ID: <201203021355.21669.heiko@sntech.de> (raw)
The bq24022 regulator is simply a more specialised variant of the now
present gpio-regulator. Therefore it probably shouldn't stay around.
This series converts the two users of bq24022 pxa/hx4700 and
pxa/magician to use the gpio-regulator instead, and after this removes
the then unused bq24022 driver.
The series was compile-tested only, but the gpio-regulator itself is
sucessfully used on my platform for the dcdc3 of a tps650240 (voltage
regulator with one gpio) and for a bq24075 (current regulator with two
gpios). So I'm quite sure it should work correctly but would welcome
testers :-) .
Heiko Stuebner (2):
pxa: magician/hx4700: Convert to gpio-regulator from bq24022
regulator: Remove bq24022 regulator driver
arch/arm/configs/magician_defconfig | 2 +-
arch/arm/mach-pxa/hx4700.c | 33 ++++++--
arch/arm/mach-pxa/magician.c | 33 ++++++--
drivers/regulator/Kconfig | 8 --
drivers/regulator/Makefile | 1 -
drivers/regulator/bq24022.c | 162 -----------------------------------
include/linux/regulator/bq24022.h | 24 -----
7 files changed, 55 insertions(+), 208 deletions(-)
delete mode 100644 drivers/regulator/bq24022.c
delete mode 100644 include/linux/regulator/bq24022.h
--
1.7.5.4
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
Liam Girdwood <lrg@ti.com>,
Philipp Zabel <philipp.zabel@gmail.com>,
Eric Miao <eric.y.miao@gmail.com>,
Haojian Zhuang <haojian.zhuang@marvell.com>,
"Russell King - ARM Linux" <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/2] Remove bq24022 driver superseeded by gpio-regulator
Date: Fri, 2 Mar 2012 13:55:21 +0100 [thread overview]
Message-ID: <201203021355.21669.heiko@sntech.de> (raw)
The bq24022 regulator is simply a more specialised variant of the now
present gpio-regulator. Therefore it probably shouldn't stay around.
This series converts the two users of bq24022 pxa/hx4700 and
pxa/magician to use the gpio-regulator instead, and after this removes
the then unused bq24022 driver.
The series was compile-tested only, but the gpio-regulator itself is
sucessfully used on my platform for the dcdc3 of a tps650240 (voltage
regulator with one gpio) and for a bq24075 (current regulator with two
gpios). So I'm quite sure it should work correctly but would welcome
testers :-) .
Heiko Stuebner (2):
pxa: magician/hx4700: Convert to gpio-regulator from bq24022
regulator: Remove bq24022 regulator driver
arch/arm/configs/magician_defconfig | 2 +-
arch/arm/mach-pxa/hx4700.c | 33 ++++++--
arch/arm/mach-pxa/magician.c | 33 ++++++--
drivers/regulator/Kconfig | 8 --
drivers/regulator/Makefile | 1 -
drivers/regulator/bq24022.c | 162 -----------------------------------
include/linux/regulator/bq24022.h | 24 -----
7 files changed, 55 insertions(+), 208 deletions(-)
delete mode 100644 drivers/regulator/bq24022.c
delete mode 100644 include/linux/regulator/bq24022.h
--
1.7.5.4
next reply other threads:[~2012-03-02 12:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-02 12:55 Heiko Stübner [this message]
2012-03-02 12:55 ` [PATCH 0/2] Remove bq24022 driver superseeded by gpio-regulator Heiko Stübner
2012-03-02 12:56 ` [PATCH 1/2] pxa: magician/hx4700: Convert to gpio-regulator from bq24022 Heiko Stübner
2012-03-02 12:56 ` Heiko Stübner
2012-03-03 1:46 ` Paul Parsons
2012-03-03 1:46 ` Paul Parsons
2012-03-02 12:57 ` [PATCH 2/2] regulator: Remove bq24022 regulator driver Heiko Stübner
2012-03-02 12:57 ` Heiko Stübner
2012-03-06 12:14 ` Mark Brown
2012-03-06 12:14 ` Mark Brown
2012-03-06 6:04 ` [PATCH 0/2] Remove bq24022 driver superseeded by gpio-regulator Haojian Zhuang
2012-03-06 6:04 ` Haojian Zhuang
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=201203021355.21669.heiko@sntech.de \
--to=heiko@sntech.de \
--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.