Please pull 'next' branch of linux-2.6-mpc52xx.git
Grant Likely
grant.likely at secretlab.ca
Thu Feb 5 07:57:08 EST 2009
And I really mean -next this time. :-)
The following changes since commit b1792e367053968f2ddb48bc911d314143ce6242:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6
are available in the git repository at:
git://git.secretlab.ca/git/linux-2.6-mpc52xx.git next
Grant Likely (7):
powerpc/5200: Stop using device_type and port-number properties
powerpc/5200: Trim cruft from device trees
powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver
powerpc/5200: Remove pr_debug() from hot paths in irq driver
powerpc/5200: Refactor mpc5200 interrupt controller driver
powerpc/5200: Rework GPT driver to also be an IRQ controller
powerpc/5200: Add support for the Media5200 board from Freescale
Grzegorz Bernacki (1):
powerpc/5200: Add support for the digsy MTC board.
arch/powerpc/boot/Makefile | 4 +-
arch/powerpc/boot/dts/cm5200.dts | 49 +---
arch/powerpc/boot/dts/digsy_mtc.dts | 254 +++++++++++++++
arch/powerpc/boot/dts/lite5200.dts | 52 +---
arch/powerpc/boot/dts/lite5200b.dts | 63 +---
arch/powerpc/boot/dts/media5200.dts | 318 +++++++++++++++++++
arch/powerpc/boot/dts/motionpro.dts | 42 +--
arch/powerpc/boot/dts/pcm030.dts | 182 ++++-------
arch/powerpc/boot/dts/tqm5200.dts | 32 +--
arch/powerpc/platforms/52xx/Kconfig | 12 +-
arch/powerpc/platforms/52xx/Makefile | 3 +-
arch/powerpc/platforms/52xx/media5200.c | 273 ++++++++++++++++
arch/powerpc/platforms/52xx/mpc5200_simple.c | 1 +
arch/powerpc/platforms/52xx/mpc52xx_gpio.c | 85 -----
arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 435 ++++++++++++++++++++++++++
arch/powerpc/platforms/52xx/mpc52xx_pic.c | 170 ++++-------
drivers/net/fec_mpc52xx.c | 6 +-
drivers/serial/mpc52xx_uart.c | 40 +--
18 files changed, 1476 insertions(+), 545 deletions(-)
create mode 100644 arch/powerpc/boot/dts/digsy_mtc.dts
create mode 100644 arch/powerpc/boot/dts/media5200.dts
create mode 100644 arch/powerpc/platforms/52xx/media5200.c
create mode 100644 arch/powerpc/platforms/52xx/mpc52xx_gpt.c
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
More information about the Linuxppc-dev
mailing list