All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull 'next' branch of 4xx tree
@ 2011-07-12 20:41 Josh Boyer
  2011-07-20 13:18 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-07-12 20:41 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A few fixes from Tony/Dave, a DTS update from Stefan, and a MAINTAINERS
update.

josh

The following changes since commit af9719c3062dfe216a0c3de3fa52be6d22b4456c:

  powerpc: Use -mtraceback=no (2011-07-01 13:49:27 +1000)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (3):
      powerpc/44x: don't use tlbivax on AMP systems
      powerpc/44x: boot wrapper: allow kernel to load into non-zero address
      powerpc/47x: allow kernel to be loaded in higher physical memory

Josh Boyer (2):
      MAINTAINERS: Update PowerPC 4xx entry
      powerpc/4xx: Move PCIE printk to proper function

Stefan Roese (1):
      powerpc/44x: Use correct phy-address dt nodes on taishan.dts

Tony Breeds (1):
      powerpc/4xx: Add check_link to struct ppc4xx_pciex_hwops

 MAINTAINERS                                   |    2 +-
 arch/powerpc/Kconfig                          |    2 +-
 arch/powerpc/boot/dts/taishan.dts             |    4 +-
 arch/powerpc/boot/treeboot-iss4xx.c           |   23 ++++-
 arch/powerpc/configs/44x/iss476-smp_defconfig |    6 +-
 arch/powerpc/include/asm/mmu.h                |    7 +-
 arch/powerpc/kernel/head_44x.S                |   42 ++++++--
 arch/powerpc/kernel/setup_32.c                |    2 +
 arch/powerpc/mm/44x_mmu.c                     |   13 ++-
 arch/powerpc/mm/tlb_hash32.c                  |    4 +
 arch/powerpc/mm/tlb_nohash.c                  |   19 +++
 arch/powerpc/sysdev/ppc4xx_pci.c              |  147 ++++++++++++++-----------
 12 files changed, 186 insertions(+), 85 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2011-07-12 20:41 Please pull 'next' branch of 4xx tree Josh Boyer
@ 2011-07-20 13:18 ` Josh Boyer
  2011-07-21  9:22   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-07-20 13:18 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

On Tue, Jul 12, 2011 at 4:41 PM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wr=
ote:
> Hi Ben,
>
> A few fixes from Tony/Dave, a DTS update from Stefan, and a MAINTAINERS
> update.
>
> josh
>
> The following changes since commit af9719c3062dfe216a0c3de3fa52be6d22b445=
6c:
>
> =A0powerpc: Use -mtraceback=3Dno (2011-07-01 13:49:27 +1000)
>
> are available in the git repository at:
> =A0ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.g=
it next

Ben, ping?

josh

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

* Re: Please pull 'next' branch of 4xx tree
  2011-07-20 13:18 ` Josh Boyer
@ 2011-07-21  9:22   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 39+ messages in thread
From: Benjamin Herrenschmidt @ 2011-07-21  9:22 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

On Wed, 2011-07-20 at 09:18 -0400, Josh Boyer wrote:
> On Tue, Jul 12, 2011 at 4:41 PM, Josh Boyer <jwboyer@linux.vnet.ibm.com> wrote:
> > Hi Ben,
> >
> > A few fixes from Tony/Dave, a DTS update from Stefan, and a MAINTAINERS
> > update.
> >
> > josh
> >
> > The following changes since commit af9719c3062dfe216a0c3de3fa52be6d22b4456c:
> >
> >  powerpc: Use -mtraceback=no (2011-07-01 13:49:27 +1000)
> >
> > are available in the git repository at:
> >  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next
> 
> Ben, ping?

Yup, I'll get to it :-) Hopefully tomorrow.

Cheers,
Ben.

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

* Re: Please pull 'next' branch of 4xx tree
  2012-05-02 13:51 Josh Boyer
@ 2012-05-09 11:42 ` Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2012-05-09 11:42 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

On Wed, May 2, 2012 at 9:51 AM, Josh Boyer <jwboyer@gmail.com> wrote:
> Hi Ben,
>
> A few patches from Suzie for 47x kexec/kdump support, and some MSI patche=
s
> from Mai La.
>
> josh
>
> The following changes since commit ec34a6814988f17506733c1e8b058ce4660259=
1d:
>
> =A0powerpc: Remove old powerpc specific ptrace getregs/setregs calls
> (2012-04-30 15:37:28 +1000)
>
> are available in the git repository at:
>
> =A0git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git =
next

Bump?  There's also one small addition on top to fix a build error with -We=
rror.

josh

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

* Please pull 'next' branch of 4xx tree
@ 2012-05-02 13:51 Josh Boyer
  2012-05-09 11:42 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2012-05-02 13:51 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

Hi Ben,

A few patches from Suzie for 47x kexec/kdump support, and some MSI patches
from Mai La.

josh

The following changes since commit ec34a6814988f17506733c1e8b058ce46602591d:

  powerpc: Remove old powerpc specific ptrace getregs/setregs calls
(2012-04-30 15:37:28 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

for you to fetch changes up to 9c6b2353dfb80ae843b831c03fc53ddc5c3949ff:

  powerpc/44x: Add PCI MSI node for Maui APM821xx SoC and Bluestone
board in DTS (2012-05-03 08:58:21 -0400)

----------------------------------------------------------------
Mai La (2):
      powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board
      powerpc/44x: Add PCI MSI node for Maui APM821xx SoC and
Bluestone board in DTS

Suzuki Poulose (3):
      powerpc/44x: Fix/Initialize PID to kernel PID before the TLB search
      powerpc/47x: Kernel support for KEXEC
      powerpc/47x: Enable CRASH_DUMP

 arch/powerpc/Kconfig                |    4 +-
 arch/powerpc/boot/dts/bluestone.dts |   25 +++++
 arch/powerpc/kernel/misc_32.S       |  203 +++++++++++++++++++++++++++++++++--
 arch/powerpc/platforms/44x/Kconfig  |    2 +
 arch/powerpc/sysdev/ppc4xx_msi.c    |   42 +++++---
 5 files changed, 252 insertions(+), 24 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2012-03-16 13:41 Josh Boyer
@ 2012-03-16 14:50 ` Stephen Rothwell
  0 siblings, 0 replies; 39+ messages in thread
From: Stephen Rothwell @ 2012-03-16 14:50 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Hi Josh,

On Fri, 16 Mar 2012 09:41:38 -0400 Josh Boyer <jwboyer@gmail.com> wrote:
>
> Stephen, could you change linux-next to pull from this tree instead of the
> infradead one?

Done.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Please pull 'next' branch of 4xx tree
@ 2012-03-16 13:41 Josh Boyer
  2012-03-16 14:50 ` Stephen Rothwell
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2012-03-16 13:41 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Stephen Rothwell; +Cc: linuxppc-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ben,

A small pull request for linux-next.  This adds some commits for Bluestone
from APM, and updates the location of my tree in MAINTAINERS back to
kernel.org.

Stephen, could you change linux-next to pull from this tree instead of the
infradead one?

josh

The following changes since commit 01e8ec4417d3c484986af0adaa0ae6632e0a59cd:

  powerpc: Fix power4/970 idle code regression with lockdep
(2012-03-16 09:28:17 +1100)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Josh Boyer (1):
      MAINTAINERS: Update PowerPC 4xx tree

Vinh Nguyen Huu Tuong (3):
      powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone board
      powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board
      powerpc/44x: Add additional device support for APM821xx SoC and
Bluestone board

 MAINTAINERS                                |    2 +-
 arch/powerpc/boot/dts/bluestone.dts        |  127 +++++++++++++++++++++++++++-
 arch/powerpc/kernel/cputable.c             |    2 +-
 arch/powerpc/platforms/44x/Kconfig         |    1 +
 arch/powerpc/platforms/44x/ppc44x_simple.c |    2 +-
 arch/powerpc/sysdev/ppc4xx_pci.c           |   70 +++++++++++++++
 6 files changed, 199 insertions(+), 5 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJPY0LZAAoJEKMba9ckhs/WDZ4P/2GQjY6H939+bCfRrTE7TwiB
U7HSyTyY4Cai6hCj02tAK8RAFQ0OQHQcPfuVSTHoc3hN3lqhtlJV4ishK7fCAwii
2UTBXs+IAUhbx+6wJtmpEvist6Cx1sxsU4iJBVBuyqZxELF0S/5Xwg6aOKE0vwsH
aL+hiw8zqoCYTbJZ4PE7vf18Iq+PZeVOAlYyFl9r6vKkY4KvQga7vgE2m/uNvueu
WQevSUSLbhknHZfGaQL8MMjLA7yzGmGIyZI/rxkop7xZ2HFuvaahUNBCfsPslUAp
vi7P8h9bPKuN6A6MeSza/l3CIR7tIUvv+uBbCNNlLYBy3+4Xpk6hT6vD94y3nvqK
5kY2vjxTHQmHw8kh4ojnT9OaBnMCLA+dB4V+GejbtNkv/V5Aw3Flv6ILMQVu1dWq
4588bcKY0Xj+mqQbd5yQQGVTJBGXC/k6eDLrzYhOEQU5cSogdGK5kgyv2ydc+5/Z
I/5dQymM2htXUuR6oD0RNIEWWriFGaLvFiZbJJSnxB9s+o6o77AXossxNL0gOEPr
cqr9ZpSuNujaGN2HzTen1TJNAwCM09PES5vhZDdxDC7prtwR+Ke7ElIbDQsRZF34
jcj7WOeyF38C4G01epdCTYzhKe4I1WyT9ugcjE4LOvYfCuI01II142772/hwBC8+
Icccdg6ASNE8cx62TxDl
=SHv8
-----END PGP SIGNATURE-----

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

* Re: Please pull 'next' branch of 4xx tree
  2011-12-20 16:23 Josh Boyer
@ 2011-12-21 20:11 ` Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2011-12-21 20:11 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Artem Bityutskiy, Stephen Rothwell, linuxppc-dev

