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: Fri, 14 Dec 2007 01:58:01 -0600 (CST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0712140157340.14350@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/booting-without-of.txt |   19
 arch/powerpc/boot/dts/kuroboxHD.dts          |   16
 arch/powerpc/boot/dts/kuroboxHG.dts          |   16
 arch/powerpc/boot/dts/lite5200.dts           |    6
 arch/powerpc/boot/dts/lite5200b.dts          |    6
 arch/powerpc/boot/dts/mpc8313erdb.dts        |   36 -
 arch/powerpc/boot/dts/mpc832x_mds.dts        |   45 -
 arch/powerpc/boot/dts/mpc832x_rdb.dts        |   47 -
 arch/powerpc/boot/dts/mpc8349emitx.dts       |   54 -
 arch/powerpc/boot/dts/mpc8349emitxgp.dts     |   32
 arch/powerpc/boot/dts/mpc834x_mds.dts        |   51 -
 arch/powerpc/boot/dts/mpc836x_mds.dts        |   47 -
 arch/powerpc/boot/dts/mpc8540ads.dts         |   59 -
 arch/powerpc/boot/dts/mpc8541cds.dts         |   41 -
 arch/powerpc/boot/dts/mpc8544ds.dts          |   59 +
 arch/powerpc/boot/dts/mpc8548cds.dts         |   68 +-
 arch/powerpc/boot/dts/mpc8555cds.dts         |   41 -
 arch/powerpc/boot/dts/mpc8560ads.dts         |   59 -
 arch/powerpc/boot/dts/mpc8568mds.dts         |   80 +-
 arch/powerpc/boot/dts/mpc8572ds.dts          |   59 +
 arch/powerpc/boot/dts/mpc8610_hpcd.dts       |   28
 arch/powerpc/boot/dts/mpc8641_hpcn.dts       |   80 +-
 arch/powerpc/boot/dts/mpc866ads.dts          |  156 ++--
 arch/powerpc/configs/mpc837x_mds_defconfig   |  878 +++++++++++++++++++++++++++
 arch/powerpc/kernel/cputable.c               |   13
 arch/powerpc/kernel/traps.c                  |   25
 arch/powerpc/platforms/82xx/pq2fads.c        |    2
 arch/powerpc/platforms/83xx/Kconfig          |   11
 arch/powerpc/platforms/83xx/Makefile         |    1
 arch/powerpc/platforms/83xx/mpc8313_rdb.c    |    4
 arch/powerpc/platforms/83xx/mpc832x_mds.c    |    4
 arch/powerpc/platforms/83xx/mpc832x_rdb.c    |    2
 arch/powerpc/platforms/83xx/mpc834x_mds.c    |   21
 arch/powerpc/platforms/83xx/mpc836x_mds.c    |    4
 arch/powerpc/platforms/83xx/mpc837x_mds.c    |  104 +++
 arch/powerpc/platforms/85xx/mpc85xx_mds.c    |    4
 arch/powerpc/platforms/8xx/Kconfig           |    1
 arch/powerpc/platforms/8xx/mpc86xads.h       |   44 -
 arch/powerpc/platforms/8xx/mpc86xads_setup.c |  289 ++------
 arch/powerpc/sysdev/commproc.c               |   47 +
 arch/powerpc/sysdev/cpm2_common.c            |   25
 arch/powerpc/sysdev/fsl_soc.c                |   23
 arch/powerpc/sysdev/ipic.c                   |  219 ++++--
 arch/powerpc/sysdev/ipic.h                   |   13
 arch/powerpc/sysdev/qe_lib/qe.c              |   46 +
 drivers/net/fs_enet/mac-fcc.c                |   10
 drivers/net/fs_enet/mac-scc.c                |   11
 drivers/net/ucc_geth.c                       |   55 +
 drivers/serial/cpm_uart/cpm_uart_cpm1.c      |    6
 drivers/serial/cpm_uart/cpm_uart_cpm2.c      |    8
 include/asm-powerpc/cpm.h                    |    1
 include/asm-powerpc/immap_86xx.h             |   25
 include/asm-powerpc/ipic.h                   |   12
 include/asm-powerpc/qe.h                     |   95 +-
 include/asm-powerpc/reg_booke.h              |   13
 55 files changed, 2214 insertions(+), 907 deletions(-)

Jochen Friedrich (2):
      [POWERPC] Add support for PORTA and PORTB odr registers
      [POWERPC] Move CPM command handling into the cpm drivers

Jon Loeliger (2):
      [POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.
      [POWERPC] 86xx: Add aliases node to 8641hpcn DTS file.

Kumar Gala (5):
      [POWERPC] Add SPRN for Embedded registers specified in PowerISA 2.04
      [POWERPC] Emulate isel (Integer Select) instruction
      [POWERPC] FSL: I2C device tree cleanups
      [POWERPC] FSL: enet device tree cleanups
      [POWERPC] FSL: Added aliases node to device trees

Li Yang (5):
      [POWERPC] add e300c4 entry to cputable
      [POWERPC] ipic: add new interrupts introduced by new chip
      [POWERPC] 83xx: Add platform support for MPC837x MDS board
      [POWERPC] 83xx: Add MPC837x MDS default kernel configuration
      [POWERPC] ipic: ack only for edge interrupts

Scott Wood (3):
      [POWERPC] 8xx: Convert mpc866ads to the new device binding.
      [POWERPC] 83xx: mpc834x_mds: Fix whitespace and call of_platform_bus_probe().
      [POWERPC] 83xx: mpc8313erdb: Fix whitespace.

Timur Tabi (4):
      [POWERPC] 86xx: fix guts_set_dmacr() and add guts_set_pmuxcr_dma() to immap_86xx.h
      [POWERPC] QE: change qe_setbrg() to take an enum qe_clock instead of an integer
      [POWERPC] qe: add function qe_clock_source()
      [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties

             reply	other threads:[~2007-12-14  7:59 UTC|newest]

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