linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 3.17
@ 2014-08-31 17:32 Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-08-31 17:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -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 e160cc17688cc6f24211cbc2e2a6e872e08dd4d6:

  vexpress/spc: fix a build warning on array bounds (2014-08-31 10:22:10 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 3.17-rc

Here's the weekly batch of fixes from arm-soc.

The delta is a largeish negative delta, due to revert of SMP support for Broadcom's
STB SoC -- it was accidentally merged before some issues had been addressed, so they
will make a new attempt for 3.18. I didn't see a need for a full revert of the whole
platform due to this, we're keeping the rest enabled.

The rest is mostly:

* A handful of DT fixes for i.MX (Hummingboard/Cubox-i in particular)
* Some MTD/NAND fixes for OMAP
* Minor DT fixes for shmobile
* Warning fix for UP builds on vexpress/spc

There's also a couple of patches that wires up hwmod on TI's DRA7 SoC
so it can boot. Drivers and the rest had landed for 3.17, and it's small
and isolated so it made sense to pick up now even if it's not a bugfix.

----------------------------------------------------------------
Alex Shi (1):
      vexpress/spc: fix a build warning on array bounds

Brian Norris (1):
      ARM: brcmstb: revert SMP support

Fabio Estevam (1):
      ARM: dts: imx53-qsrb: Fix suspend/resume

Hans Wennborg (1):
      ARM: OMAP: fix %d confusingly prefixed with 0x in format string

Heiko St??bner (1):
      MAINTAINERS: catch special Rockchip code locations

Kuninori Morimoto (2):
      ARM: shmobile: r8a7790: add missing 0x0100 for SDCKCR
      ARM: shmobile: r8a7791: add missing 0x0100 for SDCKCR

Mark Brown (1):
      ARM: dts: Remove twl6030 clk32g "regulator"

Markus Pargmann (1):
      ARM: OMAP2+: omap_device: remove warning that clk alias already exists

Nishanth Menon (1):
      ARM: dts: DRA7: fix interrupt-cells for GPIO

Olof Johansson (4):
      Merge tag 'omap-for-v3.17/fixes-against-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-3.17-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'renesas-clock-fixes-for-v3.17' of git://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'for-v3.17-rc/omap-dra72x-d74x-support-a' of git://git.kernel.org/.../pjw/omap-pending into fixes

Rabeeh Khoury (1):
      ARM: dts: microsom-ar8035: MDIO pad must be set open drain

Rajendra Nayak (2):
      ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants
      ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists

Roger Quadros (4):
      mtd: nand: omap: Revert to using software ECC by default
      ARM: OMAP2+: GPMC: Support Software ECC scheme via DT
      ARM: dts: omap3430-sdp: Revert to using software ECC for NAND
      mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()

Russell King (2):
      ARM: dts: hummingboard/cubox-i: add USB OC pinctrl configuration
      ARM: dts: hummingboard/cubox-i: change SPDIF output to be more descriptive

Simon Horman (1):
      ARM: shmobile: sh73a0: Remove spurious 0x from SCIFB clock name

Tero Kristo (1):
      ARM: dts: omap54xx-clocks: Fix the l3 and l4 clock rates

Tony Lindgren (2):
      ARM: dts: Enable UART wake-up events for beagleboard
      ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idled

 .../devicetree/bindings/mtd/gpmc-nand.txt          |    2 +-
 MAINTAINERS                                        |    5 +
 arch/arm/boot/dts/dra7.dtsi                        |   16 +-
 arch/arm/boot/dts/imx53-qsrb.dts                   |    8 +
 arch/arm/boot/dts/imx6dl-hummingboard.dts          |    4 +-
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |   19 +-
 arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi     |    2 +-
 arch/arm/boot/dts/omap3-beagle.dts                 |    1 +
 arch/arm/boot/dts/omap3430-sdp.dts                 |    2 +-
 arch/arm/boot/dts/omap54xx-clocks.dtsi             |   16 +-
 arch/arm/boot/dts/twl6030.dtsi                     |    4 -
 arch/arm/mach-bcm/Makefile                         |    1 -
 arch/arm/mach-bcm/brcmstb.h                        |   19 -
 arch/arm/mach-bcm/headsmp-brcmstb.S                |   33 --
 arch/arm/mach-bcm/platsmp-brcmstb.c                |  363 --------------------
 arch/arm/mach-omap2/board-flash.c                  |    2 +-
 arch/arm/mach-omap2/gpmc-nand.c                    |    3 +-
 arch/arm/mach-omap2/gpmc.c                         |    7 +-
 arch/arm/mach-omap2/id.c                           |    2 +-
 arch/arm/mach-omap2/omap_device.c                  |    2 +-
 arch/arm/mach-omap2/omap_hwmod.c                   |    7 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |   22 +-
 arch/arm/mach-omap2/soc.h                          |    6 +
 arch/arm/mach-shmobile/clock-r8a7790.c             |    4 +-
 arch/arm/mach-shmobile/clock-r8a7791.c             |    2 +-
 arch/arm/mach-shmobile/clock-sh73a0.c              |    2 +-
 arch/arm/mach-vexpress/spc.c                       |   14 +-
 drivers/mtd/nand/omap2.c                           |   16 +-
 include/linux/platform_data/mtd-nand-omap2.h       |   13 +-
 29 files changed, 133 insertions(+), 464 deletions(-)
 delete mode 100644 arch/arm/mach-bcm/brcmstb.h
 delete mode 100644 arch/arm/mach-bcm/headsmp-brcmstb.S
 delete mode 100644 arch/arm/mach-bcm/platsmp-brcmstb.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] ARM: SoC fixes for 3.17
