From: Josh Boyer <jwboyer@linux.vnet.ibm.com>
To: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull from 'for-2.6.24' branch of 4xx tree
Date: Tue, 2 Oct 2007 07:54:20 -0500 [thread overview]
Message-ID: <20071002075420.0182bb7c@weaponx.rchland.ibm.com> (raw)
Hi Paul,
Please pull from
master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git for-2.6.24
to pick up a handful of new items for 2.6.24. Initial Virtex support
from Grant, some cpu setup functions for 4xx from Valentine, a compile
fix for the Walnut wrapper, and a small number of arch/ppc fixes for
Xilinx boards.
Grant Likely (15):
[POWERPC] Virtex: Add uartlite bootwrapper driver
[POWERPC] Virtex: Add Kconfig macros for Xilinx Virtex board support
[POWERPC] Virtex: add xilinx interrupt controller driver
[POWERPC] Virtex: Add generic Xilinx Virtex board support
[POWERPC] Add PowerPC Xilinx Virtex entry to maintainers
[POWERPC] Uartlite: Fix reg io to access documented register size
[POWERPC] Uartlite: change name of ports to ulite_ports
[POWERPC] Uartlite: Add macro for uartlite device name
[POWERPC] Uartlite: Separate the bus binding from the driver proper
[POWERPC] Uartlite: Comment block tidy
[POWERPC] Uartlite: Add of-platform-bus binding
[POWERPC] Uartlite: Let the console be initialized earlier
[POWERPC] Uartlite: Flush RX fifo in bootwrapper
[POWERPC] XilinxFB: Move xilinxfb_platform_data definition to a shared hea
[POWERPC] Setup default eth addr in embed_config for Xilinx Virtex platfor
Josh Boyer (2):
[POWERPC] 4xx: Fix Walnut wrapper compile errors
[POWERPC] Add treeImage to .gitignore
Valentine Barshak (3):
[POWERPC] 4xx: Introduce cpu_setup functionality to 44x platform
[POWERPC] 4xx: Move 440EP(x) FPU setup from head_44x to cpu_setup_4xx
[POWERPC] 4xx: 440EPx/GRx incorrect write to DDR SDRAM errata workaround
MAINTAINERS | 7 +
arch/powerpc/boot/.gitignore | 1 +
arch/powerpc/boot/Makefile | 3 +-
arch/powerpc/boot/ops.h | 1 +
arch/powerpc/boot/serial.c | 2 +
arch/powerpc/boot/uartlite.c | 64 +++++++
arch/powerpc/kernel/Makefile | 1 +
arch/powerpc/kernel/cpu_setup_44x.S | 56 ++++++
arch/powerpc/kernel/cputable.c | 22 ++-
arch/powerpc/kernel/head_44x.S | 10 -
arch/powerpc/platforms/40x/Kconfig | 38 +++--
arch/powerpc/platforms/40x/Makefile | 1 +
arch/powerpc/platforms/40x/virtex.c | 50 ++++++
arch/powerpc/sysdev/Makefile | 1 +
arch/powerpc/sysdev/xilinx_intc.c | 151 ++++++++++++++++
arch/ppc/boot/simple/embed_config.c | 8 +
arch/ppc/boot/simple/misc-embedded.c | 4 +-
arch/ppc/boot/simple/uartlite_tty.c | 8 +
arch/ppc/syslib/virtex_devices.c | 2 +-
arch/ppc/syslib/virtex_devices.h | 8 +-
drivers/serial/uartlite.c | 318 +++++++++++++++++++++++++++-------
drivers/video/xilinxfb.c | 2 +-
include/asm-powerpc/xilinx_intc.h | 20 ++
include/linux/xilinxfb.h | 23 +++
24 files changed, 698 insertions(+), 103 deletions(-)
create mode 100644 arch/powerpc/boot/uartlite.c
create mode 100644 arch/powerpc/kernel/cpu_setup_44x.S
create mode 100644 arch/powerpc/platforms/40x/virtex.c
create mode 100644 arch/powerpc/sysdev/xilinx_intc.c
create mode 100644 include/asm-powerpc/xilinx_intc.h
create mode 100644 include/linux/xilinxfb.h
next reply other threads:[~2007-10-02 12:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-02 12:54 Josh Boyer [this message]
2007-10-03 13:42 ` Please pull from 'for-2.6.24' branch of 4xx tree Josh Boyer
-- strict thread matches above, loose matches on Subject: below --
2007-11-19 21:26 Josh Boyer
2007-11-01 13:10 Josh Boyer
2007-11-01 14:54 ` Steven A. Falco
2007-11-01 14:57 ` Josh Boyer
2007-10-19 21:31 Josh Boyer
2007-10-23 12:06 ` Josh Boyer
2007-09-20 12:41 Josh Boyer
2007-09-21 1:53 ` Paul Mackerras
2007-09-07 13:16 Josh Boyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071002075420.0182bb7c@weaponx.rchland.ibm.com \
--to=jwboyer@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is 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).