linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull 'for-2.6.25' branch of 4xx tree
@ 2008-01-25 21:19 Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-01-25 21:19 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 for-2.6.25

to pick up a few more patches for 4xx that should go in for 2.6.25.
Mostly self explanatory in the changelogs.  The diffstat is mostly from
the PIKA Warp board patches that Sean worked quite hard on.

thx,
josh

David Gibson (1):
      [POWERPC] Enable RTC for Ebony and Walnut (v2)

Roel Kluin (1):
      [POWERPC] 4xx: logical/bitand typo in powerpc/boot/4xx.c

Sean MacLennan (5):
      [POWERPC] 4xx: Add PowerPC 440EP Rev C
      [POWERPC] 4xx: PIKA Warp base platform
      [POWERPC] 4xx: PIKA Warp DTS
      [POWERPC] 4xx: PIKA Warp bootwrapper
      [POWERPC] 4xx: PIKA Warp defconfig

Stefan Roese (2):
      [POWERPC] 4xx: Add 405EXr to cputable
      [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dts

 arch/powerpc/Kconfig                   |    2 +-
 arch/powerpc/boot/4xx.c                |    2 +-
 arch/powerpc/boot/Makefile             |    4 +-
 arch/powerpc/boot/cuboot-warp.c        |   39 ++
 arch/powerpc/boot/dts/ebony.dts        |    5 +-
 arch/powerpc/boot/dts/haleakala.dts    |  274 +++++++++
 arch/powerpc/boot/dts/walnut.dts       |    5 +-
 arch/powerpc/boot/dts/warp.dts         |  239 +++++++
 arch/powerpc/configs/warp_defconfig    | 1057 ++++++++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c         |   28 +-
 arch/powerpc/platforms/40x/walnut.c    |    1 +
 arch/powerpc/platforms/44x/Kconfig     |   15 +
 arch/powerpc/platforms/44x/Makefile    |    2 +
 arch/powerpc/platforms/44x/ebony.c     |    2 +
 arch/powerpc/platforms/44x/warp-nand.c |  105 ++++
 arch/powerpc/platforms/44x/warp.c      |  153 +++++
 arch/powerpc/platforms/Kconfig         |    6 +
 arch/powerpc/sysdev/Makefile           |    1 +
 arch/powerpc/sysdev/of_rtc.c           |   59 ++
 include/asm-powerpc/of_platform.h      |    2 +
 20 files changed, 1992 insertions(+), 9 deletions(-)

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

* Please pull 'for-2.6.25' branch of 4xx tree
@ 2008-02-07  3:19 Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-02-07  3:19 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 for-2.6.25

to pick up some fixes that should go in for 2.6.25 and Grant's Virtex
tree.

thx,
josh

Grant Likely (2):
      [POWERPC] Fix incorrectly tagged __devinitdata structures
      [POWERPC] Eliminate broken OF console initialization.

Josh Boyer (2):
      [POWERPC] 4xx: Fix Walnut build
      Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-v

Sean MacLennan (1):
      [POWERPC] 4xx: Fix offset value on Warp board

Stephen Neuendorffer (3):
      [POWERPC] Xilinx: Update compatible to use values generated by BSP generat
      [POWERPC] Xilinx: hwicap driver
      [POWERPC] Xilinx: hwicap: update booting-without-of.txt

Valentine Barshak (4):
      [POWERPC] 4xx: Add USB ehci-ppc-of dts bindings.
      [POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry
      [POWERPC] Add missing native dcr dcr_ind_lock spinlock
      [POWERPC] 4xx: PCIe indirect DCR spinlock fix.

Documentation/powerpc/booting-without-of.txt |   42 ++
 arch/powerpc/boot/dts/sequoia.dts            |    8 +
 arch/powerpc/platforms/40x/Kconfig           |    1 +
 arch/powerpc/platforms/40x/virtex.c          |    2 +-
 arch/powerpc/platforms/40x/walnut.c          |    1 +
 arch/powerpc/platforms/44x/warp.c            |    2 +-
 arch/powerpc/sysdev/dcr.c                    |    5 +-
 drivers/block/xsysace.c                      |    6 +-
 drivers/char/Kconfig                         |   10 +
 drivers/char/Makefile                        |    1 +
 drivers/char/xilinx_hwicap/Makefile          |    7 +
 drivers/char/xilinx_hwicap/buffer_icap.c     |  380 +++++++++++
 drivers/char/xilinx_hwicap/buffer_icap.h     |   57 ++
 drivers/char/xilinx_hwicap/fifo_icap.c       |  381 +++++++++++
 drivers/char/xilinx_hwicap/fifo_icap.h       |   62 ++
 drivers/char/xilinx_hwicap/xilinx_hwicap.c   |  904 ++++++++++++++++++++++++++
 drivers/char/xilinx_hwicap/xilinx_hwicap.h   |  193 ++++++
 drivers/serial/uartlite.c                    |   53 +--
 drivers/video/xilinxfb.c                     |    4 +-
 include/asm-powerpc/dcr-native.h             |   47 +-
 20 files changed, 2102 insertions(+), 64 deletions(-)

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

* Please pull 'for-2.6.25' branch of 4xx tree
@ 2008-02-16 14:11 Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-02-16 14:11 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 for-2.6.25

to pick up a few fixes and some defconfig cleanups for .25.  The netdev
patch was Acked by Ben and Jeff asked we take it through the powerpc
tree.

The diffstat is bloated from the defconfig cleanups.  I've also added a
multiplatform defconfig for 44x.  Eventually we might want to remove
the individual board defconfigs all together, but I'd like to leave
them for now.

thx,
josh

Josh Boyer (3):
      [POWERPC] 4xx: Update defconfigs for 2.6.25
      [POWERPC] 44x: Fix Kconfig formatting
      [POWERPC] 44x: Add multiplatform defconfig

Stefan Roese (2):
      [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
      [POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dts

Wolfgang Ocker (1):
      [POWERPC] PPC440EP Interrupt Triggering and Level Settings

 arch/powerpc/boot/dts/bamboo.dts       |    3 -
 arch/powerpc/boot/dts/ebony.dts        |    2 -
 arch/powerpc/boot/dts/katmai.dts       |    2 -
 arch/powerpc/boot/dts/kilauea.dts      |    3 -
 arch/powerpc/boot/dts/makalu.dts       |    3 -
 arch/powerpc/boot/dts/rainier.dts      |    4 -
 arch/powerpc/boot/dts/sequoia.dts      |    4 -
 arch/powerpc/boot/dts/taishan.dts      |    4 -
 arch/powerpc/configs/bamboo_defconfig  |   81 ++-
 arch/powerpc/configs/ebony_defconfig   |   79 ++-
 arch/powerpc/configs/ep405_defconfig   |   92 ++--
 arch/powerpc/configs/kilauea_defconfig |   69 ++-
 arch/powerpc/configs/makalu_defconfig  |   69 ++-
 arch/powerpc/configs/ppc44x_defconfig  |  904 ++++++++++++++++++++++++++++++++
 arch/powerpc/configs/rainier_defconfig |   82 ++-
 arch/powerpc/configs/sequoia_defconfig |   77 ++-
 arch/powerpc/configs/taishan_defconfig |   81 ++-
 arch/powerpc/configs/walnut_defconfig  |   81 ++-
 arch/powerpc/configs/warp_defconfig    |  139 ++++--
 arch/powerpc/platforms/44x/Kconfig     |   10 +-
 arch/ppc/platforms/4xx/ibm440ep.c      |    6 +-
 drivers/net/ibm_newemac/rgmii.c        |    1 -
 22 files changed, 1480 insertions(+), 316 deletions(-)

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

* Please pull 'for-2.6.25' branch of 4xx tree
@ 2008-02-28 16:44 Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2008-02-28 16:44 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 for-2.6.25

to pick up a few fixes for .25.  This includes Stephen's hwicap rework
that was done to address the comments that came up during review.

thx,
josh

Josh Boyer (1):
      [POWERPC] 4xx: Use correct board info structure in cuboot wrappers

Stefan Roese (2):
      [POWERPC] 4xx: Fix Haleakala PCIe compatibility problem in dts
      [POWERPC] 4xx: Fix L1 cache size in katmai DTS

Stephen Neuendorffer (1):
      [POWERPC] Xilinx: hwicap cleanup

Valentine Barshak (1):
      [POWERPC] 44x: add missing define TARGET_4xx and TARGET_440GX to cuboot-ta

 arch/powerpc/boot/cuboot-bamboo.c          |    1 +
 arch/powerpc/boot/cuboot-ebony.c           |    1 +
 arch/powerpc/boot/cuboot-katmai.c          |    1 +
 arch/powerpc/boot/cuboot-taishan.c         |    2 +
 arch/powerpc/boot/cuboot-warp.c            |    1 +
 arch/powerpc/boot/dts/haleakala.dts        |    2 +-
 arch/powerpc/boot/dts/katmai.dts           |   58 ++++++------
 drivers/char/xilinx_hwicap/buffer_icap.c   |   80 ++++++++--------
 drivers/char/xilinx_hwicap/fifo_icap.c     |   60 ++++++------
 drivers/char/xilinx_hwicap/xilinx_hwicap.c |  138 +++++++++++++---------------
 drivers/char/xilinx_hwicap/xilinx_hwicap.h |   24 +++---
 11 files changed, 180 insertions(+), 188 deletions(-)

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

end of thread, other threads:[~2008-02-28 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 16:44 Please pull 'for-2.6.25' branch of 4xx tree Josh Boyer
  -- strict thread matches above, loose matches on Subject: below --
2008-02-16 14:11 Josh Boyer
2008-02-07  3:19 Josh Boyer
2008-01-25 21:19 Josh Boyer

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