On Tue, Dec 20, 2011 at 11:23 AM, Josh Boyer <jwboyer@gmail.com> wrote:
> Hi Ben,
>
> This is the relocatable series from Suzie that has been brewing for quite=
 a
> while. =A0I also included a small fix for currituck that I hit when I was=
 building
> various kernels.
>
> NOTE: To build anything config that includes the NDFC driver, you need th=
e fix
> Tony posted and is in linux-next to the ndfc driver. =A0I didn't include =
it here
> since it is already queued up in the MTD tree.
>

I've added Suzie's patch from today to change the WARN to INFO in the boot
wrapper thing.  Updated tree info below.

josh

The following changes since commit 3f53638c805f75989f4b4be07efcfd173cdd5e2d=
:

  powerpc: Fix old bug in prom_init setting of the color (2011-12-19
14:41:25 +1100)

are available in the git repository at:
  git://git.infradead.org/users/jwboyer/powerpc-4xx.git next

Josh Boyer (1):
      powerpc/44x: Fix build error on currituck platform

Suzuki Poulose (8):
      powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for Boo=
kE
      powerpc/44x: Enable DYNAMIC_MEMSTART for 440x
      powerpc: Process dynamic relocations for kernel
      powerpc: Define virtual-physical translations for RELOCATABLE
      powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44x
      powerpc/44x: Enable CRASH_DUMP for 440x
      powerpc/boot: Change the load address for the wrapper to fit the kern=
el
      powerpc/boot: Change the WARN to INFO for boot wrapper overlap messag=
e

 arch/powerpc/Kconfig                          |   45 +++++-
 arch/powerpc/Makefile                         |    6 +-
 arch/powerpc/boot/wrapper                     |   20 +++
 arch/powerpc/configs/44x/iss476-smp_defconfig |    3 +-
 arch/powerpc/include/asm/kdump.h              |    4 +-
 arch/powerpc/include/asm/page.h               |   89 ++++++++++-
 arch/powerpc/kernel/Makefile                  |    2 +
 arch/powerpc/kernel/crash_dump.c              |    4 +-
 arch/powerpc/kernel/head_44x.S                |  105 +++++++++++++
 arch/powerpc/kernel/head_fsl_booke.S          |    2 +-
 arch/powerpc/kernel/machine_kexec.c           |    2 +-
 arch/powerpc/kernel/prom_init.c               |    2 +-
 arch/powerpc/kernel/reloc_32.S                |  208 +++++++++++++++++++++=
++++
 arch/powerpc/kernel/vmlinux.lds.S             |    8 +-
 arch/powerpc/mm/44x_mmu.c                     |    2 +-
 arch/powerpc/mm/init_32.c                     |    7 +
 arch/powerpc/platforms/44x/currituck.c        |    2 +-
 arch/powerpc/relocs_check.pl                  |   14 ++-
 18 files changed, 496 insertions(+), 29 deletions(-)
 create mode 100644 arch/powerpc/kernel/reloc_32.S

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

* Please pull 'next' branch of 4xx tree
@ 2011-12-20 16:23 Josh Boyer
  2011-12-21 20:11 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-12-20 16:23 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Artem Bityutskiy, linuxppc-dev

Hi Ben,

This is the relocatable series from Suzie that has been brewing for quite a
while.  I also included a small fix for currituck that I hit when I was building
various kernels.

NOTE: To build anything config that includes the NDFC driver, you need the fix
Tony posted and is in linux-next to the ndfc driver.  I didn't include it here
since it is already queued up in the MTD tree.

josh

The following changes since commit 3f53638c805f75989f4b4be07efcfd173cdd5e2d:

  powerpc: Fix old bug in prom_init setting of the color (2011-12-19
14:41:25 +1100)

are available in the git repository at:
  git://git.infradead.org/users/jwboyer/powerpc-4xx.git next

Josh Boyer (1):
      powerpc/44x: Fix build error on currituck platform

Suzuki Poulose (7):
      powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE
      powerpc/44x: Enable DYNAMIC_MEMSTART for 440x
      powerpc: Process dynamic relocations for kernel
      powerpc: Define virtual-physical translations for RELOCATABLE
      powerpc/44x: Enable CONFIG_RELOCATABLE for PPC44x
      powerpc/44x: Enable CRASH_DUMP for 440x
      powerpc/boot: Change the load address for the wrapper to fit the kernel

 arch/powerpc/Kconfig                          |   45 +++++-
 arch/powerpc/Makefile                         |    6 +-
 arch/powerpc/boot/wrapper                     |   20 +++
 arch/powerpc/configs/44x/iss476-smp_defconfig |    3 +-
 arch/powerpc/include/asm/kdump.h              |    4 +-
 arch/powerpc/include/asm/page.h               |   89 ++++++++++-
 arch/powerpc/kernel/Makefile                  |    2 +
 arch/powerpc/kernel/crash_dump.c              |    4 +-
 arch/powerpc/kernel/head_44x.S                |  105 +++++++++++++
 arch/powerpc/kernel/head_fsl_booke.S          |    2 +-
 arch/powerpc/kernel/machine_kexec.c           |    2 +-
 arch/powerpc/kernel/prom_init.c               |    2 +-
 arch/powerpc/kernel/reloc_32.S                |  208 +++++++++++++++++++++++++
 arch/powerpc/kernel/vmlinux.lds.S             |    8 +-
 arch/powerpc/mm/44x_mmu.c                     |    2 +-
 arch/powerpc/mm/init_32.c                     |    7 +
 arch/powerpc/platforms/44x/currituck.c        |    2 +-
 arch/powerpc/relocs_check.pl                  |   14 ++-
 18 files changed, 496 insertions(+), 29 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2011-08-29 13:05 ` Josh Boyer
@ 2011-08-30  3:09   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 39+ messages in thread
From: Benjamin Herrenschmidt @ 2011-08-30  3:09 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

On Mon, 2011-08-29 at 09:05 -0400, Josh Boyer wrote:
> On Wed, Aug 10, 2011 at 2:26 PM, Josh Boyer <jwboyer@gmail.com> wrote:
> > Hi Ben,
> >
> > Finally somewhat caught up.  Now that -rc1 is out, here are some
> > patches for the next merge window.
> >
> > josh
> >
> > The following changes since commit 53d1e658df6e26d62500410719aaee2b82067c03:
> >
> >  Merge branch 'devicetree/merge' of
> > git://git.secretlab.ca/git/linux-2.6 (2011-08-04 06:37:07 -1000)
> >
> > are available in the git repository at:
> >
> >  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next
> 
> Ben, ping?

Been on & off & travelling. Will deal with this some time this week.

Cheers,
Ben.

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

* Re: Please pull 'next' branch of 4xx tree
  2011-08-10 18:26 Josh Boyer
@ 2011-08-29 13:05 ` Josh Boyer
  2011-08-30  3:09   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-08-29 13:05 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

On Wed, Aug 10, 2011 at 2:26 PM, Josh Boyer <jwboyer@gmail.com> wrote:
> Hi Ben,
>
> Finally somewhat caught up. =A0Now that -rc1 is out, here are some
> patches for the next merge window.
>
> josh
>
> The following changes since commit 53d1e658df6e26d62500410719aaee2b82067c=
03:
>
> =A0Merge branch 'devicetree/merge' of
> git://git.secretlab.ca/git/linux-2.6 (2011-08-04 06:37:07 -1000)
>
> are available in the git repository at:
>
> =A0ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.g=
it next

Ben, ping?

josh

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

* Please pull 'next' branch of 4xx tree
@ 2011-08-10 18:26 Josh Boyer
  2011-08-29 13:05 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-08-10 18:26 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

Hi Ben,

Finally somewhat caught up.  Now that -rc1 is out, here are some
patches for the next merge window.

josh

The following changes since commit 53d1e658df6e26d62500410719aaee2b82067c03:

  Merge branch 'devicetree/merge' of
