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: Wed, 4 Jun 2008 22:32:38 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0806042232040.23796@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 |   49 -
 arch/powerpc/boot/Makefile                   |    3
 arch/powerpc/boot/dts/asp834x-redboot.dts    |  247 +++++
 arch/powerpc/boot/dts/ksi8560.dts            |    3
 arch/powerpc/boot/dts/mpc7448hpc2.dts        |    2
 arch/powerpc/boot/dts/mpc8540ads.dts         |    5
 arch/powerpc/boot/dts/mpc8541cds.dts         |    5
 arch/powerpc/boot/dts/mpc8544ds.dts          |   21
 arch/powerpc/boot/dts/mpc8548cds.dts         |    5
 arch/powerpc/boot/dts/mpc8555cds.dts         |    5
 arch/powerpc/boot/dts/mpc8560ads.dts         |    3
 arch/powerpc/boot/dts/mpc8568mds.dts         |    5
 arch/powerpc/boot/dts/mpc8572ds.dts          |   22
 arch/powerpc/boot/dts/mpc8610_hpcd.dts       |   18
 arch/powerpc/boot/dts/mpc8641_hpcn.dts       |    2
 arch/powerpc/boot/dts/sbc8548.dts            |    5
 arch/powerpc/boot/dts/sbc8560.dts            |    5
 arch/powerpc/boot/dts/storcenter.dts         |    1
 arch/powerpc/boot/dts/stx_gp3_8560.dts       |    4
 arch/powerpc/boot/dts/tqm8540.dts            |    4
 arch/powerpc/boot/dts/tqm8541.dts            |    4
 arch/powerpc/boot/dts/tqm8555.dts            |    4
 arch/powerpc/boot/dts/tqm8560.dts            |    4
 arch/powerpc/boot/redboot-83xx.c             |   60 +
 arch/powerpc/boot/wrapper                    |    6
 arch/powerpc/configs/asp8347_defconfig       | 1214 +++++++++++++++++++++++++++
 arch/powerpc/kernel/asm-offsets.c            |   23
 arch/powerpc/kernel/entry_32.S               |  138 ++-
 arch/powerpc/kernel/head_40x.S               |   24
 arch/powerpc/kernel/head_44x.S               |    9
 arch/powerpc/kernel/head_booke.h             |  100 +-
 arch/powerpc/kernel/head_fsl_booke.S         |    9
 arch/powerpc/kernel/irq.c                    |   33
 arch/powerpc/kernel/setup_32.c               |   24
 arch/powerpc/platforms/83xx/Kconfig          |    9
 arch/powerpc/platforms/83xx/Makefile         |    1
 arch/powerpc/platforms/83xx/asp834x.c        |   90 ++
 arch/powerpc/platforms/85xx/mpc85xx_ds.c     |    4
 arch/powerpc/platforms/86xx/mpc8610_hpcd.c   |    3
 arch/powerpc/sysdev/Makefile                 |    3
 arch/powerpc/sysdev/fsl_msi.c                |  429 +++++++++
 arch/powerpc/sysdev/fsl_msi.h                |   42
 arch/powerpc/sysdev/fsl_pci.c                |   12
 arch/powerpc/sysdev/fsl_soc.c                |   15
 include/asm-powerpc/irq.h                    |   13
 45 files changed, 2552 insertions(+), 135 deletions(-)

Anton Vorontsov (1):
      [POWERPC] fsl_msi: few (mostly cosmetic) fixes

Bryan O'Donoghue (1):
      [POWERPC] 83xx: Add support for Analogue & Micro ASP837E board

Jason Jin (4):
      [POWERPC] Update booting-without-of for Freescale PCIe MSI
      [POWERPC] fsl: PCIe MSI support for 83xx/85xx/86xx processors.
      [POWERPC] 86xx: Enable MSI support for MPC8610HPCD board
      [POWERPC] 85xx: Enable MSI support for 85xxds board

Kumar Gala (5):
      [POWERPC] Cleanup mpic nodes in .dts
      [POWERPC] 85xx: Add next-level-cache property
      [POWERPC] Move to runtime allocated exception stacks
      [POWERPC] Rework EXC_LEVEL_EXCEPTION_PROLOG code
      [POWERPC] 40x/Book-E: Save/restore volatile exception registers

Timur Tabi (3):
      [POWERPC] fsl: Add warning for unrecognized I2C nodes in the device tree
      [POWERPC] fsl: Add CS4270 i2c data to fsl_soc.c
      [POWERPC] fsl: Update fsl_soc to use cell-index property of I2C nodes

             reply	other threads:[~2008-06-05  3:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-05  3:32 Kumar Gala [this message]
2008-06-10 14:02 ` Please pull from 'powerpc-next' branch Anton Vorontsov
2008-06-10 16:16   ` 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-26  7:49 Kumar Gala
2008-06-26  8:14 ` 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
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.0806042232040.23796@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).