All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@kernel.org (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC: fixes for v3.17-rc4
Date: Fri, 05 Sep 2014 22:20:43 -0700	[thread overview]
Message-ID: <7hsik5wcic.fsf@paris.lan> (raw)

Linus,

The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 389710837f684b397ecea7e66a3a87f16e1542de:

  Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2014-09-05 13:29:17 -0700)

----------------------------------------------------------------
ARM: SoC fixes for v3.17-rc4

Another round of fixes from arm-soc land, which are mostly DT fixes
for:

- OMAP: handful of DT fixes devices on newly supported hardware
- davinci: fix 2nd EDMA channel
- ux500: extend previous pinctrl fix to another board
- at91: clock registration fixes, compatibility string precision

And one more fix for event cleanup in drivers/bus/arm-ccn.

----------------------------------------------------------------
Alexandre Belloni (2):
      ARM: at91: rm9200: fix clock registration
      ARM: at91/dt: rm9200: fix usb clock definition

Arnd Bergmann (1):
      Merge tag 'davinci-fixes-for-v3.17-rc4' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes

Felipe Balbi (1):
      ARM: dts: am4372: fix USB regs size

Ga?l PORTAY (1):
      ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver

Kevin Hilman (2):
      Merge tag 'omap-fixes-against-v3.17-rc3' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Linus Walleij (1):
      ARM: ux500: disable msp2 node on Snowball

Lokesh Vutla (1):
      ARM: dts: dra7-evm: Add vtt regulator support

Nishanth Menon (2):
      ARM: dts: am437x-gp: switch i2c0 to 100KHz
      ARM: dts: dra7-evm: Fix spi1 mux documentation

Pawel Moll (1):
      bus: arm-ccn: Move event cleanup routine

Peter Ujfalusi (1):
      ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC

Roger Quadros (8):
      ARM: dts: dra7-evm: Fix i2c3 pinmux and frequency
      ARM: dts: dra7-evm: Fix 8th NAND partition's name
      ARM: dts: am43x-epos-evm: Use BCH16 ECC scheme instead of BCH8
      ARM: dts: am437x-gp-evm: Use BCH16 ECC scheme instead of BCH8
      ARM: dts: am437x-gp-evm: Don't use read/write wait monitoring
      ARM: dts: am43xx-epos-evm: Don't use read/write wait monitoring
      ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoring
      ARM: dts: am43x-epos-evm: Disable QSPI to prevent conflict with GPMC-NAND

Stefan Herbrechtsmeier (1):
      ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock

Tony Lindgren (1):
      Merge branch 'for-v3.17-rc/ti-clk-dt' of github.com:t-kristo/linux-pm into fixes-rc3

 arch/arm/boot/dts/am4372.dtsi          |  4 ++--
 arch/arm/boot/dts/am437x-gp-evm.dts    |  6 ++----
 arch/arm/boot/dts/am43x-epos-evm.dts   |  9 ++++-----
 arch/arm/boot/dts/at91rm9200.dtsi      |  2 +-
 arch/arm/boot/dts/at91sam9g20.dtsi     |  1 +
 arch/arm/boot/dts/dra7-evm.dts         | 47 ++++++++++++++++++++++++++++++++++++-----------
 arch/arm/boot/dts/omap3xxx-clocks.dtsi |  1 +
 arch/arm/boot/dts/ste-snowball.dts     |  1 -
 arch/arm/common/edma.c                 |  9 +++++----
 arch/arm/mach-at91/board-dt-rm9200.c   | 11 ++++++++++-
 arch/arm/mach-omap2/gpmc.c             |  7 +++----
 drivers/bus/arm-ccn.c                  | 51 +++++++++++++++++++++++++--------------------------
 12 files changed, 90 insertions(+), 59 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, arm@kernel.org
Subject: [GIT PULL] ARM: SoC: fixes for v3.17-rc4
Date: Fri, 05 Sep 2014 22:20:43 -0700	[thread overview]
Message-ID: <7hsik5wcic.fsf@paris.lan> (raw)