git://git.secretlab.ca/git/linux-2.6 (2011-08-04 06:37:07 -1000)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Ayman El-Khashab (1):
      powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sx

Josh Boyer (1):
      powerpc/40x: Remove obsolete HCU4 board

Mike Williams (1):
      powerpc/4xx: edac: Add comma to fix build error

Stefan Roese (1):
      powerpc/44x: Add NOR flash device to Yosemite dts

Suzuki Poulose (1):
      powerpc/44x: Kexec support for PPC440X chipsets

 arch/powerpc/Kconfig                    |    2 +-
 arch/powerpc/boot/dts/hcu4.dts          |  168 ------------------------------
 arch/powerpc/boot/dts/yosemite.dts      |   36 +++++++
 arch/powerpc/configs/40x/hcu4_defconfig |   80 --------------
 arch/powerpc/configs/ppc40x_defconfig   |    1 -
 arch/powerpc/include/asm/kexec.h        |    2 +-
 arch/powerpc/kernel/misc_32.S           |  171 +++++++++++++++++++++++++++++++
 arch/powerpc/platforms/40x/Kconfig      |    8 --
 arch/powerpc/platforms/40x/Makefile     |    1 -
 arch/powerpc/platforms/40x/hcu4.c       |   61 -----------
 arch/powerpc/sysdev/ppc4xx_pci.c        |   89 +++++++++++++---
 arch/powerpc/sysdev/ppc4xx_pci.h        |   12 ++
 drivers/edac/ppc4xx_edac.c              |    2 +-
 13 files changed, 294 insertions(+), 339 deletions(-)
 delete mode 100644 arch/powerpc/boot/dts/hcu4.dts
 delete mode 100644 arch/powerpc/configs/40x/hcu4_defconfig
 delete mode 100644 arch/powerpc/platforms/40x/hcu4.c

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

* Please pull 'next' branch of 4xx tree
@ 2011-06-28 12:07 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2011-06-28 12:07 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A small pull request to add some DTS entries to bind to the new HW RNG
driver for 4xx.

I know Eric has the Bluegene stuff being worked on, and there are
patches from Michal Simek for relocatable kernel support out for RFC.  I
need to review those a bit more closely, so they will probably be pushed
out to the 3.2 merge window.

josh

The following changes since commit dc28518f7d7dfd93cd44edb44f9b8e961f5a5c1b:

  powerpc: Fix doorbell type shift (2011-06-20 11:21:48 +1000)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Josh Boyer (1):
      ppc4xx: Add crypto and RNG entries to Sequoia DTS

Mike Williams (1):
      powerpc/4xx: Update Canyonlands and Glacier boards DTS to add HW RNG support

 arch/powerpc/boot/dts/canyonlands.dts |    5 +++++
 arch/powerpc/boot/dts/glacier.dts     |    8 +++++++-
 arch/powerpc/boot/dts/sequoia.dts     |   12 ++++++++++++
 3 files changed, 24 insertions(+), 1 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2011-02-15 14:54 Josh Boyer
@ 2011-03-15 13:19 ` Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2011-03-15 13:19 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

On Tue, Feb 15, 2011 at 09:54:45AM -0500, Josh Boyer wrote:
>Hi Ben,
>
>Please pull the 'next' branch of the 4xx tree.  These commits have been
>sitting there for a while and I wanted to get them into your branch
>before tackling the latest round of 476 stuff from Shaggy.

Ben, I don't see any of these in your -next branch.  Did you ever pull
this?

josh

>The following changes since commit 5d7d8072edc11080a7cf6cc37c9f4e61ca1e93c9:
>
>  powerpc/pseries: Fix build of topology stuff without CONFIG_NUMA (2011-01-12 10:56:29 +1100)
>
>are available in the git repository at:
>  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next
>
>Dave Kleikamp (2):
>      powerpc/476: define specific cpu table entry DD2 core
>      powerpc/476: Workaround for PLB6 hang
>
>Rupjyoti Sarmah (1):
>      powerpc/44x: PHY fixup for USB on canyonlands board
>
>Tirumala Marri (1):
>      powerpc/44x: Add USB DWC DTS entry to Canyonlands board
>
> arch/powerpc/boot/dts/canyonlands.dts      |   24 +++++
> arch/powerpc/include/asm/cputable.h        |    3 +-
> arch/powerpc/kernel/cputable.c             |   22 ++++-
> arch/powerpc/mm/tlb_nohash_low.S           |   35 +++++++
> arch/powerpc/platforms/44x/44x.h           |    4 +
> arch/powerpc/platforms/44x/Kconfig         |    1 -
> arch/powerpc/platforms/44x/Makefile        |    1 +
> arch/powerpc/platforms/44x/canyonlands.c   |  134 ++++++++++++++++++++++++++++
> arch/powerpc/platforms/44x/ppc44x_simple.c |    1 -
> 9 files changed, 218 insertions(+), 7 deletions(-)
> create mode 100644 arch/powerpc/platforms/44x/canyonlands.c
>
>_______________________________________________
>Linuxppc-dev mailing list
>Linuxppc-dev@lists.ozlabs.org
>https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* Please pull 'next' branch of 4xx tree
@ 2011-02-15 14:54 Josh Boyer
  2011-03-15 13:19 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2011-02-15 14:54 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Please pull the 'next' branch of the 4xx tree.  These commits have been
sitting there for a while and I wanted to get them into your branch
before tackling the latest round of 476 stuff from Shaggy.

josh

The following changes since commit 5d7d8072edc11080a7cf6cc37c9f4e61ca1e93c9:

  powerpc/pseries: Fix build of topology stuff without CONFIG_NUMA (2011-01-12 10:56:29 +1100)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (2):
      powerpc/476: define specific cpu table entry DD2 core
      powerpc/476: Workaround for PLB6 hang

Rupjyoti Sarmah (1):
      powerpc/44x: PHY fixup for USB on canyonlands board

Tirumala Marri (1):
      powerpc/44x: Add USB DWC DTS entry to Canyonlands board

 arch/powerpc/boot/dts/canyonlands.dts      |   24 +++++
 arch/powerpc/include/asm/cputable.h        |    3 +-
 arch/powerpc/kernel/cputable.c             |   22 ++++-
 arch/powerpc/mm/tlb_nohash_low.S           |   35 +++++++
 arch/powerpc/platforms/44x/44x.h           |    4 +
 arch/powerpc/platforms/44x/Kconfig         |    1 -
 arch/powerpc/platforms/44x/Makefile        |    1 +
 arch/powerpc/platforms/44x/canyonlands.c   |  134 ++++++++++++++++++++++++++++
 arch/powerpc/platforms/44x/ppc44x_simple.c |    1 -
 9 files changed, 218 insertions(+), 7 deletions(-)
 create mode 100644 arch/powerpc/platforms/44x/canyonlands.c

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

* Please pull 'next' branch of 4xx tree
@ 2010-12-03 13:22 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2010-12-03 13:22 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben

Some 4xx power management patches from Victor.  I would have liked to
include the PCI-e and Canyonlands USB phy fix patches as well, but they
still need rework.  I might include those in a later pull request if
they show up relatively soon.

josh

The following changes since commit 46f5221049bb46b0188aad6b6dfab5dbc778be22:

  powerpc: Remove second definition of STACK_FRAME_OVERHEAD (2010-11-29 15:48:23 +1100)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Victor Gallardo (3):
      powerpc/4xx: Add suspend and idle support
      powerpc/4xx: Add Kilauea suspend and idle support
      powerpc/4xx: Add Canyonlands suspend and idle support

 Documentation/powerpc/dts-bindings/4xx/cpm.txt |   52 ++++
 arch/powerpc/Kconfig                           |   13 +-
 arch/powerpc/boot/dts/canyonlands.dts          |   31 +--
 arch/powerpc/boot/dts/kilauea.dts              |    9 +
 arch/powerpc/configs/40x/kilauea_defconfig     |    5 +
 arch/powerpc/configs/44x/canyonlands_defconfig |    3 +
 arch/powerpc/platforms/44x/Makefile            |    5 +-
 arch/powerpc/sysdev/Makefile                   |    1 +
 arch/powerpc/sysdev/ppc4xx_cpm.c               |  346 ++++++++++++++++++++++++
 9 files changed, 439 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/powerpc/dts-bindings/4xx/cpm.txt
 create mode 100644 arch/powerpc/sysdev/ppc4xx_cpm.c

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

* Re: Please pull 'next' branch of 4xx tree
  2010-10-14  0:56   ` Benjamin Herrenschmidt
