linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL][v3.4] pull request on arch-pxa for regulator branch
@ 2012-03-06  6:08 Haojian Zhuang
  2012-03-06  9:52 ` Mark Brown
  2012-03-06 10:05 ` Haojian Zhuang
  0 siblings, 2 replies; 4+ messages in thread
From: Haojian Zhuang @ 2012-03-06  6:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

Please help to pull these from arch-pxa tree.

The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:

  Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)

are available in the git repository at:
  git://github.com/hzhuang1/linux.git regulator

Heiko St?bner (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

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

* [GIT PULL][v3.4] pull request on arch-pxa for regulator branch
  2012-03-06  6:08 [GIT PULL][v3.4] pull request on arch-pxa for regulator branch Haojian Zhuang
@ 2012-03-06  9:52 ` Mark Brown
  2012-03-06 10:04   ` Haojian Zhuang
  2012-03-06 10:05 ` Haojian Zhuang
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2012-03-06  9:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 06, 2012 at 02:08:12PM +0800, Haojian Zhuang wrote:

> Heiko St?bner (2):
>       pxa: magician/hx4700: Convert to gpio-regulator from bq24022
>       regulator: Remove bq24022 regulator driver

Please wait for some confirmation before you go deleting drivers from
other subsystems!  I don't recall replying to this thread at all...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120306/7619492c/attachment.sig>

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

* [GIT PULL][v3.4] pull request on arch-pxa for regulator branch
  2012-03-06  9:52 ` Mark Brown
@ 2012-03-06 10:04   ` Haojian Zhuang
  0 siblings, 0 replies; 4+ messages in thread
From: Haojian Zhuang @ 2012-03-06 10:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 6, 2012 at 5:52 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Mar 06, 2012 at 02:08:12PM +0800, Haojian Zhuang wrote:
>
>> Heiko St?bner (2):
>> ? ? ? pxa: magician/hx4700: Convert to gpio-regulator from bq24022
>> ? ? ? regulator: Remove bq24022 regulator driver
>
> Please wait for some confirmation before you go deleting drivers from
> other subsystems! ?I don't recall replying to this thread at all...

I'm sorry. I'll revert this pull request.

Thanks
Haojian

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

* [GIT PULL][v3.4] pull request on arch-pxa for regulator branch
  2012-03-06  6:08 [GIT PULL][v3.4] pull request on arch-pxa for regulator branch Haojian Zhuang
  2012-03-06  9:52 ` Mark Brown
@ 2012-03-06 10:05 ` Haojian Zhuang
  1 sibling, 0 replies; 4+ messages in thread
From: Haojian Zhuang @ 2012-03-06 10:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 6, 2012 at 2:08 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
> Hi Arnd,
>
> Please help to pull these from arch-pxa tree.
>
> The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
>
> ?Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
>
> are available in the git repository at:
> ?git://github.com/hzhuang1/linux.git regulator
>
> Heiko St?bner (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

Hi Arnd,

Please ignore this pull request. I'm sorry on this.

Best Regards
Haojian

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

end of thread, other threads:[~2012-03-06 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  6:08 [GIT PULL][v3.4] pull request on arch-pxa for regulator branch Haojian Zhuang
2012-03-06  9:52 ` Mark Brown
2012-03-06 10:04   ` Haojian Zhuang
2012-03-06 10:05 ` Haojian Zhuang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).