linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>,
	Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: [git pull] Please pull powerpc.git next branch
Date: Thu, 08 Jan 2009 16:39:46 +1100	[thread overview]
Message-ID: <1231393186.2142.47.camel@pasglop> (raw)

Hi Linus

The following changes since commit 9e42d0cf5020aaf217433cad1a224745241d212a:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../davem/sparc-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next

Those are remaining bits for this merge window that didn't quite make it in
the previous batch. Mostly arch/powerpc though you'll find a couple of
new drivers: The long awaited PS3 video ram driver in drivers/mtd
(David Woodhouse is happy for us to merge it via our tree) and the Cell
Network Processor serial in drivers/serial (Alan Cox reviewed it)

There's also a couple of one liner Kconfig fixe in drivers/scsi and
drivers/serial for iseries related drivers.

I don't expect much more now. There may be a handful still pending
from freescale that were waiting for dependent patches to go in via
some maintainers, but at worst they can probably make -rc1. I will
push the big u64 change from unsigned long to unsigned long long
after that, along with a handful of related fixups.

Please let me know what I screwed up this time !

Cheers,
Ben.

Anton Vorontsov (14):
      powerpc: Implement get_brgfreq() and get_baudrate() stubs
      powerpc/83xx: Fix sparse warnings in board files
      powerpc/83xx: Fix sparse warnings in mpc836x_mds.c
      powerpc/qe: Implement QE Pin Multiplexing API
      powerpc: Add device tree bindings for BCSR GPIO banks
      powerpc: Implement GPIO driver for simple memory-mapped banks
      powerpc/83xx: Add USB Host/Gadget support for MPC8360E-MDS boards
      powerpc/83xx: Add USB Host support for MPC8360E-RDK boards
      powerpc/fsl_pci: Fix sparse warnings
      powerpc/83xx: Fix few build errors with CONFIG_QUICC_ENGINE=n
      powerpc/qe: Fix few build errors with CONFIG_QUICC_ENGINE=n
      powerpc/qe: Select QE_USB with USB_GADGET_FSL_QE
      powerpc/kdump: Use ppc_save_regs() in crash_setup_regs()
      powerpc/mm: Make clear_fixmap() actually work

Becky Bruce (1):
      powerpc/86xx: Update 8641hpcn dts file to match latest u-boot

Benjamin Herrenschmidt (4):
      Merge commit 'kumar/kumar-next' into next
      Merge commit 'origin/master' into next
      powerpc/pci: Reserve legacy regions on PCI
      powerpc: Fix missing semicolons in mmu_decl.h

Benjamin Krill (1):
      serial: Add driver for the Cell Network Processor serial port NWP device

Dave Hansen (4):
      powerpc/mm: Add better comment on careful_allocation()
      powerpc/mm:: Cleanup careful_allocation(): bootmem already panics
      powerpc/mm: Make careful_allocation() return virtual addrs
      powerpc/mm: Cleanup careful_allocation(): consolidate memset()

Dave Liu (1):
      powerpc: Remove the redundant _tlbil_pid at SMP case

Geert Uytterhoeven (1):
      mtd/ps3vram: Add modalias support to the ps3vram driver

Geoff Levand (5):
      mtd/ps3vram: Remove ps3vram debug routines
      mtd/ps3vram: Cleanup ps3vram driver messages
      mtd/ps3vram: Use proper kernel types
      mtd/ps3vram: Use msleep in waits
      mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremap

Grant Likely (1):
      powerpc: Copy bootable images in the default install script

Ingo Molnar (4):
      powerpc: Use correct type in prom_init.c
      powerpc/cell: Use correct types in beat files
      powerpc/cell: Fix some u64 vs. long types
      powerpc/pasemi: local_irq_save uses an unsigned long

Jim Paris (1):
      mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTD

Julia Lawall (3):
      powerpc/85xx: Add local_irq_restore in error handling code
      powerpc/52xx: Use DEFINE_SPINLOCK
      powerpc/pasemi: Use DEFINE_SPINLOCK

Kamalesh Babulal (1):
      powerpc: Fix iseries drivers build failure without CONFIG_VIOPATH

Kumar Gala (3):
      powerpc/85xx: Enable SMP support
      powerpc/85xx: Add SMP support to MPC8572 DS
      powerpc: Export cacheable_memzero as its now used in a driver

Matthias Fuchs (1):
      powerpc: Add ioctls for RS485 mode control of serial drivers