@ 2010-10-14 10:35     ` Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2010-10-14 10:35 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev

On Thu, Oct 14, 2010 at 11:56:15AM +1100, Benjamin Herrenschmidt wrote:
>On Wed, 2010-10-13 at 09:16 -0400, Josh Boyer wrote:
>> On Tue, Sep 28, 2010 at 09:09:41AM -0400, Josh Boyer wrote:
>> >Hi Ben,
>> >
>> >A few small updates for the next branch.  A new board/SoC from AMCC, and
>> >some 476 changes from Shaggy.  Please pull.
>> 
>> OK, below is a fixed up tree that drops the patch Shaggy said was
>> broken, and rebases on top of your new -next branch.  Please pull.
>
>please, rebase again without Shaggy's lazy flush patch. I'll handle that
>one separately, I think it needs a little bit more massaging.

The following changes since commit 4108d9ba9091c55cfb968d42dd7dcae9a098b876:

  powerpc/Makefiles: Change to new flag variables (2010-10-13 16:19:22 +1100)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Josh Boyer (1):
      powerpc/44x: Update ppc44x_defconfig

Tirumala Marri (1):
      powerpc/44x: Add support for the AMCC APM821xx SoC

 arch/powerpc/boot/dts/bluestone.dts          |  254 ++++++++++++++++++++++++++
 arch/powerpc/configs/44x/bluestone_defconfig |   68 +++++++
 arch/powerpc/configs/ppc44x_defconfig        |    9 +-
 arch/powerpc/kernel/cpu_setup_44x.S          |    1 +
 arch/powerpc/kernel/cputable.c               |   15 ++
 arch/powerpc/platforms/44x/Kconfig           |   16 ++
 arch/powerpc/platforms/44x/ppc44x_simple.c   |    1 +
 7 files changed, 360 insertions(+), 4 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/bluestone.dts
 create mode 100644 arch/powerpc/configs/44x/bluestone_defconfig

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

* Re: Please pull 'next' branch of 4xx tree
  2010-10-13 13:16 ` Josh Boyer
@ 2010-10-14  0:56   ` Benjamin Herrenschmidt
  2010-10-14 10:35     ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Benjamin Herrenschmidt @ 2010-10-14  0:56 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

On Wed, 2010-10-13 at 09:16 -0400, Josh Boyer wrote:
> On Tue, Sep 28, 2010 at 09:09:41AM -0400, Josh Boyer wrote:
> >Hi Ben,
> >
> >A few small updates for the next branch.  A new board/SoC from AMCC, and
> >some 476 changes from Shaggy.  Please pull.
> 
> OK, below is a fixed up tree that drops the patch Shaggy said was
> broken, and rebases on top of your new -next branch.  Please pull.

please, rebase again without Shaggy's lazy flush patch. I'll handle that
one separately, I think it needs a little bit more massaging.

Cheers,
Ben.
 
> josh
> 
> The following changes since commit 4108d9ba9091c55cfb968d42dd7dcae9a098b876:
> 
>   powerpc/Makefiles: Change to new flag variables (2010-10-13 16:19:22 +1100)
> 
> are available in the git repository at:
>   ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next
> 
> Dave Kleikamp (1):
>       powerpc/476: lazy flush_tlb_mm for nohash architectures
> 
> Josh Boyer (1):
>       powerpc/44x: Update ppc44x_defconfig
> 
> Tirumala Marri (1):
>       powerpc/44x: Add support for the AMCC APM821xx SoC
> 
>  arch/powerpc/boot/dts/bluestone.dts          |  254 ++++++++++++++++++++++++++
>  arch/powerpc/configs/44x/bluestone_defconfig |   68 +++++++
>  arch/powerpc/configs/ppc44x_defconfig        |    9 +-
>  arch/powerpc/kernel/cpu_setup_44x.S          |    1 +
>  arch/powerpc/kernel/cputable.c               |   15 ++
>  arch/powerpc/mm/mmu_context_nohash.c         |  154 ++++++++++++++--
>  arch/powerpc/mm/mmu_decl.h                   |    8 +
>  arch/powerpc/mm/tlb_nohash.c                 |   28 +++-
>  arch/powerpc/platforms/44x/Kconfig           |   16 ++
>  arch/powerpc/platforms/44x/ppc44x_simple.c   |    1 +
>  10 files changed, 534 insertions(+), 20 deletions(-)
>  create mode 100644 arch/powerpc/boot/dts/bluestone.dts
>  create mode 100644 arch/powerpc/configs/44x/bluestone_defconfig

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

* Re: Please pull 'next' branch of 4xx tree
  2010-09-28 13:09 Josh Boyer
@ 2010-10-13 13:16 ` Josh Boyer
  2010-10-14  0:56   ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2010-10-13 13:16 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

On Tue, Sep 28, 2010 at 09:09:41AM -0400, Josh Boyer wrote:
>Hi Ben,
>
>A few small updates for the next branch.  A new board/SoC from AMCC, and
>some 476 changes from Shaggy.  Please pull.

OK, below is a fixed up tree that drops the patch Shaggy said was
broken, and rebases on top of your new -next branch.  Please pull.

josh

The following changes since commit 4108d9ba9091c55cfb968d42dd7dcae9a098b876:

  powerpc/Makefiles: Change to new flag variables (2010-10-13 16:19:22 +1100)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (1):
      powerpc/476: lazy flush_tlb_mm for nohash architectures

Josh Boyer (1):
      powerpc/44x: Update ppc44x_defconfig

Tirumala Marri (1):
      powerpc/44x: Add support for the AMCC APM821xx SoC

 arch/powerpc/boot/dts/bluestone.dts          |  254 ++++++++++++++++++++++++++
 arch/powerpc/configs/44x/bluestone_defconfig |   68 +++++++
 arch/powerpc/configs/ppc44x_defconfig        |    9 +-
 arch/powerpc/kernel/cpu_setup_44x.S          |    1 +
 arch/powerpc/kernel/cputable.c               |   15 ++
 arch/powerpc/mm/mmu_context_nohash.c         |  154 ++++++++++++++--
 arch/powerpc/mm/mmu_decl.h                   |    8 +
 arch/powerpc/mm/tlb_nohash.c                 |   28 +++-
 arch/powerpc/platforms/44x/Kconfig           |   16 ++
 arch/powerpc/platforms/44x/ppc44x_simple.c   |    1 +
 10 files changed, 534 insertions(+), 20 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/bluestone.dts
 create mode 100644 arch/powerpc/configs/44x/bluestone_defconfig

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

* Please pull 'next' branch of 4xx tree
@ 2010-09-28 13:09 Josh Boyer
  2010-10-13 13:16 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2010-09-28 13:09 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A few small updates for the next branch.  A new board/SoC from AMCC, and
some 476 changes from Shaggy.  Please pull.

josh

The following changes since commit 9f5f9ffe50e90ed73040d2100db8bfc341cee352:

  powerpc/perf: Fix sampling enable for PPC970 (2010-09-23 17:03:56 +1000)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (2):
      powerpc/476: Set CCR2[DSTI] to prevent isync from flushing shadow TLB
      powerpc/476: lazy flush_tlb_mm for nohash architectures

Josh Boyer (1):
      powerpc/44x: Update ppc44x_defconfig

Tirumala Marri (1):
      powerpc/44x: Add support for the AMCC APM821xx SoC

 arch/powerpc/boot/dts/bluestone.dts          |  254 ++++++++++++++++++++++++++
 arch/powerpc/configs/44x/bluestone_defconfig |   68 +++++++
 arch/powerpc/configs/ppc44x_defconfig        |    9 +-
 arch/powerpc/include/asm/reg_booke.h         |    4 +
 arch/powerpc/kernel/cpu_setup_44x.S          |    1 +
 arch/powerpc/kernel/cputable.c               |   15 ++
 arch/powerpc/kernel/head_44x.S               |   25 +++
 arch/powerpc/mm/mmu_context_nohash.c         |  154 ++++++++++++++--
 arch/powerpc/mm/mmu_decl.h                   |    8 +
 arch/powerpc/mm/tlb_nohash.c                 |   28 +++-
 arch/powerpc/mm/tlb_nohash_low.S             |   14 ++-
 arch/powerpc/platforms/44x/Kconfig           |   16 ++
 arch/powerpc/platforms/44x/misc_44x.S        |   26 +++
 arch/powerpc/platforms/44x/ppc44x_simple.c   |    1 +
 14 files changed, 602 insertions(+), 21 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/bluestone.dts
 create mode 100644 arch/powerpc/configs/44x/bluestone_defconfig

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

* Please pull 'next' branch of 4xx tree
@ 2010-07-26 16:58 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2010-07-26 16:58 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A few small fixes for 4xx.  Please pull.

josh

The following changes since commit cccd23428347251713b643d4bc5edb610308fd49:

  powerpc: Removing dead CONFIG_SMP_750 (2010-07-09 11:28:38 +1000)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Christian Dietrich (1):
      Remove REDWOOD_[456] config options and conditional code

Lee Nipper (1):
      powerpc/40x: Distinguish AMCC PowerPC 405EX and 405EXr correctly

