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.6-rc1, round 2.
Date: Thu, 02 Aug 2012 06:45:00 +0000	[thread overview]
Message-ID: <20120802064500.GC9596@linux-sh.org> (raw)

The following changes since commit 2d534926205db9ffce4bbbde67cb9b2cee4b835c:

  Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 (2012-07-31 20:44:03 -0700)

are available in the git repository at:


  git://github.com/pmundt/linux-sh tags/sh-for-linus

for you to fetch changes up to 08298f0612e5e369d1da89b92cac5d2c71ddb9af:

  sh: explicitly include sh_dma.h in setup-sh7722.c (2012-08-02 15:37:26 +0900)

----------------------------------------------------------------
SuperH fixes for 3.6-rc1 merge window

----------------------------------------------------------------
Guennadi Liakhovetski (17):
      sh: add fixed voltage regulators to apsh4a3a
      sh: add fixed voltage regulators to apsh4ad0a
      sh: add fixed voltage regulators to magicpanelr2
      sh: add fixed voltage regulators to polaris
      sh: add fixed voltage regulators to sh2007
      sh: add fixed voltage regulators to sh7757lcr
      sh: add fixed voltage regulators to ap325rxa
      sh: add fixed voltage regulators to kfr2r09
      sh: add fixed voltage regulators to migor
      sh: add fixed voltage regulators to rsk
      sh: add fixed voltage regulators to sdk7786
      sh: add fixed voltage regulators to se7724
      sh: ecovec: switch MMC power control to regulators
      sh: select the fixed regulator driver on several boards
      dmaengine: shdma: restore partial transfer calculation
      serial: sh-sci: fix compilation breakage, when DMA is enabled
      sh: explicitly include sh_dma.h in setup-sh7722.c

Kuninori Morimoto (2):
      sh: sh7724: fixup renesas_usbhs clock settings
      sh: ecovec: care CN5 VBUS if USB host mode

Paul Mundt (8):
      sh: pfc: Build fix for pinctrl_remove_gpio_range() changes.
      sh: Fix up recursive fault in oops with unset TTB.
      Merge branches 'sh/urgent' and 'sh/regulator' into sh-latest
      Merge branch 'sh/dmaengine' into sh-latest
      sh: pfc: Fix up init ordering mess.
      Merge branch 'common/pinctrl' into sh-latest
      sh: intc: initial irqdomain support.
      Merge branch 'common/irqdomain' into sh-latest

Shimoda, Yoshihiro (1):
      sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757

 arch/sh/boards/Kconfig                 |  13 ++++
 arch/sh/boards/board-apsh4a3a.c        |  10 +++
 arch/sh/boards/board-apsh4ad0a.c       |  10 +++
 arch/sh/boards/board-magicpanelr2.c    |  10 +++
 arch/sh/boards/board-polaris.c         |  10 +++
 arch/sh/boards/board-sh2007.c          |  12 ++++
 arch/sh/boards/board-sh7757lcr.c       |  14 ++++
 arch/sh/boards/mach-ap325rxa/setup.c   |  21 ++++++
 arch/sh/boards/mach-ecovec24/setup.c   | 125 ++++++++++++++++++++++++++++-----
 arch/sh/boards/mach-kfr2r09/setup.c    |  12 ++++
 arch/sh/boards/mach-migor/setup.c      |  13 ++++
 arch/sh/boards/mach-rsk/setup.c        |  10 +++
 arch/sh/boards/mach-sdk7786/setup.c    |  10 +++
 arch/sh/boards/mach-se/7724/setup.c    |  15 ++++
 arch/sh/include/cpu-sh4/cpu/sh7757.h   |   2 +
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |   4 +-
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c |   1 +
 arch/sh/kernel/cpu/sh4a/setup-sh7757.c |  14 ++++
 arch/sh/mm/fault.c                     |   8 ++-
 drivers/dma/sh/shdma-base.c            |   9 +++
 drivers/dma/sh/shdma.c                 |  12 ++++
 drivers/sh/intc/Kconfig                |   4 ++
 drivers/sh/intc/Makefile               |   2 +-
 drivers/sh/intc/core.c                 |  11 +--
 drivers/sh/intc/internals.h            |   5 ++
 drivers/sh/intc/irqdomain.c            |  68 ++++++++++++++++++
 drivers/sh/pfc/pinctrl.c               |  34 ++++-----
 drivers/tty/serial/sh-sci.c            |   5 +-
 include/linux/shdma-base.h             |   2 +
 29 files changed, 419 insertions(+), 47 deletions(-)
 create mode 100644 drivers/sh/intc/irqdomain.c

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.6-rc1, round 2.
Date: Thu, 2 Aug 2012 15:45:00 +0900	[thread overview]
Message-ID: <20120802064500.GC9596@linux-sh.org> (raw)