Michael Ellerman (1):
      powerpc/iseries: Kexec is known not to work on iseries

Mohan Kumar M (1):
      powerpc: Enable RELOCATABLE option for CRASH_DUMP

Nathan Lynch (1):
      powerpc: Rewrite sysfs processor cache info code

Nicolas Palix (1):
      powerpc/powermac: Add missing of_node_put

Paul Mackerras (1):
      powerpc: Fix pciconfig_iobase system call on PCI-Express powermac

Stephen Rothwell (4):
      powerpc/cell: Bitops work on unsigned longs
      powerpc/cell: local_irq_save takes an unsigned long
      powerpc: Remove unnecessary casts
      powerpc/cell: Fix the prototype of create_vma_map()

Steven Rostedt (1):
      powerpc: enable dynamic ftrace

 Documentation/powerpc/dts-bindings/fsl/board.txt   |   32 +-
 MAINTAINERS                                        |    6 +
 arch/powerpc/Kconfig                               |    5 +-
 arch/powerpc/boot/Makefile                         |    2 +-
 arch/powerpc/boot/dts/mpc836x_mds.dts              |   43 +-
 arch/powerpc/boot/dts/mpc836x_rdk.dts              |   19 +-
 arch/powerpc/boot/dts/mpc8641_hpcn.dts             |   56 +-
 arch/powerpc/boot/install.sh                       |   14 +-
 arch/powerpc/configs/85xx/mpc8572_ds_defconfig     |   43 +-
 arch/powerpc/include/asm/ioctls.h                  |    2 +
 arch/powerpc/include/asm/kexec.h                   |   55 --
 arch/powerpc/include/asm/ps3.h                     |    2 +
 arch/powerpc/include/asm/qe.h                      |   37 +-
 arch/powerpc/include/asm/qe_ic.h                   |   21 +-
 arch/powerpc/include/asm/spu.h                     |    2 +-
 arch/powerpc/kernel/Makefile                       |    2 +-
 arch/powerpc/kernel/cacheinfo.c                    |  837 ++++++++++++++++++++
 arch/powerpc/kernel/cacheinfo.h                    |    8 +
 arch/powerpc/kernel/pci-common.c                   |   71 ++-
 arch/powerpc/kernel/pci_64.c                       |    9 +-
 arch/powerpc/kernel/ppc_ksyms.c                    |    1 +
 arch/powerpc/kernel/prom.c                         |   14 +-
 arch/powerpc/kernel/prom_init.c                    |    2 +-
 arch/powerpc/kernel/sysfs.c                        |  300 +-------
 arch/powerpc/mm/mmu_decl.h                         |    6 +-
 arch/powerpc/mm/numa.c                             |   62 +-
 arch/powerpc/mm/pgtable_32.c                       |    3 +-
 arch/powerpc/mm/tlb_nohash.c                       |    3 +-
 arch/powerpc/oprofile/cell/pr_util.h               |    2 +-
 arch/powerpc/platforms/52xx/mpc52xx_common.c       |    2 +-
 arch/powerpc/platforms/83xx/mpc831x_rdb.c          |    2 +-
 arch/powerpc/platforms/83xx/mpc832x_mds.c          |    9 +-
 arch/powerpc/platforms/83xx/mpc832x_rdb.c          |    5 +-
 arch/powerpc/platforms/83xx/mpc836x_mds.c          |   81 ++-
 arch/powerpc/platforms/83xx/mpc836x_rdk.c          |    6 +-
 arch/powerpc/platforms/83xx/mpc837x_mds.c          |    1 -
 arch/powerpc/platforms/83xx/mpc837x_rdb.c          |    2 -
 arch/powerpc/platforms/83xx/mpc83xx.h              |    1 +
 arch/powerpc/platforms/85xx/mpc85xx_ds.c           |    7 +
 arch/powerpc/platforms/85xx/smp.c                  |    1 +
 arch/powerpc/platforms/Kconfig                     |   11 +
 arch/powerpc/platforms/Kconfig.cputype             |    2 +-
 arch/powerpc/platforms/cell/beat_htab.c            |   21 +-
 arch/powerpc/platforms/cell/beat_udbg.c            |    4 +-
 .../powerpc/platforms/cell/cbe_cpufreq_pervasive.c |    2 +-
 arch/powerpc/platforms/cell/interrupt.c            |    2 +-
 arch/powerpc/platforms/cell/io-workarounds.c       |    4 +-
 arch/powerpc/platforms/cell/iommu.c                |    4 +-
 arch/powerpc/platforms/iseries/Kconfig             |    5 +-
 arch/powerpc/platforms/iseries/setup.c             |   11 +
 arch/powerpc/platforms/pasemi/cpufreq.c            |    2 +-
 arch/powerpc/platforms/pasemi/dma_lib.c            |    2 +-
 arch/powerpc/platforms/powermac/pci.c              |    2 +
 arch/powerpc/platforms/powermac/time.c             |   11 +-
 arch/powerpc/platforms/ps3/device-init.c           |   37 +
 arch/powerpc/sysdev/Makefile                       |    1 +
 arch/powerpc/sysdev/fsl_pci.c                      |    7 +-
 arch/powerpc/sysdev/fsl_soc.h                      |    5 +
 arch/powerpc/sysdev/qe_lib/Kconfig                 |    3 +-
 arch/powerpc/sysdev/qe_lib/gpio.c                  |  195 +++++
 arch/powerpc/sysdev/simple_gpio.c                  |  155 ++++
 arch/powerpc/sysdev/simple_gpio.h                  |   12 +
 drivers/char/Kconfig                               |    1 +
 drivers/char/hvc_beat.c                            |    4 +-
 drivers/mtd/devices/Kconfig                        |    7 +
 drivers/mtd/devices/Makefile                       |    1 +
 drivers/mtd/devices/ps3vram.c                      |  768 ++++++++++++++++++
 drivers/scsi/Kconfig                               |    1 +
 drivers/serial/Kconfig                             |   19 +-
 drivers/serial/Makefile                            |    1 +
 drivers/serial/nwpserial.c                         |  475 +++++++++++
 drivers/serial/of_serial.c                         |   19 +
 include/linux/nwpserial.h                          |   18 +
 include/linux/serial_core.h                        |    3 +
 74 files changed, 3089 insertions(+), 502 deletions(-)
 create mode 100644 arch/powerpc/kernel/cacheinfo.c
 create mode 100644 arch/powerpc/kernel/cacheinfo.h
 create mode 100644 arch/powerpc/sysdev/simple_gpio.c
 create mode 100644 arch/powerpc/sysdev/simple_gpio.h
 create mode 100644 drivers/mtd/devices/ps3vram.c
 create mode 100644 drivers/serial/nwpserial.c
 create mode 100644 include/linux/nwpserial.h

             reply	other threads:[~2009-01-08  5:40 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-08  5:39 Benjamin Herrenschmidt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-14  6:16 [git pull] Please pull powerpc.git next branch Benjamin Herrenschmidt
2014-08-14  6:18 ` Benjamin Herrenschmidt
2014-08-07  5:08 Benjamin Herrenschmidt
2014-06-13  0:55 Benjamin Herrenschmidt
2014-06-13  0:56 ` Benjamin Herrenschmidt
2014-06-07  4:34 Benjamin Herrenschmidt
2014-04-01 23:34 Benjamin Herrenschmidt
2014-01-30  2:55 Benjamin Herrenschmidt
2014-01-28  4:35 Benjamin Herrenschmidt
2014-01-28  9:16 ` Olaf Hering
2014-01-28 15:03   ` Olaf Hering
2014-01-28 20:19     ` Benjamin Herrenschmidt
2014-01-29  2:29       ` Alistair Popple
2014-01-29  8:41         ` Olaf Hering
2014-02-03  3:00         ` Michael Ellerman
2013-11-12  0:31 Benjamin Herrenschmidt
2013-09-06  2:24 Benjamin Herrenschmidt
2013-09-06 17:56 ` Linus Torvalds
2013-09-07  7:12   ` Benjamin Herrenschmidt
2013-07-03 22:43 Benjamin Herrenschmidt
2013-05-02  7:35 Benjamin Herrenschmidt
2013-04-29 19:56 Kumar Gala
2013-02-23 17:45 Benjamin Herrenschmidt
2013-02-19 17:18 Kumar Gala
2012-12-14 20:44 Benjamin Herrenschmidt
2012-12-16 22:24 ` Benjamin Herrenschmidt
2012-12-17  8:30 ` Anatolij Gustschin
2012-12-17 10:06   ` Benjamin Herrenschmidt
2012-12-17 10:15     ` Anatolij Gustschin
2012-12-17 23:31 ` Benjamin Herrenschmidt
2012-12-18 18:02   ` Linus Torvalds
2012-12-19 23:10     ` Benjamin Herrenschmidt
2012-11-25 13:27 Kumar Gala
2012-11-25 22:26 ` Benjamin Herrenschmidt
2012-10-03 13:25 Kumar Gala
2012-09-19 15:08 Kumar Gala
2012-09-13 18:21 Kumar Gala
2012-07-23  4:46 Benjamin Herrenschmidt
2012-07-12 22:00 Kumar Gala
2012-05-23  3:40 Benjamin Herrenschmidt
2012-03-29 20:44 Kumar Gala
2012-03-29 21:47 ` Tabi Timur-B04825
2012-04-02 15:25   ` Tabi Timur-B04825
2012-03-28  3:31 Benjamin Herrenschmidt
2012-03-22  0:46 Benjamin Herrenschmidt
2012-03-22  2:02 ` Linus Torvalds
2012-03-22  2:44   ` Benjamin Herrenschmidt
2012-03-22  3:01   ` Tony Breeds
2012-03-22  4:13   ` Kyle Moffett
2012-03-22  5:33   ` Benjamin Herrenschmidt
2012-03-16 21:30 Kumar Gala
2012-01-06  3:42 Benjamin Herrenschmidt
2012-01-04 22:06 Kumar Gala
2012-01-08 23:58 ` Michael Neuling
2011-11-24  8:39 Kumar Gala
2011-11-06 23:35 Benjamin Herrenschmidt
2011-11-03 18:27 Kumar Gala
2011-07-26  4:17 Benjamin Herrenschmidt
2011-07-25 14:08 [GIT PULL] " Kumar Gala
2011-07-08 12:58 [git pull] " Kumar Gala
2011-06-23 10:29 Kumar Gala
2011-05-20  3:31 [GIT PULL] " Kumar Gala
2011-05-20  4:38 ` Kumar Gala
2011-03-18  5:44 [git pull] " Benjamin Herrenschmidt
2011-03-18 13:34 ` Linus Torvalds
2011-03-18 21:48   ` Benjamin Herrenschmidt
2011-03-18 23:48 ` Hollis Blanchard
2011-03-15 21:04 Kumar Gala
2011-01-13  0:07 Kumar Gala
2010-10-22  3:51 Benjamin Herrenschmidt
2010-10-22  4:23 ` Linus Torvalds
2010-10-13 22:08 Kumar Gala
2010-10-14  1:02 ` Benjamin Herrenschmidt
2010-08-09  4:11 Benjamin Herrenschmidt
2010-08-09  4:39 ` Benjamin Herrenschmidt
2010-08-09  5:18 ` Grant Likely
2010-08-09 11:25   ` Benjamin Herrenschmidt
2018-06-19 22:58 ` Linus Torvalds
2018-06-20  0:02   ` Benjamin Herrenschmidt
2018-06-20 10:31     ` Jiri Kosina
2010-08-05  1:46 Benjamin Herrenschmidt
2010-08-04 22:35 Kumar Gala
2010-06-15  6:29 Benjamin Herrenschmidt
2010-05-25  2:38 Kumar Gala
2010-05-25 10:58 ` Josh Boyer
2010-05-21  9:11 Benjamin Herrenschmidt
2010-05-21 10:22 ` Josh Boyer
2010-05-21 12:42   ` Benjamin Herrenschmidt
2010-05-26 12:38     ` Josh Boyer
2010-05-21 10:37 ` Anton Vorontsov
2010-05-21 13:04 ` Wolfram Sang
2010-05-21 22:38   ` Benjamin Herrenschmidt
2010-02-27  3:56 Benjamin Herrenschmidt
2010-02-18  4:05 Kumar Gala
2009-12-15 20:20 Kumar Gala
2009-12-12 21:51 Benjamin Herrenschmidt
2009-09-11  7:17 Benjamin Herrenschmidt
2009-09-15  7:30 ` Benjamin Herrenschmidt
2009-09-15 16:53   ` Linus Torvalds
2009-09-15 21:51     ` Benjamin Herrenschmidt
2009-09-15 22:29       ` Michel Dänzer
2009-09-15 21:09 ` Geoff Levand
2009-09-15 23:57   ` Michael Ellerman
2008-12-29  0:05 Paul Mackerras

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=1231393186.2142.47.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=torvalds@linux-foundation.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).