Stefan Roese (1):
      powerpc/44x: Fix UART2/3 interrupt assignment in PPC460EX/GT dts files

 arch/powerpc/boot/dts/canyonlands.dts |    4 +-
 arch/powerpc/boot/dts/glacier.dts     |    4 +-
 arch/powerpc/kernel/cputable.c        |  118 +++++++++++++++++++++++++++++++--
 arch/powerpc/platforms/40x/Kconfig    |   16 -----
 drivers/mtd/maps/Kconfig              |    2 +-
 drivers/mtd/maps/redwood.c            |   43 ------------
 drivers/net/Kconfig                   |    2 +-
 drivers/net/smc91x.h                  |   37 ----------
 8 files changed, 117 insertions(+), 109 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2010-05-05 17:11 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2010-05-05 17:11 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A late pull request for -next, so my apologies in advance.  This contains the
first 7 patches of the 476 series.  I did a build/boot test on 440EPx for each
patch individually and fixed up a few minor issues.  The 440EPx seems to be
running just fine for all of them.  This also has the reset type patch from
Stefan in it, as I've tested that as well.

josh

The following changes since commit cb694769f0d0c1f6fb8c9dc806c0a68da1056055:
  Benjamin Herrenschmidt (1):
        Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Kleikamp (5):
      powerpc/44x: break out cpu init code into stand-alone function
      powerpc/47x: Base ppc476 support
      powerpc/476: add machine check handler for 47x core
      powerpc/476: Add isync after loading mmu and debug spr's
      powerpc/47x: defconfig for 476 on the iss 4xx simulator

Stefan Roese (1):
      powerpc/4xx: Add optional "reset_type" property to control reboot via dts

Torez Smith (2):
      powerpc/booke: Add Stack Marking support to Booke Exception Prolog
      powerpc/4xx: Simple platform for the ISS 4xx simulator

 Documentation/powerpc/dts-bindings/4xx/reboot.txt |   18 +
 arch/powerpc/boot/Makefile                        |    5 +-
 arch/powerpc/boot/dts/iss4xx-mpic.dts             |  155 ++++
 arch/powerpc/boot/dts/iss4xx.dts                  |  116 +++
 arch/powerpc/boot/treeboot-iss4xx.c               |   56 ++
 arch/powerpc/boot/wrapper                         |    3 +
 arch/powerpc/configs/44x/iss476-smp_defconfig     | 1026 +++++++++++++++++++++
 arch/powerpc/include/asm/cache.h                  |    6 +-
 arch/powerpc/include/asm/cputable.h               |    5 +
 arch/powerpc/include/asm/mmu-44x.h                |   51 +-
 arch/powerpc/include/asm/mmu.h                    |    1 +
 arch/powerpc/include/asm/reg.h                    |    4 +
 arch/powerpc/include/asm/reg_booke.h              |   24 +
 arch/powerpc/kernel/cputable.c                    |   29 +
 arch/powerpc/kernel/entry_32.S                    |    5 +
 arch/powerpc/kernel/head_44x.S                    |  828 +++++++++++++----
 arch/powerpc/kernel/head_booke.h                  |    4 +
 arch/powerpc/kernel/kprobes.c                     |    3 +
 arch/powerpc/kernel/misc_32.S                     |    9 +-
 arch/powerpc/kernel/process.c                     |    3 +
 arch/powerpc/kernel/smp.c                         |    8 +
 arch/powerpc/kernel/traps.c                       |   40 +
 arch/powerpc/mm/44x_mmu.c                         |  144 +++-
 arch/powerpc/mm/mmu_context_nohash.c              |    8 +
 arch/powerpc/mm/mmu_decl.h                        |    7 +-
 arch/powerpc/mm/tlb_nohash_low.S                  |  118 +++-
 arch/powerpc/platforms/44x/Kconfig                |   20 +
 arch/powerpc/platforms/44x/Makefile               |    1 +
 arch/powerpc/platforms/44x/iss4xx.c               |  167 ++++
 arch/powerpc/platforms/Kconfig.cputype            |    5 +-
 arch/powerpc/sysdev/ppc4xx_soc.c                  |   24 +-
 31 files changed, 2690 insertions(+), 203 deletions(-)
 create mode 100644 Documentation/powerpc/dts-bindings/4xx/reboot.txt
 create mode 100644 arch/powerpc/boot/dts/iss4xx-mpic.dts
 create mode 100644 arch/powerpc/boot/dts/iss4xx.dts
 create mode 100644 arch/powerpc/boot/treeboot-iss4xx.c
 create mode 100644 arch/powerpc/configs/44x/iss476-smp_defconfig
 create mode 100644 arch/powerpc/platforms/44x/iss4xx.c

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

* Please pull 'next' branch of 4xx tree
@ 2010-02-12 13:02 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2010-02-12 13:02 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Some updates for various boards from Stefan.  I don't have anything else at
the moment, so I thought I'd get this rolled into your tree now.

josh

The following changes since commit b919ee827e048826786fd7e889a2b04f63382fe6:
  Anton Blanchard (1):
        powerpc: Only print clockevent settings once

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Stefan Roese (6):
      powerpc/44x: Fix L2-cache support for 460GT
      powerpc/44x: Add MTD support (NOR FLASH) to Katmai dts
      powerpc/44x: Update Arches dts
      powerpc/44x: Update Glacier dts
      powerpc/44x: Add MTD support to katmai defconfig
      powerpc/40x: Add support for PPC40x boards with > 512MB SDRAM

 arch/powerpc/boot/dts/arches.dts          |   12 ++++
 arch/powerpc/boot/dts/glacier.dts         |   76 ++++++++++++++++++++---
 arch/powerpc/boot/dts/katmai.dts          |   71 ++++++++++++++++------
 arch/powerpc/configs/44x/katmai_defconfig |   94 +++++++++++++++++++++++++++--
 arch/powerpc/mm/40x_mmu.c                 |    4 +-
 arch/powerpc/sysdev/ppc4xx_soc.c          |    3 +-
 6 files changed, 224 insertions(+), 36 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2009-12-18 14:08 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2009-12-18 14:08 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A couple more small commits for .33 below.

I'd like to get the 460SX patch in still, but it's not quite ready.  I also plan
on doing some defconfig updates around -rc2.  Other than that, I don't have
any outstanding patches other than those below.

thx,
josh

The following changes since commit e090aa80321b64c3b793f3b047e31ecf1af9538d:
  Benjamin Herrenschmidt (1):
        powerpc: Fix usage of 64-bit instruction in 32-bit altivec code

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Anatolij Gustschin (1):
      powerpc/44x: Extend Katmai dts for ADMA and RAID56 support

Sean MacLennan (1):
      powerpc/44x: Increase warp SD buffer

 arch/powerpc/boot/dts/katmai.dts |   52 +++++++++++++++++++++++++++++++++++++-
 arch/powerpc/boot/dts/warp.dts   |    2 +-
 2 files changed, 52 insertions(+), 2 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2009-12-04 14:38 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2009-12-04 14:38 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A couple of DTS fixups for you.  Thanks.

josh

The following changes since commit 5a7b4193e564d1611ecf1cd859aed60d5612d78f:
  Benjamin Herrenschmidt (1):
        Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT"

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Curtis Wald (1):
      powerpc/44x: Fix PCI node in Yosemite DTS

pbathija@amcc.com (1):
      powerpc/44x: Fix DMA ranges in DTS file for Katmai board.

 arch/powerpc/boot/dts/katmai.dts   |   22 +++++++++++-----------
 arch/powerpc/boot/dts/yosemite.dts |   14 ++------------
 2 files changed, 13 insertions(+), 23 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2009-11-19 14:49   ` Kumar Gala
@ 2009-11-20  8:53     ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 39+ messages in thread
From: Benjamin Herrenschmidt @ 2009-11-20  8:53 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

On Thu, 2009-11-19 at 08:49 -0600, Kumar Gala wrote:
> On Nov 19, 2009, at 8:45 AM, Josh Boyer wrote:
> 
> > On Wed, Nov 04, 2009 at 01:55:19PM -0500, Josh Boyer wrote:
> >> Hi Ben,
> >>
> >> Please pull the next branch of the 4xx tree to get the following  
> >> commits.
> >>
> >> I have some other things in the middle of being worked that may or  
> >> may not
> >> make it in time for the next release, so I wanted to get these  
> >> commits into
> >> your tree now rather than wait.
> >
> > Erm... ping?  I see you've updated your next branch but not pulled  
> > this
> > still...
> 
> Also my next branch.

As soon as I'm out of critsit hell...

Cheers,
Ben.

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

* Re: Please pull 'next' branch of 4xx tree
  2009-11-19 14:45 ` Josh Boyer