The following changes since commit 2d534926205db9ffce4bbbde67cb9b2cee4b835c:

  Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 (2012-07-31 20:44:03 -0700)

are available in the git repository at:


  git://github.com/pmundt/linux-sh tags/sh-for-linus

for you to fetch changes up to 08298f0612e5e369d1da89b92cac5d2c71ddb9af:

  sh: explicitly include sh_dma.h in setup-sh7722.c (2012-08-02 15:37:26 +0900)

----------------------------------------------------------------
SuperH fixes for 3.6-rc1 merge window

----------------------------------------------------------------
Guennadi Liakhovetski (17):
      sh: add fixed voltage regulators to apsh4a3a
      sh: add fixed voltage regulators to apsh4ad0a
      sh: add fixed voltage regulators to magicpanelr2
      sh: add fixed voltage regulators to polaris
      sh: add fixed voltage regulators to sh2007
      sh: add fixed voltage regulators to sh7757lcr
      sh: add fixed voltage regulators to ap325rxa
      sh: add fixed voltage regulators to kfr2r09
      sh: add fixed voltage regulators to migor
      sh: add fixed voltage regulators to rsk
      sh: add fixed voltage regulators to sdk7786
      sh: add fixed voltage regulators to se7724
      sh: ecovec: switch MMC power control to regulators
      sh: select the fixed regulator driver on several boards
      dmaengine: shdma: restore partial transfer calculation
      serial: sh-sci: fix compilation breakage, when DMA is enabled
      sh: explicitly include sh_dma.h in setup-sh7722.c

Kuninori Morimoto (2):
      sh: sh7724: fixup renesas_usbhs clock settings
      sh: ecovec: care CN5 VBUS if USB host mode

Paul Mundt (8):
      sh: pfc: Build fix for pinctrl_remove_gpio_range() changes.
      sh: Fix up recursive fault in oops with unset TTB.
      Merge branches 'sh/urgent' and 'sh/regulator' into sh-latest
      Merge branch 'sh/dmaengine' into sh-latest
      sh: pfc: Fix up init ordering mess.
      Merge branch 'common/pinctrl' into sh-latest
      sh: intc: initial irqdomain support.
      Merge branch 'common/irqdomain' into sh-latest

Shimoda, Yoshihiro (1):
      sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757

 arch/sh/boards/Kconfig                 |  13 ++++
 arch/sh/boards/board-apsh4a3a.c        |  10 +++
 arch/sh/boards/board-apsh4ad0a.c       |  10 +++
 arch/sh/boards/board-magicpanelr2.c    |  10 +++
 arch/sh/boards/board-polaris.c         |  10 +++
 arch/sh/boards/board-sh2007.c          |  12 ++++
 arch/sh/boards/board-sh7757lcr.c       |  14 ++++
 arch/sh/boards/mach-ap325rxa/setup.c   |  21 ++++++
 arch/sh/boards/mach-ecovec24/setup.c   | 125 ++++++++++++++++++++++++++++-----
 arch/sh/boards/mach-kfr2r09/setup.c    |  12 ++++
 arch/sh/boards/mach-migor/setup.c      |  13 ++++
 arch/sh/boards/mach-rsk/setup.c        |  10 +++
 arch/sh/boards/mach-sdk7786/setup.c    |  10 +++
 arch/sh/boards/mach-se/7724/setup.c    |  15 ++++
 arch/sh/include/cpu-sh4/cpu/sh7757.h   |   2 +
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |   4 +-
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c |   1 +
 arch/sh/kernel/cpu/sh4a/setup-sh7757.c |  14 ++++
 arch/sh/mm/fault.c                     |   8 ++-
 drivers/dma/sh/shdma-base.c            |   9 +++
 drivers/dma/sh/shdma.c                 |  12 ++++
 drivers/sh/intc/Kconfig                |   4 ++
 drivers/sh/intc/Makefile               |   2 +-
 drivers/sh/intc/core.c                 |  11 +--
 drivers/sh/intc/internals.h            |   5 ++
 drivers/sh/intc/irqdomain.c            |  68 ++++++++++++++++++
 drivers/sh/pfc/pinctrl.c               |  34 ++++-----
 drivers/tty/serial/sh-sci.c            |   5 +-
 include/linux/shdma-base.h             |   2 +
 29 files changed, 419 insertions(+), 47 deletions(-)
 create mode 100644 drivers/sh/intc/irqdomain.c

             reply	other threads:[~2012-08-02  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02  6:45 Paul Mundt [this message]
2012-08-02  6:45 ` [GIT PULL] sh updates for 3.6-rc1, round 2 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=20120802064500.GC9596@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.