All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh updates for 3.2
Date: Wed, 02 Nov 2011 14:22:34 +0000	[thread overview]
Message-ID: <20111102142233.GC5972@linux-sh.org> (raw)

Please pull from:

	git://github.com/pmundt/linux-sh.git sh-latest

Which contains:

Kuninori Morimoto (1):
      sh: ecovec: add renesas_usbhs DMAEngine support

Magnus Damm (4):
      sh: intc: Add IRQ trigger bit field check
      sh: pfc: get_config_reg() shift clean up
      sh: pfc: Remove unused gpio_in_use member
      sh: pfc: Add GPIO IRQ support

Nobuhiro Iwamatsu (4):
      sh: Fix implicit declaration of function numa_node_id
      sh: userimask.c needs linux/stat.h
      sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr
      sh: Add default uImage rule for sh7757lcr

Paul Bolle (1):
      sh: drop unused Kconfig symbol

Simon Horman (2):
      sh: kexec: Register crashk_res
      sh: kexec: Add PHYSICAL_START

Yong Zhang (1):
      SH: irq: Remove IRQF_DISABLED

Yoshihiro Shimoda (2):
      sh: add parameters for EHCI and RIIC in clock-sh7757.c
      sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards

 arch/sh/Kconfig                        |   17 ++++++++++++-----
 arch/sh/Makefile                       |    1 +
 arch/sh/boards/board-espt.c            |    2 +-
 arch/sh/boards/board-secureedge5410.c  |    3 +--
 arch/sh/boards/board-sh7757lcr.c       |    2 +-
 arch/sh/boards/mach-cayman/irq.c       |    2 --
 arch/sh/boards/mach-ecovec24/setup.c   |    6 +++++-
 arch/sh/boards/mach-hp6xx/hp6xx_apm.c  |    2 +-
 arch/sh/boards/mach-se/7724/setup.c    |    2 +-
 arch/sh/boards/mach-sh7763rdp/setup.c  |    2 +-
 arch/sh/boot/Makefile                  |    6 ++++--
 arch/sh/drivers/dma/dma-g2.c           |    2 +-
 arch/sh/drivers/dma/dma-pvr2.c         |    1 -
 arch/sh/drivers/dma/dma-sh.c           |    4 ++--
 arch/sh/drivers/dma/dmabrg.c           |    6 +++---
 arch/sh/drivers/pci/pci-sh5.c          |    4 ++--
 arch/sh/drivers/pci/pci-sh7780.c       |    2 +-
 arch/sh/drivers/push-switch.c          |    2 +-
 arch/sh/include/asm/page.h             |   10 ++++++++++
 arch/sh/kernel/cpu/sh4a/clock-sh7757.c |   10 +++++++++-
 arch/sh/kernel/cpu/sh4a/smp-shx3.c     |    2 +-
 arch/sh/kernel/setup.c                 |    9 ++++++---
 arch/sh/kernel/topology.c              |    1 +
 arch/sh/kernel/vmlinux.lds.S           |    2 +-
 arch/sh/mm/init.c                      |    8 ++++----
 drivers/sh/intc/chip.c                 |    9 +++++++--
 drivers/sh/intc/userimask.c            |    1 +
 drivers/sh/pfc.c                       |   29 ++++++++++++++++++++++++++++-
 include/linux/sh_pfc.h                 |   12 +++++++++++-
 29 files changed, 117 insertions(+), 42 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh updates for 3.2
Date: Wed, 2 Nov 2011 23:22:34 +0900	[thread overview]
Message-ID: <20111102142233.GC5972@linux-sh.org> (raw)

Please pull from:

	git://github.com/pmundt/linux-sh.git sh-latest

Which contains:

Kuninori Morimoto (1):
      sh: ecovec: add renesas_usbhs DMAEngine support

Magnus Damm (4):
      sh: intc: Add IRQ trigger bit field check
      sh: pfc: get_config_reg() shift clean up
      sh: pfc: Remove unused gpio_in_use member
      sh: pfc: Add GPIO IRQ support

Nobuhiro Iwamatsu (4):
      sh: Fix implicit declaration of function numa_node_id
      sh: userimask.c needs linux/stat.h
      sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr
      sh: Add default uImage rule for sh7757lcr

Paul Bolle (1):
      sh: drop unused Kconfig symbol

Simon Horman (2):
      sh: kexec: Register crashk_res
      sh: kexec: Add PHYSICAL_START

Yong Zhang (1):
      SH: irq: Remove IRQF_DISABLED

Yoshihiro Shimoda (2):
      sh: add parameters for EHCI and RIIC in clock-sh7757.c
      sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards

 arch/sh/Kconfig                        |   17 ++++++++++++-----
 arch/sh/Makefile                       |    1 +
 arch/sh/boards/board-espt.c            |    2 +-
 arch/sh/boards/board-secureedge5410.c  |    3 +--
 arch/sh/boards/board-sh7757lcr.c       |    2 +-
 arch/sh/boards/mach-cayman/irq.c       |    2 --
 arch/sh/boards/mach-ecovec24/setup.c   |    6 +++++-
 arch/sh/boards/mach-hp6xx/hp6xx_apm.c  |    2 +-
 arch/sh/boards/mach-se/7724/setup.c    |    2 +-
 arch/sh/boards/mach-sh7763rdp/setup.c  |    2 +-
 arch/sh/boot/Makefile                  |    6 ++++--
 arch/sh/drivers/dma/dma-g2.c           |    2 +-
 arch/sh/drivers/dma/dma-pvr2.c         |    1 -
 arch/sh/drivers/dma/dma-sh.c           |    4 ++--
 arch/sh/drivers/dma/dmabrg.c           |    6 +++---
 arch/sh/drivers/pci/pci-sh5.c          |    4 ++--
 arch/sh/drivers/pci/pci-sh7780.c       |    2 +-
 arch/sh/drivers/push-switch.c          |    2 +-
 arch/sh/include/asm/page.h             |   10 ++++++++++
 arch/sh/kernel/cpu/sh4a/clock-sh7757.c |   10 +++++++++-
 arch/sh/kernel/cpu/sh4a/smp-shx3.c     |    2 +-
 arch/sh/kernel/setup.c                 |    9 ++++++---
 arch/sh/kernel/topology.c              |    1 +
 arch/sh/kernel/vmlinux.lds.S           |    2 +-
 arch/sh/mm/init.c                      |    8 ++++----
 drivers/sh/intc/chip.c                 |    9 +++++++--
 drivers/sh/intc/userimask.c            |    1 +
 drivers/sh/pfc.c                       |   29 ++++++++++++++++++++++++++++-
 include/linux/sh_pfc.h                 |   12 +++++++++++-
 29 files changed, 117 insertions(+), 42 deletions(-)

             reply	other threads:[~2011-11-02 14:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-02 14:22 Paul Mundt [this message]
2011-11-02 14:22 ` [GIT PULL] sh updates for 3.2 Paul Mundt
2011-11-02 16:52 ` Linus Torvalds
2011-11-02 16:52   ` Linus Torvalds
2011-11-03 14:41   ` Paul Mundt
2011-11-03 14:41     ` Paul Mundt

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=20111102142233.GC5972@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.