@ 2009-11-19 14:49   ` Kumar Gala
  2009-11-20  8:53     ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 39+ messages in thread
From: Kumar Gala @ 2009-11-19 14:49 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev


On Nov 19, 2009, at 8:45 AM, Josh Boyer wrote:

> On Wed, Nov 04, 2009 at 01:55:19PM -0500, Josh Boyer wrote:
>> Hi Ben,
>>
>> Please pull the next branch of the 4xx tree to get the following  
>> commits.
>>
>> I have some other things in the middle of being worked that may or  
>> may not
>> make it in time for the next release, so I wanted to get these  
>> commits into
>> your tree now rather than wait.
>
> Erm... ping?  I see you've updated your next branch but not pulled  
> this
> still...

Also my next branch.

- k

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

* Re: Please pull 'next' branch of 4xx tree
  2009-11-04 18:55 Josh Boyer
@ 2009-11-19 14:45 ` Josh Boyer
  2009-11-19 14:49   ` Kumar Gala
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2009-11-19 14:45 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

On Wed, Nov 04, 2009 at 01:55:19PM -0500, Josh Boyer wrote:
>Hi Ben,
>
>Please pull the next branch of the 4xx tree to get the following commits.
>
>I have some other things in the middle of being worked that may or may not
>make it in time for the next release, so I wanted to get these commits into
>your tree now rather than wait.

Erm... ping?  I see you've updated your next branch but not pulled this
still...

josh

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

* Please pull 'next' branch of 4xx tree
@ 2009-11-04 18:55 Josh Boyer
  2009-11-19 14:45 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2009-11-04 18:55 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Please pull the next branch of the 4xx tree to get the following commits.

I have some other things in the middle of being worked that may or may not
make it in time for the next release, so I wanted to get these commits into
your tree now rather than wait.

josh

The following changes since commit 588e050887c5f00a39b056848ea58c8b496beab0:
  Benjamin Herrenschmidt (1):
        powerpc/8xx: Fix build breakage with sparse irq changes

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Dave Mitchell (1):
      powerpc/4xx: Add 16K FIFO size DTS entries on supported platforms

Stefan Roese (1):
      powerpc/44x: Enable 64bit (>= 4GB) memory size in Katmai dts

 arch/powerpc/boot/dts/canyonlands.dts |    2 ++
 arch/powerpc/boot/dts/eiger.dts       |    6 ++++++
 arch/powerpc/boot/dts/glacier.dts     |    6 ++++++
 arch/powerpc/boot/dts/haleakala.dts   |    2 ++
 arch/powerpc/boot/dts/katmai.dts      |   14 +++++++++++---
 arch/powerpc/boot/dts/kilauea.dts     |    4 ++++
 arch/powerpc/boot/dts/makalu.dts      |    4 ++++
 arch/powerpc/boot/dts/redwood.dts     |    1 +
 8 files changed, 36 insertions(+), 3 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2009-08-31 16:24 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2009-08-31 16:24 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Please pull the 'next' branch of the 4xx tree to get the following changes.

Thanks,
josh

The following changes since commit 77c0a700c1c292edafa11c1e52821ce4636f81b0:
  Benjamin Herrenschmidt (1):
        powerpc: Properly start decrementer on BookE secondary CPUs

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Solomon Peachy (1):
      powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC

Stefan Roese (2):
      powerpc/44x: Update Arches dts
      powerpc/44x: Update Arches defconfig

Tiejun Chen (2):
      powerpc/405ex: provide necessary fixup function to support cuImage
      powerpc/405ex: support cuImage via included dtb

fkan@amcc.com (1):
      powerpc/44x: Add Eiger AMCC (AppliedMicro) PPC460SX evaluation board support.

 arch/powerpc/boot/4xx.c                    |  142 ++++
 arch/powerpc/boot/4xx.h                    |    1 +
 arch/powerpc/boot/Makefile                 |    6 +-
 arch/powerpc/boot/cuboot-hotfoot.c         |  142 ++++
 arch/powerpc/boot/cuboot-kilauea.c         |   49 ++
 arch/powerpc/boot/dcr.h                    |    4 +-
 arch/powerpc/boot/dts/arches.dts           |   50 ++
 arch/powerpc/boot/dts/eiger.dts            |  421 ++++++++++
 arch/powerpc/boot/dts/hotfoot.dts          |  294 +++++++
 arch/powerpc/boot/ppcboot-hotfoot.h        |  133 +++
 arch/powerpc/configs/44x/arches_defconfig  |  382 ++++++++--
 arch/powerpc/configs/44x/eiger_defconfig   | 1252 ++++++++++++++++++++++++++++
 arch/powerpc/platforms/40x/Kconfig         |   10 +
 arch/powerpc/platforms/40x/ppc40x_simple.c |    3 +-
 arch/powerpc/platforms/44x/Kconfig         |   12 +
 arch/powerpc/platforms/44x/ppc44x_simple.c |    1 +
 16 files changed, 2846 insertions(+), 56 deletions(-)
 create mode 100644 arch/powerpc/boot/cuboot-hotfoot.c
 create mode 100644 arch/powerpc/boot/cuboot-kilauea.c
 create mode 100644 arch/powerpc/boot/dts/eiger.dts
 create mode 100644 arch/powerpc/boot/dts/hotfoot.dts
 create mode 100644 arch/powerpc/boot/ppcboot-hotfoot.h
 create mode 100644 arch/powerpc/configs/44x/eiger_defconfig

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

* Please pull 'next' branch of 4xx tree
@ 2009-07-31 12:50 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2009-07-31 12:50 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

A few changes from Stefan for 460 and Kilauea boards.

Thanks,
josh

The following changes since commit 8984d7d529d50d11ebd840d69ce61ab0bf4ffcab:
  Benjamin Herrenschmidt (1):
        powerpc: Remaining 64-bit Book3E support

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Stefan Roese (5):
      powerpc: Add AMCC 460EX/460GT Rev. B support to cputable.c
      powerpc/44x: Add NAND support to Canyonlands dts
      powerpc/40x: Update Kilauea dts to support NAND, RTC and HWMON
      powerpc/44x: Update Canyonlands defconfig to support NOR, NAND and RTC
      powerpc/40x: Update kilauea defconfig to support NAND, RTC and HWMON

 arch/powerpc/boot/dts/canyonlands.dts          |   49 +++-
 arch/powerpc/boot/dts/kilauea.dts              |   44 +++-
 arch/powerpc/configs/40x/kilauea_defconfig     |  298 +++++++++++++++++---
 arch/powerpc/configs/44x/canyonlands_defconfig |  350 ++++++++++++++++++++----
 arch/powerpc/kernel/cputable.c                 |   30 ++-
 5 files changed, 658 insertions(+), 113 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2008-12-11 15:09 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-12-11 15:09 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Hi Paul,

Please pull the 'next' branch of the 4xx tree to pick up some initial
commits for 2.6.29.

There are a large number of patches from Ben for some MMU rework that
will effect 4xx, but I think most of those are going in either through
you directly, or through Kumar.  I have a couple of other commits I 
need to test out, so expect a future pull request as well.

josh

The following changes since commit 361425fc32422c9716fc69e52455b7d44fc02c18:
  Haiying Wang (1):
        powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DS

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Benjamin Herrenschmidt (1):
      powerpc/4xx: Add support for ISA holes on 4xx PCI/X/E

Hollis Blanchard (1):
      powerpc/kvm: update KVM config options in ppc44x_defconfig

Stefan Roese (1):
      powerpc/4xx: Add L2 cache node to AMCC Canyonlands dts file

Stephen Rothwell (1):
      powerpc/44x: update ppc44x_defconfig

 arch/powerpc/boot/dts/bamboo.dts      |    3 +-
 arch/powerpc/boot/dts/canyonlands.dts |   14 ++
 arch/powerpc/configs/ppc44x_defconfig |   12 +-
 arch/powerpc/sysdev/ppc4xx_pci.c      |  306 ++++++++++++++++++++++-----------
 4 files changed, 230 insertions(+), 105 deletions(-)

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

* Re: Please pull 'next' branch of 4xx tree
  2008-10-20 13:14 Josh Boyer
@ 2008-10-21  0:04 ` Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-10-21  0:04 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

On Mon, Oct 20, 2008 at 09:14:02AM -0400, Josh Boyer wrote:
>Hi Ben,
>
>Please pull the 'next' branch of the 4xx tree to pick up what should be
>most of the remaining changes for 2.6.28.  Defconfig updates will come
>after -rc1.
>
>josh
>
>The following changes since commit 6dc6472581f693b5fc95aebedf67b4960fb85cf0:
>  Benjamin Herrenschmidt (1):
>        Merge commit 'origin'
>
>are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

As we discussed, I added one more commit on top of this.  It's for the
EMAC build break and is the patch that Stephen has been carrying in
linux-next for the past few days.

josh

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

