linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull pasemi.git for-2.6.25 branch
@ 2007-12-03  5:04 Olof Johansson
  2007-12-04  0:07 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2007-12-03  5:04 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Paul,

Please do:

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25

For the following patches queued up for 2.6.25. All but one are PA
Semi-specific (the i2c boardinfo consolidation that's a pre-req for the
platform-specific one).

 arch/powerpc/platforms/pasemi/Kconfig     |    2 
 arch/powerpc/platforms/pasemi/Makefile    |    2 
 arch/powerpc/platforms/pasemi/cpufreq.c   |   19 +++++-
 arch/powerpc/platforms/pasemi/gpio_mdio.c |   94 ++++++++++++++++++------------
 arch/powerpc/platforms/pasemi/misc.c      |   66 +++++++++++++++++++++
 arch/powerpc/platforms/pasemi/pasemi.h    |    6 +
 arch/powerpc/platforms/pasemi/powersave.S |   11 +++
 arch/powerpc/platforms/pasemi/setup.c     |   16 ++++-
 arch/powerpc/sysdev/Makefile              |    1 
 arch/powerpc/sysdev/fsl_soc.c             |   40 ------------
 arch/powerpc/sysdev/i2c_of_mapping.c      |   61 +++++++++++++++++++
 drivers/char/hw_random/Kconfig            |    2 
 drivers/char/hw_random/pasemi-rng.c       |    7 --
 drivers/edac/pasemi_edac.c                |    4 -
 include/asm-powerpc/i2c_of.h              |   14 ++++
 15 files changed, 256 insertions(+), 89 deletions(-)


Olof Johansson (7):
      [POWERPC] pasemi: clean up mdio_gpio a bit
      [POWERPC] pasemi: Broaden specific references to 1682M
      [POWERPC] pasemi: Don't enter powersaving states from elevated astates
      [POWERPC] pasemi: Move cpus to hold loop before restart
      [POWERPC] Consolidate compatible-to-i2c_boardinfo mapping code
      [POWERPC] pasemi: Register i2c_board_info
      [POWERPC] pasemi: Fix module information for gpio-mdio


Thanks,

Olof

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

* Re: Please pull pasemi.git for-2.6.25 branch
  2007-12-03  5:04 Please pull pasemi.git for-2.6.25 branch Olof Johansson
@ 2007-12-04  0:07 ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2007-12-04  0:07 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

On Sun, Dec 02, 2007 at 11:04:47PM -0600, Olof Johansson wrote:
> Paul,
> 
> Please do:
> 
> git pull \
> git://git.kernel.org/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25
> 
> For the following patches queued up for 2.6.25. All but one are PA
> Semi-specific (the i2c boardinfo consolidation that's a pre-req for the
> platform-specific one).

Sorry for the churn here, I hope you haven't pulled yet.

Based on today's i2c patches from Jon Smirl, it makes more sense for me
to hold off on my i2c changes and make them on top of his work once that
has been merged.

I've backed out and rebased the patch set, new shortlog and diffstat:

 arch/powerpc/platforms/pasemi/Kconfig     |    2 
 arch/powerpc/platforms/pasemi/cpufreq.c   |   19 +++++-
 arch/powerpc/platforms/pasemi/gpio_mdio.c |   94 ++++++++++++++++++------------
 arch/powerpc/platforms/pasemi/pasemi.h    |    6 +
 arch/powerpc/platforms/pasemi/powersave.S |   11 +++
 arch/powerpc/platforms/pasemi/setup.c     |   16 ++++-
 drivers/char/hw_random/Kconfig            |    2 
 drivers/char/hw_random/pasemi-rng.c       |    7 --
 drivers/edac/pasemi_edac.c                |    4 -
 9 files changed, 111 insertions(+), 50 deletions(-)

Olof Johansson (5):
      [POWERPC] pasemi: clean up mdio_gpio a bit
      [POWERPC] pasemi: Broaden specific references to 1682M
      [POWERPC] pasemi: Don't enter powersaving states from elevated astates
      [POWERPC] pasemi: Move cpus to hold loop before restart
      [POWERPC] pasemi: Fix module information for gpio-mdio


-Olof

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

* Please pull pasemi.git for-2.6.25 branch
@ 2008-01-15 17:01 Olof Johansson
  2008-01-15 18:27 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2008-01-15 17:01 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Paul,

Please pull from 'for-2.6.25' branch of

  master.kernel.org:/pub/scm/linux/kernel/git/olof/k.org.git for-2.6.25

to receive the following updates:

 arch/powerpc/configs/pasemi_defconfig       |    4 
 arch/powerpc/platforms/pasemi/Kconfig       |    9 -
 arch/powerpc/platforms/pasemi/Makefile      |    1 
 arch/powerpc/platforms/pasemi/electra_ide.c |   96 ------------------
 arch/powerpc/platforms/pasemi/idle.c        |    5 
 arch/powerpc/platforms/pasemi/setup.c       |   12 --
 drivers/ata/Kconfig                         |   12 ++
 drivers/ata/Makefile                        |    1 
 drivers/ata/pata_of_platform.c              |  114 ++++++++++++++++++++++
 drivers/ata/pata_platform.c                 |  144 ++++++++++++++++------------
 include/linux/pata_platform.h               |    9 +
 11 files changed, 227 insertions(+), 180 deletions(-)

Anton Vorontsov (2):
      libata: pata_platform: make probe and remove functions device type neutral
      libata: pata_of_platform: OF-Platform PATA device driver

Grant Likely (1):
      [POWERPC] pasemi: Use machine_*_initcall() hooks in platform code

Olof Johansson (2):
      [POWERPC] pasemi: Fix NMI handling check
      [POWERPC] pasemi: Move electra-ide to pata_of_platform


Thanks,

Olof

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

* Re: Please pull pasemi.git for-2.6.25 branch
  2008-01-15 17:01 Olof Johansson
@ 2008-01-15 18:27 ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2008-01-15 18:27 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

On Tue, Jan 15, 2008 at 11:01:52AM -0600, Olof Johansson wrote:
> Paul,
> 
> Please pull from 'for-2.6.25' branch of
> 
>   master.kernel.org:/pub/scm/linux/kernel/git/olof/k.org.git for-2.6.25

Sorry, new script and I botched it. The link is:

master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25

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

* Please pull pasemi.git for-2.6.25 branch
@ 2008-03-25 15:41 Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2008-03-25 15:41 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Hi Paul,

Sorry for the late request, had I seen the request for last round of
patches I would have sent this out sooner. I've been offline most of
the last week. Looks like Linus already pulled last request.

Below updates pasemi_defconfig for 2.6.25:


Please pull from 'for-2.6.25' branch of

  master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi.git for-2.6.25

to receive the following updates:

 arch/powerpc/configs/pasemi_defconfig |  142 +++++++++++++++++++++-------------
 1 file changed, 88 insertions(+), 54 deletions(-)

Olof Johansson (1):
      [POWERPC] update pasemi_defconfig



-Olof

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

end of thread, other threads:[~2008-03-25 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03  5:04 Please pull pasemi.git for-2.6.25 branch Olof Johansson
2007-12-04  0:07 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2008-01-15 17:01 Olof Johansson
2008-01-15 18:27 ` Olof Johansson
2008-03-25 15:41 Olof Johansson

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).