Linus,

The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 389710837f684b397ecea7e66a3a87f16e1542de:

  Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2014-09-05 13:29:17 -0700)

----------------------------------------------------------------
ARM: SoC fixes for v3.17-rc4

Another round of fixes from arm-soc land, which are mostly DT fixes
for:

- OMAP: handful of DT fixes devices on newly supported hardware
- davinci: fix 2nd EDMA channel
- ux500: extend previous pinctrl fix to another board
- at91: clock registration fixes, compatibility string precision

And one more fix for event cleanup in drivers/bus/arm-ccn.

----------------------------------------------------------------
Alexandre Belloni (2):
      ARM: at91: rm9200: fix clock registration
      ARM: at91/dt: rm9200: fix usb clock definition

Arnd Bergmann (1):
      Merge tag 'davinci-fixes-for-v3.17-rc4' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes

Felipe Balbi (1):
      ARM: dts: am4372: fix USB regs size

Gaël PORTAY (1):
      ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver

Kevin Hilman (2):
      Merge tag 'omap-fixes-against-v3.17-rc3' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Linus Walleij (1):
      ARM: ux500: disable msp2 node on Snowball

Lokesh Vutla (1):
      ARM: dts: dra7-evm: Add vtt regulator support

Nishanth Menon (2):
      ARM: dts: am437x-gp: switch i2c0 to 100KHz
      ARM: dts: dra7-evm: Fix spi1 mux documentation

Pawel Moll (1):
      bus: arm-ccn: Move event cleanup routine

Peter Ujfalusi (1):
      ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC

Roger Quadros (8):
      ARM: dts: dra7-evm: Fix i2c3 pinmux and frequency
      ARM: dts: dra7-evm: Fix 8th NAND partition's name
      ARM: dts: am43x-epos-evm: Use BCH16 ECC scheme instead of BCH8
      ARM: dts: am437x-gp-evm: Use BCH16 ECC scheme instead of BCH8
      ARM: dts: am437x-gp-evm: Don't use read/write wait monitoring
      ARM: dts: am43xx-epos-evm: Don't use read/write wait monitoring
      ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoring
      ARM: dts: am43x-epos-evm: Disable QSPI to prevent conflict with GPMC-NAND

Stefan Herbrechtsmeier (1):
      ARM: dts: set 'ti,set-rate-parent' for dpll4_m5x2 clock

Tony Lindgren (1):
      Merge branch 'for-v3.17-rc/ti-clk-dt' of github.com:t-kristo/linux-pm into fixes-rc3

 arch/arm/boot/dts/am4372.dtsi          |  4 ++--
 arch/arm/boot/dts/am437x-gp-evm.dts    |  6 ++----
 arch/arm/boot/dts/am43x-epos-evm.dts   |  9 ++++-----
 arch/arm/boot/dts/at91rm9200.dtsi      |  2 +-
 arch/arm/boot/dts/at91sam9g20.dtsi     |  1 +
 arch/arm/boot/dts/dra7-evm.dts         | 47 ++++++++++++++++++++++++++++++++++++-----------
 arch/arm/boot/dts/omap3xxx-clocks.dtsi |  1 +
 arch/arm/boot/dts/ste-snowball.dts     |  1 -
 arch/arm/common/edma.c                 |  9 +++++----
 arch/arm/mach-at91/board-dt-rm9200.c   | 11 ++++++++++-
 arch/arm/mach-omap2/gpmc.c             |  7 +++----
 drivers/bus/arm-ccn.c                  | 51 +++++++++++++++++++++++++--------------------------
 12 files changed, 90 insertions(+), 59 deletions(-)

             reply	other threads:[~2014-09-06  5:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-06  5:20 Kevin Hilman [this message]
2014-09-06  5:20 ` [GIT PULL] ARM: SoC: fixes for v3.17-rc4 Kevin Hilman

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=7hsik5wcic.fsf@paris.lan \
    --to=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.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.