All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@linaro.org (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC: fixes for v3.14-rc3
Date: Fri, 14 Feb 2014 13:53:10 -0800	[thread overview]
Message-ID: <7hlhxd5pkp.fsf@paris.lan> (raw)

Linus,

Please pull the following arm-soc fixes for v3.14-rc.  Thanks.

Kevin



The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

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 31fd8f5b89f22a88940a9838dfd1564f3d440247:

  dma: mv_xor: Silence a bunch of LPAE-related warnings (2014-02-12 16:21:17 -0800)

----------------------------------------------------------------
A collection of ARM SoC fixes for v3.14-rc1.

Mostly a collection of Kconfig, device tree data and compilation fixes
along with fix to drivers/phy that fixes a boot regression on some
Marvell mvebu platforms.

----------------------------------------------------------------
Andrew Lunn (3):
      drivers: phy: Make NULL a valid phy reference
      drivers: phy: Add support for optional phys
      ata: sata_mv: Fix probe failures with optional phys

Bo Shen (1):
      ARM: at91: enable USB host on at91sam9n12ek board

Boris BREZILLON (3):
      ARM: at91/dt: fix sama5d3 ohci hclk clock reference
      mmc: atmel-mci: document clock properties
      spi/atmel: document clock properties

Jean-Jacques Hiblot (1):
      ARM: at91/dt: sam9263: fix compatibility string for the I2C

Kevin Hilman (2):
      Merge tag 'mvebu-phy_ata-fixes-3.14' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Linus Walleij (3):
      ARM: pxa: fix compilation problem on AM300EPD board
      ARM: pxa: fix various compilation problems
      ARM: ux500: disable msp2 device tree node

Michal Simek (1):
      ARM: zynq: Reserve not DMAable space in front of the kernel

Nicolas Ferre (1):
      ARM: at91: add Atmel's SAMA5D3 Xplained board

Nishanth Menon (1):
      ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XX

Olof Johansson (1):
      dma: mv_xor: Silence a bunch of LPAE-related warnings

Philipp Zabel (1):
      ARM: imx6: Initialize low-power mode early again

Rob Herring (3):
      ARM: hisi: fix kconfig warning on HAVE_ARM_TWD
      ARM: moxart: move DMA_OF selection to driver
      ARM: fix HAVE_ARM_TWD selection for OMAP and shmobile

 Documentation/devicetree/bindings/mmc/atmel-hsmci.txt |   5 ++
 Documentation/devicetree/bindings/spi/spi_atmel.txt   |   5 ++
 Documentation/phy.txt                                 |  26 +++++++---
 arch/arm/boot/dts/Makefile                            |   1 +
 arch/arm/boot/dts/at91-sama5d3_xplained.dts           | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9263.dtsi                    |   2 +-
 arch/arm/boot/dts/at91sam9n12ek.dts                   |   4 ++
 arch/arm/boot/dts/sama5d3.dtsi                        |   2 +-
 arch/arm/boot/dts/ste-href.dtsi                       |   1 -
 arch/arm/configs/multi_v7_defconfig                   |   1 +
 arch/arm/mach-hisi/Kconfig                            |   2 +-
 arch/arm/mach-imx/clk-imx6q.c                         |   3 ++
 arch/arm/mach-imx/clk-imx6sl.c                        |   3 ++
 arch/arm/mach-imx/pm-imx6q.c                          |   2 -
 arch/arm/mach-moxart/Kconfig                          |   1 -
 arch/arm/mach-omap2/Kconfig                           |   2 +-
 arch/arm/mach-pxa/am300epd.c                          |   1 +
 arch/arm/mach-pxa/include/mach/balloon3.h             |   2 +
 arch/arm/mach-pxa/include/mach/corgi.h                |   1 +
 arch/arm/mach-pxa/include/mach/csb726.h               |   2 +
 arch/arm/mach-pxa/include/mach/gumstix.h              |   1 +
 arch/arm/mach-pxa/include/mach/idp.h                  |   1 +
 arch/arm/mach-pxa/include/mach/palmld.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmt5.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmtc.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmtx.h               |   2 +
 arch/arm/mach-pxa/include/mach/pcm027.h               |   2 +
 arch/arm/mach-pxa/include/mach/pcm990_baseboard.h     |   1 +
 arch/arm/mach-pxa/include/mach/poodle.h               |   2 +
 arch/arm/mach-pxa/include/mach/spitz.h                |   2 +-
 arch/arm/mach-pxa/include/mach/tosa.h                 |   2 +
 arch/arm/mach-pxa/include/mach/trizeps4.h             |   2 +
 arch/arm/mach-shmobile/Kconfig                        |   2 +-
 arch/arm/mach-zynq/common.c                           |  14 ++++++
 drivers/ata/sata_mv.c                                 |   8 ++--
 drivers/dma/Kconfig                                   |   1 +
 drivers/dma/mv_xor.c                                  |  24 +++++-----
 drivers/phy/phy-core.c                                |  62 +++++++++++++++++++++++-
 include/linux/phy/phy.h                               |  14 ++++++
 39 files changed, 408 insertions(+), 33 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sama5d3_xplained.dts

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>
Subject: [GIT PULL] ARM: SoC: fixes for v3.14-rc3
Date: Fri, 14 Feb 2014 13:53:10 -0800	[thread overview]
Message-ID: <7hlhxd5pkp.fsf@paris.lan> (raw)

Linus,

Please pull the following arm-soc fixes for v3.14-rc.  Thanks.

Kevin



The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

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 31fd8f5b89f22a88940a9838dfd1564f3d440247:

  dma: mv_xor: Silence a bunch of LPAE-related warnings (2014-02-12 16:21:17 -0800)

----------------------------------------------------------------
A collection of ARM SoC fixes for v3.14-rc1.

Mostly a collection of Kconfig, device tree data and compilation fixes
along with fix to drivers/phy that fixes a boot regression on some
Marvell mvebu platforms.

----------------------------------------------------------------
Andrew Lunn (3):
      drivers: phy: Make NULL a valid phy reference
      drivers: phy: Add support for optional phys
      ata: sata_mv: Fix probe failures with optional phys

Bo Shen (1):
      ARM: at91: enable USB host on at91sam9n12ek board

Boris BREZILLON (3):
      ARM: at91/dt: fix sama5d3 ohci hclk clock reference
      mmc: atmel-mci: document clock properties
      spi/atmel: document clock properties

Jean-Jacques Hiblot (1):
      ARM: at91/dt: sam9263: fix compatibility string for the I2C

Kevin Hilman (2):
      Merge tag 'mvebu-phy_ata-fixes-3.14' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes

Linus Walleij (3):
      ARM: pxa: fix compilation problem on AM300EPD board
      ARM: pxa: fix various compilation problems
      ARM: ux500: disable msp2 device tree node

Michal Simek (1):
      ARM: zynq: Reserve not DMAable space in front of the kernel

Nicolas Ferre (1):
      ARM: at91: add Atmel's SAMA5D3 Xplained board

Nishanth Menon (1):
      ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XX

Olof Johansson (1):
      dma: mv_xor: Silence a bunch of LPAE-related warnings

Philipp Zabel (1):
      ARM: imx6: Initialize low-power mode early again

Rob Herring (3):
      ARM: hisi: fix kconfig warning on HAVE_ARM_TWD
      ARM: moxart: move DMA_OF selection to driver
      ARM: fix HAVE_ARM_TWD selection for OMAP and shmobile

 Documentation/devicetree/bindings/mmc/atmel-hsmci.txt |   5 ++
 Documentation/devicetree/bindings/spi/spi_atmel.txt   |   5 ++
 Documentation/phy.txt                                 |  26 +++++++---
 arch/arm/boot/dts/Makefile                            |   1 +
 arch/arm/boot/dts/at91-sama5d3_xplained.dts           | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9263.dtsi                    |   2 +-
 arch/arm/boot/dts/at91sam9n12ek.dts                   |   4 ++
 arch/arm/boot/dts/sama5d3.dtsi                        |   2 +-
 arch/arm/boot/dts/ste-href.dtsi                       |   1 -
 arch/arm/configs/multi_v7_defconfig                   |   1 +
 arch/arm/mach-hisi/Kconfig                            |   2 +-
 arch/arm/mach-imx/clk-imx6q.c                         |   3 ++
 arch/arm/mach-imx/clk-imx6sl.c                        |   3 ++
 arch/arm/mach-imx/pm-imx6q.c                          |   2 -
 arch/arm/mach-moxart/Kconfig                          |   1 -
 arch/arm/mach-omap2/Kconfig                           |   2 +-
 arch/arm/mach-pxa/am300epd.c                          |   1 +
 arch/arm/mach-pxa/include/mach/balloon3.h             |   2 +
 arch/arm/mach-pxa/include/mach/corgi.h                |   1 +
 arch/arm/mach-pxa/include/mach/csb726.h               |   2 +
 arch/arm/mach-pxa/include/mach/gumstix.h              |   1 +
 arch/arm/mach-pxa/include/mach/idp.h                  |   1 +
 arch/arm/mach-pxa/include/mach/palmld.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmt5.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmtc.h               |   2 +
 arch/arm/mach-pxa/include/mach/palmtx.h               |   2 +
 arch/arm/mach-pxa/include/mach/pcm027.h               |   2 +
 arch/arm/mach-pxa/include/mach/pcm990_baseboard.h     |   1 +
 arch/arm/mach-pxa/include/mach/poodle.h               |   2 +
 arch/arm/mach-pxa/include/mach/spitz.h                |   2 +-
 arch/arm/mach-pxa/include/mach/tosa.h                 |   2 +
 arch/arm/mach-pxa/include/mach/trizeps4.h             |   2 +
 arch/arm/mach-shmobile/Kconfig                        |   2 +-
 arch/arm/mach-zynq/common.c                           |  14 ++++++
 drivers/ata/sata_mv.c                                 |   8 ++--
 drivers/dma/Kconfig                                   |   1 +
 drivers/dma/mv_xor.c                                  |  24 +++++-----
 drivers/phy/phy-core.c                                |  62 +++++++++++++++++++++++-
 include/linux/phy/phy.h                               |  14 ++++++
 39 files changed, 408 insertions(+), 33 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sama5d3_xplained.dts

             reply	other threads:[~2014-02-14 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14 21:53 Kevin Hilman [this message]
2014-02-14 21:53 ` [GIT PULL] ARM: SoC: fixes for v3.14-rc3 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=7hlhxd5pkp.fsf@paris.lan \
    --to=khilman@linaro.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.