linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull from 'for-2.6.25' branch
Date: Mon, 21 Jan 2008 10:32:57 -0600 (CST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0801211028540.14624@blarg.am.freescale.net> (raw)

Please pull from 'for-2.6.25' branch of

	master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.25

to receive the following updates:

 Documentation/powerpc/00-INDEX                  |    3
 Documentation/powerpc/booting-without-of.txt    |   91 +
 Documentation/powerpc/qe_firmware.txt           |  295 ++++
 arch/powerpc/Kconfig                            |    3
 arch/powerpc/boot/.gitignore                    |    1
 arch/powerpc/boot/Makefile                      |    7
 arch/powerpc/boot/cuboot-83xx.c                 |    3
 arch/powerpc/boot/cuboot-85xx.c                 |    5
 arch/powerpc/boot/devtree.c                     |   14
 arch/powerpc/boot/dts/adder875-redboot.dts      |  184 ++
 arch/powerpc/boot/dts/adder875-uboot.dts        |  183 ++
 arch/powerpc/boot/dts/ep8248e.dts               |  207 +++
 arch/powerpc/boot/dts/mpc8313erdb.dts           |   49
 arch/powerpc/boot/dts/mpc832x_mds.dts           |   51
 arch/powerpc/boot/dts/mpc8349emitx.dts          |   30
 arch/powerpc/boot/dts/mpc8349emitxgp.dts        |    1
 arch/powerpc/boot/dts/mpc834x_mds.dts           |    2
 arch/powerpc/boot/dts/mpc836x_mds.dts           |    1
 arch/powerpc/boot/dts/mpc8377_mds.dts           |  279 ++++
 arch/powerpc/boot/dts/mpc8378_mds.dts           |  265 ++++
 arch/powerpc/boot/dts/mpc8379_mds.dts           |  293 ++++
 arch/powerpc/boot/dts/mpc8544ds.dts             |    6
 arch/powerpc/boot/dts/mpc8572ds.dts             |    7
 arch/powerpc/boot/dts/mpc8610_hpcd.dts          |  113 +
 arch/powerpc/boot/dts/mpc8641_hpcn.dts          |    6
 arch/powerpc/boot/ep8248e.c                     |   55
 arch/powerpc/boot/ops.h                         |   14
 arch/powerpc/boot/redboot-8xx.c                 |   58
 arch/powerpc/boot/redboot.h                     |   56
 arch/powerpc/boot/wrapper                       |    2
 arch/powerpc/configs/adder875-redboot_defconfig |  798 ++++++++++++
 arch/powerpc/configs/adder875-uboot_defconfig   |  798 ++++++++++++
 arch/powerpc/configs/ep8248e_defconfig          |  821 +++++++++++++
 arch/powerpc/configs/mpc8313_rdb_defconfig      |   46
 arch/powerpc/configs/mpc834x_itx_defconfig      |    3
 arch/powerpc/configs/mpc8610_hpcd_defconfig     |  171 ++
 arch/powerpc/kernel/head_fsl_booke.S            |   20
 arch/powerpc/kernel/pci-common.c                |    8
 arch/powerpc/kernel/pci_32.c                    |   58
 arch/powerpc/math-emu/op-4.h                    |   40
 arch/powerpc/mm/fsl_booke_mmu.c                 |    6
 arch/powerpc/mm/lmb.c                           |   13
 arch/powerpc/mm/mem.c                           |   20
 arch/powerpc/platforms/82xx/Kconfig             |   13
 arch/powerpc/platforms/82xx/Makefile            |    1
 arch/powerpc/platforms/82xx/ep8248e.c           |  324 +++++
 arch/powerpc/platforms/83xx/mpc8313_rdb.c       |   13
 arch/powerpc/platforms/83xx/mpc832x_mds.c       |    5
 arch/powerpc/platforms/83xx/mpc832x_rdb.c       |   10
 arch/powerpc/platforms/83xx/mpc834x_itx.c       |   12
 arch/powerpc/platforms/83xx/mpc834x_mds.c       |    5
 arch/powerpc/platforms/83xx/mpc836x_mds.c       |    5
 arch/powerpc/platforms/83xx/mpc837x_mds.c       |   56
 arch/powerpc/platforms/83xx/mpc83xx.h           |    3
 arch/powerpc/platforms/83xx/usb.c               |   46
 arch/powerpc/platforms/85xx/mpc85xx_ads.c       |   18
 arch/powerpc/platforms/85xx/mpc85xx_cds.c       |    6
 arch/powerpc/platforms/85xx/mpc85xx_mds.c       |    7
 arch/powerpc/platforms/86xx/mpc8610_hpcd.c      |   15
 arch/powerpc/platforms/8xx/Kconfig              |    9
 arch/powerpc/platforms/8xx/Makefile             |    1
 arch/powerpc/platforms/8xx/adder875.c           |  118 +
 arch/powerpc/platforms/Kconfig                  |    6
 arch/powerpc/sysdev/Makefile                    |    2
 arch/powerpc/sysdev/fsl_pci.c                   |  139 --
 arch/powerpc/sysdev/fsl_soc.c                   |  103 +
 arch/powerpc/sysdev/ipic.c                      |   62
 arch/powerpc/sysdev/mpic.c                      |    4
 arch/powerpc/sysdev/qe_lib/Kconfig              |    2
 arch/powerpc/sysdev/qe_lib/qe.c                 |  247 +++
 arch/powerpc/sysdev/qe_lib/ucc_slow.c           |   10
 drivers/net/phy/Kconfig                         |   32
 drivers/net/phy/fixed.c                         |  445 ++-----
 drivers/serial/Kconfig                          |   10
 drivers/serial/Makefile                         |    1
 drivers/serial/ucc_uart.c                       | 1514 ++++++++++++++++++++++++
 include/asm-powerpc/immap_qe.h                  |   34
 include/asm-powerpc/lmb.h                       |    1
 include/asm-powerpc/mpc8260.h                   |    1
 include/asm-powerpc/pci-bridge.h                |    3
 include/asm-powerpc/qe.h                        |   61
 include/linux/phy_fixed.h                       |   51
 82 files changed, 7840 insertions(+), 641 deletions(-)

Anton Vorontsov (1):
      [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes

Becky Bruce (1):
      [POWERPC] Fixup use of phys_addr_t in mpic code

Dale Farnsworth (1):
      [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500

John Rigby (2):
      [POWERPC] Add support for mpc512x interrupts to ipic
      [POWERPC] Add IPIC Kconfig option

Kumar Gala (10):
      [POWERPC] Fix handling of memreserve if the range lands in highmem
      [POWERPC] Ensure we only handle PowerMac PCI bus fixup for memory resources
      [POWERPC] Fixup transparent P2P resources
      [POWERPC] FSL: Rework PCI/PCIe support for 85xx/86xx
      [POWERPC] Remove update_bridge_resource
      [POWERPC] 85xx: convert boards to use machine_device_initcall
      [POWERPC] 83xx: convert boards to use machine_device_initcall
      [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_alias
      [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_alias
      [POWERPC] Fix incorrect interrupt map on FSL reference boards

Li Yang (3):
      [POWERPC] 83xx: add device trees for MPC837x MDS board
      [POWERPC] 83xx: Add MPC837x USB platform support
      [POWERPC] 83xx: USB device tree cleanups

Liu Yu (1):
      [POWERPC] Fix carry bug in 128-bit unsigned integer adding

Paul Gortmaker (1):
      [POWERPC] 85xx: mpc85xx_ads: add in missing of_node_put()

Scott Wood (6):
      [POWERPC] fsl_soc: Fix get_immrbase() to use ranges, rather than reg.
      [POWERPC] 8xx: Analogue & Micro Adder875 board support.
      [POWERPC] 82xx: Embedded Planet EP8248E support
      [POWERPC] 83xx: MPC8313e RBD add NAND to device tree
      [POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree.
      [POWERPC] 83xx: Update MPC8313e RDB defconfig for MTD, NAND, JFFS2.

Timur Tabi (4):
      [POWERPC] QE: Add ability to upload QE firmware
      [POWERPC] QE: Add support for Freescale QUICCEngine UART
      [POWERPC] qe-uart: add support for Freescale QUICCEngine UART
      [POWERPC] Update MPC8610 HPCD to support audio drivers

Vitaly Bordug (3):
      phy/fixed.c: rework to not duplicate PHY layer functionality
      [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus
      [POWERPC] fsl_soc: add support to gianfar for fixed-link property

             reply	other threads:[~2008-01-21 16:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-21 16:32 Kumar Gala [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-31 16:57 Please pull from 'for-2.6.25' branch Kumar Gala
2008-04-02  2:36 ` Kumar Gala
2008-04-02 11:48   ` Paul Mackerras
2008-04-02 13:12     ` Kumar Gala
2008-03-24 13:58 Kumar Gala
2008-03-07 15:03 Kumar Gala
2008-03-07 22:51 ` Paul Mackerras
2008-03-07 22:56   ` Kumar Gala
2008-03-07 23:02     ` Kumar Gala
2008-01-28 15:11 Kumar Gala
2008-01-24  1:56 Kumar Gala
2007-12-14  7:58 Kumar Gala

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=Pine.LNX.4.64.0801211028540.14624@blarg.am.freescale.net \
    --to=galak@kernel.crashing.org \
    --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).