All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-22 15:40 ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-22 15:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: arm, linux-arm-kernel, linux-kernel

The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622:

  Linux 4.3-rc5 (2015-10-11 11:09:45 -0700)

are available in the git repository at:

  git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 55f41297576ddb7868af2f13f3a8107178dee2d0:

  Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes (2015-10-21 17:03:37 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 4.3-rc

Most of the changes this time are for incorrect device nodes in various
ways, on on imx, berlin, exynos, ux500, uniphier, omap and meson.

Chen-Yu Tsai now co-maintains mach-sunxi (Allwinner).

Other bug fixes include
 * a partial revert of a broken tegra gpio patch
 * irq affinity for arm ccn
 * suspend on one Armada 385 machine
 * enable ZONE_DMA to avoid an OMAP crash for over 2GB RAM
 * turning on a regulator on beagleboard-x15 for HDMI
 * making the omap gpmc debug code visible
 * setup of orion network switch
 * a rare build regression for pxa

----------------------------------------------------------------
Alim Akhtar (1):
      ARM: dts: Fix audio card detection on Peach boards

Arnd Bergmann (8):
      Merge tag 'mvebu-fixes-4.3-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'berlin-fixes-for-4.3-1' of git://git.infradead.org/users/hesselba/linux-berlin into fixes
      Merge tag 'imx-fixes-4.3-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      ARM: pxa: fix pxa3xx DFI lockup hack
      Merge tag 'omap-for-v4.3/fixes-rc5' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v4.3/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'samsung-fixes-2' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes

Carlo Caione (1):
      ARM: meson6: DTS: Fix wrong reg mapping and IRQ numbers

Fabio Estevam (1):
      ARM: dts: imx7d: Fix UART2 base address

Florian Fainelli (1):
      ARM: orion: Fix DSA platform device after mvmdio conversion

Krzysztof Kozlowski (1):
      ARM: EXYNOS: Fix double of_node_put() when parsing child power domains

Linus Walleij (1):
      ARM: ux500: modify initial levelshifter status

Marcin Wojtas (1):
      ARM: mvebu: correct a385-db-ap compatible string

Masahiro Yamada (1):
      ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board

Maxime Ripard (1):
      MAINTAINERS: Update Allwinner entry and add new maintainer

Pawel Moll (2):
      bus: arm-ccn: Handle correctly no-more-cpus case
      bus: arm-ccn: Fix irq affinity setting on CPU migration

Sudip Mukherjee (1):
      thermal: exynos: Fix register read in TMU

Thierry Reding (1):
      ARM: tegra: Comment out gpio-ranges properties

Thomas Hebb (1):
      ARM: dts: berlin: change BG2Q's USB PHY compatible

Tomi Valkeinen (1):
      ARM: dts: am57xx-beagle-x15: set VDD_SD to always-on

Tony Lindgren (4):
      memory: omap-gpmc: Fix unselectable debug option for GPMC
      Documentation: ARM: List new omap MMC requirements
      ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memory
      ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init

Uwe Kleine-König (1):
      memory: omap-gpmc: dump "before" state before first modification

Will Deacon (1):
      drivers/perf: arm_pmu: avoid CPU device_node reference leak

 Documentation/arm/OMAP/README                     |  7 +++++++
 MAINTAINERS                                       |  5 +++--
 arch/arm/boot/dts/am57xx-beagle-x15.dts           |  3 ++-
 arch/arm/boot/dts/armada-385-db-ap.dts            |  2 +-
 arch/arm/boot/dts/berlin2q.dtsi                   |  6 +++---
 arch/arm/boot/dts/exynos5420-peach-pit.dts        |  5 +++++
 arch/arm/boot/dts/exynos5800-peach-pi.dts         |  5 +++++
 arch/arm/boot/dts/imx7d.dtsi                      |  4 ++--
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |  2 +-
 arch/arm/boot/dts/meson.dtsi                      | 23 ++++++++++++-----------
 arch/arm/boot/dts/omap3-evm-37xx.dts              |  2 +-
 arch/arm/boot/dts/ste-hrefv60plus.dtsi            |  2 +-
 arch/arm/boot/dts/tegra114.dtsi                   |  2 ++
 arch/arm/boot/dts/tegra124.dtsi                   |  2 ++
 arch/arm/boot/dts/tegra20.dtsi                    |  2 ++
 arch/arm/boot/dts/tegra30.dtsi                    |  2 ++
 arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts       |  2 +-
 arch/arm/mach-exynos/pm_domains.c                 |  8 +++-----
 arch/arm/mach-omap2/Kconfig                       |  2 ++
 arch/arm/mach-omap2/board-generic.c               | 10 ++++++++++
 arch/arm/mach-omap2/pdata-quirks.c                |  9 ++++++++-
 arch/arm/mach-pxa/pxa3xx.c                        |  9 +++++----
 arch/arm/plat-orion/common.c                      |  2 +-
 drivers/bus/arm-ccn.c                             |  5 +++--
 drivers/memory/Kconfig                            | 12 +++++++++---
 drivers/memory/omap-gpmc.c                        |  2 +-
 drivers/perf/arm_pmu.c                            | 10 ++++++++--
 drivers/thermal/samsung/exynos_tmu.c              |  2 +-
 28 files changed, 103 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/arm/OMAP/README


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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-22 15:40 ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-22 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622:

  Linux 4.3-rc5 (2015-10-11 11:09:45 -0700)

are available in the git repository at:

  git+ssh://gitolite at ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

for you to fetch changes up to 55f41297576ddb7868af2f13f3a8107178dee2d0:

  Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes (2015-10-21 17:03:37 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 4.3-rc

Most of the changes this time are for incorrect device nodes in various
ways, on on imx, berlin, exynos, ux500, uniphier, omap and meson.

Chen-Yu Tsai now co-maintains mach-sunxi (Allwinner).

Other bug fixes include
 * a partial revert of a broken tegra gpio patch
 * irq affinity for arm ccn
 * suspend on one Armada 385 machine
 * enable ZONE_DMA to avoid an OMAP crash for over 2GB RAM
 * turning on a regulator on beagleboard-x15 for HDMI
 * making the omap gpmc debug code visible
 * setup of orion network switch
 * a rare build regression for pxa

----------------------------------------------------------------
Alim Akhtar (1):
      ARM: dts: Fix audio card detection on Peach boards

Arnd Bergmann (8):
      Merge tag 'mvebu-fixes-4.3-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'berlin-fixes-for-4.3-1' of git://git.infradead.org/users/hesselba/linux-berlin into fixes
      Merge tag 'imx-fixes-4.3-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      ARM: pxa: fix pxa3xx DFI lockup hack
      Merge tag 'omap-for-v4.3/fixes-rc5' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v4.3/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'samsung-fixes-2' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes

Carlo Caione (1):
      ARM: meson6: DTS: Fix wrong reg mapping and IRQ numbers

Fabio Estevam (1):
      ARM: dts: imx7d: Fix UART2 base address

Florian Fainelli (1):
      ARM: orion: Fix DSA platform device after mvmdio conversion

Krzysztof Kozlowski (1):
      ARM: EXYNOS: Fix double of_node_put() when parsing child power domains

Linus Walleij (1):
      ARM: ux500: modify initial levelshifter status

Marcin Wojtas (1):
      ARM: mvebu: correct a385-db-ap compatible string

Masahiro Yamada (1):
      ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board

Maxime Ripard (1):
      MAINTAINERS: Update Allwinner entry and add new maintainer

Pawel Moll (2):
      bus: arm-ccn: Handle correctly no-more-cpus case
      bus: arm-ccn: Fix irq affinity setting on CPU migration

Sudip Mukherjee (1):
      thermal: exynos: Fix register read in TMU

Thierry Reding (1):
      ARM: tegra: Comment out gpio-ranges properties

Thomas Hebb (1):
      ARM: dts: berlin: change BG2Q's USB PHY compatible

Tomi Valkeinen (1):
      ARM: dts: am57xx-beagle-x15: set VDD_SD to always-on

Tony Lindgren (4):
      memory: omap-gpmc: Fix unselectable debug option for GPMC
      Documentation: ARM: List new omap MMC requirements
      ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memory
      ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init

Uwe Kleine-K?nig (1):
      memory: omap-gpmc: dump "before" state before first modification

Will Deacon (1):
      drivers/perf: arm_pmu: avoid CPU device_node reference leak

 Documentation/arm/OMAP/README                     |  7 +++++++
 MAINTAINERS                                       |  5 +++--
 arch/arm/boot/dts/am57xx-beagle-x15.dts           |  3 ++-
 arch/arm/boot/dts/armada-385-db-ap.dts            |  2 +-
 arch/arm/boot/dts/berlin2q.dtsi                   |  6 +++---
 arch/arm/boot/dts/exynos5420-peach-pit.dts        |  5 +++++
 arch/arm/boot/dts/exynos5800-peach-pi.dts         |  5 +++++
 arch/arm/boot/dts/imx7d.dtsi                      |  4 ++--
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |  2 +-
 arch/arm/boot/dts/meson.dtsi                      | 23 ++++++++++++-----------
 arch/arm/boot/dts/omap3-evm-37xx.dts              |  2 +-
 arch/arm/boot/dts/ste-hrefv60plus.dtsi            |  2 +-
 arch/arm/boot/dts/tegra114.dtsi                   |  2 ++
 arch/arm/boot/dts/tegra124.dtsi                   |  2 ++
 arch/arm/boot/dts/tegra20.dtsi                    |  2 ++
 arch/arm/boot/dts/tegra30.dtsi                    |  2 ++
 arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts       |  2 +-
 arch/arm/mach-exynos/pm_domains.c                 |  8 +++-----
 arch/arm/mach-omap2/Kconfig                       |  2 ++
 arch/arm/mach-omap2/board-generic.c               | 10 ++++++++++
 arch/arm/mach-omap2/pdata-quirks.c                |  9 ++++++++-
 arch/arm/mach-pxa/pxa3xx.c                        |  9 +++++----
 arch/arm/plat-orion/common.c                      |  2 +-
 drivers/bus/arm-ccn.c                             |  5 +++--
 drivers/memory/Kconfig                            | 12 +++++++++---
 drivers/memory/omap-gpmc.c                        |  2 +-
 drivers/perf/arm_pmu.c                            | 10 ++++++++--
 drivers/thermal/samsung/exynos_tmu.c              |  2 +-
 28 files changed, 103 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/arm/OMAP/README

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

* Re: [GIT PULL] ARM: SoC fixes for 4.3-rc
  2015-10-22 15:40 ` Arnd Bergmann
@ 2015-10-23  9:41   ` Linus Torvalds
  -1 siblings, 0 replies; 10+ messages in thread
From: Linus Torvalds @ 2015-10-23  9:41 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: arm, linux-arm-kernel, linux-kernel



On Thu, 22 Oct 2015, Arnd Bergmann wrote:
> 
> are available in the git repository at:
> 
>   git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

What the heck happened to your pull request script? A sudden case of 
script disease?

That's just insane. "git+ssh"? "gitolite@ra.kernel.org"? Yeah, yeah, it 
probably works for people with accounts, but please don't use those 
private secure things in pull requests, particularly ones that go to 
public mailing lists.

And "git+ssh" may be a valid way to specify a git tree, but if you really 
want to just use ssh (which you don't), just use "ssh://", or use the 
shorter scp format ("host:path"). At least then it would be closer to fit 
on a line, and less of the line noise..

Anyway, I've pulled using the sane externally visible verion, so no need 
to resend, but check your scripting..

            Linus

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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-23  9:41   ` Linus Torvalds
  0 siblings, 0 replies; 10+ messages in thread
From: Linus Torvalds @ 2015-10-23  9:41 UTC (permalink / raw)
  To: linux-arm-kernel



On Thu, 22 Oct 2015, Arnd Bergmann wrote:
> 
> are available in the git repository at:
> 
>   git+ssh://gitolite at ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus

What the heck happened to your pull request script? A sudden case of 
script disease?

That's just insane. "git+ssh"? "gitolite at ra.kernel.org"? Yeah, yeah, it 
probably works for people with accounts, but please don't use those 
private secure things in pull requests, particularly ones that go to 
public mailing lists.

And "git+ssh" may be a valid way to specify a git tree, but if you really 
want to just use ssh (which you don't), just use "ssh://", or use the 
shorter scp format ("host:path"). At least then it would be closer to fit 
on a line, and less of the line noise..

Anyway, I've pulled using the sane externally visible verion, so no need 
to resend, but check your scripting..

            Linus

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

* Re: [GIT PULL] ARM: SoC fixes for 4.3-rc
  2015-10-23  9:41   ` Linus Torvalds
@ 2015-10-23 10:15     ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-23 10:15 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Linus Torvalds, arm, linux-kernel

On Friday 23 October 2015 18:41:32 Linus Torvalds wrote:
> On Thu, 22 Oct 2015, Arnd Bergmann wrote:
> > 
> > are available in the git repository at:
> > 
> >   git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
>
> Anyway, I've pulled using the sane externally visible verion, so no need 
> to resend, but check your scripting..

Found the problem, I was actually running 'git request-pull' from a
different machine than I normally use, and that didn't have the
URL set up right. Sorry about the mess.

	Arnd

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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-23 10:15     ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-23 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 23 October 2015 18:41:32 Linus Torvalds wrote:
> On Thu, 22 Oct 2015, Arnd Bergmann wrote:
> > 
> > are available in the git repository at:
> > 
> >   git+ssh://gitolite at ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus
>
> Anyway, I've pulled using the sane externally visible verion, so no need 
> to resend, but check your scripting..

Found the problem, I was actually running 'git request-pull' from a
different machine than I normally use, and that didn't have the
URL set up right. Sorry about the mess.

	Arnd

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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-08 20:42 ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-08 20:42 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-arm-kernel, arm

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

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 5a37b15378659168e1874463ab012f26dcbaf309:

  Merge tag 'renesas-fixes-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2015-10-06 14:31:53 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 4.3-rc

The fixes for this week include one small patch that was years in the
making and that finally fixes using all eight CPUs on exynos542x.

The rest are lots of minor changes for sunxi, imx, exynos and shmobile

* fixing the minimum voltage for Allwinner A20
* thermal boot issue on SMDK5250.
* invalid clock used for FIMD IOMMU.
* audio on Renesas r8a7790/r8a7791
* invalid clock used for FIMD IOMMU
* LEDs on exynos5422-odroidxu3-common
* usb pin control for imx-rex
* imx53: fix PMIC interrupt level
* a Makefile typo

----------------------------------------------------------------
Arnd Bergmann (3):
      Merge tag 'samsung-fixes' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'sunxi-fixes-for-4.3' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'renesas-fixes-for-v4.3' of git://git.kernel.org/.../horms/renesas into fixes

Bartlomiej Zolnierkiewicz (1):
      ARM: dts: add suspend opp to exynos4412

Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Felipe F. Tonello (1):
      ARM: dts: fix usb pin control for imx-rex dts

Geert Uytterhoeven (2):
      ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
      ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Josh Boyer (1):
      ARM: dts: Fix Makefile target for sun4i-a10-itead-iteaduino-plus

Krzysztof Kozlowski (1):
      ARM: dts: Fix LEDs on exynos5422-odroidxu3

Kukjin Kim (1):
      Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into v4.3-samsung-fixes

Lucas Stach (2):
      ARM: imx53: include IRQ dt-bindings header
      ARM: imx53: qsrb: fix PMIC interrupt level

Olof Johansson (1):
      Merge tag 'imx-fixes-4.3' of git://git.kernel.org/.../shawnguo/linux into fixes

Suzuki K. Poulose (1):
      arm-cci500: Don't enable PMU driver by default

Timo Sigurdsson (1):
      ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/Makefile                         |  2 +-
 arch/arm/boot/dts/exynos4412.dtsi                  |  1 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  1 +
 arch/arm/boot/dts/exynos5420.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  1 -
 arch/arm/boot/dts/imx53-qsrb.dts                   |  2 +-
 arch/arm/boot/dts/imx53.dtsi                       |  1 +
 arch/arm/boot/dts/imx6qdl-rex.dtsi                 |  2 --
 arch/arm/boot/dts/r8a7790.dtsi                     |  1 +
 arch/arm/boot/dts/r8a7791.dtsi                     |  1 +
 arch/arm/boot/dts/sun7i-a20.dtsi                   |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c                 | 27 +++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h                    |  6 +++++
 drivers/bus/Kconfig                                |  1 -
 14 files changed, 41 insertions(+), 9 deletions(-)


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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-10-08 20:42 ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-10-08 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

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 5a37b15378659168e1874463ab012f26dcbaf309:

  Merge tag 'renesas-fixes-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2015-10-06 14:31:53 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 4.3-rc

The fixes for this week include one small patch that was years in the
making and that finally fixes using all eight CPUs on exynos542x.

The rest are lots of minor changes for sunxi, imx, exynos and shmobile

* fixing the minimum voltage for Allwinner A20
* thermal boot issue on SMDK5250.
* invalid clock used for FIMD IOMMU.
* audio on Renesas r8a7790/r8a7791
* invalid clock used for FIMD IOMMU
* LEDs on exynos5422-odroidxu3-common
* usb pin control for imx-rex
* imx53: fix PMIC interrupt level
* a Makefile typo

----------------------------------------------------------------
Arnd Bergmann (3):
      Merge tag 'samsung-fixes' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'sunxi-fixes-for-4.3' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'renesas-fixes-for-v4.3' of git://git.kernel.org/.../horms/renesas into fixes

Bartlomiej Zolnierkiewicz (1):
      ARM: dts: add suspend opp to exynos4412

Chanho Park (1):
      ARM: EXYNOS: reset Little cores when cpu is up

Felipe F. Tonello (1):
      ARM: dts: fix usb pin control for imx-rex dts

Geert Uytterhoeven (2):
      ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound
      ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound

Joonyoung Shim (1):
      ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420

Josh Boyer (1):
      ARM: dts: Fix Makefile target for sun4i-a10-itead-iteaduino-plus

Krzysztof Kozlowski (1):
      ARM: dts: Fix LEDs on exynos5422-odroidxu3

Kukjin Kim (1):
      Merge tag 'samsung-fixes-4.3' of http://github.com/krzk/linux into v4.3-samsung-fixes

Lucas Stach (2):
      ARM: imx53: include IRQ dt-bindings header
      ARM: imx53: qsrb: fix PMIC interrupt level

Olof Johansson (1):
      Merge tag 'imx-fixes-4.3' of git://git.kernel.org/.../shawnguo/linux into fixes

Suzuki K. Poulose (1):
      arm-cci500: Don't enable PMU driver by default

Timo Sigurdsson (1):
      ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications

Yadwinder Singh Brar (1):
      ARM: dts: Fix bootup thermal issue on smdk5250

 arch/arm/boot/dts/Makefile                         |  2 +-
 arch/arm/boot/dts/exynos4412.dtsi                  |  1 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  1 +
 arch/arm/boot/dts/exynos5420.dtsi                  |  2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  1 -
 arch/arm/boot/dts/imx53-qsrb.dts                   |  2 +-
 arch/arm/boot/dts/imx53.dtsi                       |  1 +
 arch/arm/boot/dts/imx6qdl-rex.dtsi                 |  2 --
 arch/arm/boot/dts/r8a7790.dtsi                     |  1 +
 arch/arm/boot/dts/r8a7791.dtsi                     |  1 +
 arch/arm/boot/dts/sun7i-a20.dtsi                   |  2 +-
 arch/arm/mach-exynos/mcpm-exynos.c                 | 27 +++++++++++++++++++++-
 arch/arm/mach-exynos/regs-pmu.h                    |  6 +++++
 drivers/bus/Kconfig                                |  1 -
 14 files changed, 41 insertions(+), 9 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-09-27  5:50 ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-09-27  5:50 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-arm-kernel, linux-kernel

Hi Linus,

Our first batch of fixes this merge window. Nothing really concerning,
and diffstat is a bit inflated due to some DT contents moving around on
STi platforms.

Please merge!


Thanks,

-Olof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to e46fc90ec2612ef7578c6e3e28ad477a116e24da:

  Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes (2015-09-26 22:23:26 -0700)

----------------------------------------------------------------
ARM: SoC fixes for v4.3-rc

Our first real batch of fixes this release cycle. There's a collection of
them here:

- A fixup for a build breakage that hits on arm64 allmodconfig in QCOM SCM
  firmware drivers
- MMC fixes for OMAP that had quite a bit of breakage this merge window.
- Misc build/warning fixes on PXA and OMAP
- A couple of minor fixes for Beagleboard X15 which is now starting to see
  a few more users in the wild

----------------------------------------------------------------
Andy Gross (1):
      firmware: qcom: scm: Add function stubs for ARM64

Axel Lin (1):
      ARM: pxa: balloon3: Fix build error

Benjamin Gaignard (1):
      ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver

Carl Frederik Werner (1):
      ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again

Dave Gerlach (1):
      ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late

Douglas Anderson (1):
      ARM: dts: Add ddc i2c reference to veyron

Frans Klaver (1):
      ARM: OMAP3: vc: fix 'or' always true warning

Grazvydas Ignotas (2):
      ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
      ARM: omap2plus_defconfig: enable GPIO_PCA953X

Grygorii Strashko (1):
      ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_init

Jarkko Nikula (1):
      ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

Javier Martinez Canillas (1):
      ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi

Kevin Hilman (1):
      Merge tag 'omap-for-v4.3/fixes-rc1' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Kishon Vijay Abraham I (4):
      ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node
      ARM: dts: Use ti,pbias compatible string for pbias
      ARM: omap2plus_defconfig: make PCF857x built-in
      ARM: dts: fix omap2+ address translation for pbias

Nicolas Chauvet (1):
      ARM: dts: Fixup model name for HP t410 dts

Nishanth Menon (6):
      ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
      ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well
      ARM: OMAP2+: board-generic: Remove stale of_irq macros
      ARM: DRA7: Select missing options for SoC only build
      ARM: OMAP5: Cleanup options for SoC only build
      ARM: dts: am57xx-beagle-x15: Update Phy supplies

Olof Johansson (4):
      Merge tag 'qcom-fixes-for-4.3-rc1' of git://codeaurora.org/quic/kernel/agross-msm into fixes
      Merge tag 'v4.3-rockchip32-dtsfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes

Robert Jarzmik (1):
      ARM: pxa: fix DFI bus lockups on startup

Roger Quadros (1):
      ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

Teresa Remmet (1):
      ARM: dts: am335x-phycore-som: Fix mpu voltage

Tony Lindgren (5):
      ARM: OMAP2+: Fix booting if no timer parent clock is available
      ARM: omap2plus_defconfig: Enable MUSB DMA support
      ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY
      Merge branch 'fixes-rc1' into omap-for-v4.3/fixes
      Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes

Vishal Mahaveer (2):
      ARM: DRA752: Add ID detect for ES2.0
      ARM: dts: DRA7: fix a typo in ethernet

 arch/arm/boot/dts/am335x-phycore-som.dtsi    |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts      | 46 ++++++++++------
 arch/arm/boot/dts/dm8148-evm.dts             |  4 +-
 arch/arm/boot/dts/dm8148-t410.dts            |  6 +-
 arch/arm/boot/dts/dm814x.dtsi                |  8 +--
 arch/arm/boot/dts/dra7.dtsi                  |  5 +-
 arch/arm/boot/dts/omap2430.dtsi              |  3 +-
 arch/arm/boot/dts/omap3-beagle.dts           |  2 +-
 arch/arm/boot/dts/omap3-igep.dtsi            |  6 --
 arch/arm/boot/dts/omap3-igep0020-common.dtsi |  6 ++
 arch/arm/boot/dts/omap3.dtsi                 | 25 +++++----
 arch/arm/boot/dts/omap4.dtsi                 |  3 +-
 arch/arm/boot/dts/omap5-uevm.dts             |  4 +-
 arch/arm/boot/dts/omap5.dtsi                 |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi         |  1 +
 arch/arm/boot/dts/stih407.dtsi               | 82 ++++++++++++++--------------
 arch/arm/boot/dts/stih410.dtsi               | 82 ++++++++++++++--------------
 arch/arm/configs/omap2plus_defconfig         |  5 +-
 arch/arm/mach-omap2/Kconfig                  |  6 +-
 arch/arm/mach-omap2/board-generic.c          |  7 ---
 arch/arm/mach-omap2/id.c                     |  8 ++-
 arch/arm/mach-omap2/io.c                     |  1 +
 arch/arm/mach-omap2/omap_device.c            |  3 +-
 arch/arm/mach-omap2/pm.h                     |  3 +-
 arch/arm/mach-omap2/soc.h                    |  2 +
 arch/arm/mach-omap2/timer.c                  |  8 +--
 arch/arm/mach-omap2/vc.c                     |  2 +-
 arch/arm/mach-pxa/balloon3.c                 |  2 +-
 arch/arm/mach-pxa/include/mach/addr-map.h    |  7 +++
 arch/arm/mach-pxa/pxa3xx.c                   | 21 ++++++-
 arch/arm/plat-pxa/ssp.c                      |  1 -
 drivers/firmware/Kconfig                     |  8 +++
 drivers/firmware/Makefile                    |  3 +-
 drivers/firmware/qcom_scm-64.c               | 63 +++++++++++++++++++++
 34 files changed, 278 insertions(+), 162 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for 4.3-rc
@ 2015-09-27  5:50 ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-09-27  5:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Our first batch of fixes this merge window. Nothing really concerning,
and diffstat is a bit inflated due to some DT contents moving around on
STi platforms.

Please merge!


Thanks,

-Olof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to e46fc90ec2612ef7578c6e3e28ad477a116e24da:

  Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes (2015-09-26 22:23:26 -0700)

----------------------------------------------------------------
ARM: SoC fixes for v4.3-rc

Our first real batch of fixes this release cycle. There's a collection of
them here:

- A fixup for a build breakage that hits on arm64 allmodconfig in QCOM SCM
  firmware drivers
- MMC fixes for OMAP that had quite a bit of breakage this merge window.
- Misc build/warning fixes on PXA and OMAP
- A couple of minor fixes for Beagleboard X15 which is now starting to see
  a few more users in the wild

----------------------------------------------------------------
Andy Gross (1):
      firmware: qcom: scm: Add function stubs for ARM64

Axel Lin (1):
      ARM: pxa: balloon3: Fix build error

Benjamin Gaignard (1):
      ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver

Carl Frederik Werner (1):
      ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again

Dave Gerlach (1):
      ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late

Douglas Anderson (1):
      ARM: dts: Add ddc i2c reference to veyron

Frans Klaver (1):
      ARM: OMAP3: vc: fix 'or' always true warning

Grazvydas Ignotas (2):
      ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
      ARM: omap2plus_defconfig: enable GPIO_PCA953X

Grygorii Strashko (1):
      ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_init

Jarkko Nikula (1):
      ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

Javier Martinez Canillas (1):
      ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi

Kevin Hilman (1):
      Merge tag 'omap-for-v4.3/fixes-rc1' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Kishon Vijay Abraham I (4):
      ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node
      ARM: dts: Use ti,pbias compatible string for pbias
      ARM: omap2plus_defconfig: make PCF857x built-in
      ARM: dts: fix omap2+ address translation for pbias

Nicolas Chauvet (1):
      ARM: dts: Fixup model name for HP t410 dts

Nishanth Menon (6):
      ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
      ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well
      ARM: OMAP2+: board-generic: Remove stale of_irq macros
      ARM: DRA7: Select missing options for SoC only build
      ARM: OMAP5: Cleanup options for SoC only build
      ARM: dts: am57xx-beagle-x15: Update Phy supplies

Olof Johansson (4):
      Merge tag 'qcom-fixes-for-4.3-rc1' of git://codeaurora.org/quic/kernel/agross-msm into fixes
      Merge tag 'v4.3-rockchip32-dtsfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes

Robert Jarzmik (1):
      ARM: pxa: fix DFI bus lockups on startup

Roger Quadros (1):
      ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

Teresa Remmet (1):
      ARM: dts: am335x-phycore-som: Fix mpu voltage

Tony Lindgren (5):
      ARM: OMAP2+: Fix booting if no timer parent clock is available
      ARM: omap2plus_defconfig: Enable MUSB DMA support
      ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY
      Merge branch 'fixes-rc1' into omap-for-v4.3/fixes
      Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes

Vishal Mahaveer (2):
      ARM: DRA752: Add ID detect for ES2.0
      ARM: dts: DRA7: fix a typo in ethernet

 arch/arm/boot/dts/am335x-phycore-som.dtsi    |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts      | 46 ++++++++++------
 arch/arm/boot/dts/dm8148-evm.dts             |  4 +-
 arch/arm/boot/dts/dm8148-t410.dts            |  6 +-
 arch/arm/boot/dts/dm814x.dtsi                |  8 +--
 arch/arm/boot/dts/dra7.dtsi                  |  5 +-
 arch/arm/boot/dts/omap2430.dtsi              |  3 +-
 arch/arm/boot/dts/omap3-beagle.dts           |  2 +-
 arch/arm/boot/dts/omap3-igep.dtsi            |  6 --
 arch/arm/boot/dts/omap3-igep0020-common.dtsi |  6 ++
 arch/arm/boot/dts/omap3.dtsi                 | 25 +++++----
 arch/arm/boot/dts/omap4.dtsi                 |  3 +-
 arch/arm/boot/dts/omap5-uevm.dts             |  4 +-
 arch/arm/boot/dts/omap5.dtsi                 |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi         |  1 +
 arch/arm/boot/dts/stih407.dtsi               | 82 ++++++++++++++--------------
 arch/arm/boot/dts/stih410.dtsi               | 82 ++++++++++++++--------------
 arch/arm/configs/omap2plus_defconfig         |  5 +-
 arch/arm/mach-omap2/Kconfig                  |  6 +-
 arch/arm/mach-omap2/board-generic.c          |  7 ---
 arch/arm/mach-omap2/id.c                     |  8 ++-
 arch/arm/mach-omap2/io.c                     |  1 +
 arch/arm/mach-omap2/omap_device.c            |  3 +-
 arch/arm/mach-omap2/pm.h                     |  3 +-
 arch/arm/mach-omap2/soc.h                    |  2 +
 arch/arm/mach-omap2/timer.c                  |  8 +--
 arch/arm/mach-omap2/vc.c                     |  2 +-
 arch/arm/mach-pxa/balloon3.c                 |  2 +-
 arch/arm/mach-pxa/include/mach/addr-map.h    |  7 +++
 arch/arm/mach-pxa/pxa3xx.c                   | 21 ++++++-
 arch/arm/plat-pxa/ssp.c                      |  1 -
 drivers/firmware/Kconfig                     |  8 +++
 drivers/firmware/Makefile                    |  3 +-
 drivers/firmware/qcom_scm-64.c               | 63 +++++++++++++++++++++
 34 files changed, 278 insertions(+), 162 deletions(-)

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

end of thread, other threads:[~2015-10-23 10:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 15:40 [GIT PULL] ARM: SoC fixes for 4.3-rc Arnd Bergmann
2015-10-22 15:40 ` Arnd Bergmann
2015-10-23  9:41 ` Linus Torvalds
2015-10-23  9:41   ` Linus Torvalds
2015-10-23 10:15   ` Arnd Bergmann
2015-10-23 10:15     ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2015-10-08 20:42 Arnd Bergmann
2015-10-08 20:42 ` Arnd Bergmann
2015-09-27  5:50 Olof Johansson
2015-09-27  5:50 ` Olof Johansson

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.