@ 2014-09-27 19:52 Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-09-27 19:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:

  Linux 3.17-rc4 (2014-09-07 16:09:43 -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 fa9eb3241895d2771b87f20dd23b40de664c5e4e:

  drivers/soc: qcom: do not disable the iface clock in probe (2014-09-23 21:38:32 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 3.17

Here's our last set of fixes for 3.17. Most of these are for TI platforms,
fixing some noisy Kconfig issues, runtime clock and power issues on
several platforms and NAND timings on DRA7.

There are also a couple of bug fixes for i.MX, one for QCOM and a small
fix to avoid section mismatch noise on PXA.

Diffstat looks large, partially due to some tables being updated and
thus touching many lines. The qcom gsbi change also restructures clock
management a bit and thus touches a bunch of lines.

All in all, a bit more changes than we'd like at this point, but nothing
stands out as risky either so it seems like the right thing to send it
up now instead of holding it to the merge window.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

Dmitry Lifshitz (1):
      ARM: dts: cm-t54: fix serial console power supply.

Markus Niebel (1):
      ARM: DT: imx53: fix lvds channel 1 port

Murali Karicheri (1):
      ARM: keystone: dts: fix bindings for pcie and usb clock nodes

Nishanth Menon (1):
      bus: omap_l3_noc: Fix connID for OMAP4

Olof Johansson (3):
      Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/.../ssantosh/linux-keystone into fixes
      Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'fix-v3.17-io-chain-v3' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Roger Quadros (1):
      ARM: dts: dra7-evm: Fix NAND GPMC timings

Shawn Guo (1):
      ARM: imx: fix .is_enabled() of shared gate clock

Srinivas Kandagatla (1):
      drivers/soc: qcom: do not disable the iface clock in probe

Tony Lindgren (2):
      ARM: OMAP: Fix Kconfig warning for omap1
      ARM: OMAP3: Fix I/O chain clock line assertion timed out error

 .../devicetree/bindings/staging/imx-drm/ldb.txt    | 15 ++++++-
 arch/arm/boot/dts/dra7-evm.dts                     | 27 ++++++------
 arch/arm/boot/dts/imx53.dtsi                       | 12 +++++-
 arch/arm/boot/dts/k2e-clocks.dtsi                  |  6 +--
 arch/arm/boot/dts/omap5-cm-t54.dts                 |  5 +--
 arch/arm/mach-imx/clk-gate2.c                      |  6 +--
 arch/arm/mach-omap2/Kconfig                        |  3 --
 arch/arm/mach-omap2/omap_hwmod.c                   |  2 +-
 arch/arm/mach-omap2/prm3xxx.c                      | 39 +++++++++++++++--
 arch/arm/mach-pxa/generic.c                        |  2 +-
 arch/arm/plat-omap/Kconfig                         |  3 ++
 drivers/bus/omap_l3_noc.h                          | 50 +++++++++++-----------
 drivers/soc/qcom/qcom_gsbi.c                       | 46 ++++++++++++++------
 13 files changed, 139 insertions(+), 77 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-27 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-31 17:32 [GIT PULL] ARM: SoC fixes for 3.17 Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2014-09-27 19:52 Olof Johansson

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).