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 'powerpc-next' branch
Date: Thu, 26 Jun 2008 02:49:51 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0806260249300.14932@blarg.am.freescale.net> (raw)

Please pull from 'powerpc-next' branch of

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

to receive the following updates:

 Documentation/powerpc/booting-without-of.txt    |   59 +
 arch/powerpc/Kconfig                            |    6
 arch/powerpc/boot/Makefile                      |    1
 arch/powerpc/boot/dts/mpc836x_rdk.dts           |  397 ++++++++
 arch/powerpc/boot/dts/tqm8540.dts               |    4
 arch/powerpc/boot/dts/tqm8541.dts               |    4
 arch/powerpc/boot/dts/tqm8548-bigflash.dts      |  365 +++++++
 arch/powerpc/boot/dts/tqm8548.dts               |  365 +++++++
 arch/powerpc/boot/dts/tqm8555.dts               |    4
 arch/powerpc/boot/dts/tqm8560.dts               |   69 +
 arch/powerpc/boot/wrapper                       |    2
 arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | 1128 ++++++++++++++++++++++++
 arch/powerpc/configs/85xx/tqm8548_defconfig     | 1094 +++++++++++++++++++++++
 arch/powerpc/kernel/Makefile                    |    1
 arch/powerpc/kernel/cputable.c                  |   16
 arch/powerpc/kernel/entry_32.S                  |    8
 arch/powerpc/kernel/head_booke.h                |   10
 arch/powerpc/kernel/head_fsl_booke.S            |   57 +
 arch/powerpc/kernel/idle_6xx.S                  |    2
 arch/powerpc/kernel/idle_e500.S                 |   93 +
 arch/powerpc/kernel/setup_32.c                  |    5
 arch/powerpc/platforms/83xx/Kconfig             |   11
 arch/powerpc/platforms/83xx/Makefile            |    1
 arch/powerpc/platforms/83xx/mpc836x_rdk.c       |  102 ++
 arch/powerpc/platforms/85xx/Kconfig             |    8
 arch/powerpc/platforms/85xx/mpc85xx_ads.c       |    8
 arch/powerpc/platforms/85xx/tqm85xx.c           |   23
 arch/powerpc/platforms/Kconfig.cputype          |    7
 arch/powerpc/sysdev/Makefile                    |    2
 arch/powerpc/sysdev/cpm_common.c                |   16
 arch/powerpc/sysdev/fsl_gtm.c                   |  434 +++++++++
 arch/powerpc/sysdev/qe_lib/Kconfig              |   13
 arch/powerpc/sysdev/qe_lib/Makefile             |    2
 arch/powerpc/sysdev/qe_lib/gpio.c               |  149 +++
 arch/powerpc/sysdev/qe_lib/qe.c                 |   94 --
 arch/powerpc/sysdev/qe_lib/qe_io.c              |   94 --
 arch/powerpc/sysdev/qe_lib/ucc.c                |    7
 arch/powerpc/sysdev/qe_lib/usb.c                |   55 +
 drivers/serial/cpm_uart/cpm_uart.h              |   11
 drivers/serial/cpm_uart/cpm_uart_core.c         |  373 -------
 drivers/serial/cpm_uart/cpm_uart_cpm1.c         |  170 ---
 drivers/serial/cpm_uart/cpm_uart_cpm1.h         |   12
 drivers/serial/cpm_uart/cpm_uart_cpm2.c         |  283 ------
 drivers/serial/cpm_uart/cpm_uart_cpm2.h         |   12
 include/asm-powerpc/cache.h                     |    3
 include/asm-powerpc/cpm.h                       |    1
 include/asm-powerpc/cpm1.h                      |   20
 include/asm-powerpc/cpm2.h                      |   26
 include/asm-powerpc/cputable.h                  |   19
 include/asm-powerpc/fsl_gtm.h                   |   47 +
 include/asm-powerpc/machdep.h                   |    1
 include/asm-powerpc/qe.h                        |   82 +
 include/asm-powerpc/reg.h                       |    2
 include/asm-powerpc/reg_booke.h                 |   74 +
 include/asm-powerpc/synch.h                     |    2
 55 files changed, 4740 insertions(+), 1114 deletions(-)

Anton Vorontsov (8):
      powerpc/sysdev: implement FSL GTM support
      powerpc/QE: add support for QE USB clocks routing
      powerpc/QE: prepare QE PIO code for GPIO LIB support
      powerpc/QE: implement support for the GPIO LIB API
      powerpc/83xx: new board support: MPC8360E-RDK
      powerpc/QE: switch to the cpm_muram implementation
      powerpc/QE: qe_reset should be __init
      powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs

Jerone Young (1):
      powerpc/booke: Fix definitions for dbcr[1-2] and dbsr registers

Kumar Gala (7):
      powerpc/booke: Fix some comments related to debug level exceptions
      powerpc/booke: Add support for new e500mc core
      powerpc/85xx: add DOZE/NAP support for e500 core
      powerpc/e500mc: flush L2 on NAP for e500mc
      cpm_uart: fix whitespace issues
      cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING code
      powerpc/cpm: Remove !CONFIG_PPC_CPM_NEW_BINDING code

Vitaly Bordug (1):
      powerpc/85xx: Update pin setup for 8560ads

Wolfgang Grandegger (4):
      powerpc/85xx: correct vendor prefix in DTS files for TQM85xx modules
      powerpc/85xx: add board support for the TQM8548 modules
      powerpc/85xx: support for the TQM8548 module using the big Flash
      powerpc/85xx: add local bus nodes for Flash and CAN to tqm8560.dts

             reply	other threads:[~2008-06-26  7:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26  7:49 Kumar Gala [this message]
2008-06-26  8:14 ` Please pull from 'powerpc-next' branch Kumar Gala
2008-06-27 11:27   ` Paul Mackerras
2008-06-27 13:00     ` Kumar Gala
2008-06-30  3:52       ` Michael Ellerman
2008-06-26  8:36 ` Kumar Gala
  -- strict thread matches above, loose matches on Subject: below --
2008-10-13 16:50 Kumar Gala
2008-10-01 21:07 Kumar Gala
2008-07-09 13:13 Kumar Gala
2008-07-09 17:13 ` Stephen Rothwell
2008-07-10 13:24   ` Kumar Gala
2008-06-05  3:32 Kumar Gala
2008-06-10 14:02 ` Anton Vorontsov
2008-06-10 16:16   ` Kumar Gala
2008-05-02  4:13 Kumar Gala
2008-05-01  5:04 Kumar Gala
2008-05-01  5:41 ` Paul Mackerras
2008-05-01  6:02   ` Kumar Gala
2008-04-23 22:50 Kumar Gala
2008-04-23 22:56 ` Kumar Gala
2008-04-17  6:41 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.0806260249300.14932@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).