* Please pull 'next' branch of 4xx tree
@ 2008-10-20 13:14 Josh Boyer
  2008-10-21  0:04 ` Josh Boyer
  0 siblings, 1 reply; 39+ messages in thread
From: Josh Boyer @ 2008-10-20 13:14 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Please pull the 'next' branch of the 4xx tree to pick up what should be
most of the remaining changes for 2.6.28.  Defconfig updates will come
after -rc1.

josh

The following changes since commit 6dc6472581f693b5fc95aebedf67b4960fb85cf0:
  Benjamin Herrenschmidt (1):
        Merge commit 'origin'

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Josh Boyer (5):
      powerpc/40x: AMCC PowerPC 405EZ Acadia DTS
      powerpc/40x: Add AMCC PowerPC 405EZ to cputable
      powerpc/40x: Add PowerPC 40x simple platform support
      powerpc/40x: Add cuboot wrapper for Acadia board
      powerpc/40x: Add PowerPC 405EZ Acadia defconfig

Niklaus Giger (1):
      powerpc/40x: Add support for Netstal HCU4 board

Steven A. Falco (1):
      powerpc/4xx: Add PowerPC 4xx GPIO driver

 arch/powerpc/boot/Makefile                 |    4 +-
 arch/powerpc/boot/cuboot-acadia.c          |  174 ++++++
 arch/powerpc/boot/dts/acadia.dts           |  224 +++++++
 arch/powerpc/boot/dts/hcu4.dts             |  168 +++++
 arch/powerpc/configs/40x/acadia_defconfig  |  921 +++++++++++++++++++++++++++
 arch/powerpc/configs/40x/hcu4_defconfig    |  929 ++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c             |   13 +
 arch/powerpc/platforms/40x/Kconfig         |   38 ++
 arch/powerpc/platforms/40x/Makefile        |    2 +
 arch/powerpc/platforms/40x/hcu4.c          |   61 ++
 arch/powerpc/platforms/40x/ppc40x_simple.c |   80 +++
 arch/powerpc/platforms/44x/Kconfig         |    8 +
 arch/powerpc/sysdev/Makefile               |    1 +
 arch/powerpc/sysdev/ppc4xx_gpio.c          |  217 +++++++
 14 files changed, 2839 insertions(+), 1 deletions(-)
 create mode 100644 arch/powerpc/boot/cuboot-acadia.c
 create mode 100644 arch/powerpc/boot/dts/acadia.dts
 create mode 100644 arch/powerpc/boot/dts/hcu4.dts
 create mode 100644 arch/powerpc/configs/40x/acadia_defconfig
 create mode 100644 arch/powerpc/configs/40x/hcu4_defconfig
 create mode 100644 arch/powerpc/platforms/40x/hcu4.c
 create mode 100644 arch/powerpc/platforms/40x/ppc40x_simple.c
 create mode 100644 arch/powerpc/sysdev/ppc4xx_gpio.c

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

* Please pull 'next' branch of 4xx tree
@ 2008-10-03 12:30 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-10-03 12:30 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

Hi Ben,

Here's the pull request for my current set of patches.  I might have a
few more later, but lets get these in now.

josh

The following changes since commit 1afb7f809bfb8fad9eec9419f3dfd75cee746ebd:
  Paul Mackerras (1):
        Merge branch 'powerpc-next' of master.kernel.org:/.../galak/powerpc

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Josh Boyer (3):
      ibm_newemac: Allow the "no flow control" EMAC feature to work
      ibm_newemac: Introduce mal_has_feature
      ibm_newemac: MAL support for PowerPC 405EZ

Matthias Fuchs (1):
      powerpc/4xx: Allow 4xx PCI bridge to be disabled via device tree

Victor Gallardo (4):
      ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHY
      powerpc/44x: Add AMCC Arches eval board support
      powerpc/44x: Add AMCC Arches DTS
      powerpc/44x: Add AMCC Arches defconfig file

 arch/powerpc/boot/dts/arches.dts           |  293 +++++++++++
 arch/powerpc/configs/44x/arches_defconfig  |  767 ++++++++++++++++++++++++++++
 arch/powerpc/include/asm/dcr-regs.h        |   11 +
 arch/powerpc/platforms/44x/Kconfig         |   17 +-
 arch/powerpc/platforms/44x/ppc44x_simple.c |    3 +-
 arch/powerpc/sysdev/ppc4xx_pci.c           |    9 +-
 drivers/net/ibm_newemac/Kconfig            |   12 +
 drivers/net/ibm_newemac/core.c             |   60 ++-
 drivers/net/ibm_newemac/core.h             |   11 +
 drivers/net/ibm_newemac/mal.c              |   60 ++-
 drivers/net/ibm_newemac/mal.h              |   34 ++
 drivers/net/ibm_newemac/phy.c              |   84 +++
 drivers/net/ibm_newemac/phy.h              |    2 +
 13 files changed, 1345 insertions(+), 18 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/arches.dts
 create mode 100644 arch/powerpc/configs/44x/arches_defconfig

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

* Please pull 'next' branch of 4xx tree
@ 2008-09-18 13:26 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-09-18 13:26 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Hi Paul,

Please pull the 'next' branch from my tree to pick up the first round of
commits for 2.6.28.  I have a few other changes to go, but these have been
out there for a while and I'd like to get them merged now.

Thanks,
josh

The following changes since commit 7713fef06517d216f96ee7c8ad750e72bc08d38f:
  Stephen Rothwell (1):
        powerpc: Remove include of linux/of_device.h from asm/of_device.h

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

Ilya Yanok (1):
      powerpc/4xx: Necessary fixes to PCI for 4GB RAM size

Josh Boyer (9):
      powerpc/44x: Add PowerPC 44x simple platform support
      powerpc/44x: Migrate Bamboo support to ppc44x_simple
      powerpc/44x: Migrate Canyonlands support to ppc44x_simple
      powerpc/44x: Migrate Katmai support to ppc44x_simple
      powerpc/44x: Migrate Rainier support to ppc44x_simple
      powerpc/44x: Migrate Sequoia support to ppc44x_simple
      powerpc/44x: Migrate Taishan support to ppc44x_simple
      powerpc/44x: Add explicit support for AMCC Glacier
      powerpc/44x: Add explicit Yosemite support

Matthias Fuchs (1):
      powerpc/44x: Add hwmon support to Sequoia device tree

Tirumala R Marri (1):
      powerpc/44x: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix

 arch/powerpc/boot/dts/glacier.dts          |    2 +-
 arch/powerpc/boot/dts/sequoia.dts          |    9 +++
 arch/powerpc/boot/dts/yosemite.dts         |    2 +-
 arch/powerpc/platforms/44x/Kconfig         |   25 ++++++++
 arch/powerpc/platforms/44x/Makefile        |    8 +--
 arch/powerpc/platforms/44x/bamboo.c        |   62 --------------------
 arch/powerpc/platforms/44x/canyonlands.c   |   63 --------------------
 arch/powerpc/platforms/44x/katmai.c        |   62 --------------------
 arch/powerpc/platforms/44x/ppc44x_simple.c |   87 ++++++++++++++++++++++++++++
 arch/powerpc/platforms/44x/rainier.c       |   62 --------------------
 arch/powerpc/platforms/44x/sequoia.c       |   63 --------------------
 arch/powerpc/platforms/44x/taishan.c       |   72 -----------------------
 arch/powerpc/sysdev/ppc4xx_pci.c           |   23 ++++----
 13 files changed, 135 insertions(+), 405 deletions(-)
 delete mode 100644 arch/powerpc/platforms/44x/bamboo.c
 delete mode 100644 arch/powerpc/platforms/44x/canyonlands.c
 delete mode 100644 arch/powerpc/platforms/44x/katmai.c
 create mode 100644 arch/powerpc/platforms/44x/ppc44x_simple.c
 delete mode 100644 arch/powerpc/platforms/44x/rainier.c
 delete mode 100644 arch/powerpc/platforms/44x/sequoia.c
 delete mode 100644 arch/powerpc/platforms/44x/taishan.c

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

* Please pull 'next' branch of 4xx tree
@ 2008-07-09 18:13 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-07-09 18:13 UTC (permalink / raw)
  To: benh, paulus; +Cc: linuxppc-dev

Hi Ben and Paul,

Please pull from:

 master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

to get some more changes for .27.  These include the TLB rework patch,
support for the Virtex5 platform, some bootwrapper documentation and
patches, and various other fixes.

josh

Benjamin Herrenschmidt (1):
      powerpc: rework 4xx PTE access and TLB miss

Grant Likely (4):
      powerpc/bootwrapper: Add documentation of boot wrapper targets
      powerpc/bootwrapper: add missing bit of simpleImage target
      powerpc/bootwrapper: Allow user to specify additional default targets
      powerpc/440: Convert Virtex ML507 device tree to dts-v1

John Linn (5):
      powerpc/virtex: add dts file for ML507 reference design
      powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440
      powerpc/virtex: add Xilinx Virtex 5 ppc440 platform support
      powerpc/virtex: add Xilinx 440 cpu to the cputable
      powerpc/virtex: add defconfig for virtex 5 platforms

Josh Boyer (2):
      Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-v
      powerpc/44x: Update ppc44x_defconfig

Sean MacLennan (1):
      powerpc/44x: Support NAND boot for Rev A Warp boards

Stefan Roese (1):
      powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM

 Documentation/powerpc/bootwrapper.txt      |  141 ++++
 arch/powerpc/Kconfig                       |   13 +
 arch/powerpc/Makefile                      |   15 +-
 arch/powerpc/boot/Makefile                 |    5 +-
 arch/powerpc/boot/dts/virtex440-ml507.dts  |  296 ++++++++
 arch/powerpc/boot/simpleboot.c             |    6 +
 arch/powerpc/boot/virtex.c                 |  100 +++
 arch/powerpc/boot/wrapper                  |   10 +-
 arch/powerpc/configs/44x/virtex5_defconfig | 1107 ++++++++++++++++++++++++++++
 arch/powerpc/configs/ppc44x_defconfig      |  149 +++--
 arch/powerpc/kernel/cputable.c             |   10 +
 arch/powerpc/kernel/head_44x.S             |  286 +++-----
 arch/powerpc/kernel/head_booke.h           |    8 +
 arch/powerpc/mm/44x_mmu.c                  |   29 +-
 arch/powerpc/mm/fault.c                    |    3 +-
 arch/powerpc/mm/init_32.c                  |    4 +-
 arch/powerpc/mm/mem.c                      |    8 +-
 arch/powerpc/mm/mmu_decl.h                 |    4 +-
 arch/powerpc/platforms/44x/Kconfig         |   26 +
 arch/powerpc/platforms/44x/Makefile        |    1 +
 arch/powerpc/platforms/44x/virtex.c        |   60 ++
 arch/powerpc/platforms/44x/warp-nand.c     |    9 +-
 include/asm-powerpc/pgtable-ppc32.h        |   61 ++-
 23 files changed, 2086 insertions(+), 265 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2008-06-19 17:53 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-06-19 17:53 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

Hi Paul,

Please pull from:

 master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

to get some more changes for 2.6.27.  A new board port, a revert, and a
few fixes.

I'll have a few more after this as well, most notably Ben's rework
patch.

josh

Giuseppe Coviello (2):
      powerpc/4xx: Sam440ep support
      powerpc/4xx: Convert Sam440ep DTS to dts-v1

Imre Kaloz (1):
      powerpc/4xx: MTD support for the AMCC Taishan Board

Josh Boyer (2):
      Revert "[POWERPC] 4xx: Fix 460GT support to not enable FPU"
      powerpc/4xx: Workaround for PPC440EPx/GRx PCI_28 Errata

Stefan Roese (1):
      powerpc/4xx: PCIe driver now detects if a port is disabled via the dev-tre

Valentine Barshak (1):
      powerpc/4xx: Fix resource issue in warp-nand.c

 arch/powerpc/boot/Makefile                  |    3 +-
 arch/powerpc/boot/cuboot-sam440ep.c         |   49 ++
 arch/powerpc/boot/dts/sam440ep.dts          |  293 +++++++
 arch/powerpc/boot/dts/taishan.dts           |   29 +-
 arch/powerpc/configs/44x/sam440ep_defconfig | 1192 +++++++++++++++++++++++++++
 arch/powerpc/configs/44x/taishan_defconfig  |   79 ++-
 arch/powerpc/kernel/cpu_setup_44x.S         |    1 +
 arch/powerpc/kernel/cputable.c              |    4 +-
 arch/powerpc/platforms/44x/Kconfig          |    9 +
 arch/powerpc/platforms/44x/Makefile         |    1 +
 arch/powerpc/platforms/44x/sam440ep.c       |   79 ++
 arch/powerpc/platforms/44x/warp-nand.c      |    3 +-
 arch/powerpc/sysdev/indirect_pci.c          |    6 +
 arch/powerpc/sysdev/ppc4xx_pci.c            |   14 +
 include/asm-powerpc/pci-bridge.h            |    3 +
 15 files changed, 1759 insertions(+), 6 deletions(-)

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

* Please pull 'next' branch of 4xx tree
@ 2008-05-29 15:40 Josh Boyer
  0 siblings, 0 replies; 39+ messages in thread
From: Josh Boyer @ 2008-05-29 15:40 UTC (permalink / raw)
  To: paulus, linuxppc-dev

Hi Paul,

Please pull from:

 master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next

to pick up some of the initial changes for 2.6.27 in the 4xx tree.
They include some PIKA Warp updates, a DCR infrastructure rework, and
David's large dts conversion patch (which accounts for most of the
large diffstat).

I'll have some more updates a bit later, but I'd like to get these into
your next branch now as they've been sitting in mine for a while to get
testing coverage.

josh

David Gibson (1):
      [POWERPC] Convert remaining dts-v0 files to v1

Josh Boyer (2):
      [POWERPC] 4xx: Fix PCI mem in rainier DTS
      [POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds

Sean MacLennan (2):
      [POWERPC] PIKA Warp: Update DTS to support Rev B boards
      [POWERPC] PIKA Warp: Update platform code to support Rev B boards

Stephen Neuendorffer (1):
      [POWERPC] Refactor DCR code

 arch/powerpc/boot/cuboot-warp.c        |   47 +++++-
 arch/powerpc/boot/dts/bamboo.dts       |  142 ++++++++--------
 arch/powerpc/boot/dts/canyonlands.dts  |  222 ++++++++++++------------
 arch/powerpc/boot/dts/ebony.dts        |  164 +++++++++---------
 arch/powerpc/boot/dts/ep405.dts        |  100 ++++++------
 arch/powerpc/boot/dts/glacier.dts      |  262 ++++++++++++++--------------
 arch/powerpc/boot/dts/haleakala.dts    |  136 ++++++++--------
 arch/powerpc/boot/dts/holly.dts        |  122 +++++++-------
 arch/powerpc/boot/dts/katmai.dts       |  210 ++++++++++++-----------
 arch/powerpc/boot/dts/kilauea.dts      |  182 ++++++++++----------
 arch/powerpc/boot/dts/makalu.dts       |  182 ++++++++++----------
 arch/powerpc/boot/dts/ps3.dts          |   16 +-
 arch/powerpc/boot/dts/rainier.dts      |  163 +++++++++---------
 arch/powerpc/boot/dts/sequoia.dts      |  172 ++++++++++---------
 arch/powerpc/boot/dts/taishan.dts      |  212 ++++++++++++------------
 arch/powerpc/boot/dts/walnut.dts       |  118 +++++++-------
 arch/powerpc/boot/dts/warp.dts         |  145 +++++++++-------
 arch/powerpc/boot/dts/yosemite.dts     |  146 ++++++++--------
 arch/powerpc/platforms/44x/warp-nand.c |   49 ++++--
 arch/powerpc/platforms/44x/warp.c      |  293 ++++++++++++++++++++++++++------
 arch/powerpc/sysdev/dcr.c              |  156 +++++++++++++----
 include/asm-powerpc/dcr-generic.h      |   49 ++++++
 include/asm-powerpc/dcr-mmio.h         |   20 ++-
 include/asm-powerpc/dcr-native.h       |   16 +-
 include/asm-powerpc/dcr.h              |   39 ++++-
 25 files changed, 1928 insertions(+), 1435 deletions(-)

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

end of thread, other threads:[~2012-05-09 11:42 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-12 20:41 Please pull 'next' branch of 4xx tree Josh Boyer
2011-07-20 13:18 ` Josh Boyer
2011-07-21  9:22   ` Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2012-05-02 13:51 Josh Boyer
2012-05-09 11:42 ` Josh Boyer
2012-03-16 13:41 Josh Boyer
2012-03-16 14:50 ` Stephen Rothwell
2011-12-20 16:23 Josh Boyer
2011-12-21 20:11 ` Josh Boyer
2011-08-10 18:26 Josh Boyer
2011-08-29 13:05 ` Josh Boyer
2011-08-30  3:09   ` Benjamin Herrenschmidt
2011-06-28 12:07 Josh Boyer
2011-02-15 14:54 Josh Boyer
2011-03-15 13:19 ` Josh Boyer
2010-12-03 13:22 Josh Boyer
2010-09-28 13:09 Josh Boyer
2010-10-13 13:16 ` Josh Boyer
2010-10-14  0:56   ` Benjamin Herrenschmidt
2010-10-14 10:35     ` Josh Boyer
2010-07-26 16:58 Josh Boyer
2010-05-05 17:11 Josh Boyer
2010-02-12 13:02 Josh Boyer
2009-12-18 14:08 Josh Boyer
2009-12-04 14:38 Josh Boyer
2009-11-04 18:55 Josh Boyer
2009-11-19 14:45 ` Josh Boyer
2009-11-19 14:49   ` Kumar Gala
2009-11-20  8:53     ` Benjamin Herrenschmidt
2009-08-31 16:24 Josh Boyer
2009-07-31 12:50 Josh Boyer
2008-12-11 15:09 Josh Boyer
2008-10-20 13:14 Josh Boyer
2008-10-21  0:04 ` Josh Boyer
2008-10-03 12:30 Josh Boyer
2008-09-18 13:26 Josh Boyer
2008-07-09 18:13 Josh Boyer
2008-06-19 17:53 Josh Boyer
2008-05-29 15:40 Josh Boyer

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.