linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes
@ 2018-11-07 17:10 Olof Johansson
  2018-11-07 17:17 ` Linus Torvalds
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-11-07 17:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Please merge. Thanks!


-Olof

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

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 a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5:

  Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A few more fixes that have come in, and one revert of a previous fix.

I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
and it ended up regressing at least BeagleBone XM boards. While we get
that debugged for next merge window, let's disable it again.

Beyond that:

 - Stratix change to fix multicast filtering
 - Minor DT fixes for Renesas and i.MX
 - Ethernet fix for a Renesas board (switching main interfaces)
 - Ethernet phy regulator fix for i.MX6SX

----------------------------------------------------------------
Aaro Koskinen (1):
      arm64: dts: stratix10: fix multicast filtering

Fabrizio Castro (1):
      dt-bindings: arm: Fix RZ/G2E part number

Kuninori Morimoto (1):
      arm64: dts: renesas: r8a7795: add missing dma-names on hscif2

Leonard Crestez (1):
      ARM: dts: imx6sx-sdb: Fix enet phy regulator

Oleksij Rempel (1):
      ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node

Olof Johansson (4):
      ARM: defconfig: Disable PREEMPT again on  multi_v7
      Merge tag 'imx-fixes-4.20' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'renesas-fixes-for-v4.20' of https://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/.../dinguyen/linux into fixes

Rob Herring (1):
      ARM: dts: fsl: Fix improperly quoted stdout-path values

Sergei Shtylyov (1):
      arm64: dts: renesas: condor: switch from EtherAVB to GEther

 Documentation/devicetree/bindings/arm/shmobile.txt |  2 +-
 arch/arm/boot/dts/imx53-ppd.dts                    |  2 +-
 arch/arm/boot/dts/imx6sll.dtsi                     |  2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi                  |  7 +++-
 arch/arm/boot/dts/vf610m4-colibri.dts              |  4 +-
 arch/arm/configs/multi_v7_defconfig                |  1 -
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  3 ++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |  2 +-
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    | 47 +++++++++++-----------
 9 files changed, 39 insertions(+), 31 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
  2018-11-07 17:10 [GIT PULL] ARM: SoC fixes Olof Johansson
@ 2018-11-07 17:17 ` Linus Torvalds
  2018-11-07 17:28   ` Olof Johansson
  0 siblings, 1 reply; 91+ messages in thread
From: Linus Torvalds @ 2018-11-07 17:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
>
> ARM: SoC fixes

Pulled.

> I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> and it ended up regressing at least BeagleBone XM boards.

Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
preempt being off? Otherwise I don't see how/why preempt should fail
in a board-specific manner..

                  Linus

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

* [GIT PULL] ARM: SoC fixes
  2018-11-07 17:17 ` Linus Torvalds
@ 2018-11-07 17:28   ` Olof Johansson
  2018-11-08 15:49     ` Tony Lindgren
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-11-07 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
> >
> > ARM: SoC fixes
>
> Pulled.
>
> > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> > and it ended up regressing at least BeagleBone XM boards.
>
> Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
> preempt being off? Otherwise I don't see how/why preempt should fail
> in a board-specific manner..

The board hangs early during boot and the usual way of collecting
early console doesn't seem to work when attempted (I haven't tried
personally).

It's one of the major non-SMP platforms covered by tests. I'd be
surprised if it turns out to be truly _board_ specific (and rather
specific to OMAP3), but we don't have enough data yet. Chances are it
either shuffles some timing around or indeed hits a may_sleep() test
somewhere.

(I just realized I might have missed to attribute Guillaume in the
revert patch. Sorry about that).


-Olof


-Olof

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

* [GIT PULL] ARM: SoC fixes
  2018-11-07 17:28   ` Olof Johansson
@ 2018-11-08 15:49     ` Tony Lindgren
  2018-11-10 18:09       ` Olof Johansson
  0 siblings, 1 reply; 91+ messages in thread
From: Tony Lindgren @ 2018-11-08 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

* Olof Johansson <olof@lixom.net> [181107 09:28]:
> On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
> > >
> > > ARM: SoC fixes
> >
> > Pulled.
> >
> > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> > > and it ended up regressing at least BeagleBone XM boards.
> >
> > Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
> > preempt being off? Otherwise I don't see how/why preempt should fail
> > in a board-specific manner..
> 
> The board hangs early during boot and the usual way of collecting
> early console doesn't seem to work when attempted (I haven't tried
> personally).
> 
> It's one of the major non-SMP platforms covered by tests. I'd be
> surprised if it turns out to be truly _board_ specific (and rather
> specific to OMAP3), but we don't have enough data yet. Chances are it
> either shuffles some timing around or indeed hits a may_sleep() test
> somewhere.
> 
> (I just realized I might have missed to attribute Guillaume in the
> revert patch. Sorry about that).

Looks like we're missing the stdout-path for earlycon, maybe try
with the following patch? I can't find my Beagleboard-xm right now,
time to clean-up a bit I guess.

At least omap3-evm, logicpd-torpedo and n900 all boot with PREEMPT.

Regards,

Tony

8< ----------------------
>From tony Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 8 Nov 2018 07:43:28 -0800
Subject: [PATCH] ARM: dts: Add missing earlycon UART for Beagleboard

We can get early boot messages if CONFIG_SERIAL_EARLYCON=y is set, and
kernel commandline has debug earlycon. But we're missing the related dts
entry for Beagleboard.

Signed-off-by: Tony Lindgren <tony@atomide.com>
---

Note: Untested, I can't find my Beagleboard-XM right now..

---
 arch/arm/boot/dts/omap3-beagle.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -24,6 +24,10 @@
 		reg = <0x80000000 0x10000000>; /* 256 MB */
 	};
 
+	chosen {
+		stdout-path = &uart3;
+	};
+
 	aliases {
 		display0 = &dvi0;
 		display1 = &tv0;
-- 
2.19.1

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

* [GIT PULL] ARM: SoC fixes
  2018-11-08 15:49     ` Tony Lindgren
@ 2018-11-10 18:09       ` Olof Johansson
  2018-11-12  6:13         ` Corentin Labbe
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-11-10 18:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren <tony@atomide.com> wrote:
>
> * Olof Johansson <olof@lixom.net> [181107 09:28]:
> > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds
> > <torvalds@linux-foundation.org> wrote:
> > >
> > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
> > > >
> > > > ARM: SoC fixes
> > >
> > > Pulled.
> > >
> > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> > > > and it ended up regressing at least BeagleBone XM boards.
> > >
> > > Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
> > > preempt being off? Otherwise I don't see how/why preempt should fail
> > > in a board-specific manner..
> >
> > The board hangs early during boot and the usual way of collecting
> > early console doesn't seem to work when attempted (I haven't tried
> > personally).
> >
> > It's one of the major non-SMP platforms covered by tests. I'd be
> > surprised if it turns out to be truly _board_ specific (and rather
> > specific to OMAP3), but we don't have enough data yet. Chances are it
> > either shuffles some timing around or indeed hits a may_sleep() test
> > somewhere.
> >
> > (I just realized I might have missed to attribute Guillaume in the
> > revert patch. Sorry about that).
>
> Looks like we're missing the stdout-path for earlycon, maybe try
> with the following patch? I can't find my Beagleboard-xm right now,
> time to clean-up a bit I guess.
>
> At least omap3-evm, logicpd-torpedo and n900 all boot with PREEMPT.

To follow up on this, it turned out to be an issue where the kernel
outgrew the location it was loaded to, and overwrite the device tree
on decompression. So, not a code issue.

It's a known fragile aspect on some of the u-boot setups, and
something I've been hit by myself on my farm a few times.

Still, for now we'll keep PREEMPT off until next merge window.


-Olof

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

* [GIT PULL] ARM: SoC fixes
  2018-11-10 18:09       ` Olof Johansson
@ 2018-11-12  6:13         ` Corentin Labbe
  2018-11-12 17:33           ` Tony Lindgren
  0 siblings, 1 reply; 91+ messages in thread
From: Corentin Labbe @ 2018-11-12  6:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote:
> On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren <tony@atomide.com> wrote:
> >
> > * Olof Johansson <olof@lixom.net> [181107 09:28]:
> > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds
> > > <torvalds@linux-foundation.org> wrote:
> > > >
> > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
> > > > >
> > > > > ARM: SoC fixes
> > > >
> > > > Pulled.
> > > >
> > > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> > > > > and it ended up regressing at least BeagleBone XM boards.
> > > >
> > > > Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
> > > > preempt being off? Otherwise I don't see how/why preempt should fail
> > > > in a board-specific manner..
> > >
> > > The board hangs early during boot and the usual way of collecting
> > > early console doesn't seem to work when attempted (I haven't tried
> > > personally).
> > >
> > > It's one of the major non-SMP platforms covered by tests. I'd be
> > > surprised if it turns out to be truly _board_ specific (and rather
> > > specific to OMAP3), but we don't have enough data yet. Chances are it
> > > either shuffles some timing around or indeed hits a may_sleep() test
> > > somewhere.
> > >
> > > (I just realized I might have missed to attribute Guillaume in the
> > > revert patch. Sorry about that).
> >
> > Looks like we're missing the stdout-path for earlycon, maybe try
> > with the following patch? I can't find my Beagleboard-xm right now,
> > time to clean-up a bit I guess.
> >
> > At least omap3-evm, logicpd-torpedo and n900 all boot with PREEMPT.
> 
> To follow up on this, it turned out to be an issue where the kernel
> outgrew the location it was loaded to, and overwrite the device tree
> on decompression. So, not a code issue.
> 
> It's a known fragile aspect on some of the u-boot setups, and
> something I've been hit by myself on my farm a few times.
> 
> Still, for now we'll keep PREEMPT off until next merge window.
> 

Hello

Note that CONFIG_PREEMPT cause some errors also on sun8i-a83t-bananapi-m3
Already reported https://lkml.org/lkml/2017/12/29/139

Regards

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

* [GIT PULL] ARM: SoC fixes
  2018-11-12  6:13         ` Corentin Labbe
@ 2018-11-12 17:33           ` Tony Lindgren
  0 siblings, 0 replies; 91+ messages in thread
From: Tony Lindgren @ 2018-11-12 17:33 UTC (permalink / raw)
  To: linux-arm-kernel

* Corentin Labbe <clabbe.montjoie@gmail.com> [181112 06:13]:
> On Sat, Nov 10, 2018 at 10:09:19AM -0800, Olof Johansson wrote:
> > On Thu, Nov 8, 2018 at 7:49 AM Tony Lindgren <tony@atomide.com> wrote:
> > >
> > > * Olof Johansson <olof@lixom.net> [181107 09:28]:
> > > > On Wed, Nov 7, 2018 at 9:17 AM Linus Torvalds
> > > > <torvalds@linux-foundation.org> wrote:
> > > > >
> > > > > On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@lixom.net> wrote:
> > > > > >
> > > > > > ARM: SoC fixes
> > > > >
> > > > > Pulled.
> > > > >
> > > > > > I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> > > > > > and it ended up regressing at least BeagleBone XM boards.
> > > > >
> > > > > Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
> > > > > preempt being off? Otherwise I don't see how/why preempt should fail
> > > > > in a board-specific manner..
> > > >
> > > > The board hangs early during boot and the usual way of collecting
> > > > early console doesn't seem to work when attempted (I haven't tried
> > > > personally).
> > > >
> > > > It's one of the major non-SMP platforms covered by tests. I'd be
> > > > surprised if it turns out to be truly _board_ specific (and rather
> > > > specific to OMAP3), but we don't have enough data yet. Chances are it
> > > > either shuffles some timing around or indeed hits a may_sleep() test
> > > > somewhere.
> > > >
> > > > (I just realized I might have missed to attribute Guillaume in the
> > > > revert patch. Sorry about that).
> > >
> > > Looks like we're missing the stdout-path for earlycon, maybe try
> > > with the following patch? I can't find my Beagleboard-xm right now,
> > > time to clean-up a bit I guess.
> > >
> > > At least omap3-evm, logicpd-torpedo and n900 all boot with PREEMPT.
> > 
> > To follow up on this, it turned out to be an issue where the kernel
> > outgrew the location it was loaded to, and overwrite the device tree
> > on decompression. So, not a code issue.
> > 
> > It's a known fragile aspect on some of the u-boot setups, and
> > something I've been hit by myself on my farm a few times.
> > 
> > Still, for now we'll keep PREEMPT off until next merge window.
> > 
> 
> Hello
> 
> Note that CONFIG_PREEMPT cause some errors also on sun8i-a83t-bananapi-m3
> Already reported https://lkml.org/lkml/2017/12/29/139

Also thread "[PATCH v1 1/5] drivercore: Revert "deferral race condition fix"
is reverting commit 58b116bce136 ("drivercore: deferral race condition fix")
which has CONFIG_PREEMPT mentioned in the log. So more testing is
probably needed in Linux next before enabling CONFIG_PREEMPT again.

Regards,

Tony

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

* Re: [GIT PULL] ARM: SoC fixes
  2020-09-13 18:07 Olof Johansson
@ 2020-09-13 21:57 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-09-13 21:57 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sun, 13 Sep 2020 11:07:57 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5712c3ed549e0dddee096bce24df41db15cb80b5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2020-09-13 18:07 Olof Johansson
  2020-09-13 21:57 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2020-09-13 18:07 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a4da411e41892628f35aa180a78b7b0f8f1e3038:

  Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes (2020-09-13 08:57:38 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A collection of fixes I've been accruing over the last few weeks, none
of them have been severe enough to warrant flushing the queue but it's
been long enough now that it's a good idea to send them in.

A handful of them are fixups for QSPI DT/bindings/compatibles, some
smaller fixes for system DMA clock control and TMU interrupts on i.MX,
a handful of fixes for OMAP, including a fix for DSI (display) on omap5.

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: logicpd-torpedo-baseboard: Fix broken audio
      ARM: dts: logicpd-som-lv-baseboard: Fix broken audio
      ARM: dts: logicpd-som-lv-baseboard: Fix missing video
      ARM: dts: imx6q-logicpd: Fix broken PWM

Anson Huang (1):
      ARM: dts: imx7ulp: Correct gpio ranges

Chris Healy (2):
      ARM: dts: vfxxx: Add syscon compatible with OCOTP
      ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy

David Shah (1):
      ARM: dts: omap5: Fix DSI base address and clocks

Dinh Nguyen (1):
      ARM: dts: socfpga: fix register entry for timer3 on Arria10

Fabio Estevam (2):
      ARM: dts: imx6qdl-gw51xx: Remove unneeded #address-cells/#size-cells
      ARM: dts: imx6q-prtwd2: Remove unneeded i2c unit name

Florian Fainelli (5):
      dt-bindings: spi: Fix spi-bcm-qspi compatible ordering
      ARM: dts: bcm: HR2: Fixed QSPI compatible string
      ARM: dts: NSP: Fixed QSPI compatible string
      ARM: dts: BCM5301X: Fixed QSPI compatible string
      arm64: dts: ns2: Fixed QSPI compatible string

Fugang Duan (1):
      ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3

Jing Xiangfeng (1):
      ARM: OMAP2+: Fix an IS_ERR() vs NULL check in _get_pwrdm()

Krzysztof Kozlowski (4):
      arm64: dts: xilinx: Align IOMMU nodename with dtschema
      arm64: defconfig: Enable USB gadget with configfs
      arm64: defconfig: Enable ptn5150 extcon driver
      arm64: dts: imx8mq: Fix TMU interrupt property

Laurent Pinchart (1):
      arm64: dts: zynqmp: Add GTR transceivers

Linus Walleij (1):
      ARM: configs: Update Integrator defconfig

Matthias Schiffer (1):
      ARM: dts: ls1021a: fix QuadSPI-memory reg range

Olof Johansson (6):
      Merge tag 'socfpga_fix_for_v5.9' of git://git.kernel.org/.../dinguyen/linux into fixes
      Merge tag 'zynqmp-dt-for-v5.9' of https://github.com/Xilinx/linux-xlnx into arm/fixes
      Merge tag 'imx-fixes-5.9' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes

Rob Herring (1):
      arm64: dts: imx: Add missing imx8mm-beacon-kit.dtb to build

Robin Gong (1):
      arm64: dts: imx8mp: correct sdma1 clk setting

 .../devicetree/bindings/spi/brcm,spi-bcm-qspi.txt  | 16 ++++++------
 arch/arm/boot/dts/bcm-hr2.dtsi                     |  2 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  2 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |  2 +-
 arch/arm/boot/dts/imx6q-logicpd.dts                |  2 +-
 arch/arm/boot/dts/imx6q-prtwd2.dts                 |  2 +-
 arch/arm/boot/dts/imx6qdl-gw51xx.dtsi              |  2 --
 arch/arm/boot/dts/imx6sx-pinfunc.h                 |  2 +-
 arch/arm/boot/dts/imx7d-zii-rmu2.dts               |  2 +-
 arch/arm/boot/dts/imx7ulp.dtsi                     |  8 +++---
 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi    | 29 ++++++----------------
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   |  2 ++
 arch/arm/boot/dts/ls1021a.dtsi                     |  2 +-
 arch/arm/boot/dts/omap5.dtsi                       | 20 ++++++++-------
 arch/arm/boot/dts/socfpga_arria10.dtsi             |  2 +-
 arch/arm/boot/dts/vfxxx.dtsi                       |  2 +-
 arch/arm/configs/integrator_defconfig              | 16 ++++++------
 arch/arm/mach-omap2/omap-iommu.c                   |  2 +-
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi   |  2 +-
 arch/arm64/boot/dts/freescale/Makefile             |  1 +
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  2 +-
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi             | 12 ++++++++-
 arch/arm64/configs/defconfig                       | 12 +++++++++
 24 files changed, 78 insertions(+), 68 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: soc fixes
  2020-04-23 15:17 [GIT PULL] ARM: soc fixes Arnd Bergmann
@ 2020-04-23 16:45 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-04-23 16:45 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: SoC Team, Linus Torvalds, Linux Kernel Mailing List, Linux ARM

The pull request you sent on Thu, 23 Apr 2020 17:17:57 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7adc4b399952f439cfd43ee041ec9451ad9f567f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: soc fixes
@ 2020-04-23 15:17 Arnd Bergmann
  2020-04-23 16:45 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Arnd Bergmann @ 2020-04-23 15:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: SoC Team, Linux Kernel Mailing List, Linux ARM

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f42ae4cd4cae92408bffec2c0a4c110447e908e0:

  Merge tag 'arm-soc/for-5.7/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes (2020-04-23
17:12:48 +0200)

----------------------------------------------------------------
ARM: SoC fixes

A few smaller fixes for v5.7-rc3: The majority are fixes for bugs I found
after restarting my randconfig build testing that had been dormant for
a while.

On the Nokia N950/N9 phone, a DT fix is required to address a boot
regression.

For the bcm283x (Raspberry Pi), two DT fixes address minor issues.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: dts: OMAP3: disable RNG on N950/N9

Ahmad Fatoum (1):
      ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y

Arnd Bergmann (8):
      drivers: soc: xilinx: fix firmware driver Kconfig dependency
      soc: fsl: dpio: fix incorrect pointer conversions
      soc: fsl: dpio: avoid stack usage warning
      soc: tegra: fix tegra_pmc_get_suspend_mode definition
      soc: imx8: select SOC_BUS
      Merge tag 'omap-for-v5.6/fixes-rc7-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'zynqmp-soc-for-v5.7-rc3' of
https://github.com/Xilinx/linux-xlnx into arm/fixes
      Merge tag 'arm-soc/for-5.7/devicetree-fixes' of
https://github.com/Broadcom/stblinux into arm/fixes

Florian Fainelli (1):
      Merge tag 'tags/bcm2835-dt-fixes-2020-03-27' into devicetree/fixes

Jason Yan (1):
      firmware: xilinx: make firmware_debugfs_root static

Nicolas Saenz Julienne (2):
      ARM: dts: bcm283x: Add cells encoding format to firmware bus
      ARM: dts: bcm283x: Disable dsi0 node

 arch/arm/boot/dts/bcm2835-rpi.dtsi     |  3 +++
 arch/arm/boot/dts/bcm283x.dtsi         |  1 +
 arch/arm/boot/dts/omap3-n950-n9.dtsi   |  5 +++++
 arch/arm/mach-imx/Makefile             |  2 ++
 drivers/firmware/xilinx/zynqmp-debug.c |  2 +-
 drivers/soc/fsl/dpio/dpio-service.c    | 19 ++++++++++++++-----
 drivers/soc/fsl/dpio/qbman-portal.c    |  6 ++----
 drivers/soc/imx/Kconfig                |  1 +
 drivers/soc/xilinx/Kconfig             |  4 ++--
 include/soc/tegra/pmc.h                | 15 +++++++++------
 10 files changed, 40 insertions(+), 18 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2020-03-08 23:58 [GIT PULL] ARM: SoC fixes Olof Johansson
@ 2020-03-09  0:50 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-03-09  0:50 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sun, 8 Mar 2020 16:58:42 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/62790268e4eda1deaac93264af69ac95b4afdf96

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2020-03-08 23:58 Olof Johansson
  2020-03-09  0:50 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2020-03-08 23:58 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

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

for you to fetch changes up to d4d89e25fc7b4225211c217491e5525b00cf3961:

  Merge tag 'socfpga_defconfig_fix_for_v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes (2020-03-04 08:51:55 -0800)

----------------------------------------------------------------
ARM: SoC fixes

We've been accruing these for a couple of weeks, so the batch is a bit
bigger than usual.

Largest delta is due to a led-bl driver that is added -- there was
a miscommunication before the merge window and the driver didn't make it
in. Due to this, the platforms needing it regressed. At this point, it
seemed easier to add the new driver than unwind the changes.

Besides that, there are a handful of various fixes:

 - AMD tee memory leak fix

 - A handful of fixlets for i.MX SCU communication

 - A few maintainers woke up and realized DEBUG_FS had been missing for
   a while, so a few updates of that.

 ... and the usual collection of smaller fixes to various platforms.

----------------------------------------------------------------
Ahmad Fatoum (1):
      ARM: imx: build v7_cpu_resume() unconditionally

Brendan Higgins (2):
      reset: brcmstb-rescal: add unspecified HAS_IOMEM dependency
      reset: intel: add unspecified HAS_IOMEM dependency

Christian Hewitt (1):
      arm64: dts: meson: fix gxm-khadas-vim2 wifi

Dan Carpenter (1):
      tee: amdtee: fix memory leak in amdtee_open_session()

Dinh Nguyen (1):
      ARM: socfpga_defconfig: Add back DEBUG_FS

Fabio Estevam (1):
      arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHY

Faiz Abbas (1):
      arm: dts: dra76x: Fix mmc3 max-frequency

Geert Uytterhoeven (3):
      arm64: defconfig: Replace ARCH_R8A7796 by ARCH_R8A77960
      ARM: dts: r8a7779: Remove deprecated "renesas, rcar-sata" compatible value
      ARM: meson: Drop unneeded select of COMMON_CLK

Grygorii Strashko (1):
      ARM: dts: dra7-l4: mark timer13-16 as pwm capable

Guillaume La Roque (1):
      arm64: dts: meson-sm1-sei610: add missing interrupt-names

Johan Hovold (1):
      ARM: dts: imx6dl-colibri-eval-v3: fix sram compatible properties

Kishon Vijay Abraham I (1):
      ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes

Leonard Crestez (5):
      firmware: imx: scu: Ensure sequential TX
      firmware: imx: misc: Align imx sc msg structs to 4
      firmware: imx: scu-pd: Align imx sc msg structs to 4
      firmware: imx: Align imx_sc_msg_req_cpu_start to 4
      soc: imx-scu: Align imx sc msg structs to 4

Ley Foon Tan (1):
      arm64: dts: socfpga: agilex: Fix gmac compatible

Lukas Bulwahn (1):
      MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK

Marco Felsch (1):
      ARM: dts: imx6: phycore-som: fix emmc supply

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add pcie0 alias

Oleksandr Suvorov (1):
      ARM: dts: imx7-colibri: Fix frequency for sd/mmc

Olof Johansson (11):
      Merge tag 'reset-fixes-for-v5.6' of git://git.pengutronix.de/git/pza/linux into arm/fixes
      Merge tag 'omap-for-v5.6/droid4-lcd-fix-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-5.6' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'renesas-fixes-for-v5.6-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/fixes
      Merge tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'omap-for-v5.6/fixes-rc3-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'arm-soc/for-5.6/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
      Merge tag 'arm-soc/for-5.6/defconfig-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
      Merge tag 'socfpga_defconfig_fix_for_v5.6' of git://git.kernel.org/.../dinguyen/linux into arm/fixes

Peng Fan (1):
      ARM: dts: imx7d: fix opp-supported-hw

Peter Ujfalusi (1):
      ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3

Rob Herring (1):
      dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema

Stefan Wahren (2):
      ARM: dts: bcm283x: Add missing properties to the PWR LED
      ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS

Suman Anna (2):
      ARM: dts: am437x-idk-evm: Fix incorrect OPP node names
      ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source

Tomi Valkeinen (1):
      backlight: add led-backlight driver

Tony Lindgren (4):
      ARM: dts: droid4: Configure LED backlight for lm3532
      bus: ti-sysc: Fix 1-wire reset quirk
      Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
      ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set

Vladimir Oltean (1):
      ARM: dts: ls1021a: Restore MDIO compatible to gianfar

 .../devicetree/bindings/reset/intel,rcu-gw.yaml    |   6 +-
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts               |   4 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |   3 +
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts         |   2 +
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         |   2 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 +-
 arch/arm/boot/dts/dra7-l4.dtsi                     |   4 +
 arch/arm/boot/dts/dra7.dtsi                        |   2 +
 arch/arm/boot/dts/dra76x.dtsi                      |   5 +
 arch/arm/boot/dts/dra7xx-clocks.dtsi               |  12 +-
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |   4 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |   1 -
 arch/arm/boot/dts/imx7-colibri.dtsi                |   1 -
 arch/arm/boot/dts/imx7d.dtsi                       |   6 +-
 arch/arm/boot/dts/ls1021a.dtsi                     |   4 +-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi    |  13 +-
 arch/arm/boot/dts/r8a7779.dtsi                     |   2 +-
 arch/arm/configs/bcm2835_defconfig                 |   1 +
 arch/arm/configs/omap2plus_defconfig               |   1 +
 arch/arm/configs/socfpga_defconfig                 |   1 +
 arch/arm/mach-imx/Makefile                         |   2 +
 arch/arm/mach-imx/common.h                         |   4 +-
 arch/arm/mach-imx/resume-imx6.S                    |  24 ++
 arch/arm/mach-imx/suspend-imx6.S                   |  14 --
 arch/arm/mach-meson/Kconfig                        |   1 -
 arch/arm/mach-omap2/Makefile                       |   2 +-
 arch/arm/mach-omap2/io.c                           |   2 -
 .../boot/dts/amlogic/meson-gxm-khadas-vim2.dts     |   2 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 +
 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts      |   5 -
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |   6 +-
 arch/arm64/configs/defconfig                       |   2 +-
 drivers/bus/ti-sysc.c                              |   4 +-
 drivers/firmware/imx/imx-scu.c                     |  27 +++
 drivers/firmware/imx/misc.c                        |   8 +-
 drivers/firmware/imx/scu-pd.c                      |   2 +-
 drivers/reset/Kconfig                              |   3 +-
 drivers/soc/imx/soc-imx-scu.c                      |   2 +-
 drivers/tee/amdtee/core.c                          |  48 ++--
 drivers/video/backlight/Kconfig                    |   7 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/led_bl.c                   | 260 +++++++++++++++++++++
 43 files changed, 416 insertions(+), 91 deletions(-)
 create mode 100644 arch/arm/mach-imx/resume-imx6.S
 create mode 100644 drivers/video/backlight/led_bl.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2020-02-15 19:49 Olof Johansson
@ 2020-02-15 21:25 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-02-15 21:25 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sat, 15 Feb 2020 11:49:10 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b719ae070ee2371c37d846616ef7453ec6811990

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2020-02-15 19:49 Olof Johansson
  2020-02-15 21:25 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2020-02-15 19:49 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4290 bytes --]

Hi Linus,

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3bf3c9744694803bd2d6f0ee70a6369b980530fd:

  bus: moxtet: fix potential stack buffer overflow (2020-02-15 10:33:19 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A handful of fixes that have come in since the merge window:

 - Fix of PCI interrupt map on arm64 fast model (SW emulator)

 - Fixlet for sound on ST platforms and a small cleanup of deprecated DT properties

 - A stack buffer overflow fix for moxtet

 - Fuse driver build fix for Tegra194

 - A few config updates to turn on new drivers merged this cycle

----------------------------------------------------------------
Jagan Teki (1):
      arm64: defconfig: Enable DRM_SUN6I_DSI

Krzysztof Kozlowski (2):
      ARM: npcm: Bring back GPIOLIB support
      ARM: configs: Cleanup old Kconfig options

Kuninori Morimoto (1):
      ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi

Marc Zyngier (1):
      arm64: dts: fast models: Fix FVP PCI interrupt-map property

Marek Behún (1):
      bus: moxtet: fix potential stack buffer overflow

Nicolas Saenz Julienne (1):
      arm64: defconfig: Set bcm2835-dma as built-in

Olof Johansson (6):
      Merge tag 'juno-fix-5.6' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
      Merge tag 'v5.6-rc1' into arm/fixes
      Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/.../pchotard/sti into arm/fixes

Patrice Chotard (1):
      ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260

Thierry Reding (1):
      soc/tegra: fuse: Fix build with Tegra194 configuration

Yangtao Li (2):
      ARM: sunxi: Enable CONFIG_SUN8I_THERMAL
      arm64: defconfig: Enable CONFIG_SUN8I_THERMAL

 arch/arm/boot/dts/stih410-b2260.dts       | 3 ---
 arch/arm/boot/dts/stihxxx-b2120.dtsi      | 2 +-
 arch/arm/configs/am200epdkit_defconfig    | 2 --
 arch/arm/configs/axm55xx_defconfig        | 1 -
 arch/arm/configs/clps711x_defconfig       | 1 -
 arch/arm/configs/cns3420vb_defconfig      | 2 +-
 arch/arm/configs/colibri_pxa300_defconfig | 1 -
 arch/arm/configs/collie_defconfig         | 2 --
 arch/arm/configs/davinci_all_defconfig    | 2 --
 arch/arm/configs/efm32_defconfig          | 2 --
 arch/arm/configs/ep93xx_defconfig         | 1 -
 arch/arm/configs/eseries_pxa_defconfig    | 2 --
 arch/arm/configs/ezx_defconfig            | 1 -
 arch/arm/configs/h3600_defconfig          | 2 --
 arch/arm/configs/h5000_defconfig          | 1 -
 arch/arm/configs/imote2_defconfig         | 1 -
 arch/arm/configs/imx_v4_v5_defconfig      | 2 --
 arch/arm/configs/lpc18xx_defconfig        | 4 ----
 arch/arm/configs/magician_defconfig       | 2 --
 arch/arm/configs/moxart_defconfig         | 1 -
 arch/arm/configs/mxs_defconfig            | 2 --
 arch/arm/configs/omap1_defconfig          | 2 --
 arch/arm/configs/palmz72_defconfig        | 2 --
 arch/arm/configs/pcm027_defconfig         | 2 --
 arch/arm/configs/pleb_defconfig           | 2 --
 arch/arm/configs/realview_defconfig       | 1 -
 arch/arm/configs/sama5_defconfig          | 3 ---
 arch/arm/configs/stm32_defconfig          | 2 --
 arch/arm/configs/sunxi_defconfig          | 1 +
 arch/arm/configs/u300_defconfig           | 2 --
 arch/arm/configs/vexpress_defconfig       | 2 --
 arch/arm/configs/viper_defconfig          | 1 -
 arch/arm/configs/zeus_defconfig           | 2 --
 arch/arm/configs/zx_defconfig             | 1 -
 arch/arm/mach-npcm/Kconfig                | 2 +-
 arch/arm64/boot/dts/arm/fvp-base-revc.dts | 8 ++++----
 arch/arm64/configs/defconfig              | 4 +++-
 drivers/bus/moxtet.c                      | 2 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c     | 3 ++-
 39 files changed, 14 insertions(+), 65 deletions(-)


[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2020-01-25 21:37 Olof Johansson
@ 2020-01-25 22:15 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-01-25 22:15 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sat, 25 Jan 2020 13:37:02 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f041eadad7504b1364274494548b9716b2ed59ac

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2020-01-25 21:37 Olof Johansson
  2020-01-25 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2020-01-25 21:37 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 70db729fe1b30af89e798d16c1045846753e5448:

  MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (2020-01-16 15:49:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6716cb162deb9d474095a57d7a515edc13926ea7:

  Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2020-01-24 12:05:33 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A couple of fixes have come in that would be good to include in this
release:

 - A fix for amount of memory on Beaglebone Black. Surfaced now since
   GRUB2 doesn't update memory size in the booted kernel.

 - A fix to make SPI interfaces work on am43x-epos-evm.

 - Small Kconfig fix for OPTEE (adds a depend on MMU) to avoid build
   failures.

----------------------------------------------------------------
Matwey V. Kornilov (1):
      ARM: dts: am335x-boneblack-common: fix memory size

Olof Johansson (2):
      Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Raag Jadav (1):
      ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1

Vincenzo Frascino (1):
      tee: optee: Fix compilation issue with nommu

 arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++
 arch/arm/boot/dts/am43x-epos-evm.dts           | 2 ++
 drivers/tee/optee/Kconfig                      | 1 +
 3 files changed, 8 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2020-01-17  3:00 Olof Johansson
@ 2020-01-17  3:50 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2020-01-17  3:50 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Thu, 16 Jan 2020 19:00:40 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/575966e080270b7574175da35f7f7dd5ecd89ff4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2020-01-17  3:00 Olof Johansson
  2020-01-17  3:50 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2020-01-17  3:00 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit ea200dec51285c82655e50ddb774fdb6b97e784d:

  Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2019-12-16 16:43:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 70db729fe1b30af89e798d16c1045846753e5448:

  MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (2020-01-16 15:49:19 -0800)

----------------------------------------------------------------
ARM: SoC fixes

I've been sitting on these longer than I meant, so the patch count is
a bit higher than ideal for this part of the release. There's also some
reverts of double-applied patches that brings the diffstat up a bit.

With that said, the biggest changes are:

 - Revert of duplicate i2c device addition on two Aspeed (BMC) Devicetrees.
 - Move of two device nodes that got applied to the wrong part of the
   tree on ASpeed G6.
 - Regulator fix for Beaglebone X15 (adding 12/5V supplies)
 - Use interrupts for keys on Amlogic SM1 to avoid missed polls

In addition to that, there is a collection of smaller DT fixes:

 - Power supply assignment fixes for i.MX6
 - Fix of interrupt line for magnetometer on i.MX8 Librem5 devkit
 - Build fixlets (selects) for davinci/omap2+
 - More interrupt number fixes for Stratix10, Amlogic SM1, etc.
 - ... and more similar fixes across different platforms

And some non-DT stuff:

 - optee fix to register multiple shared pages properly
 - Clock calculation fixes for MMP3
 - Clock fixes for OMAP as well

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Change SDMA1 ahb clock for imx8mm

Alexandre Belloni (1):
      ARM: dts: imx6q-dhcom: fix rtc compatible

Angus Ainslie (Purism) (1):
      arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometer

Anson Huang (4):
      ARM: dts: imx6qdl-sabresd: Remove incorrect power supply assignment
      ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment
      ARM: dts: imx6sl-evk: Remove incorrect power supply assignment
      ARM: dts: imx6sll-evk: Remove incorrect power supply assignment

Arnd Bergmann (2):
      ARM: davinci: select CONFIG_RESET_CONTROLLER
      ARM: omap2plus: select RESET_CONTROLLER

Brandon Wyman (1):
      ARM: dts: aspeed: rainier: Fix fan fault and presence

Dave Gerlach (1):
      soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot

Dinh Nguyen (1):
      arm64: dts: agilex/stratix10: fix pmu interrupt numbers

Guillaume La Roque (1):
      arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt

Jagan Teki (1):
      ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL

Joel Stanley (5):
      ARM: dts: aspeed-g6: Fix FSI master location
      ARM: dts: aspeed: tacoma: Fix fsi master node
      ARM: dts: aspeed: tacoma: Remove duplicate i2c busses
      ARM: dts: aspeed: tacoma: Remove duplicate flash nodes
      ARM: dts: aspeed: rainier: Remove duplicate i2c busses

Kevin Hilman (1):
      arm64: dts: meson-sm1-sei610: gpio-keys: switch to IRQs

Kishon Vijay Abraham I (3):
      ARM: dts: am57xx-beagle-x15/am57xx-idk: Remove "gpios" for  endpoint dt nodes
      ARM: dts: am571x-idk: Fix gpios property to have the correct  gpio number
      ARM: dts: beagle-x15-common: Model 5V0 regulator

Lubomir Rintel (3):
      ARM: mmp: do not divide the clock rate
      clk: mmp2: Fix the order of timer mux parents
      ARM: dts: mmp3: Fix the TWSI ranges

Manivannan Sadhasivam (1):
      MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms

Marcel Ziswiler (1):
      ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support

Marek Szyprowski (1):
      ARM: dts: sun8i: a83t: Correct USB3503 GPIOs polarity

Marek Vasut (1):
      ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection

Martin Blumenstingl (4):
      ARM: dts: meson8: fix the size of the PMU registers
      soc: amlogic: meson-ee-pwrc: propagate PD provider registration errors
      soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init()
      dt-bindings: reset: meson8b: fix duplicate reset IDs

Olof Johansson (8):
      Merge tag 'socfpga_dts_fix_for_v5.5' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
      Merge tag 'tee-optee-fix-for-5.5' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'omap-for-v5.5/fixes-rc5' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'aspeed-5.5-devicetree-fixes' of git://git.kernel.org/.../joel/aspeed into arm/fixes
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
      Merge tag 'imx-fixes-5.5-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'sunxi-fixes-for-5.5' of https://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'v5.5-rockchip-dtsfixes' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes

Peng Fan (1):
      ARM: dts: imx7ulp: fix reg of cpu node

Robin Murphy (1):
      arm64: dts: rockchip: Fix IR on Beelink A1

Stefan Mavrodiev (2):
      arm64: dts: allwinner: a64: olinuxino: Fix eMMC supply regulator
      arm64: dts: allwinner: a64: olinuxino: Fix SDIO supply regulator

Sumit Garg (1):
      optee: Fix multi page dynamic shm pool alloc

Tony Lindgren (2):
      ARM: OMAP2+: Fix ti_sysc_find_one_clockdomain to check for to_clk_hw_omap
      bus: ti-sysc: Fix iterating over clocks

Yinbo Zhu (1):
      arm64: dts: ls1028a: fix endian setting for dcfg

 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/am571x-idk.dts                   |   6 +-
 arch/arm/boot/dts/am572x-idk-common.dtsi           |   4 -
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi    |  25 +-
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts       | 369 +------------------
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts        | 403 +--------------------
 arch/arm/boot/dts/aspeed-g6.dtsi                   |  39 +-
 arch/arm/boot/dts/imx6dl-icore-mipi.dts            |   2 +-
 arch/arm/boot/dts/imx6q-dhcom-pdk2.dts             |   2 +-
 arch/arm/boot/dts/imx6q-dhcom-som.dtsi             |   2 +-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   4 -
 arch/arm/boot/dts/imx6sl-evk.dts                   |   4 -
 arch/arm/boot/dts/imx6sll-evk.dts                  |   4 -
 arch/arm/boot/dts/imx6sx-sdb-reva.dts              |   4 -
 arch/arm/boot/dts/imx6sx-sdb.dts                   |   4 -
 arch/arm/boot/dts/imx7s-colibri.dtsi               |   4 +
 arch/arm/boot/dts/imx7ulp.dtsi                     |   4 +-
 arch/arm/boot/dts/meson8.dtsi                      |   2 +-
 arch/arm/boot/dts/mmp3.dtsi                        |  12 +-
 arch/arm/boot/dts/sun8i-a83t-cubietruck-plus.dts   |   2 +-
 arch/arm/mach-davinci/Kconfig                      |   1 +
 arch/arm/mach-mmp/time.c                           |   2 +-
 arch/arm/mach-omap2/Kconfig                        |   3 +-
 arch/arm/mach-omap2/pdata-quirks.c                 |   6 +-
 .../dts/allwinner/sun50i-a64-olinuxino-emmc.dts    |   2 +-
 .../boot/dts/allwinner/sun50i-a64-olinuxino.dts    |   2 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |   8 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |  28 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |   2 +-
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   |   2 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |   8 +-
 arch/arm64/boot/dts/rockchip/rk3328-a1.dts         |   3 +-
 drivers/bus/ti-sysc.c                              |  10 +-
 drivers/clk/mmp/clk-of-mmp2.c                      |   2 +-
 drivers/soc/amlogic/meson-ee-pwrc.c                |  24 +-
 drivers/soc/ti/wkup_m3_ipc.c                       |   4 +-
 drivers/tee/optee/shm_pool.c                       |  15 +-
 include/dt-bindings/reset/amlogic,meson8b-reset.h  |   6 +-
 39 files changed, 159 insertions(+), 869 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-12-16 21:53 Olof Johansson
@ 2019-12-17  0:55 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-12-17  0:55 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Mon, 16 Dec 2019 13:53:20 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ea200dec51285c82655e50ddb774fdb6b97e784d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-12-16 21:53 Olof Johansson
  2019-12-17  0:55 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-12-16 21:53 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e3992af1256a4fe0b83ac790d4caa58ff731609d:

  Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes (2019-12-16 11:33:29 -0800)

----------------------------------------------------------------
ARM: SoC fixes

I didn't get a batch in this weekend, so here's what we queued up last
week and today.

 - A couple of defconfigs add back debugfs -- it used to be implicitly
 enabled through CONFIG_TRACING, but 0e4a459f56c32d3e ("tracing: Remove
 unnecessary DEBUG_FS dependency") removed that.

 - The rest are mostly minor fixlets of the usual kind; some DT tweaks,
 a headerfile refactor that needs a build fix now, etc.

----------------------------------------------------------------
Andreas Kemnade (1):
      ARM: dts: e60k02: fix power button

Arnd Bergmann (1):
      ARM: mmp: include the correct cputype.h

Christoph Niedermaier (1):
      ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCs

Florian Fainelli (4):
      ARM: dts: BCM5301X: Fix MDIO node address/size cells
      ARM: dts: Cygnus: Fix MDIO node address/size cells
      dt-bindings: reset: Fix brcmstb-reset example
      reset: brcmstb: Remove resource checks

Geert Uytterhoeven (3):
      reset: Fix {of,devm}_reset_control_array_get kerneldoc return types
      reset: Do not register resource data for missing resets
      ARM: shmobile: defconfig: Restore debugfs support

Grygorii Strashko (1):
      ARM: omap2plus_defconfig: enable NET_SWITCHDEV

H. Nikolaus Schaller (1):
      ARM: bcm: Add missing sentinel to bcm2711_compat[]

Krzysztof Kozlowski (1):
      MAINTAINERS: Include Samsung SoC serial driver in Samsung SoC entry

Leonard Crestez (3):
      ARM: dts: imx6ul-evk: Fix peripheral regulator
      ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS
      ARM: imx: Fix boot crash if ocotp is not found

Lukasz Luba (1):
      MAINTAINERS: Update Lukasz Luba's email address

Mans Rullgard (1):
      ARM: dts: am335x-sancloud-bbe: fix phy mode

Marek Szyprowski (1):
      ARM: exynos_defconfig: Restore debugfs support

Michael Walle (2):
      arm64: dts: ls1028a: fix typo in TMU calibration data
      arm64: dts: ls1028a: fix reboot node

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: fix soc's node dma-ranges

Olof Johansson (8):
      Merge tag 'vexpress-fixes-5.5' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
      Merge tag 'arm-soc/for-5.5/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'reset-fixes-for-v5.5-2' of git://git.pengutronix.de/git/pza/linux into arm/fixes
      Merge tag 'imx-fixes-5.5' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'omap-for-v5.5/fixes-rc1-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'renesas-fixes-for-v5.5-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/fixes
      Merge tag 'samsung-fixes-5.5' of https://git.kernel.org/.../krzk/linux into arm/fixes
      Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes

Stefan Roese (1):
      ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing

Stefan Wahren (1):
      ARM: dts: bcm283x: Fix critical trip point

Sudeep Holla (2):
      ARM: vexpress: Set-up shared OPP table instead of individual for each CPU
      cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharing

Tomi Valkeinen (1):
      ARM: dts: am437x-gp/epos-evm: fix panel compatible

Tony Lindgren (3):
      bus: ti-sysc: Fix missing force mstandby quirk handling
      ARM: omap2plus_defconfig: Add back DEBUG_FS
      bus: ti-sysc: Fix missing reset delay handling

 .mailmap                                           |  1 +
 .../bindings/reset/brcm,brcmstb-reset.txt          |  2 +-
 MAINTAINERS                                        |  3 ++-
 arch/arm/boot/dts/am335x-sancloud-bbe.dts          |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |  2 +-
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  4 ++--
 arch/arm/boot/dts/bcm2711.dtsi                     |  2 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |  2 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |  4 ++--
 arch/arm/boot/dts/e60k02.dtsi                      |  5 ----
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 28 ++++++++++++++++------
 arch/arm/configs/exynos_defconfig                  |  1 +
 arch/arm/configs/imx_v6_v7_defconfig               |  1 +
 arch/arm/configs/omap2plus_defconfig               |  4 +++-
 arch/arm/configs/shmobile_defconfig                |  1 +
 arch/arm/mach-bcm/bcm2711.c                        |  1 +
 arch/arm/mach-imx/cpu.c                            |  8 ++++---
 arch/arm/mach-mmp/pxa168.h                         |  2 +-
 arch/arm/mach-vexpress/spc.c                       | 12 +++++++++-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 10 ++++++--
 drivers/bus/ti-sysc.c                              |  7 +++++-
 drivers/cpufreq/vexpress-spc-cpufreq.c             |  2 +-
 drivers/reset/core.c                               | 10 ++++----
 drivers/reset/reset-brcmstb.c                      |  6 -----
 include/linux/platform_data/ti-sysc.h              |  1 +
 26 files changed, 78 insertions(+), 45 deletions(-)


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-12-06 20:53 Olof Johansson
@ 2019-12-06 22:25 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-12-06 22:25 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Fri, 6 Dec 2019 12:53:58 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/347f56fb389012e8ba7b391d35d109eb16773e3b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-12-06 20:53 Olof Johansson
  2019-12-06 22:25 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-12-06 20:53 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit b08baef02b26cf7c2123e4a24a2fa1fb7a593ffb:

  Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2019-12-05 12:14:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 30f55eae47e4ad1b64d692865e6a4277447a33df:

  Merge tag 'arm-soc/for-5.5/devicetree-part2' of https://github.com/Broadcom/stblinux into arm/fixes (2019-12-06 08:29:56 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A set of fixes that we've merged late, but for the most part that have
been sitting in -next for a while through platform maintainer trees.

 + Fixes to suspend/resume on Tegra, caused by the added features
   this merge window

 + Cleanups and minor fixes to TI additions this merge window

 + Tee fixes queued up late before the merge window, included here.

 + A handful of other fixlets

There's also a refresh of the shareed config files (multi_v* on 32-bit,
and defconfig on 64-bit), to avoid conflicts when we get new
contributions.

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-torpedo-baseboard:  Enable HDQ
      ARM: dts: logicpd-torpedo: Remove unnecessary notes/comments

Andre Przywara (1):
      arm64: dts: juno: Fix UART frequency

Bibby Hsieh (1):
      soc: mediatek: cmdq: fixup wrong input order of write api

Dmitry Osipenko (1):
      memory: tegra30-emc: Fix panic on suspend

Faiz Abbas (1):
      ARM: dts: am57xx-beagle-x15: Update pinmux name to ddr_3_3v

Grygorii Strashko (1):
      ARM: dts: dra7: fix cpsw mdio fck clock

Jan Glauber (1):
      MAINTAINERS: update Cavium ThunderX drivers

Jarkko Nikula (1):
      ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO polarity

Jens Wiklander (1):
      tee: optee: fix device enumeration error handling

Linus Walleij (1):
      ARM: pxa: Fix resource properties

Luc Van Oostenryck (1):
      soc: aspeed: Fix snoop_file_poll()'s return type

Marek Szyprowski via Linux.Kernel.Org (1):
      ARM: multi_v7_defconfig: Restore debugfs support

Markus Elfring (1):
      bus: ti-sysc: Adjust exception handling in sysc_child_add_named_clock()

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: force CMA into first GB of memory

Olof Johansson (14):
      Merge tag 'tee-fixes-for-v5.4' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'arm-soc/for-5.5/maintainers-part2' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'juno-fixes-5.5' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
      Merge tag 'scmi-fix-5.5-2' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
      Merge mainline/master into arm/fixes
      arm64: defconfig: re-run savedefconfig
      ARM: defconfig: re-run savedefconfig on multi_v* configs
      Merge tag 'omap-for-v5.5/ti-sysc-late-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'omap-for-v5.5/dt-fixes-merge-window-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'socfpga_update_for_v5.5' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
      Merge tag 'tegra-for-5.5-cpufreq' of git://git.kernel.org/.../tegra/linux into arm/fixes
      Merge tag 'tegra-for-5.5-soc-fixes' of git://git.kernel.org/.../tegra/linux into arm/fixes
      Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/.../tegra/linux into arm/fixes
      Merge tag 'arm-soc/for-5.5/devicetree-part2' of https://github.com/Broadcom/stblinux into arm/fixes

Robert Richter (1):
      MAINTAINERS: Switch to Marvell addresses

Simon Goldschmidt (1):
      arm: socfpga: execute cold reboot by default

Sowjanya Komatineni (1):
      cpufreq: tegra124: Add suspend and resume support

Stefan Wahren (2):
      ARM: dts: bcm2711-rpi-4: Enable GENET support
      MAINTAINERS: Make Nicolas Saenz Julienne the new bcm2835 maintainer

Sudeep Holla (1):
      Revert "arm64: dts: juno: add dma-ranges property"

Sumit Garg (1):
      tee: optee: Fix dynamic shm pool allocations

Thierry Reding (3):
      soc/tegra: pmc: Use lower-case for hexadecimal literals
      soc/tegra: pmc: Add missing IRQ callbacks on Tegra194
      soc/tegra: pmc: Add reset sources and levels on Tegra194

Tony Lindgren (6):
      bus: ti-sysc: Add module enable quirk for audio AESS
      ARM: OMAP2+: Drop useless gptimer option for omap4
      Merge tag 'omap-for-v5.5/soc-late-signed' into omap-for-v5.5/ti-sysc-late
      Merge branches 'omap-for-v5.5/soc' and 'omap-for-v5.5/ti-sysc' into omap-for-v5.5/ti-sysc-late
      ARM: dts: Fix vcsi regulator to be always-on for droid4 to prevent hangs
      ARM: dts: Fix sgx sysconfig register for omap4

Wen Yang (1):
      firmware: arm_scmi: Avoid double free in error flow

 .mailmap                                           |  3 ++
 MAINTAINERS                                        | 40 +++++++--------
 arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts      |  2 +-
 arch/arm/boot/dts/am57xx-beagle-x15-revc.dts       |  2 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              | 17 +++++++
 arch/arm/boot/dts/bcm2711.dtsi                     | 46 +++++++++++++++++
 arch/arm/boot/dts/dra7-l4.dtsi                     |  2 +-
 .../boot/dts/logicpd-torpedo-37xx-devkit-28.dts    |  1 -
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   | 13 ++++-
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi     |  4 +-
 arch/arm/boot/dts/omap3-tao3530.dtsi               |  2 +-
 arch/arm/boot/dts/omap4.dtsi                       |  4 +-
 arch/arm/configs/multi_v4t_defconfig               | 13 ++---
 arch/arm/configs/multi_v5_defconfig                | 24 ++++-----
 arch/arm/configs/multi_v7_defconfig                | 32 +++++-------
 arch/arm/mach-omap2/timer.c                        |  4 +-
 arch/arm/mach-pxa/icontrol.c                       |  6 +--
 arch/arm/mach-socfpga/socfpga.c                    | 12 ++---
 arch/arm64/boot/dts/arm/juno-base.dtsi             |  1 -
 arch/arm64/boot/dts/arm/juno-clocks.dtsi           |  4 +-
 arch/arm64/configs/defconfig                       | 36 ++++---------
 drivers/bus/ti-sysc.c                              | 21 ++++++--
 drivers/cpufreq/tegra124-cpufreq.c                 | 59 ++++++++++++++++++++++
 drivers/firmware/arm_scmi/bus.c                    |  8 +--
 drivers/memory/tegra/tegra30-emc.c                 |  2 +-
 drivers/soc/aspeed/aspeed-lpc-snoop.c              |  4 +-
 drivers/soc/mediatek/mtk-cmdq-helper.c             |  2 +-
 drivers/soc/tegra/pmc.c                            | 47 ++++++++++++++++-
 drivers/tee/optee/call.c                           |  7 +++
 drivers/tee/optee/core.c                           | 20 +++++---
 drivers/tee/optee/shm_pool.c                       | 12 ++++-
 include/linux/platform_data/ti-sysc.h              |  1 +
 32 files changed, 312 insertions(+), 139 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-11-10 18:25 Olof Johansson
@ 2019-11-10 21:45 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-11-10 21:45 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sun, 10 Nov 2019 10:25:06 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/44866956804eb0904f733d8436bfb56245578870

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-11-10 18:25 Olof Johansson
  2019-11-10 21:45 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-11-10 18:25 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 86ec2e1739aa1d6565888b4b2059fa47354e1a89:

  ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157 (2019-10-25 08:18:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 002d3c65ee81a604430da61e20de7a5b32a0afd5:

  MAINTAINERS: update Cavium ThunderX2 maintainers (2019-11-06 07:43:19 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A set of fixes that have trickled in over the last couple of weeks:

 - MAINTAINER update for Cavium/Marvell ThunderX2

 - stm32 tweaks to pinmux for Joystick/Camera, and RAM allocation for CAN
   interfaces

 - i.MX fixes for voltage regulator GPIO mappings, fixes voltage scaling
   issues

 - More i.MX fixes for various issues on i.MX eval boards: interrupt
   storm due to u-boot leaving pins in new states, fixing power button
   config, a couple of compatible-string corrections.

 - Powerdown and Suspend/Resume fixes for Allwinner A83-based tablets

 - A few documentation tweaks and a fix of a memory leak in the reset
   subsystem

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx6-logicpd: Re-enable SNVS power key

Amelie Delaunay (2):
      ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1
      ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1

Ben Dooks (1):
      soc: imx: gpc: fix initialiser format

Christophe Roullier (1):
      ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157c

Fabio Estevam (1):
      ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interrupts

Jayachandran C (1):
      MAINTAINERS: update Cavium ThunderX2 maintainers

Kishon Vijay Abraham I (1):
      reset: Fix memory leak in reset_control_array_put()

Lucas Stach (1):
      arm64: dts: zii-ultra: fix ARM regulator GPIO handle

Olof Johansson (5):
      Merge tag 'reset-fixes-for-v5.5' of git://git.pengutronix.de/git/pza/linux into arm/fixes
      Merge tag 'imx-fixes-5.4-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'sunxi-fixes-for-5.4-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'imx-fixes-5.4-3' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'stm32-dt-for-v5.4-fixes-2' of git://git.kernel.org/.../atorgue/stm32 into arm/fixes

Ondrej Jirman (2):
      ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend
      ARM: sunxi: Fix CPU powerdown on A83T

Patrice Chotard (1):
      ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157

Philipp Zabel (4):
      reset: fix of_reset_simple_xlate kerneldoc comment
      reset: fix of_reset_control_get_count kerneldoc comment
      reset: fix reset_control_lookup kerneldoc comment
      reset: fix reset_control_get_exclusive kerneldoc comment

Randy Dunlap (1):
      reset: fix reset_control_ops kerneldoc comment

Shengjiu Wang (2):
      arm64: dts: imx8mm: fix compatible string for sdma
      arm64: dts: imx8mn: fix compatible string for sdma

Yuantian Tang (1):
      arm64: dts: ls1028a: fix a compatible issue

 .mailmap                                            |  4 ++++
 MAINTAINERS                                         |  1 -
 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi       |  4 ++++
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi            |  8 ++++++++
 arch/arm/boot/dts/stm32mp157c-ev1.dts               | 13 ++-----------
 arch/arm/boot/dts/stm32mp157c.dtsi                  |  4 ++--
 arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts           |  1 +
 arch/arm/mach-sunxi/mc_smp.c                        |  6 +++++-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts   |  2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi           |  6 +++---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi           |  6 +++---
 arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi |  2 +-
 drivers/reset/core.c                                |  5 +++--
 drivers/soc/imx/gpc.c                               |  8 ++++----
 include/linux/reset-controller.h                    |  4 ++--
 include/linux/reset.h                               |  2 +-
 16 files changed, 44 insertions(+), 32 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-10-25 15:38 Olof Johansson
@ 2019-10-25 21:35 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-10-25 21:35 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Fri, 25 Oct 2019 08:38:17 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/63cbb3b364c0c2500e59d24a6cde92c8f2ff1c18

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-10-25 15:38 Olof Johansson
  2019-10-25 21:35 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-10-25 15:38 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,


The following changes since commit 60c1b3e25728e0485f08e72e61c3cad5331925a3:

  ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support (2019-10-04 10:18:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 86ec2e1739aa1d6565888b4b2059fa47354e1a89:

  ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157 (2019-10-25 08:18:23 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A slightly larger set of fixes have accrued in the last two weeks.
Mostly a collection of the usual smaller fixes:

 - Marvell Armada: USB phy setup issues on Turris Mox

 - Broadcom: GPIO/pinmux DT mapping corrections for Stingray, MMC bus
 width fix for RPi Zero W, GPIO LED removal for RPI CM3. Also some
 maintainer updates.

 - OMAP: Fixlets for display config, interrupt settings for wifi, some
   clock/PM pieces. Also IOMMU regression fix and a ti-sysc no-watchdog
   regression fix.

 - i.MX: A few fixes around PM/settings, some devicetree fixlets and
 catching up with config option changes in DRM

 - Rockchip: RockRro64 misc DT fixups, Hugsun X99 USB-C, Kevin display
 panel settings

... and some smaller fixes for Davinci (backlight, McBSP DMA), Allwinner
(phy regulators, PMU removal on A64, etc).

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-torpedo-som: Remove twl_keypad
      ARM: dts: imx6q-logicpd: Re-Enable SNVS power key

Andrey Smirnov (2):
      ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage
      ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect'

Anson Huang (5):
      soc: imx: imx-scu: Getting UID from SCU should have response
      ARM: dts: imx7s: Correct GPT's ipg clock source
      arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
      arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk
      arm64: dts: imx8mn: Use correct clock for usdhc's ipg clk

Baolin Wang (1):
      MAINTAINERS: Update the Spreadtrum SoC maintainer

Bartosz Golaszewski (1):
      ARM: davinci_all_defconfig: enable GPIO backlight

Douglas Anderson (1):
      arm64: dts: rockchip: Fix override mode for rk3399-kevin panel

Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Enable CONFIG_DRM_MSM

Florian Fainelli (2):
      Merge tag 'tags/bcm2835-maintainers-next-2019-10-15' into maintainers/next
      MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB

Heiko Stuebner (1):
      dt-bindings: arm: rockchip: fix Theobroma-System board bindings

Hugh Cole-Baker (1):
      arm64: dts: rockchip: fix Rockpro64 RK808 interrupt line

Jernej Skrabec (2):
      arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
      arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay

Lucas Stach (1):
      arm64: dts: zii-ultra: fix ARM regulator states

Marek Behún (1):
      arm64: dts: armada-3720-turris-mox: convert usb-phy to phy-supply

Maxime Ripard (2):
      dt-bindings: media: sun4i-csi: Drop the module clock
      ARM: dts: sun7i: Drop the module clock from the device tree

Olof Johansson (11):
      Merge tag 'mvebu-fixes-5.4-1' of git://git.infradead.org/linux-mvebu into arm/fixes
      Merge tag 'arm-soc/for-5.4/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.4/fixes-rc3-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-5.4' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'v5.4-rockchip-dtsfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
      Merge tag 'davinci-fixes-for-v5.4' of git://git.kernel.org/.../nsekhar/linux-davinci into arm/fixes
      Merge tag 'arm-soc/for-5.4/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'arm-soc/for-5.4/devicetree-fixes-part2' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'sunxi-fixes-for-5.4-1' of https://git.kernel.org/.../sunxi/linux into arm/fixes
      Merge tag 'omap-for-v5.4/fixes-rc4-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'arm-soc/for-5.5/maintainers' of https://github.com/Broadcom/stblinux into arm/fixes

Patrice Chotard (1):
      ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157

Peter Ujfalusi (1):
      ARM: davinci: dm365: Fix McBSP dma_slave_map entry

Pragnesh Patel (1):
      media: dt-bindings: Fix building error for dt_binding_check

Ran Wang (1):
      arm64: dts: lx2160a: Correct CPU core idle state name

Rayagonda Kokatanur (1):
      arm64: dts: Fix gpio to pinmux mapping

Simon Arlott (1):
      mailmap: Add Simon Arlott (replacement for expired email address)

Soeren Moch (3):
      arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings
      arm64: dts: rockchip: fix RockPro64 sdhci settings
      arm64: dts: rockchip: fix RockPro64 sdmmc settings

Stefan Wahren (3):
      MAINTAINERS: Add BCM2711 to BCM2835 ARCH
      ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci
      ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue

Suman Anna (2):
      ARM: OMAP2+: Plug in device_enable/idle ops for IOMMUs
      ARM: OMAP2+: Add pdata for OMAP3 ISP IOMMU

Tero Kristo (1):
      ARM: dts: omap5: fix gpu_cm clock provider name

Tony Lindgren (6):
      ARM: omap2plus_defconfig: Fix selected panels after generic panel changes
      Merge tag 'fix-missing-panels' into fixes
      ARM: dts: Use level interrupt for omap4 & 5 wlcore
      Merge tag 'wlcore-fix' into fixes
      bus: ti-sysc: Fix watchdog quirk handling
      Merge branch 'watchdog-fix' into fixes

Vasily Khoruzhick (1):
      arm64: dts: allwinner: a64: Drop PMU node

Vivek Unune (1):
      arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box

 .mailmap                                           |  1 +
 .../devicetree/bindings/arm/rockchip.yaml          |  4 +--
 .../bindings/media/allwinner,sun4i-a10-csi.yaml    |  9 ++----
 MAINTAINERS                                        |  9 +++---
 arch/arm/boot/dts/am3874-iceboard.dts              |  9 +-----
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts           |  1 +
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi             |  8 +++++
 arch/arm/boot/dts/imx6-logicpd-som.dtsi            |  4 +++
 arch/arm/boot/dts/imx7s.dtsi                       |  8 ++---
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi         |  4 +++
 arch/arm/boot/dts/omap4-droid4-xt894.dts           |  2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi          |  2 +-
 arch/arm/boot/dts/omap4-sdp.dts                    |  2 +-
 arch/arm/boot/dts/omap4-var-som-om44-wlan.dtsi     |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi          |  2 +-
 arch/arm/boot/dts/omap54xx-clocks.dtsi             |  2 +-
 arch/arm/boot/dts/stm32mp157-pinctrl.dtsi          |  8 ++---
 arch/arm/boot/dts/sun7i-a20.dtsi                   |  5 ++-
 arch/arm/boot/dts/vf610-zii-scu4-aib.dts           |  2 ++
 arch/arm/configs/davinci_all_defconfig             |  1 +
 arch/arm/configs/imx_v6_v7_defconfig               |  1 +
 arch/arm/configs/omap2plus_defconfig               | 12 ++++----
 arch/arm/mach-davinci/dm365.c                      |  4 +--
 arch/arm/mach-omap2/pdata-quirks.c                 | 11 +++++++
 .../boot/dts/allwinner/sun50i-a64-pine64-plus.dts  |  9 ++++++
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts  |  6 ++++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  9 ------
 .../dts/broadcom/stingray/stingray-pinctrl.dtsi    |  5 +--
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |  3 +-
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 36 +++++++++++-----------
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  6 ++--
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  6 ++--
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi |  4 +--
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  4 +--
 .../boot/dts/marvell/armada-3720-turris-mox.dts    | 13 ++++----
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts |  4 +--
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts  | 12 +++-----
 drivers/bus/ti-sysc.c                              | 18 ++++++++---
 drivers/soc/imx/soc-imx-scu.c                      |  2 +-
 40 files changed, 145 insertions(+), 107 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-10-05 22:41 Olof Johansson
@ 2019-10-06  0:40 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-10-06  0:40 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sat, 5 Oct 2019 15:41:04 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43b815c6a8e7dbccb5b8bd9c4b099c24bc22d135

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-10-05 22:41 Olof Johansson
  2019-10-06  0:40 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-10-05 22:41 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 60c1b3e25728e0485f08e72e61c3cad5331925a3:

  ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support (2019-10-04 10:18:55 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A few fixes this time around:

 - Fixup of some clock specifications for DRA7 (device-tree fix)
 - Removal of some dead/legacy CPU OPP/PM code for OMAP that throws
   warnings at boot
 - A few more minor fixups for OMAPs, most around display
 - Enable STM32 QSPI as =y since their rootfs sometimes comes from
   there
 - Switch CONFIG_REMOTEPROC to =y since it went from tristate to bool
 - Fix of thermal zone definition for ux500 (5.4 regression)

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Enable DRM_TI_TFP410

H. Nikolaus Schaller (1):
      DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again

Keerthy (1):
      arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to y

Linus Walleij (1):
      ARM: dts: ux500: Fix up the CPU thermal zone

Olof Johansson (1):
      Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Patrice Chotard (1):
      ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support

Peter Ujfalusi (1):
      ARM: dts: am4372: Set memory bandwidth limit for DISPC

Tony Lindgren (8):
      clk: ti: dra7: Fix mcasp8 clock bits
      ARM: dts: Fix wrong clocks for dra7 mcasp
      Merge branch 'fixes-merge-window-pt2' into fixes
      ARM: omap2plus_defconfig: Enable more droid4 devices as loadable modules
      ARM: dts: Fix gpio0 flags for am335x-icev2
      ARM: OMAP2+: Fix missing reset done flag for am3 and am43
      ARM: OMAP2+: Add missing LCDC midlemode for am335x
      ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()

 arch/arm/boot/dts/am335x-icev2.dts                 |   2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                   |   6 +-
 arch/arm/boot/dts/am4372.dtsi                      |   2 +
 arch/arm/boot/dts/dra7-l4.dtsi                     |  48 +++++-----
 arch/arm/boot/dts/omap3-gta04.dtsi                 |   1 +
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  11 ++-
 arch/arm/configs/davinci_all_defconfig             |   2 +-
 arch/arm/configs/multi_v7_defconfig                |   4 +-
 arch/arm/configs/omap2plus_defconfig               |   5 +-
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   3 +-
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |   5 +-
 arch/arm/mach-omap2/pm.c                           | 100 ---------------------
 arch/arm64/configs/defconfig                       |   2 +-
 drivers/clk/ti/clk-7xx.c                           |   6 +-
 14 files changed, 53 insertions(+), 144 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-09-29 18:34 Olof Johansson
@ 2019-09-30 17:30 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-09-30 17:30 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sun, 29 Sep 2019 11:34:53 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cef0aa0ce8592f68fb093b2be0d341a568ff9890

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-09-29 18:34 Olof Johansson
  2019-09-30 17:30 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-09-29 18:34 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 4d856f72c10ecb060868ed10ff1b1453943fc6c8:

  Linux 5.3 (2019-09-15 14:19:32 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9bfd7319e8d353b8b81c4cfd4d7eced71adbfbb5:

  Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2019-09-29 11:20:48 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A few fixes that have trickled in through the merge window:

 - Video fixes for OMAP due to panel-dpi driver removal
 - Clock fixes for OMAP that broke no-idle quirks + nfsroot on DRA7
 - Fixing arch version on ASpeed ast2500
 - Two fixes for reset handling on ARM SCMI

----------------------------------------------------------------
Adam Ford (4):
      ARM: omap2plus_defconfig: Fix missing video
      ARM: dts: logicpd-torpedo-baseboard: Fix missing video
      ARM: dts: am3517-evm: Fix missing video
      ARM: dts: logicpd-som-lv: Fix i2c2 and i2c3 Pin mux

Arnd Bergmann (1):
      ARM: aspeed: ast2500 is ARMv6K

Olof Johansson (2):
      Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
      Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Sudeep Holla (2):
      firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset
      reset: reset-scmi: add missing handle initialisation

Tony Lindgren (3):
      bus: ti-sysc: Fix clock handling for no-idle quirks
      bus: ti-sysc: Fix handling of invalid clocks
      bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()

 Documentation/devicetree/bindings/arm/arm,scmi.txt |  17 +
 MAINTAINERS                                        |   1 +
 arch/arm/boot/dts/am3517-evm.dts                   |  23 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  26 +-
 arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi   |  37 +--
 arch/arm/configs/omap2plus_defconfig               |   1 +
 arch/arm/mach-aspeed/Kconfig                       |   1 -
 arch/arm/mach-omap2/pdata-quirks.c                 |   4 +-
 drivers/bus/ti-sysc.c                              |  52 ++-
 drivers/clk/clk-scmi.c                             |   2 +-
 drivers/firmware/arm_scmi/Makefile                 |   2 +-
 drivers/firmware/arm_scmi/base.c                   |   2 +-
 drivers/firmware/arm_scmi/clock.c                  |  33 +-
 drivers/firmware/arm_scmi/common.h                 |  18 +-
 drivers/firmware/arm_scmi/driver.c                 | 366 +++++++++++++--------
 drivers/firmware/arm_scmi/perf.c                   | 264 ++++++++++++++-
 drivers/firmware/arm_scmi/power.c                  |   6 +-
 drivers/firmware/arm_scmi/reset.c                  | 231 +++++++++++++
 drivers/firmware/arm_scmi/sensors.c                |  57 ++--
 drivers/hwmon/scmi-hwmon.c                         |   2 +-
 drivers/reset/Kconfig                              |  11 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-scmi.c                         | 125 +++++++
 include/linux/scmi_protocol.h                      |  46 ++-
 24 files changed, 1046 insertions(+), 282 deletions(-)
 create mode 100644 drivers/firmware/arm_scmi/reset.c
 create mode 100644 drivers/reset/reset-scmi.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-07-28  6:37 Olof Johansson
@ 2019-07-28 17:30 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-07-28 17:30 UTC (permalink / raw)
  To: Olof Johansson; +Cc: linux-kernel, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Sat, 27 Jul 2019 23:37:15 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5bb575bcc6d1564340f969c5aa2bff8a500b239f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-07-28  6:37 Olof Johansson
  2019-07-28 17:30 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-07-28  6:37 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7bd9d465140a93c0a21ba2d2f426451c78bfcc7d:

  Merge tag 'imx-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2019-07-23 10:13:24 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Here's the first batch of fixes for this release cycle.

Main diffstat here is the re-deletion of netx. I messed up and most
likely didn't remove the files from the index when I test-merged this
and saw conflicts, and from there on out 'git rerere' remembered the
mistake and I missed checking it. Here it's done again as expected.

Besides that:

 - A defconfig refresh + enabling of new drivers for u8500

 - i.MX fixlets for i2c/SAI/pinmux

 - sleep.S build fix for Davinci

 - Broadcom devicetree build/warning fix

----------------------------------------------------------------
Anson Huang (1):
      arm64: dts: imx8mm: Correct SAI3 RXC/TXFS pin's mux option #1

Arnd Bergmann (2):
      ARM: davinci: fix sleep.S build error on ARMv4
      ARM: dts: bcm: bcm47094: add missing #cells for mdio-bus-mux

Fabio Estevam (1):
      ARM: dts: imx7ulp: Fix usb-phy unit address format

Linus Walleij (3):
      ARM: Delete netx a second time
      ARM: defconfig: u8500: Refresh defconfig
      ARM: defconfig: u8500: Add new drivers

Lucas Stach (1):
      arm64: dts: imx8mq: fix SAI compatible

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

Sébastien Szymanski (1):
      ARM: dts: imx6ul: fix clock frequency property name of I2C buses

 arch/arm/Kconfig.debug                          |   5 -
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts |   3 +
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi         |   2 +-
 arch/arm/boot/dts/imx6ul-geam.dts               |   2 +-
 arch/arm/boot/dts/imx6ul-isiot.dtsi             |   2 +-
 arch/arm/boot/dts/imx6ul-pico-hobbit.dts        |   2 +-
 arch/arm/boot/dts/imx6ul-pico-pi.dts            |   4 +-
 arch/arm/boot/dts/imx7ulp.dtsi                  |   2 +-
 arch/arm/configs/u8500_defconfig                |  34 +-
 arch/arm/mach-davinci/sleep.S                   |   1 +
 arch/arm/mach-netx/Kconfig                      |  22 --
 arch/arm/mach-netx/Makefile                     |  13 -
 arch/arm/mach-netx/Makefile.boot                |   3 -
 arch/arm/mach-netx/fb.c                         |  65 ----
 arch/arm/mach-netx/fb.h                         |  12 -
 arch/arm/mach-netx/generic.c                    | 182 ----------
 arch/arm/mach-netx/generic.h                    |  14 -
 arch/arm/mach-netx/include/mach/hardware.h      |  27 --
 arch/arm/mach-netx/include/mach/irqs.h          |  58 ----
 arch/arm/mach-netx/include/mach/netx-regs.h     | 420 ------------------------
 arch/arm/mach-netx/include/mach/pfifo.h         |  42 ---
 arch/arm/mach-netx/include/mach/uncompress.h    |  63 ----
 arch/arm/mach-netx/include/mach/xc.h            |  30 --
 arch/arm/mach-netx/nxdb500.c                    | 197 -----------
 arch/arm/mach-netx/nxdkn.c                      |  90 -----
 arch/arm/mach-netx/nxeb500hmi.c                 | 174 ----------
 arch/arm/mach-netx/pfifo.c                      |  56 ----
 arch/arm/mach-netx/time.c                       | 141 --------
 arch/arm/mach-netx/xc.c                         | 246 --------------
 arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h  |   4 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi       |   3 +-
 31 files changed, 33 insertions(+), 1886 deletions(-)
 delete mode 100644 arch/arm/mach-netx/Kconfig
 delete mode 100644 arch/arm/mach-netx/Makefile
 delete mode 100644 arch/arm/mach-netx/Makefile.boot
 delete mode 100644 arch/arm/mach-netx/fb.c
 delete mode 100644 arch/arm/mach-netx/fb.h
 delete mode 100644 arch/arm/mach-netx/generic.c
 delete mode 100644 arch/arm/mach-netx/generic.h
 delete mode 100644 arch/arm/mach-netx/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-netx/include/mach/irqs.h
 delete mode 100644 arch/arm/mach-netx/include/mach/netx-regs.h
 delete mode 100644 arch/arm/mach-netx/include/mach/pfifo.h
 delete mode 100644 arch/arm/mach-netx/include/mach/uncompress.h
 delete mode 100644 arch/arm/mach-netx/include/mach/xc.h
 delete mode 100644 arch/arm/mach-netx/nxdb500.c
 delete mode 100644 arch/arm/mach-netx/nxdkn.c
 delete mode 100644 arch/arm/mach-netx/nxeb500hmi.c
 delete mode 100644 arch/arm/mach-netx/pfifo.c
 delete mode 100644 arch/arm/mach-netx/time.c
 delete mode 100644 arch/arm/mach-netx/xc.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-07-05  0:22 Olof Johansson
@ 2019-07-05  2:55 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-07-05  2:55 UTC (permalink / raw)
  To: Olof Johansson
  Cc: linux-kernel, greg, soc, arm, olof, torvalds, linux-arm-kernel

The pull request you sent on Thu, 4 Jul 2019 17:22:23 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ecbe5086adc2876b22c898987d8a20f932de87a9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-07-05  0:22 Olof Johansson
  2019-07-05  2:55 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-07-05  0:22 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, greg, soc, arm, olof, linux-arm-kernel

Hi Linus, Greg,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 2659dc8d225c956b91d8a8e4ef05d91b2e985c02:

  Merge tag 'davinci-fixes-for-v5.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/fixes (2019-07-02 15:13:20 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Likely our final small batch of fixes for 5.2:

 - Some fixes for USB on davinci, regressions were due to the recent
   conversion of the OCHI driver to use GPIO regulators

 - A fixup of kconfig dependencies for a TI irq controller

 - A switch of armada-38x to avoid dropped characters on uart, caused by
   switch of base inherited platform description earlier this year

----------------------------------------------------------------
Arnd Bergmann (1):
      soc: ti: fix irq-ti-sci link error

Bartosz Golaszewski (3):
      ARM: davinci: da830-evm: add missing regulator constraints for OHCI
      ARM: davinci: omapl138-hawk: add missing regulator constraints for OHCI
      ARM: davinci: da830-evm: fix GPIO lookup for OHCI

Joshua Scott (1):
      ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node

Olof Johansson (2):
      Merge tag 'mvebu-fixes-5.2-2' of git://git.infradead.org/linux-mvebu into arm/fixes
      Merge tag 'davinci-fixes-for-v5.2-part2' of git://git.kernel.org/.../nsekhar/linux-davinci into arm/fixes

 arch/arm/boot/dts/armada-xp-98dx3236.dtsi   | 8 ++++++++
 arch/arm/mach-davinci/board-da830-evm.c     | 5 ++++-
 arch/arm/mach-davinci/board-omapl138-hawk.c | 3 +++
 drivers/soc/Makefile                        | 2 +-
 drivers/soc/ti/Kconfig                      | 4 ++--
 5 files changed, 18 insertions(+), 4 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-06-27  2:45 Olof Johansson
@ 2019-06-28  0:45 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-06-28  0:45 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, gregkh, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Wed, 26 Jun 2019 19:45:08 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fe2da896fd9469317ff693fb08a86d9c435e101a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-06-27  2:45 Olof Johansson
  2019-06-28  0:45 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-06-27  2:45 UTC (permalink / raw)
  To: torvalds, gregkh; +Cc: olof, linux-kernel, linux-arm-kernel

Hi Linus, Greg,

The following changes since commit cd3967bee004bcbd142403698d658166fa618c9e:

  soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe (2019-06-18 06:47:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to e73f65930f8880fafaccf2cc1e5c44272e9523ec:

  Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2019-06-25 04:20:08 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A smaller batch of fixes, nothing that stands out as risky or scary.

Mostly DTS tweaks for a few issues:
 - GPU fixlets for Meson
 - CPU idle fix for LS1028A
 - PWM interrupt fixes for i.MX6UL

Also, enable a driver (FSL_EDMA) on arm64 defconfig, and a warning and
two MAINTAINER tweaks.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: omap2: remove incorrect __init annotation

Florian Fainelli (2):
      MAINTAINERS: BCM2835: Add internal Broadcom mailing list
      MAINTAINERS: BCM53573: Add internal Broadcom mailing list

Li Yang (1):
      arm64: defconfig: Enable FSL_EDMA driver

Linus Walleij (2):
      ARM: dts: Blank D-Link DIR-685 console
      ARM: dts: gemini Fix up DNS-313 compatible string

Martin Blumenstingl (3):
      ARM: dts: meson8: fix GPU interrupts and drop an undocumented property
      ARM: dts: meson8b: drop undocumented property from the Mali GPU node
      ARM: dts: meson8b: fix the operating voltage of the Mali GPU

Olof Johansson (5):
      Merge tag 'imx-fixes-5.2-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'gemini-dts-v5.2' of git://git.kernel.org/.../linusw/linux-nomadik into arm/fixes
      Merge tag 'arm-soc/for-5.3/maintainers' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
      Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/.../shawnguo/linux into arm/fixes

Ran Wang (1):
      arm64: dts: ls1028a: Fix CPU idle fail.

Sébastien Szymanski (1):
      ARM: dts: imx6ul: fix PWM[1-4] interrupts

 MAINTAINERS                                    |  2 ++
 arch/arm/boot/dts/gemini-dlink-dir-685.dts     |  2 +-
 arch/arm/boot/dts/gemini-dlink-dns-313.dts     |  2 +-
 arch/arm/boot/dts/imx6ul.dtsi                  |  8 ++++----
 arch/arm/boot/dts/meson8.dtsi                  |  5 ++---
 arch/arm/boot/dts/meson8b.dtsi                 | 11 +++++------
 arch/arm/mach-omap2/prm3xxx.c                  |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 18 +++++++++---------
 arch/arm64/configs/defconfig                   |  1 +
 9 files changed, 26 insertions(+), 25 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-06-18 13:52 Olof Johansson
@ 2019-06-18 18:05 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-06-18 18:05 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, arm, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Tue, 18 Jun 2019 06:52:16 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7b306892cc57e27959b5232c1b8415cf09b7571c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-06-18 13:52 Olof Johansson
  2019-06-18 18:05 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-06-18 13:52 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the git repository at:

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

for you to fetch changes up to cd3967bee004bcbd142403698d658166fa618c9e:

  soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe (2019-06-18 06:47:59 -0700)

----------------------------------------------------------------
ARM: SoC fixes

I've been bad at collecting fixes this release cycle, so this is
a fairly large batch that's been trickling in for a while.

It's the usual mix, more or less:

Some of the bigger things fixed:
 - Voltage fix for MMC on TI DRA7 that sometimes would overvoltage cards
 - Regression fixes for D_CAN on am355x
 - i.MX6SX cpuidle fix to deal with wakeup latency (dropped uart chars)
 - DT fixes for some DRA7 variants that don't share the superset of
   blocks on the chip

+ The usual mix of stuff -- minor build/warning fixes, Kconfig
dependencies, and some DT fixlets.

----------------------------------------------------------------
Andy Gross (1):
      MAINTAINERS: Change QCOM repo location

Anson Huang (1):
      firmware: imx: SCU irq should ONLY be enabled after SCU IPC is ready

Arnd Bergmann (4):
      firmware: trusted_foundations: add ARMv7 dependency
      ARM: ixp4xx: don't select SERIAL_OF_PLATFORM
      ARM: ixp4xx: mark ixp4xx_irq_setup as __init
      ARM: ixp4xx: include irqs.h where needed

Bartosz Golaszewski (2):
      ARM: davinci: da850-evm: call regulator_has_full_constraints()
      ARM: davinci: da8xx: specify dma_coherent_mask for lcdc

Dan Carpenter (1):
      soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe

Fabio Estevam (1):
      ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX

Faiz Abbas (2):
      ARM: dts: am57xx-idk: Remove support for voltage switching for SD card
      ARM: dts: dra76x: Update MMC2_HS200_MANUAL1 iodelay values

Florian Fainelli (3):
      soc: brcmstb: Fix error path for unsupported CPUs
      soc: bcm: brcmstb: biuctrl: Register writes require a barrier
      ARM: dts: bcm: Add missing device_type = "memory" property

Jan Kundrát (1):
      ARM: mvebu_v7_defconfig: fix Ethernet on Clearfog

Keerthy (5):
      ARM: dts: dra76x: Disable rtc target module
      ARM: dts: dra76x: Disable usb4_tm target module
      ARM: dts: dra71x: Disable rtc target module
      ARM: dts: dra71x: Disable usb4_tm target module
      ARM: dts: dra72x: Disable usb4_tm target module

Olof Johansson (9):
      Merge tag 'arm-soc/for-5.2/drivers-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'arm-soc/for-5.2/maintainers' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'imx-fixes-5.2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v5.2/fixes-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'arm-soc/for-5.2/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'am654-fixes-for-v5.2' of git://git.kernel.org/.../kristo/linux into fixes
      Merge tag 'mvebu-fixes-5.2-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'davinci-fixes-for-v5.2' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'omap-for-v5.2/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Stefan Wahren (1):
      MAINTAINERS: Update Stefan Wahren email address

Teresa Remmet (1):
      ARM: dts: am335x phytec boards: Fix cd-gpios active level

Tony Lindgren (6):
      ARM: dts: Configure osc clock for d_can on am335x
      bus: ti-sysc: Handle devices with no control registers
      Merge branch 'am5-sdio-fixes' into fixes
      Merge branch 'fixes-dra7' into fixes
      Merge branch 'omap-for-v5.2/ti-sysc' into fixes
      ARM: dts: Drop bogus CLKSEL for timer12 on dra7

YueHaibing (2):
      arm64: imx: Fix build error without CONFIG_SOC_BUS
      arm64: arch_k3: Fix kconfig dependency warning

 MAINTAINERS                                       |  4 +--
 arch/arm/boot/dts/am335x-pcm-953.dtsi             |  2 +-
 arch/arm/boot/dts/am335x-wega.dtsi                |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                  | 14 ++++----
 arch/arm/boot/dts/am437x-l4.dtsi                  |  4 ---
 arch/arm/boot/dts/am57xx-idk-common.dtsi          |  1 +
 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts       |  1 +
 arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts       |  1 +
 arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts |  1 +
 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts   |  1 +
 arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts   |  1 +
 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts      |  1 +
 arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts      |  1 +
 arch/arm/boot/dts/bcm4708-netgear-r6250.dts       |  1 +
 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts    |  1 +
 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts     |  1 +
 arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts       |  1 +
 arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts |  1 +
 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts      |  1 +
 arch/arm/boot/dts/bcm4709-netgear-r7000.dts       |  1 +
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts       |  1 +
 arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts |  1 +
 arch/arm/boot/dts/bcm47094-phicomm-k3.dts         |  1 +
 arch/arm/boot/dts/bcm94708.dts                    |  1 +
 arch/arm/boot/dts/bcm94709.dts                    |  1 +
 arch/arm/boot/dts/bcm963138dvt.dts                |  1 +
 arch/arm/boot/dts/dra7-l4.dtsi                    |  4 +--
 arch/arm/boot/dts/dra71-evm.dts                   |  2 +-
 arch/arm/boot/dts/dra71x.dtsi                     | 17 ++++++++++
 arch/arm/boot/dts/dra72x.dtsi                     |  4 +++
 arch/arm/boot/dts/dra76x-mmc-iodelay.dtsi         | 40 +++++++++++------------
 arch/arm/boot/dts/dra76x.dtsi                     |  8 +++++
 arch/arm/configs/mvebu_v7_defconfig               |  1 +
 arch/arm/mach-davinci/board-da850-evm.c           |  2 ++
 arch/arm/mach-davinci/devices-da8xx.c             |  3 ++
 arch/arm/mach-imx/cpuidle-imx6sx.c                |  3 +-
 arch/arm/mach-ixp4xx/Kconfig                      |  1 -
 arch/arm/mach-ixp4xx/goramo_mlr.c                 |  2 ++
 arch/arm/mach-ixp4xx/miccpt-pci.c                 |  2 ++
 arch/arm/mach-ixp4xx/omixp-setup.c                |  2 ++
 arch/arm/mach-ixp4xx/vulcan-pci.c                 |  2 ++
 arch/arm/mach-ixp4xx/vulcan-setup.c               |  2 ++
 arch/arm64/Kconfig.platforms                      |  2 ++
 drivers/bus/ti-sysc.c                             | 23 +++++++------
 drivers/firmware/Kconfig                          |  2 +-
 drivers/firmware/imx/imx-scu-irq.c                |  3 ++
 drivers/irqchip/irq-ixp4xx.c                      |  8 ++---
 drivers/soc/bcm/brcmstb/biuctrl.c                 |  6 ++--
 drivers/soc/ixp4xx/ixp4xx-npe.c                   |  4 +--
 49 files changed, 127 insertions(+), 63 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra71x.dtsi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-04-07 22:50 Olof Johansson
  2019-04-07 22:54 ` Olof Johansson
@ 2019-04-08  0:10 ` pr-tracker-bot
  1 sibling, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-04-08  0:10 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, arm, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Sun, 7 Apr 2019 15:50:20 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d8491223bc243b960ee1c4a8aa5219eca0d69acf

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-04-07 22:50 Olof Johansson
@ 2019-04-07 22:54 ` Olof Johansson
  2019-04-08  0:10 ` pr-tracker-bot
  1 sibling, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2019-04-07 22:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ARM-SoC Maintainers, Linux Kernel Mailing List, Linux ARM Mailing List

On Sun, Apr 7, 2019 at 3:50 PM Olof Johansson <olof@lixom.net> wrote:
>
> Hi Linus,
>
> The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
>
>   Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes
>
> for you to fetch changes up to 9a8f32038a74cb800e9649afbf4b3dba2b7d6539:
>
>   ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU (2019-04-07 15:29:55 -0700)
>
> ----------------------------------------------------------------
> ARM: SoC fixes
>
> A collection of fixes from the last few weeks. Most of them are smaller
> tweaks and fixes to DT and hardware descriptions for boards. Some of the
> more significant ones are:
>
>  - eMMC and RGMII stability tweaks for rk3288
>  - DDC fixes for Rock PI 4
>  - Audio fixes for two TI am335x eval boards
>  - D_CAN clock fix for am335x
>  - Compilation fixes for clang
>  - !SMP compilation fix for one of the new platforms this release (milbeaut)

Whoops: CONFIG_HOTPLUG_CPU=n, not CONFIG_SMP=n.


-Olof

>  - A revert of a gpio fix for nomadik that instead was fixed in the gpio
>    subsystem
>  - Whitespace fix for the DT JSON schema (no tabs allowed)
>
> ----------------------------------------------------------------
> Arnd Bergmann (3):
>       ARM: orion: don't use using 64-bit DMA masks
>       ARM: iop: don't use using 64-bit DMA masks
>       ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU
>
> Axel Lin (1):
>       reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev
>
> David Engraf (1):
>       ARM: dts: at91: Fix typo in ISC_D0 on PC9
>
> David Summers (1):
>       ARM: dts: rockchip: Fix SD card detection on rk3288-tinker
>
> Dinh Nguyen (1):
>       arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's
>
> Douglas Anderson (3):
>       ARM: dts: rockchip: Fix gpu opp node names for rk3288
>       ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi
>       ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys
>
> Ezequiel Garcia (1):
>       arm64: dts: rockchip: add DDC bus on Rock Pi 4
>
> Janusz Krzysztofik (1):
>       ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation
>
> Jonas Karlman (1):
>       ARM: dts: rockchip: fix rk3288 cpu opp node reference
>
> Julia Lawall (1):
>       ARM: OMAP2+: add missing of_node_put after of_device_is_available
>
> Leonidas P. Papadakos (1):
>       arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay
>
> Maxime Ripard (1):
>       dt-bindings: cpu: Fix JSON schema
>
> Neil Armstrong (1):
>       dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
>
> Olof Johansson (6):
>       Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixes
>       Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
>       Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
>       Merge tag 'at91-5.1-fixes' of git://git.kernel.org/.../at91/linux into arm/fixes
>       Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
>       Revert "ARM: dts: nomadik: Fix polarity of SPI CS"
>
> Peng Hao (1):
>       arm/mach-at91/pm : fix possible object reference leak
>
> Peter Geis (2):
>       arm64: dts: rockchip: fix rk3328 rgmii high tx error rate
>       arm64: dts: rockchip: fix rk3328 sdmmc0 write errors
>
> Peter Ujfalusi (2):
>       ARM: dts: am335x-evm: Correct the regulators for the audio codec
>       ARM: dts: am335x-evmsk: Correct the regulators for the audio codec
>
> Tomohiro Mayama (1):
>       arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64
>
> Tony Lindgren (2):
>       ARM: dts: Fix dcan clkctrl clock for am3
>       Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes
>
>  Documentation/devicetree/bindings/arm/cpus.yaml    |  2 +-
>  arch/arm/boot/dts/am335x-evm.dts                   | 26 ++++++++--
>  arch/arm/boot/dts/am335x-evmsk.dts                 | 26 ++++++++--
>  arch/arm/boot/dts/am33xx-l4.dtsi                   |  4 +-
>  arch/arm/boot/dts/rk3288-tinker.dtsi               |  3 +-
>  arch/arm/boot/dts/rk3288-veyron.dtsi               |  2 -
>  arch/arm/boot/dts/rk3288.dtsi                      | 20 ++++----
>  arch/arm/boot/dts/sama5d2-pinfunc.h                |  2 +-
>  arch/arm/boot/dts/ste-nomadik-nhk15.dts            |  9 ++--
>  arch/arm/mach-at91/pm.c                            |  6 ++-
>  arch/arm/mach-iop13xx/setup.c                      |  8 +--
>  arch/arm/mach-iop13xx/tpmi.c                       | 10 ++--
>  arch/arm/mach-milbeaut/platsmp.c                   |  4 ++
>  arch/arm/mach-omap1/board-ams-delta.c              |  2 +
>  arch/arm/mach-omap2/display.c                      |  4 +-
>  arch/arm/plat-iop/adma.c                           |  6 +--
>  arch/arm/plat-orion/common.c                       |  4 +-
>  arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  3 ++
>  arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |  4 +-
>  arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  3 +-
>  arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 58 +++++++++++-----------
>  arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts  |  1 +
>  drivers/reset/reset-meson-audio-arb.c              |  1 +
>  .../dt-bindings/reset/amlogic,meson-g12a-reset.h   |  5 +-
>  24 files changed, 131 insertions(+), 82 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-04-07 22:50 Olof Johansson
  2019-04-07 22:54 ` Olof Johansson
  2019-04-08  0:10 ` pr-tracker-bot
  0 siblings, 2 replies; 91+ messages in thread
From: Olof Johansson @ 2019-04-07 22:50 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9a8f32038a74cb800e9649afbf4b3dba2b7d6539:

  ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU (2019-04-07 15:29:55 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A collection of fixes from the last few weeks. Most of them are smaller
tweaks and fixes to DT and hardware descriptions for boards. Some of the
more significant ones are:

 - eMMC and RGMII stability tweaks for rk3288
 - DDC fixes for Rock PI 4
 - Audio fixes for two TI am335x eval boards
 - D_CAN clock fix for am335x
 - Compilation fixes for clang
 - !SMP compilation fix for one of the new platforms this release (milbeaut)
 - A revert of a gpio fix for nomadik that instead was fixed in the gpio
   subsystem
 - Whitespace fix for the DT JSON schema (no tabs allowed)

----------------------------------------------------------------
Arnd Bergmann (3):
      ARM: orion: don't use using 64-bit DMA masks
      ARM: iop: don't use using 64-bit DMA masks
      ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU

Axel Lin (1):
      reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev

David Engraf (1):
      ARM: dts: at91: Fix typo in ISC_D0 on PC9

David Summers (1):
      ARM: dts: rockchip: Fix SD card detection on rk3288-tinker

Dinh Nguyen (1):
      arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's

Douglas Anderson (3):
      ARM: dts: rockchip: Fix gpu opp node names for rk3288
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys

Ezequiel Garcia (1):
      arm64: dts: rockchip: add DDC bus on Rock Pi 4

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation

Jonas Karlman (1):
      ARM: dts: rockchip: fix rk3288 cpu opp node reference

Julia Lawall (1):
      ARM: OMAP2+: add missing of_node_put after of_device_is_available

Leonidas P. Papadakos (1):
      arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay

Maxime Ripard (1):
      dt-bindings: cpu: Fix JSON schema

Neil Armstrong (1):
      dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets

Olof Johansson (6):
      Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixes
      Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
      Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
      Merge tag 'at91-5.1-fixes' of git://git.kernel.org/.../at91/linux into arm/fixes
      Merge tag 'omap-for-v5.1/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Revert "ARM: dts: nomadik: Fix polarity of SPI CS"

Peng Hao (1):
      arm/mach-at91/pm : fix possible object reference leak

Peter Geis (2):
      arm64: dts: rockchip: fix rk3328 rgmii high tx error rate
      arm64: dts: rockchip: fix rk3328 sdmmc0 write errors

Peter Ujfalusi (2):
      ARM: dts: am335x-evm: Correct the regulators for the audio codec
      ARM: dts: am335x-evmsk: Correct the regulators for the audio codec

Tomohiro Mayama (1):
      arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64

Tony Lindgren (2):
      ARM: dts: Fix dcan clkctrl clock for am3
      Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes

 Documentation/devicetree/bindings/arm/cpus.yaml    |  2 +-
 arch/arm/boot/dts/am335x-evm.dts                   | 26 ++++++++--
 arch/arm/boot/dts/am335x-evmsk.dts                 | 26 ++++++++--
 arch/arm/boot/dts/am33xx-l4.dtsi                   |  4 +-
 arch/arm/boot/dts/rk3288-tinker.dtsi               |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |  2 -
 arch/arm/boot/dts/rk3288.dtsi                      | 20 ++++----
 arch/arm/boot/dts/sama5d2-pinfunc.h                |  2 +-
 arch/arm/boot/dts/ste-nomadik-nhk15.dts            |  9 ++--
 arch/arm/mach-at91/pm.c                            |  6 ++-
 arch/arm/mach-iop13xx/setup.c                      |  8 +--
 arch/arm/mach-iop13xx/tpmi.c                       | 10 ++--
 arch/arm/mach-milbeaut/platsmp.c                   |  4 ++
 arch/arm/mach-omap1/board-ams-delta.c              |  2 +
 arch/arm/mach-omap2/display.c                      |  4 +-
 arch/arm/plat-iop/adma.c                           |  6 +--
 arch/arm/plat-orion/common.c                       |  4 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  3 ++
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |  4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  3 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 58 +++++++++++-----------
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts  |  1 +
 drivers/reset/reset-meson-audio-arb.c              |  1 +
 .../dt-bindings/reset/amlogic,meson-g12a-reset.h   |  5 +-
 24 files changed, 131 insertions(+), 82 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2019-01-13 18:48 Olof Johansson
@ 2019-01-13 22:50 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2019-01-13 22:50 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, arm, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Sun, 13 Jan 2019 10:48:25 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dbc3c09b819f2bd42460b148e55ac5a9d83aaeaf

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2019-01-13 18:48 Olof Johansson
  2019-01-13 22:50 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2019-01-13 18:48 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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 465612178b44840b2066e62c3bcfae80862011d4:

  Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixes (2019-01-12 22:06:54 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A bigger batch than I anticipated this week, for two reasons:

 - Some fallout on Davinci from board file -> DTB conversion, that also
 includes a few longer-standing fixes (i.e. not recent regressions).

 - drivers/reset material that has been in linux-next for a while, but
 didn't get sent to us until now for a variety of reasons (maintainer out
 sick, holidays, etc). There's a functional dependency in there such that
 one platform (Altera's SoCFPGA) won't boot without one of the patches;
 instead of reverting the patch that got merged, I looked at this set
 and decided it was small enough that I'll pick it up anyway. If you
 disagree I can revisit with a smaller set.

That being said, there's also a handful of the usual stuff:

 - Fix for a crash on Armada 7K/8K when the kernel touches PSCI-reserved
 memory
 - Fix for PCIe reset on Macchiatobin (Armada 8K development board, what
 this email is sent from in fact :)
 - Enable a few new-merged modules for Amlogic in arm64 defconfig
 - Error path fixes on Integrator
 - Build fix for Renesas and Qualcomm
 - Initialization fix for Renesas RZ/G2E

 + A few more fixlets.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: shmobile: fix build regressions

Bartosz Golaszewski (5):
      ARM: davinci: da830-evm: fix label names in GPIO lookup entries
      ARM: davinci: da850-evm: fix label names in GPIO lookup entries
      ARM: davinci: dm355-evm: fix label names in GPIO lookup entries
      ARM: davinci: dm644x-evm: fix label names in GPIO lookup entries
      ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entries

Baruch Siach (1):
      arm64: dts: marvell: mcbin: fix PCIe reset signal

Biju Das (1):
      soc: renesas: r8a774c0-sysc: Fix initialization order of 3DG-{A,B}

Colin Ian King (1):
      reset: fix null pointer dereference on dev by dev_name

Dinh Nguyen (2):
      reset: socfpga: add an early reset driver for SoCFPGA
      ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding

Eugeniy Paltsev (1):
      ARC: HSDK: improve reset driver

Fabio Estevam (1):
      qcom-scm: Include <linux/err.h> header

Geert Uytterhoeven (2):
      reset: Improve reset controller kernel docs
      reset: Add reset_control_get_count()

Gustavo A. R. Silva (1):
      ARM: integrator: impd1: use struct_size() in devm_kzalloc()

Heinrich Schuchardt (1):
      arm64: dts: marvell: armada-ap806: reserve PSCI area

Jerome Brunet (1):
      arm64: defconfig: enable modules for amlogic s400 sound card

Kunihiko Hayashi (4):
      dt-bindings: reset: uniphier: Replace the expression of USB3 with generic peripherals
      reset: uniphier-usb3: Rename to reset-uniphier-glue
      dt-bindings: reset: uniphier: Add AHCI core reset description
      reset: uniphier-glue: Add AHCI reset control support in glue layer

Linus Walleij (1):
      ARM: dts: kirkwood: Fix polarity of GPIO fan lines

Nicholas Mc Guire (1):
      gpio: pl061: handle failed allocations

Olof Johansson (7):
      Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org/.../agross/linux into fixes
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into fixes
      Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/.../linusw/linux-integrator into fixes
      Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixes

Peter Ujfalusi (4):
      ARM: dts: da850-evm: Correct the audio codec regulators
      ARM: dts: da850-evm: Correct the sound card name
      ARM: dts: da850-lcdk: Correct the audio codec regulators
      ARM: dts: da850-lcdk: Correct the sound card name

 .../devicetree/bindings/reset/socfpga-reset.txt    |  3 +-
 .../devicetree/bindings/reset/uniphier-reset.txt   | 25 +++---
 arch/arm/boot/dts/da850-evm.dts                    | 31 ++++++--
 arch/arm/boot/dts/da850-lcdk.dts                   | 38 +++++++++-
 arch/arm/boot/dts/kirkwood-dnskw.dtsi              |  4 +-
 arch/arm/mach-davinci/board-da830-evm.c            |  4 +-
 arch/arm/mach-davinci/board-da850-evm.c            |  4 +-
 arch/arm/mach-davinci/board-dm355-evm.c            |  4 +-
 arch/arm/mach-davinci/board-dm644x-evm.c           |  4 +-
 arch/arm/mach-davinci/board-omapl138-hawk.c        |  4 +-
 arch/arm/mach-integrator/impd1.c                   |  8 +-
 arch/arm/mach-socfpga/socfpga.c                    |  4 +
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi |  2 +-
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 17 +++++
 arch/arm64/configs/defconfig                       |  4 +
 drivers/reset/Kconfig                              | 20 +++--
 drivers/reset/Makefile                             |  3 +-
 drivers/reset/core.c                               | 42 +++++++++++
 drivers/reset/reset-hsdk.c                         |  1 +
 drivers/reset/reset-simple.c                       | 13 +---
 drivers/reset/reset-socfpga.c                      | 88 ++++++++++++++++++++++
 ...reset-uniphier-usb3.c => reset-uniphier-glue.c} | 50 +++++++-----
 drivers/soc/renesas/Kconfig                        |  2 +-
 drivers/soc/renesas/r8a774c0-sysc.c                | 23 +-----
 include/linux/qcom_scm.h                           |  1 +
 include/linux/reset.h                              | 15 +++-
 26 files changed, 321 insertions(+), 93 deletions(-)
 create mode 100644 drivers/reset/reset-socfpga.c
 rename drivers/reset/{reset-uniphier-usb3.c => reset-uniphier-glue.c} (73%)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2018-12-10  1:23 Olof Johansson
@ 2018-12-10 20:20 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2018-12-10 20:20 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, arm, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Sun, 9 Dec 2018 17:23:35 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dffab5e98969087039fefa8cde4699c7353b71e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2018-12-10  1:23 Olof Johansson
  2018-12-10 20:20 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-12-10  1:23 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,


The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

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 0603a9a84679eb12d9dadb97f4e0ba017e684c7b:

  Merge tag 'mvebu-fixes-4.20-1' of git://git.infradead.org/linux-mvebu into fixes (2018-12-09 10:28:02 -0800)

----------------------------------------------------------------
ARM: SoC fixes

The usual batch; most of them are DT tweaks to fix misdescribed
hardware. Beyond that:

 - A bugfix for MMP2 CPU detection, it's been there quite a while but
   makes sense to fix now anyway.
 - Some power management tweaks;
   + disabling of CPU idle power state on Marvell Armada 7K/8K (Macchiatobin et al)
   + Increase of minimum voltage on BananaPi M3
   + Tweak of power ramp time for DVFS on NXP/Freescale i.MX7SX
 - A couple of MAINTAINER updates; MMP has a new volunteer to look after
   it, and Mediatek adds a few keywords, IRC channel and wiki URL.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: update the cpu power up timing setting on i.mx6sx

Baruch Siach (1):
      Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"

Corentin Labbe (1):
      ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3V

Fabio Estevam (2):
      ARM: dts: imx7d-pico: Describe the Wifi clock
      ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock

Lubomir Rintel (2):
      ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
      MAINTAINERS: update entry for MMP platform

Matthias Brugger (1):
      MAINTAINERS: mediatek: Update SoC entry

Olof Johansson (5):
      Merge tag 'v4.19-next-fixes' of https://git.kernel.org/.../matthias.bgg/linux into fixes
      Merge tag 'arm-soc/for-4.20/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'imx-fixes-4.20-3' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'sunxi-fixes-for-4.20' of https://git.kernel.org/.../sunxi/linux into fixes
      Merge tag 'mvebu-fixes-4.20-1' of git://git.infradead.org/linux-mvebu into fixes

Rob Herring (1):
      ARM: dts: realview: Fix some more duplicate regulator nodes

Ryder Lee (3):
      arm64: dts: mt7622: fix no more console output on rfb1
      arm64: dts: mt7622: fix no more console output on BPI-R64 board
      arm64: dts: mt7622: Drop the general purpose timer node

Stefan Wahren (1):
      ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs

 CREDITS                                            |  8 +++++++
 MAINTAINERS                                        | 11 +++++----
 arch/arm/boot/dts/arm-realview-pb1176.dts          |  4 ++--
 arch/arm/boot/dts/arm-realview-pb11mp.dts          |  4 ++--
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         |  2 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  2 +-
 arch/arm/boot/dts/imx7d-nitrogen7.dts              |  9 ++++++--
 arch/arm/boot/dts/imx7d-pico.dtsi                  | 22 +++++++++++++++++-
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts       |  4 ++--
 arch/arm/mach-imx/cpuidle-imx6sx.c                 |  2 +-
 arch/arm/mach-mmp/cputype.h                        |  6 +++--
 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi |  4 ----
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 27 ----------------------
 .../boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts  |  7 +++++-
 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |  7 +++++-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           | 10 --------
 16 files changed, 67 insertions(+), 62 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes
  2018-12-02 19:23 Olof Johansson
@ 2018-12-02 20:30 ` pr-tracker-bot
  0 siblings, 0 replies; 91+ messages in thread
From: pr-tracker-bot @ 2018-12-02 20:30 UTC (permalink / raw)
  To: Olof Johansson; +Cc: olof, arm, torvalds, linux-kernel, linux-arm-kernel

The pull request you sent on Sun, 2 Dec 2018 11:23:01 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6a512726090a5cfd8d5cd41652d2b98a222854b8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
@ 2018-12-02 19:23 Olof Johansson
  2018-12-02 20:30 ` pr-tracker-bot
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-12-02 19:23 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-kernel, linux-arm-kernel

Hi Linus,

The following changes since commit a89f84a56ec95fd66b839bf9c545f8a59a4ffcd5:

  Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes (2018-11-07 08:09:50 -0800)

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 bfed4d730823440d0da0cd21554efc2de831627d:

  Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2018-11-30 11:57:53 -0800)

----------------------------------------------------------------
ARM: SoC fixes

Volume is a little higher than usual due to a set of gpio fixes for
Davinci platforms that's been around a while, still seemed appropriate
to not hold off until next merge window.

Besides that it's the usual mix of minor fixes, mostly corrections of
small stuff in device trees.

Major stability-related one is the removal of a regulator from DT on
Rock960, since DVFS caused undervoltage. I expect it'll be restored once
they figure out the underlying issue.

----------------------------------------------------------------
Adam Ford (4):
      ARM: dts: am3517: Fix pinmuxing for CD on MMC1
      ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
      ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
      ARM: dts: am3517-som: Fix WL127x Wifi interrupt

Andy Gross (1):
      MAINTAINERS: Remove unused Qualcomm SoC mailing list

Bartosz Golaszewski (12):
      ARM: davinci: da8xx: define gpio interrupts as separate resources
      ARM: davinci: dm365: define gpio interrupts as separate resources
      ARM: davinci: dm646x: define gpio interrupts as separate resources
      ARM: davinci: dm355: define gpio interrupts as separate resources
      ARM: davinci: dm644x: define gpio interrupts as separate resources
      gpio: davinci: restore a way to manually specify the GPIO base
      ARM: davinci: da850: set the GPIO base to 0
      ARM: davinci: dm365: set the GPIO base to 0
      ARM: davinci: dm646x: set the GPIO base to 0
      ARM: davinci: dm355: set the GPIO base to 0
      ARM: davinci: da830: set the GPIO base to 0
      ARM: davinci: dm644x: set the GPIO base to 0

Bjorn Andersson (2):
      arm64: dts: sdm845-mtp: Reserve reserved gpios
      arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP

Christoph Muellner (1):
      arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.

Daniel Lezcano (1):
      arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues

Fabio Estevam (1):
      ARM: dts: imx51-zii-rdu1: Remove EEPROM node

Heiko Stuebner (1):
      ARM: dts: rockchip: Remove @0 from the veyron memory node

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix possible use of uninitialized field

Jon Mason (1):
      MAINTAINERS: Remove self from Broadcom SoCs

Nathan Chancellor (1):
      ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup

Olof Johansson (9):
      Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/.../agross/linux into fixes
      Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/.../kristo/linux into fixes
      Merge tag 'arm-soc/for-4.20/maintainers-part2' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'at91-4.20-fixes' of git://git.kernel.org/.../at91/linux into fixes
      Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/.../shawnguo/linux into fixes

Romain Izard (1):
      ARM: dts: at91: sama5d2: use the divided clock for SMC

Tony Lindgren (1):
      Merge branch 'fixes-dts' into omap-for-v4.20/fixes

Vignesh R (1):
      arm64: dts: ti: k3-am654: Fix wakeup_uart reg address

 MAINTAINERS                                        |  3 --
 arch/arm/boot/dts/am3517-evm.dts                   |  2 +-
 arch/arm/boot/dts/am3517-som.dtsi                  |  2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |  6 ----
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi               |  6 +++-
 arch/arm/boot/dts/sama5d2.dtsi                     |  2 +-
 arch/arm/mach-davinci/da830.c                      |  4 ++-
 arch/arm/mach-davinci/da850.c                      |  4 ++-
 arch/arm/mach-davinci/devices-da8xx.c              | 40 ++++++++++++++++++++++
 arch/arm/mach-davinci/dm355.c                      | 32 +++++++++++++++++
 arch/arm/mach-davinci/dm365.c                      | 37 ++++++++++++++++++++
 arch/arm/mach-davinci/dm644x.c                     | 22 ++++++++++++
 arch/arm/mach-davinci/dm646x.c                     | 12 +++++++
 arch/arm/mach-omap1/board-ams-delta.c              |  3 ++
 arch/arm/mach-omap2/prm44xx.c                      |  2 +-
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |  4 +++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts            |  4 +++
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   | 12 -------
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         |  2 +-
 drivers/gpio/gpio-davinci.c                        |  2 +-
 include/linux/platform_data/gpio-davinci.h         |  2 ++
 24 files changed, 176 insertions(+), 33 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes
  2018-11-03 18:45 Olof Johansson
@ 2018-11-03 19:15 ` Linus Torvalds
  0 siblings, 0 replies; 91+ messages in thread
From: Linus Torvalds @ 2018-11-03 19:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 3, 2018 at 11:45 AM Olof Johansson <olof@lixom.net> wrote:
>
> ARM: SoC fixes

Pulled,

                 Linus

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

* [GIT PULL] ARM: SoC fixes
@ 2018-11-03 18:45 Olof Johansson
  2018-11-03 19:15 ` Linus Torvalds
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-11-03 18:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 4b42745211af552f170f38a1b97f4a112b5da6b2:

  Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2018-10-29 15:37:33 -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 8008cc78d3d6f5191ffcb2b85a423d516000e7f4:

  Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-11-02 22:31:40 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A few fixes who have come in near or during the merge window:

 - Removal of a VLA usage in Marvell mpp platform code
 - Enable some IPMI options for ARM64 servers by default, helps testing
 - Enable PREEMPT on 32-bit ARMv7 defconfig
 - Minor fix for stm32 DT (removal of an unused DMA property)
 - Bugfix for TI OMAP1-based ams-delta (-EINVAL -> IRQ_NOTCONNECTED)

----------------------------------------------------------------
Alexandre Torgue (1):
      ARM: dts: stm32: update HASH1 dmas property on stm32mp157c

Arnd Bergmann (1):
      ARM: orion: avoid VLA in orion_mpp_conf

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix impossible .irq < 0

John Garry (1):
      arm64: defconfig: Enable some IPMI configs

Linus Walleij (1):
      ARM: defconfig: Update multi_v7 to use PREEMPT

Marc Zyngier (1):
      soc: ti: QMSS: Fix usage of irq_set_affinity_hint

Olof Johansson (1):
      Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

 arch/arm/boot/dts/stm32mp157c.dtsi    |  2 +-
 arch/arm/configs/multi_v7_defconfig   |  1 +
 arch/arm/mach-omap1/board-ams-delta.c |  8 ++------
 arch/arm/plat-orion/mpp.c             |  7 ++++++-
 arch/arm64/configs/defconfig          |  3 +++
 drivers/soc/ti/knav_qmss.h            |  4 ++--
 drivers/soc/ti/knav_qmss_acc.c        | 10 +++++-----
 drivers/soc/ti/knav_qmss_queue.c      | 22 +++++++++++++++-------
 8 files changed, 35 insertions(+), 22 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
  2018-09-30 19:23 Olof Johansson
@ 2018-10-02  0:53 ` Greg KH
  0 siblings, 0 replies; 91+ messages in thread
From: Greg KH @ 2018-10-02  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 30, 2018 at 12:23:43PM -0700, Olof Johansson wrote:
> Hi Linus, Greg,
> 
> The following changes since commit a132bb90414bfad4f8ee23cb45fe6946a89b167d:
> 
>   Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes (2018-09-08 10:04:37 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

Now pulled, thanks.

greg k-h

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

* [GIT PULL] ARM: SoC fixes
@ 2018-09-30 19:23 Olof Johansson
  2018-10-02  0:53 ` Greg KH
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2018-09-30 19:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus, Greg,

The following changes since commit a132bb90414bfad4f8ee23cb45fe6946a89b167d:

  Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes (2018-09-08 10:04:37 -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 082dc55e3c5e559b0e6855c0de23ebd674bcc91e:

  ARM: dts: stm32: update SPI6 dmas property on stm32mp157c (2018-09-25 20:39:06 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A handful of fixes that have been coming in the last couple of weeks:

 - Freescale fixes for on-chip accellerators
 - A DT fix for stm32 to avoid fallback to non-DMA SPI mode
 - Fixes for badly specified interrupts on BCM63xx SoCs
 - Allwinner A64 HDMI was incorrectly specified as fully compatble with R40
 - Drive strength fix for SAMA5D2 NAND pins on one board

----------------------------------------------------------------
Alexandre Belloni (1):
      soc: fsl: qbman: qman: avoid allocating from non existing gen_pool

Amelie Delaunay (1):
      ARM: dts: stm32: update SPI6 dmas property on stm32mp157c

Antoine Tenart (1):
      MAINTAINERS: update the Annapurna Labs maintainer email

Florian Fainelli (1):
      ARM: dts: BCM63xx: Fix incorrect interrupt specifiers

Icenowy Zheng (1):
      ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT

Ludovic Desroches (1):
      ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl

Olof Johansson (3):
      Merge tag 'sunxi-fixes-for-4.19-2' of https://git.kernel.org/.../sunxi/linux into fixes
      Merge tag 'at91-4.19-fixes' of git://git.kernel.org/.../at91/linux into fixes
      Merge tag 'arm-soc/for-4.19/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes

Zhao Qiang (1):
      soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()

 MAINTAINERS                               |  2 +-
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts |  2 ++
 arch/arm/boot/dts/bcm63138.dtsi           | 14 ++++++++------
 arch/arm/boot/dts/stm32mp157c.dtsi        |  4 ++--
 arch/arm/boot/dts/sun8i-r40.dtsi          |  3 +--
 drivers/soc/fsl/qbman/qman.c              |  3 +++
 drivers/soc/fsl/qe/ucc.c                  |  2 +-
 7 files changed, 18 insertions(+), 12 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-09-08 17:15 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-09-08 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit a72b44a871c218e2a0580e68affa1d3528c0587a:

  Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-09-01 18:22:19 -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 a132bb90414bfad4f8ee23cb45fe6946a89b167d:

  Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes (2018-09-08 10:04:37 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A few more fixes who have trickled in:
 - MMC bus width fixup for some Allwinner platforms
 - Fix for NULL deref in ti-aemif when no platform data is passed in
 - Fix div by 0 in SCMI code
 - Add a missing module alias in a new RPi driver

----------------------------------------------------------------
Bartosz Golaszewski (1):
      memory: ti-aemif: fix a potential NULL-pointer dereference

Icenowy Zheng (1):
      arm64: allwinner: dts: h6: fix Pine H64 MMC bus width

Olof Johansson (2):
      Merge tag 'arm-soc/for-4.19/drivers-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org/.../sunxi/linux into fixes

Peter Robinson (1):
      hwmon: rpi: add module alias to raspberrypi-hwmon

Sudeep Holla (1):
      firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero

 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 ++
 drivers/firmware/arm_scmi/perf.c                     | 8 +++++++-
 drivers/hwmon/raspberrypi-hwmon.c                    | 1 +
 drivers/memory/ti-aemif.c                            | 2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
index ceffc40810ee..48daec7f78ba 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
@@ -46,6 +46,7 @@
 	pinctrl-0 = <&mmc0_pins>;
 	vmmc-supply = <&reg_cldo1>;
 	cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
+	bus-width = <4>;
 	status = "okay";
 };
 
@@ -56,6 +57,7 @@
 	vqmmc-supply = <&reg_bldo2>;
 	non-removable;
 	cap-mmc-hw-reset;
+	bus-width = <8>;
 	status = "okay";
 };
 
diff --git a/drivers/firmware/arm_scmi/perf.c b/drivers/firmware/arm_scmi/perf.c
index 721e6c57beae..64342944d917 100644
--- a/drivers/firmware/arm_scmi/perf.c
+++ b/drivers/firmware/arm_scmi/perf.c
@@ -166,7 +166,13 @@ scmi_perf_domain_attributes_get(const struct scmi_handle *handle, u32 domain,
 					le32_to_cpu(attr->sustained_freq_khz);
 		dom_info->sustained_perf_level =
 					le32_to_cpu(attr->sustained_perf_level);
-		dom_info->mult_factor =	(dom_info->sustained_freq_khz * 1000) /
+		if (!dom_info->sustained_freq_khz ||
+		    !dom_info->sustained_perf_level)
+			/* CPUFreq converts to kHz, hence default 1000 */
+			dom_info->mult_factor =	1000;
+		else
+			dom_info->mult_factor =
+					(dom_info->sustained_freq_khz * 1000) /
 					dom_info->sustained_perf_level;
 		memcpy(dom_info->name, attr->name, SCMI_MAX_STR_SIZE);
 	}
diff --git a/drivers/hwmon/raspberrypi-hwmon.c b/drivers/hwmon/raspberrypi-hwmon.c
index fb4e4a6bb1f6..be5ba4690895 100644
--- a/drivers/hwmon/raspberrypi-hwmon.c
+++ b/drivers/hwmon/raspberrypi-hwmon.c
@@ -164,3 +164,4 @@ module_platform_driver(rpi_hwmon_driver);
 MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>");
 MODULE_DESCRIPTION("Raspberry Pi voltage sensor driver");
 MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:raspberrypi-hwmon");
diff --git a/drivers/memory/ti-aemif.c b/drivers/memory/ti-aemif.c
index 31112f622b88..475e5b3790ed 100644
--- a/drivers/memory/ti-aemif.c
+++ b/drivers/memory/ti-aemif.c
@@ -411,7 +411,7 @@ static int aemif_probe(struct platform_device *pdev)
 			if (ret < 0)
 				goto error;
 		}
-	} else {
+	} else if (pdata) {
 		for (i = 0; i < pdata->num_sub_devices; i++) {
 			pdata->sub_devices[i].dev.parent = dev;
 			ret = platform_device_register(&pdata->sub_devices[i]);

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

* [GIT PULL] ARM: SoC fixes
@ 2018-09-02  2:36 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-09-02  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -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 a72b44a871c218e2a0580e68affa1d3528c0587a:

  Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-09-01 18:22:19 -0700)

----------------------------------------------------------------
ARM: SoC fixes

First batch of fixes post-merge window:

 - A handful of devicetree changes for i.MX2{3,8} to change over to new
   panel bindings. The platforms were moved from legacy framebuffers
   to DRM and some development board panels hadn't yet been converted.
 - OMAP fixes related to ti-sysc driver conversion fallout, fixing some
   register offsets, no_console_suspend fixes, etc.
 - Droid4 changes to fix flaky eMMC probing and vibrator DTS mismerge.
 - Fixed 0755->0644 permissions on a newly added file.
 - Defconfig changes to make ARM Versatile more useful with QEMU
   (helps testing).
 - Enable defconfig options for new TI SoC platform that was merged this
   window (AM6).

----------------------------------------------------------------
Fabio Estevam (6):
      ARM: dts: imx28-evk: Move regulators outside simple-bus
      ARM: dts: imx28-evk: Convert to the new display bindings
      ARM: dts: imx23-evk: Move regulators outside simple-bus
      ARM: dts: imx23-evk: Convert to the new display bindings
      ARM: mxs_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G
      ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G

Keerthy (1):
      arm: dts: am4372: setup rtc as system-power-controller

Leonard Crestez (1):
      Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"

Linus Walleij (1):
      ARM: defconfig: Update the ARM Versatile defconfig

Neeraj Dantu (1):
      ARM: dts: Fix file permission for am335x-osd3358-sm-red.dts

Nishanth Menon (1):
      arm64: defconfig: Enable TI's AM6 SoC platform

Olof Johansson (2):
      Merge tag 'imx-fixes-4.19' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Pavel Machek (1):
      ARM: dts: omap4-droid4: fix vibrations on Droid 4

Tony Lindgren (6):
      ARM: OMAP2+: Fix null hwmod for ti-sysc debug
      ARM: OMAP2+: Fix module address for modules using mpu_rt_idx
      bus: ti-sysc: Fix module register ioremap for larger offsets
      bus: ti-sysc: Fix no_console_suspend handling
      Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
      ARM: dts: omap4-droid4: Fix emmc errors seen on some devices

 arch/arm/boot/dts/am335x-osd3358-sm-red.dts |   0
 arch/arm/boot/dts/am4372.dtsi               |   1 +
 arch/arm/boot/dts/imx23-evk.dts             |  90 +++++++-------
 arch/arm/boot/dts/imx28-evk.dts             | 183 +++++++++++++---------------
 arch/arm/boot/dts/imx7d.dtsi                |  12 +-
 arch/arm/boot/dts/omap4-droid4-xt894.dts    |  20 +--
 arch/arm/configs/imx_v6_v7_defconfig        |   1 +
 arch/arm/configs/mxs_defconfig              |   1 +
 arch/arm/configs/versatile_defconfig        |  14 ++-
 arch/arm/mach-omap2/omap_hwmod.c            |  39 +++++-
 arch/arm64/configs/defconfig                |   3 +
 drivers/bus/ti-sysc.c                       |  37 +++---
 12 files changed, 213 insertions(+), 188 deletions(-)
 mode change 100755 => 100644 arch/arm/boot/dts/am335x-osd3358-sm-red.dts

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

* [GIT PULL] ARM: SoC fixes
@ 2018-07-21 21:13 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-07-21 21:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 13e66ceea1600f1061181acc2d4e0fac1a7d0333:

  Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-14 15:14:02 -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 5858610f0dd76151c4e12420fd11801d23737663:

  Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2018-07-20 14:22:11 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.18-rc

 - Fix interrupt type on ethernet switch for i.MX-based RDU2
 - GPC on i.MX exposed too large a register window which resulted in
   userspace being able to crash the machine.
 - Fixup of bad merge resolution moving GPIO DT nodes under pinctrl
   on droid4.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: gpc: restrict register range for regmap access

Olof Johansson (3):
      Merge tag 'omap-for-v4.18/fixes-rc5-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.18-3' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/.../shawnguo/linux into fixes

Pavel Machek (1):
      ARM: dts: omap4-droid4: fix dts w.r.t. pwm

Uwe Kleine-K?nig (1):
      ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch

 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi  |  2 +-
 arch/arm/boot/dts/omap4-droid4-xt894.dts |  9 +++------
 drivers/soc/imx/gpc.c                    | 21 +++++++++++++++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-07-15  6:00 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-07-15  6:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit f0463f3619fd10e0cbaa5195bf2bc264a77a586d:

  Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-05 14:59:20 -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 13e66ceea1600f1061181acc2d4e0fac1a7d0333:

  Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-14 15:14:02 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.18-rc

 - A fix for OMAP5 and DRA7 to make the branch predictor hardening
   settings take proper effect on secondary cores
 - Disable USB OTG on am3517 since current driver isn't working
 - Fix thermal sensor register settings on Armada 38x
 - Fix suspend/resume IRQs on pxa3xx

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: am3517.dtsi:  Disable reference to OMAP3 OTG controller

Baruch Siach (1):
      ARM: dts: armada-38x: use the new thermal binding

Daniel Mack (1):
      ARM: pxa: irq: fix handling of ICMR registers in suspend/resume

Nishanth Menon (1):
      ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores

Olof Johansson (3):
      Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixes
      Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

 arch/arm/boot/dts/am3517.dtsi     |  5 +++++
 arch/arm/boot/dts/armada-38x.dtsi |  2 +-
 arch/arm/mach-omap2/omap-smp.c    | 41 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-pxa/irq.c           |  4 ++--
 4 files changed, 49 insertions(+), 3 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-07-08 16:32 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-07-08 16:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:

  Linux 4.18-rc3 (2018-07-01 16:04:53 -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 f0463f3619fd10e0cbaa5195bf2bc264a77a586d:

  Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2018-07-05 14:59:20 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.18-rc

A small collection of fixes, sort of the usual at this point, all for
i.MX or OMAP:
 - Enable ULPI drivers on i.MX to avoid a hang
 - Pinctrl fix for touchscreen on i.MX51 ZII RDU1
 - Fixes for ethernet clock references on am3517
 - mmc0 write protect detection fix for am335x
 - kzalloc->kcalloc conversion in an OMAP driver
 - USB metastability fix for USB on dra7
 - Fix touchscreen wakeup on am437x

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: omap3: Fix am3517 mdio and emac clock references

Daniel Mack (1):
      ARM: dts: am437x: make edt-ft5x06 a wakeup source

Fabio Estevam (2):
      ARM: imx_v6_v7_defconfig: Select ULPI support
      ARM: imx_v4_v5_defconfig: Select ULPI support

Kees Cook (1):
      bus: ti-sysc: Use 2-factor allocator arguments

Nick Dyer (1):
      ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl

Olof Johansson (2):
      Merge tag 'imx-fixes-4.18-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Robert Nelson (1):
      ARM: dts: am335x-bone-common: Fix mmc0 Write Protect

Roger Quadros (1):
      ARM: dts: dra7: Disable metastability workaround for USB2

Tony Lindgren (1):
      Merge branch 'omap-for-v4.19/ti-sysc' into omap-for-v4.18/fixes

 arch/arm/boot/dts/am335x-bone-common.dtsi | 1 -
 arch/arm/boot/dts/am3517.dtsi             | 4 ++++
 arch/arm/boot/dts/am437x-sk-evm.dts       | 2 ++
 arch/arm/boot/dts/dra7.dtsi               | 2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts      | 2 +-
 arch/arm/configs/imx_v4_v5_defconfig      | 2 ++
 arch/arm/configs/imx_v6_v7_defconfig      | 2 ++
 drivers/bus/ti-sysc.c                     | 8 ++++----
 8 files changed, 16 insertions(+), 7 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-06-30 19:32 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-06-30 19:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 86676c4685f774d818f7a6c401c925bbf2a92903:

  arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards (2018-06-27 07:14:47 -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 4ca2f0b945fad835959fa596df47817797987cd2:

  Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes (2018-06-29 14:08:27 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.18-rc

A smaller batch for the end of the week (let's see if I can keep the
weekly cadence going for once).

All medium-grade fixes here, nothing worrisome:
 - Fixes for some fairly old bugs around SD card write-protect detection
   and GPIO interrupt assignments on Davinci.
 - Wifi module suspend fix for Hikey.
 - Minor DT tweaks to fix inaccuracies for Amlogic platforms, on of
   which solves booting with third-party u-boot.

----------------------------------------------------------------
Adam Ford (1):
      ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SD

Jerome Brunet (2):
      ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
      ARM64: dts: meson-axg: fix ethernet stability issue

Keerthy (1):
      ARM: dts: da850: Fix interrups property for gpio

Kevin Hilman (2):
      ARM64: dts: meson: fix register ranges for SD/eMMC
      ARM64: dts: meson-gx: fix ATF reserved memory region

Martin Blumenstingl (1):
      ARM64: dts: meson-gxl: fix Mali GPU compatible string

Neil Armstrong (1):
      ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0

Olof Johansson (3):
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into fixes
      Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into fixes
      Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes

oscardagrach (2):
      arm64: dts: hikey: Define wl1835 power capabilities
      arm64: dts: hikey960: Define wl1837 power capabilities

 arch/arm/boot/dts/da850.dtsi                              |  6 +-----
 arch/arm/mach-davinci/board-da850-evm.c                   |  2 +-
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts            | 15 ++++++++++++++-
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                |  4 ++--
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                 | 12 +++++++++---
 arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi           |  2 +-
 .../boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts     |  3 ---
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi     |  7 +++++++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                |  8 --------
 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts         |  2 ++
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts            |  2 ++
 11 files changed, 39 insertions(+), 24 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-06-27 14:38 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-06-27 14:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

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 86676c4685f774d818f7a6c401c925bbf2a92903:

  arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards (2018-06-27 07:14:47 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.18-rc

A handful of fixes, nothing really concerning and most touching devicetree
files for various platforms.

I also regenerated the shared multiplatform defconfigs; they have drifted
quite a bit due to Kconfig changes and reordering, and several platform
maintainers tried doing the same which resulted in a lot of conflict pain
-- this way we get everybody onto the same base for next merge window.

----------------------------------------------------------------
Andy Gross (1):
      Merge tag 'qcom-fixes-for-4.18-rc1' into linus

Anson Huang (1):
      soc: imx: gpcv2: correct PGC offset

Arnd Bergmann (1):
      qcom: cmd-db: enforce CONFIG_OF_RESERVED_MEM dependency

Dinh Nguyen (1):
      ARM: dts: socfpga: Fix NAND controller node compatible for Arria10

Florian Fainelli (6):
      MAINAINTERS: Corrected Broadcom Northstar2 entry
      MAINTAINERS: Update Broadcom iProc entry with Stingray
      ARM: dts: NSP: Fix i2c controller interrupt type
      ARM: dts: NSP: Fix PCIe controllers interrupt types
      ARM: dts: HR2: Fix interrupt types for i2c and PCIe
      ARM: dts: BCM5301x: Fix i2c controller interrupt type

Geert Uytterhoeven (2):
      soc: renesas: rcar-sysc: Make PM domain initialization more robust
      ARM: Always build secure_cntvoff.S on ARM V7 to fix shmobile !SMP build

Katsuhiro Suzuki (1):
      arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boards

Marek Vasut (2):
      ARM: dts: socfpga: Fix NAND controller clock supply
      ARM: dts: socfpga: Fix NAND controller node compatible

Miquel Raynal (1):
      arm64: dts: marvell: fix CP110 ICU node size

Oleksij Rempel (1):
      ARM: dts: imx6sx: fix irq for pcie bridge

Olof Johansson (11):
      Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'renesas-fixes-for-v4.18' of https://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'imx-fixes-4.18' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'arm-soc/for-4.18/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'arm-soc/for-4.18/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'arm-soc/for-4.18/maintainers-arm64-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'qcom-fixes-for-4.18-rc1' of git://git.kernel.org/.../agross/linux into fixes
      arm64: defconfig: renormalize based on recent additions
      ARM: multi_v7_defconfig: renormalize based on recent additions
      Merge tag 'socfpga_nand_fix_v4.17' of git://git.kernel.org/.../dinguyen/linux into fixes
      Merge tag 'qcom-fixes-for-4.18-rc2' of git://git.kernel.org/.../agross/linux into fixes

Ray Jui (5):
      ARM: dts: Cygnus: Fix I2C controller interrupt type
      ARM: dts: Cygnus: Fix PCIe controller interrupt type
      arm64: dts: ns2: Fix I2C controller interrupt type
      arm64: dts: ns2: Fix PCIe controller interrupt type
      arm64: dts: Stingray: Fix I2C controller interrupt type

Rob Herring (1):
      arm64: dts: msm8916: fix Coresight ETF graph connections

Scott Branden (2):
      arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
      arm64: dts: specify 1.8V EMMC capabilities for bcm958742t

Sean Nyekjaer (1):
      ARM: dts: imx6q: Use correct SDMA script for SPI5 core

Srinivas Kandagatla (1):
      arm64: dts: apq8096-db820c: disable uart0 by default

Thor Thayer (2):
      arm64: dts: stratix10: Fix SPI nodes for Stratix10
      ARM: dts: Fix SPI node for Arria10

Viresh Kumar (1):
      arm: dts: armada: Fix "#cooling-cells" property's name

 MAINTAINERS                                        |   6 +-
 arch/arm/boot/dts/armada-385-synology-ds116.dts    |   2 +-
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  24 +-
 arch/arm/boot/dts/bcm-hr2.dtsi                     |  24 +-
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  32 +-
 arch/arm/boot/dts/bcm5301x.dtsi                    |   2 +-
 arch/arm/boot/dts/imx6q.dtsi                       |   2 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |   2 +-
 arch/arm/boot/dts/socfpga.dtsi                     |   4 +-
 arch/arm/boot/dts/socfpga_arria10.dtsi             |   5 +-
 arch/arm/common/Makefile                           |   2 +-
 arch/arm/configs/multi_v7_defconfig                | 378 +++++++++------------
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |   6 +-
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi   |   8 +-
 .../boot/dts/broadcom/stingray/bcm958742k.dts      |   4 +
 .../boot/dts/broadcom/stingray/bcm958742t.dts      |   4 +
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   4 +-
 arch/arm64/boot/dts/marvell/armada-cp110.dtsi      |   2 +-
 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       |   2 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |   4 +-
 .../boot/dts/socionext/uniphier-ld11-global.dts    |   2 +-
 .../boot/dts/socionext/uniphier-ld20-global.dts    |   2 +-
 arch/arm64/configs/defconfig                       | 102 +++---
 drivers/soc/imx/gpcv2.c                            |  13 +-
 drivers/soc/qcom/Kconfig                           |   3 +-
 drivers/soc/renesas/rcar-sysc.c                    |  35 +-
 26 files changed, 310 insertions(+), 364 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-05-26 21:01 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-05-26 21:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


Please merge. Thanks!


-Olof


The following changes since commit 771c577c23bac90597c685971d7297ea00f99d11:

  Linux 4.17-rc6 (2018-05-20 15:31:38 -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 e5dd61546a777d19d4fe35e2d0a2b664ca49f6b2:

  Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi into fixes (2018-05-26 12:12:44 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.17-rc

A few more fixes for v4.17:
 - A fix for a crash in scm_call_atomic on qcom platforms
 - Display fix for Allwinner A10
 - A fix that re-enables ethernet on Allwinner H3 (C.H.I.P et al)
 - A fix for eMMC corruption on hikey
 - i2c-gpio descriptor tables for ixp4xx
 + a small typo fix

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi One

Colin Ian King (1):
      ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled"

John Stultz (1):
      arm64: dts: hikey: Fix eMMC corruption regression

Linus Walleij (1):
      ARM: Fix i2c-gpio GPIO descriptor tables

Niklas Cassel (1):
      firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()

Olof Johansson (3):
      Merge tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/.../sunxi/linux into fixes
      Merge tag 'qcom-fixes-for-4.17-rc7' of git://git.kernel.org/.../agross/linux into fixes
      Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi into fixes

Pascal Roeleven (1):
      ARM: dts: sun4i: Fix incorrect clocks for displays

 arch/arm/boot/dts/sun4i-a10.dtsi                   | 6 +++---
 arch/arm/boot/dts/sun8i-h3-orangepi-one.dts        | 1 +
 arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts | 2 +-
 arch/arm/mach-ep93xx/core.c                        | 2 +-
 arch/arm/mach-ixp4xx/avila-setup.c                 | 2 +-
 arch/arm/mach-ixp4xx/dsmg600-setup.c               | 2 +-
 arch/arm/mach-ixp4xx/fsg-setup.c                   | 2 +-
 arch/arm/mach-ixp4xx/ixdp425-setup.c               | 2 +-
 arch/arm/mach-ixp4xx/nas100d-setup.c               | 2 +-
 arch/arm/mach-ixp4xx/nslu2-setup.c                 | 2 +-
 arch/arm/mach-pxa/palmz72.c                        | 2 +-
 arch/arm/mach-pxa/viper.c                          | 4 ++--
 arch/arm/mach-sa1100/simpad.c                      | 2 +-
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts     | 1 -
 drivers/firmware/qcom_scm-32.c                     | 8 ++++----
 15 files changed, 20 insertions(+), 20 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2018-05-20  1:23 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2018-05-20  1:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 67b8d5c7081221efa252e111cd52532ec6d4266f:

  Linux 4.17-rc5 (2018-05-13 16:15:17 -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 709f490d5b594b9548577d2285ffeaad8a278b10:

  Merge tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into fixes (2018-05-19 17:58:32 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.17-rc

A handful of fixes. I've been queuing them up a bit too long so the list
is longer than it otherwise would have been spread out across a few -rcs.

In general, it's a scattering of fixes across several platforms, nothing
truly serious enough to point out.

There's a slightly larger batch of them for the Davinci platforms due
to work to bring them back to life after some time, so there's a handful
of regressions, some of them going back very far, others more recent.

There's also a few patches fixing DT on Renesas platforms since they
changed some bindings without remaining backwards compatible, splitting
up describing LVDS as a proper bridge instead of having it as part of the
display unit. We could push for them to be backwards compatible with old
device trees, but it's likely to regress eventually if nobody's actually
using said compatibility.

----------------------------------------------------------------
Adam Ford (3):
      ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
      ARM: dts: logicpd-som-lv: Fix Audio Mute
      ARM: dts: logicpd-som-lv: Fix pinmux controller references

Bhadram Varka (1):
      arm64: tegra: Make BCM89610 PHY interrupt as active low

Cl?ment P?ron (1):
      ARM: dts: cygnus: fix irq type for arm global timer

Dan Carpenter (1):
      firmware: arm_scmi: Use after free in scmi_create_protocol_device()

Dmitry Osipenko (1):
      ARM: dts: tegra20: Revert "Fix ULPI regression on Tegra20"

Etienne Carriere (1):
      tee: check shm references are consistent in offset/size

Fabio Estevam (1):
      ARM: dts: imx7s: Pass the 'fsl,sec-era' property

Graeme Smecher (1):
      ARM: dts: correct missing "compatible" entry for ti81xx SoCs

Jann Horn (1):
      tee: shm: fix use-after-free via temporarily dropped reference

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: fix deferred_fiq handler

Laurent Pinchart (3):
      ARM: dts: r8a7790: Convert to new LVDS DT bindings
      ARM: dts: r8a7791: Convert to new LVDS DT bindings
      ARM: dts: r8a7793: Convert to new LVDS DT bindings

Marek Szyprowski (1):
      arm64: dts: exynos: Fix interrupt type for I2S1 device on Exynos5433

Masahiro Yamada (3):
      arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
      reset: uniphier: fix USB clock line for LD20
      arm64: dts: uniphier: stabilize ethernet of LD20 reference board

Maxime Chevallier (2):
      ARM64: dts: marvell: armada-cp110: Add clocks for the xmdio node
      ARM64: dts: marvell: armada-cp110: Add mg_core_clk for ethernet node

Nikita Yushchenko (1):
      ARM: dts: imx51-zii-rdu1: fix touchscreen bindings

Olof Johansson (13):
      Merge tag 'uniphier-fixes-v4.17' of git://git.kernel.org/.../masahiroy/linux-uniphier into fixes
      Merge tag 'renesas-fixes-for-v4.17' of https://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'davinci-fixes-for-v4.17' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'tegra-for-4.17-fixes' of git://git.kernel.org/.../tegra/linux into fixes
      Merge tag 'tee-drv-fixes-for-4.17' of git://git.linaro.org/people/jens.wiklander/linux-tee into fixes
      Merge tag 'arm-soc/for-4.17/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes
      Merge tag 'omap-for-v17/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/.../sudeep.holla/linux into fixes
      Merge tag 'imx-fixes-4.17' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'mvebu-fixes-4.17-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'reset-fixes-for-4.17' of git://git.pengutronix.de/pza/linux into fixes
      Merge tag 'davinci-fixes-for-v4.17-part-2' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/.../tegra/linux into fixes

Russell King (1):
      ARM: keystone: fix platform_domain_notifier array overrun

Sekhar Nori (11):
      ARM: dts: da850: get rid of skeleton.dtsi
      ARM: dts: da850-lcdk: add unit name for memory node
      ARM: dts: da850: fix W=1 warnings with pinmux node
      ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
      ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
      ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
      ARM: davinci: board-dm355-evm: fix broken networking
      ARM: davinci: fix GPIO lookup for I2C
      ARM: davinci: dm646x: fix timer interrupt generation
      ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
      ARM: davinci: board-dm646x-evm: set VPIF capture card name

Tero Kristo (1):
      ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace

Tony Lindgren (1):
      Revert "ARM: dts: logicpd-som-lv: Fix pinmux controller references"

 .../devicetree/bindings/net/marvell-pp2.txt        |  9 +--
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  2 +-
 arch/arm/boot/dts/da850-lcdk.dts                   |  4 +-
 arch/arm/boot/dts/da850.dtsi                       | 13 ++++-
 arch/arm/boot/dts/dm8148-evm.dts                   |  2 +-
 arch/arm/boot/dts/dm8148-t410.dts                  |  2 +-
 arch/arm/boot/dts/dm8168-evm.dts                   |  2 +-
 arch/arm/boot/dts/dra62x-j5eco-evm.dts             |  2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |  6 +-
 arch/arm/boot/dts/imx7s.dtsi                       |  1 +
 arch/arm/boot/dts/logicpd-som-lv.dtsi              | 11 +++-
 arch/arm/boot/dts/r8a7790-lager.dts                | 22 ++++++--
 arch/arm/boot/dts/r8a7790.dtsi                     | 65 +++++++++++++++++++---
 arch/arm/boot/dts/r8a7791-koelsch.dts              | 12 +++-
 arch/arm/boot/dts/r8a7791-porter.dts               | 16 +++++-
 arch/arm/boot/dts/r8a7791.dtsi                     | 36 ++++++++++--
 arch/arm/boot/dts/r8a7793-gose.dts                 | 10 +++-
 arch/arm/boot/dts/r8a7793.dtsi                     | 37 ++++++++++--
 arch/arm/boot/dts/tegra20.dtsi                     |  2 +-
 arch/arm/mach-davinci/board-da830-evm.c            |  9 ++-
 arch/arm/mach-davinci/board-da850-evm.c            |  9 ++-
 arch/arm/mach-davinci/board-dm355-evm.c            | 15 ++++-
 arch/arm/mach-davinci/board-dm644x-evm.c           | 10 +++-
 arch/arm/mach-davinci/board-dm646x-evm.c           |  5 +-
 arch/arm/mach-davinci/board-omapl138-hawk.c        | 10 +++-
 arch/arm/mach-davinci/dm646x.c                     |  3 +-
 arch/arm/mach-keystone/pm_domain.c                 |  1 +
 arch/arm/mach-omap1/ams-delta-fiq.c                | 28 +++++-----
 arch/arm/mach-omap2/powerdomain.c                  |  4 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  2 +-
 arch/arm64/boot/dts/marvell/armada-cp110.dtsi      |  7 ++-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |  2 +-
 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi   |  2 +-
 .../arm64/boot/dts/socionext/uniphier-ld20-ref.dts |  8 +++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |  2 +-
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi   |  2 +-
 drivers/firmware/arm_scmi/driver.c                 |  1 +
 drivers/reset/reset-uniphier.c                     |  6 +-
 drivers/tee/tee_core.c                             | 11 ++++
 drivers/tee/tee_shm.c                              |  5 +-
 40 files changed, 300 insertions(+), 96 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2017-12-10  5:11 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-12-10  5:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

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 8be0b9886b6470a1261c9c2d0cfc1f0f89bf21b9:

  Merge branch 'fixes' into for-next (2017-12-09 20:23:58 -0800)

----------------------------------------------------------------
ARM: SoC fixes for 4.15-rc

ARM SoC fixes for this merge window:

 - A revert of all SCPI changes from the 4.15 merge window. They had
   regressions on the Amlogic platforms, and the submaintainer isn't
   around to fix these bugs due to vacation, etc. So we agreed to revert
   and revisit in next release cycle.

 - A series fixing a number of bugs for ARM CCN interconnect, around
   module unload, smp_processor_id() in preemptable context, and fixing
   some memory allocation failure checks.

 - A handful of devicetree fixes for different platforms, fixing
   warnings and errors that were previously ignored by the compiler.

 - The usual set of mostly minor fixes for different platforms.

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enet
      ARM: dts: logicpd-somlv: Fix wl127x pinmux

Arnaud Patard (1):
      meson-gx-socinfo: Fix package id parsing

Arnd Bergmann (3):
      ARM: dts: r8a779x: Add '#reset-cells' in cpg-mssr
      ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds
      Merge branch 'fixes' into for-next

Arvind Yadav (1):
      bus: arm-ccn: constify attribute_group structures.

Christophe JAILLET (2):
      bus: arm-ccn: Check memory allocation failure
      bus: arm-ccn: Simplify code

Colin Ian King (1):
      ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"

Dai Okamura (1):
      arm64: dts: uniphier: correct on-board device IRQ number for PXs3

Dan Carpenter (1):
      ARM: OMAP2+: Missing error code in omap_device_build()

Fabio Estevam (2):
      ARM: dts: vf610-zii-dev-rev-c: Fix the I2C EEPROM address
      Revert "ARM: dts: imx53: add srtc node"

Florian Fainelli (3):
      ARM: dts: NSP: Disable AHCI controller for HR NSP boards
      ARM: dts: NSP: Fix PPI interrupt types
      Merge tag 'bcm2835-dt-next-fixes-2017-11-15' into devicetree/fixes

Jens Wiklander (1):
      optee: fix invalid of_node_put() in optee_driver_init()

Keerthy (1):
      ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst function

Kim Phillips (1):
      bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left.

Marc Zyngier (2):
      bus: arm-ccn: Fix use of smp_processor_id() in preemptible context
      bus: arm-cci: Fix use of smp_processor_id() in preemptible context

Martin Blumenstingl (2):
      ARM: dts: meson: correct the sort order for the the gpio_intc node
      ARM: dts: meson: fix the memory region of the GPIO interrupt controller

Masahiro Yamada (3):
      arm64: dts: uniphier: remove unnecessary interrupt-parent
      MAINTAINERS: exclude other Socionext SoC DT files from ARM/UNIPHIER entry
      arm64: dts: sort vendor subdirectories in Makefile alphabetically

Neil Armstrong (1):
      ARM64: dts: meson-gx: fix UART pclk clock name

Olof Johansson (12):
      Merge tag 'renesas-dt-fixes-for-v4.15' of https://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'arm-soc/for-4.15/devicetree-fixes-1' of http://github.com/Broadcom/stblinux into fixes
      Merge tag 'tee-drv-fix-for-4.15' of https://git.linaro.org/people/jens.wiklander/linux-tee into fixes
      Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/.../masahiroy/linux-uniphier into fixes
      Merge tag 'imx-fixes-4.15' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v4.15/fixes-v2-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      firmware: arm_scpi: Revert updates made during v4.15 merge window
      Merge branch 'fixes' into for-next
      Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes
      Merge tag 'amlogic-fixes-1' of git://git.kernel.org/.../khilman/linux-amlogic into fixes
      Merge branch 'fixes' into for-next

Peter Ujfalusi (2):
      ARM: dts: am4372: Correct the interrupts_properties of McASP
      ARM: dts: am437x-cm-t43: Correct the dmas property of spi0

Rob Herring (4):
      ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv
      ARM: dts: am33xx: Add missing #phy-cells to ti,am335x-usb-phy
      arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv
      arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv

Stefan Wahren (1):
      ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells

Tero Kristo (2):
      ARM: OMAP3: hwmod_data: add missing module_offs for MMC3
      ARM: OMAP2/3: CM: fix cm_split_idlest functionality

Tony Lindgren (10):
      ARM: OMAP2+: Fix smatch found issue for omap_device
      ARM: dts: Add remote-wakeup-connected for omap OHCI
      ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_context
      ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgen
      Merge branch 'soc-fixes' into omap-for-v4.15/fixes
      Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt
      Merge branch 'omap-for-v4.14/fixes' into omap-for-v4.15/fixes-v2
      Merge branch 'omap-for-v4.15/fixes-dt' into omap-for-v4.15/fixes-v2
      ARM: dts: Fix elm interrupt compiler warning
      ARM: dts: Fix dm814x missing phy-cells property

 .../devicetree/bindings/usb/am33xx-usb.txt         |   2 +
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/am33xx.dtsi                      |   2 +
 arch/arm/boot/dts/am4372.dtsi                      |   6 +-
 arch/arm/boot/dts/am437x-cm-t43.dts                |   4 +-
 arch/arm/boot/dts/armada-385-db-ap.dts             |   1 +
 arch/arm/boot/dts/armada-385-linksys.dtsi          |   1 +
 arch/arm/boot/dts/armada-385-synology-ds116.dts    |   2 +
 arch/arm/boot/dts/armada-388-gp.dts                |   2 +
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   4 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |   1 +
 arch/arm/boot/dts/bcm958623hr.dts                  |   4 -
 arch/arm/boot/dts/bcm958625hr.dts                  |   4 -
 arch/arm/boot/dts/dm814x.dtsi                      |   2 +
 arch/arm/boot/dts/imx53.dtsi                       |   9 -
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts   |   3 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  17 +-
 arch/arm/boot/dts/meson.dtsi                       |  18 +-
 arch/arm/boot/dts/nspire.dtsi                      |   1 +
 arch/arm/boot/dts/omap3-beagle-xm.dts              |   1 +
 arch/arm/boot/dts/omap3-beagle.dts                 |   1 +
 arch/arm/boot/dts/omap3-cm-t3x.dtsi                |   2 +
 arch/arm/boot/dts/omap3-evm-common.dtsi            |   1 +
 arch/arm/boot/dts/omap3-gta04.dtsi                 |   1 +
 arch/arm/boot/dts/omap3-igep0020-common.dtsi       |   1 +
 arch/arm/boot/dts/omap3-igep0030-common.dtsi       |   1 +
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi            |   1 +
 arch/arm/boot/dts/omap3-overo-base.dtsi            |   1 +
 arch/arm/boot/dts/omap3-pandora-common.dtsi        |   1 +
 arch/arm/boot/dts/omap3-tao3530.dtsi               |   1 +
 arch/arm/boot/dts/omap3.dtsi                       |   1 +
 arch/arm/boot/dts/omap4-droid4-xt894.dts           |   1 +
 arch/arm/boot/dts/omap4-duovero.dtsi               |   1 +
 arch/arm/boot/dts/omap4-panda-common.dtsi          |   1 +
 arch/arm/boot/dts/omap4-var-som-om44.dtsi          |   1 +
 arch/arm/boot/dts/omap4.dtsi                       |   5 +-
 arch/arm/boot/dts/omap5-board-common.dtsi          |   2 +
 arch/arm/boot/dts/omap5-cm-t54.dts                 |   2 +
 arch/arm/boot/dts/omap5.dtsi                       |   1 +
 arch/arm/boot/dts/r8a7790.dtsi                     |   1 +
 arch/arm/boot/dts/r8a7792.dtsi                     |   1 +
 arch/arm/boot/dts/r8a7793.dtsi                     |   1 +
 arch/arm/boot/dts/r8a7794.dtsi                     |   1 +
 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts          |   2 +-
 arch/arm/mach-meson/platsmp.c                      |   2 +-
 arch/arm/mach-omap2/cm_common.c                    |   6 +-
 arch/arm/mach-omap2/omap-secure.c                  |  21 ++
 arch/arm/mach-omap2/omap-secure.h                  |   4 +
 arch/arm/mach-omap2/omap_device.c                  |  10 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   1 +
 arch/arm/mach-omap2/pm.h                           |   4 -
 arch/arm/mach-omap2/pm34xx.c                       |  13 +-
 arch/arm/mach-omap2/prcm-common.h                  |   1 +
 arch/arm/mach-omap2/prm33xx.c                      |  12 --
 arch/arm/mach-omap2/sleep34xx.S                    |  26 +--
 arch/arm64/boot/dts/Makefile                       |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |   4 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi         |   6 +-
 .../arm64/boot/dts/socionext/uniphier-ld11-ref.dts |   1 -
 .../arm64/boot/dts/socionext/uniphier-ld20-ref.dts |   1 -
 .../arm64/boot/dts/socionext/uniphier-pxs3-ref.dts |   3 +-
 drivers/bus/arm-cci.c                              |   7 +-
 drivers/bus/arm-ccn.c                              |  25 ++-
 drivers/firmware/arm_scpi.c                        | 216 ++++++++++++---------
 drivers/soc/amlogic/meson-gx-socinfo.c             |   4 +-
 drivers/tee/optee/core.c                           |   1 -
 66 files changed, 278 insertions(+), 210 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2017-10-04 23:05 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-10-04 23:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

A slightly noisy fixes request this time. Explanation below. Please merge.


Thanks!

-Olof


The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -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 08f8c8808c924162d8f121a7f669d5dfe67bb51a:

  Merge tag 'stm32-dt-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into fixes (2017-10-04 10:31:00 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 4.14-rc

Our first batch of fixes this release cycle, unfortunately a bit noisier
than usual. Two major groups stand out:

 - Some pinctril dts/dtsi changes for stm32 due to a new driver being
   merged during the merge window, and this aligns the DT contents between
   the old format and the new. This could arguably be moved to the next
   merge window but it also seemed relatively harmless to include now.

 - Amlogic/meson had driver changes merged that required devicetree
   changes to avoid functional/performance regressions. I've already
   asked them to be more careful about this going forward, and making
   sure drivers are compatible with older DTs when they make these kind
   of changes. The platform is actively being upstreamed so there's a
   few things in flight, we've seen this happen before and sometimes
   it's hard to catch in time.

Besides that there is the usual mix of minor fixes.

----------------------------------------------------------------
Alexandre Belloni (1):
      ARM: at91: Replace uses of virt_to_phys with __pa_symbol

Alexandre Torgue (2):
      ARM: dts: stm32: Fix STMPE1600 binding on stm32429i-eval board
      ARM: dts: stm32: use right pinctrl compatible for stm32f469

Arnd Bergmann (1):
      ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m

Baruch Siach (1):
      arm64: dt marvell: Fix AP806 system controller size

Eugeniy Paltsev (1):
      ARC: reset: add missing DT binding documentation for HSDKv1 reset driver

Geert Uytterhoeven (1):
      reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TEST

H. Nikolaus Schaller (1):
      ARM: OMAP2+: hsmmc: fix logic to call either omap_hsmmc_init or omap_hsmmc_late_init but not both

Heiko Stuebner (1):
      Revert "arm64: dts: rockchip: Add basic cpu frequencies for RK3368"

Jerome Brunet (9):
      ARM64: dts: meson-gx: Use correct mmc clock source 0
      ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
      ARM64: dts: meson: add mmc clk gate pins
      ARM64: dts: meson-gxbb: nanopi-k2: add card regulator settle times
      ARM64: dts: meson-gxl: libretech-cc: add card regulator settle times
      ARM64: dts: meson-gxl: libretech-cc: enable high speed modes
      ARM64: dts: meson-gxbb: p20x: enable sdcard UHS modes
      ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes
      ARM64: dts: meson-gxbb: nanopi-k2: enable sdr104 mode

Keerthy (2):
      ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
      ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux

Linus Walleij (1):
      ARM: defconfig: update Gemini defconfig

Ludovic Desroches (2):
      ARM: dts: at91: sama5d27_som1_ek: update pinmux/pinconf for LEDs and USB
      ARM: dts: at91: sama5d27_som1_ek: fix typos

Nickey Yang (2):
      arm64: dts: rockchip: Correct MIPI DPHY PLL clock on rk3399
      arm64: dts: rockchip: add the grf clk for dw-mipi-dsi on rk3399

Nicolas Ferre (1):
      ARM: dts: at91: sama5d27_som1_ek: fix USB host vbus

Olof Johansson (8):
      Merge tag 'at91-fixes' of git://git.kernel.org/.../nferre/linux-at91 into fixes
      Merge tag 'davinci-fixes-for-v4.14' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'reset-fixes-for-4.14' of git://git.pengutronix.de/git/pza/linux into fixes
      Merge tag 'mvebu-fixes-4.14-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'v4.14-rockchip-dts64fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'omap-for-v4.14/fixes-rc3' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'amlogic-dt64-3' of git://git.kernel.org/.../khilman/linux-amlogic into fixes
      Merge tag 'stm32-dt-fixes-for-v4.14' of git://git.kernel.org/.../atorgue/stm32 into fixes

Pavel Machek (1):
      ARM: dts: nokia n900: drop unneeded/undocumented parts of the dts

Russell King (1):
      MAINTAINERS: add Macchiatobin maintainers entry

Sekhar Nori (1):
      ARM: dts: da850-evm: add serial and ethernet aliases

Suniel Mahesh (1):
      ARM: dts: am33xx: Add spi alias to match SOC schematics

Thomas Meyer (1):
      ARC: reset: Only build on archs that have IOMEM

Vineet Gupta (1):
      ARC: reset: remove the misleading v1 suffix all over

Yogesh Siraswar (1):
      ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry

 .../devicetree/bindings/reset/snps,hsdk-reset.txt  |  28 ++
 MAINTAINERS                                        |  12 +-
 arch/arm/boot/dts/am33xx.dtsi                      |   2 +
 arch/arm/boot/dts/am43x-epos-evm.dts               |   6 +-
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts        |  19 +-
 arch/arm/boot/dts/da850-evm.dts                    |   7 +
 arch/arm/boot/dts/dra7xx-clocks.dtsi               |   2 +
 arch/arm/boot/dts/omap3-n900.dts                   |  11 -
 arch/arm/boot/dts/stm32429i-eval.dts               |   5 +-
 arch/arm/boot/dts/stm32f4-pinctrl.dtsi             | 343 +++++++++++++++++++++
 arch/arm/boot/dts/stm32f429-disco.dts              |   1 +
 arch/arm/boot/dts/stm32f429-pinctrl.dtsi           |  95 ++++++
 arch/arm/boot/dts/stm32f429.dtsi                   | 297 ------------------
 arch/arm/boot/dts/stm32f469-disco.dts              |   1 +
 arch/arm/boot/dts/stm32f469-pinctrl.dtsi           |  96 ++++++
 arch/arm/configs/gemini_defconfig                  |   3 +-
 arch/arm/configs/pxa_defconfig                     |   2 +-
 arch/arm/configs/viper_defconfig                   |   2 +-
 arch/arm/configs/zeus_defconfig                    |   2 +-
 arch/arm/mach-at91/pm.c                            |   4 +-
 arch/arm/mach-omap2/hsmmc.c                        |   4 +-
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |   1 +
 .../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi |  10 +-
 .../boot/dts/amlogic/meson-gxbb-nanopi-k2.dts      |  19 +-
 .../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts    |  12 +-
 .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |   9 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi   |  13 +-
 .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      |  10 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |  39 ++-
 .../dts/amlogic/meson-gxl-s905x-hwacom-amazetv.dts |   7 +-
 .../dts/amlogic/meson-gxl-s905x-libretech-cc.dts   |  13 +-
 .../dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts    |  10 +-
 .../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi     |  10 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi         |  39 ++-
 .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |   7 +-
 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts |   1 -
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      |   4 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           |  72 +----
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   6 +-
 drivers/reset/Kconfig                              |   9 +-
 drivers/reset/Makefile                             |   2 +-
 drivers/reset/{reset-hsdk-v1.c => reset-hsdk.c}    |  44 +--
 include/dt-bindings/reset/snps,hsdk-reset.h        |  17 +
 include/dt-bindings/reset/snps,hsdk-v1-reset.h     |  17 -
 44 files changed, 810 insertions(+), 503 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
 create mode 100644 arch/arm/boot/dts/stm32f4-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32f429-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/stm32f469-pinctrl.dtsi
 rename drivers/reset/{reset-hsdk-v1.c => reset-hsdk.c} (72%)
 create mode 100644 include/dt-bindings/reset/snps,hsdk-reset.h
 delete mode 100644 include/dt-bindings/reset/snps,hsdk-v1-reset.h

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

* [GIT PULL] ARM: SoC fixes
@ 2017-06-19  6:40 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-06-19  6:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 151d1d752bb681f29898c68c966f6e17b446456c:

  MAINTAINERS: EP93XX: Update maintainership (2017-06-06 21:07:37 -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 a1858df975edf6706e7a5a3ae000e52d81076807:

  Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes (2017-06-18 20:42:21 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Stream of fixes has slowed down, only a few this week:

 - Some DT fixes for Allwinner platforms, and addition of a clock to
   the R_CCU clock controller that had been missed.
 - A couple of small DT fixes for am335x-sl50.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      ARM: sunxi: h3-h5: Add PLL_PERIPH0 clock to the R_CCU
      arm64: allwinner: a64: Add PLL_PERIPH0 clock to the R_CCU

Enric Balletbo i Serra (2):
      ARM: dts: am335x-sl50: Fix card detect pin for mmc1
      ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0

Icenowy Zheng (1):
      ARM: sunxi: h3/h5: fix the compatible of R_CCU

Maxime Ripard (1):
      arm64: allwinner: h5: Remove syslink to shared DTSI

Olof Johansson (2):
      Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/.../sunxi/linux into fixes

 arch/arm/boot/dts/am335x-sl50.dts              | 8 ++------
 arch/arm/boot/dts/sunxi-h3-h5.dtsi             | 7 ++++---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi  | 5 +++--
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi   | 2 +-
 arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi | 1 -
 5 files changed, 10 insertions(+), 13 deletions(-)
 delete mode 120000 arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi

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

* [GIT PULL] ARM: SoC fixes
@ 2017-06-07  4:18 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-06-07  4:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

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

for you to fetch changes up to 151d1d752bb681f29898c68c966f6e17b446456c:

  MAINTAINERS: EP93XX: Update maintainership (2017-06-06 21:07:37 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Been sitting on these for a couple of weeks waiting on some larger batches
to come in but it's been pretty quiet.

Just your garden variety fixes here:

 - A few maintainers updates (ep93xx, Exynos, TI, Marvell)
 - Some PM fixes for Atmel/at91 and Marvell
 - A few DT fixes for Marvell, Versatile, TI Keystone, bcm283x
 - A reset driver patch to set module license for symbol access

----------------------------------------------------------------
Alexander Sverdlin (1):
      MAINTAINERS: EP93XX: Update maintainership

Antoine Tenart (1):
      arm64: marvell: dts: fix interrupts in 7k/8k crypto nodes

Arnd Bergmann (2):
      memory: atmel-ebi: mark PM ops as __maybe_unused
      ARM: at91: select CONFIG_ARM_CPU_SUSPEND

Christophe JAILLET (2):
      ARM: davinci: PM: Free resources in error handling path in 'davinci_pm_init'
      ARM: davinci: PM: Do not free useful resources in normal path in 'davinci_pm_init'

Florian Fainelli (1):
      Merge tag 'bcm2835-dt-fixes-2017-05-16' into devicetree/fixes

Heiko Stuebner (1):
      arm64: defconfig: enable some core options for 64bit Rockchip socs

Javier Martinez Canillas (1):
      MAINTAINERS: Remove Javier Martinez Canillas as reviewer for Exynos

Jeremy Linton (1):
      reset: hi6220: Set module license so that it can be loaded

Masahiro Yamada (1):
      ARM: dts: versatile: use #include "..." to include local DT

Murali Karicheri (1):
      ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR

Olof Johansson (8):
      Merge tag 'davinci-fixes-for-v4.12' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
      Merge tag 'arm-soc/for-4.12/devicetree-fixes-2' of http://github.com/Broadcom/stblinux into fixes
      Merge tag 'samsung-fixes-4.12' of git://git.kernel.org/.../krzk/linux into fixes
      Merge tag 'at91-4.12-fixes' of git://git.kernel.org/.../abelloni/linux into fixes
      Merge tag 'reset-fixes-for-4.12' of git://git.pengutronix.de/git/pza/linux into fixes
      Merge tag 'mvebu-fixes-4.12-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'mvebu-fixes-non-critical-4.12-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'davinci-fixes-for-v4.12-p2' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes

Patrice Chotard (1):
      MAINTAINERS: remove kernel at stlinux.com obsolete mailing list

Phil Elwell (1):
      ARM: dts: bcm283x: Reserve first page for firmware

Sekhar Nori (1):
      MAINTAINERS: add device-tree files to TI DaVinci entry

Thomas Petazzoni (2):
      MAINTAINERS: sort F entries for Marvell EBU maintainers
      MAINTAINERS: add irqchip related drivers to Marvell EBU maintainers

 MAINTAINERS                                          | 14 +++++++-------
 arch/arm/boot/dts/bcm283x.dtsi                       |  5 +++++
 arch/arm/boot/dts/keystone-k2l-netcp.dtsi            |  4 ++--
 arch/arm/boot/dts/keystone-k2l.dtsi                  |  8 ++++++++
 arch/arm/boot/dts/versatile-pb.dts                   |  2 +-
 arch/arm/mach-at91/Kconfig                           |  1 +
 arch/arm/mach-davinci/pm.c                           |  7 ++++++-
 arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi |  3 +--
 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi  |  3 +--
 arch/arm64/configs/defconfig                         | 10 ++++++++++
 drivers/memory/atmel-ebi.c                           |  2 +-
 drivers/reset/hisilicon/hi6220_reset.c               |  2 ++
 12 files changed, 45 insertions(+), 16 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2017-04-16 19:00 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-04-16 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 0fa974b8b6106e053595e5481ef6fdbf5c60b457:

  Merge tag 'arm-soc/for-4.11/devicetree-arm64-fixes' of http://github.com/Broadcom/stblinux into fixes (2017-03-24 17:51:50 +0100)

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 e2647b6de7247b8b8ed50da8d89138a1566c0293:

  Merge tag 'omap-for-v4.11/fixes-rc6-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2017-04-16 11:52:26 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Again, a batch that's been sitting a couple of weeks, mostly because I
anticipated a bit more material but it didn't show up -- which is good.

These are all your garden variety fixes for ARM platforms. Most visible issue
fixed here is probably the SMP reset issue on OMAP, the rest are minor stuff.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: OMAP3: Fix MFG ID EEPROM

Arnd Bergmann (1):
      ARM: orion5x: only call into phylib when available

Dave Gerlach (1):
      ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe defer

Icenowy Zheng (1):
      arm64: allwinner: a64: add pmu0 regs for USB PHY

Olof Johansson (4):
      Merge tag 'reset-fixes-for-4.11-2' of git://git.pengutronix.de/git/pza/linux into fixes
      Merge tag 'sunxi-fixes-for-4.11-2' of https://git.kernel.org/.../sunxi/linux into fixes
      Merge tag 'mvebu-fixes-4.11-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'omap-for-v4.11/fixes-rc6-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Philipp Zabel (1):
      reset: add exported __reset_control_get, return NULL if optional

Quentin Schulz (2):
      ARM: sun8i: a33: remove highest OPP to fix CPU crashes
      ARM: sun8i: a33: add operating-points-v2 property to all nodes

Reizer, Eyal (1):
      ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend

Rob Herring (1):
      ARM: dts: ti: fix PCI bus dtc warnings

Tony Lindgren (1):
      ARM: omap2+: Revert omap-smp.c changes resetting CPU1 during boot

Yegor Yefremov (1):
      ARM: dts: am335x-baltos: disable EEE for Atheros 8035 PHY

 arch/arm/boot/dts/am335x-baltos.dtsi          |  2 +
 arch/arm/boot/dts/am335x-evmsk.dts            |  1 +
 arch/arm/boot/dts/dra7.dtsi                   |  2 +
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi    |  2 +-
 arch/arm/boot/dts/sun8i-a33.dtsi              | 12 ++--
 arch/arm/mach-omap2/common.h                  |  1 +
 arch/arm/mach-omap2/omap-hotplug.c            |  2 +-
 arch/arm/mach-omap2/omap-mpuss-lowpower.c     | 22 +++++--
 arch/arm/mach-omap2/omap-smc.S                |  1 -
 arch/arm/mach-omap2/omap-smp.c                | 90 ++++++++++++++++++++++-----
 arch/arm/mach-omap2/omap_device.c             |  8 +++
 arch/arm/mach-orion5x/Kconfig                 |  1 +
 arch/arm/plat-orion/common.c                  |  5 ++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi |  2 +
 drivers/reset/core.c                          | 22 +++++--
 include/linux/reset.h                         | 22 ++++---
 16 files changed, 154 insertions(+), 41 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2017-02-08 17:07 Arnd Bergmann
  0 siblings, 0 replies; 91+ messages in thread
From: Arnd Bergmann @ 2017-02-08 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7a308bb3016f57e5be11a677d15b821536419d36:

  Linux 4.10-rc5 (2017-01-22 12:54:15 -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 5aff1d245e8cc1ab5c4517d916edaed9e3f7f973:

  ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-in (2017-02-06 17:37:42 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v4.10

- A relatively large patch restores booting on i.MX platforms that
  failed to boot after a cleanup was merged for v4.10.

- A quirk for USB needs to be enabled on the STi platform

- On the Meson platform, we saw memory corruption with part of
  the memory used by the secure monitor, so we have to stay out
  of that area.

- The same platform also has a problem with ethernet under load,
  which is fixed by disabling EEE negotiation.

- imx6dl has an incorrect pin configuration, which prevents SPI
  from working.

- Two maintainers have lost their access to their email addresses, so
  we should update the MAINTAINERS file before the release

- Renaming one of the orion5x linkstation models to help simplify
  the debian install.

- A couple of fixes for build warnings that were introduced during
  v4.10-rc.

----------------------------------------------------------------
Arnd Bergmann (5):
      ARM: imx: hide unused variable in #ifdef
      Merge tag 'imx-fixes-4.10-3' of git://git.kernel.org/.../shawnguo/linux into HEAD
      ARM: orion5x: fix Makefile for linkstation-lschl.dtb
      Merge tag 'mvebu-fixes-4.10-1' of git://git.infradead.org/linux-mvebu into fixes
      ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-in

Dinh Nguyen (1):
      MAINTAINERS: socfpga: update email for Dinh Nguyen

Fabio Estevam (1):
      ARM: dts: imx: Pass 'chosen' and 'memory' nodes

Jerome Brunet (1):
      ARM64: dts: meson-gxbb-odroidc2: fix GbE tx link breakage

Ludovic Desroches (1):
      MAINTAINERS: change email address from atmel to microchip

Neil Armstrong (1):
      ARM64: dts: meson-gx: Add firmware reserved memory zones

Nicolas Ferre (1):
      MAINTAINERS: at91: change email address

Olof Johansson (2):
      Merge tag 'sti-dt-for-v4.10-rc' of git://git.kernel.org/.../pchotard/sti into fixes
      Merge tag 'at91-ab-4.10-soc' of git://git.kernel.org/.../abelloni/linux into fixes

Patrice Chotard (1):
      ARM: dts: STiH407-family: set snps,dis_u3_susphy_quirk

Roger Shimizu (2):
      ARM: dts: orion5x-lschl: Fix model name
      ARM: dts: orion5x-lschl: More consistent naming on linkstation series

S?bastien Szymanski (1):
      ARM: dts: imx6dl: fix GPIO4 range

 MAINTAINERS                                        | 36 +++++++++++-----------
 arch/arm/boot/dts/Makefile                         |  2 +-
 arch/arm/boot/dts/imx1.dtsi                        |  8 +++++
 arch/arm/boot/dts/imx23.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx25.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx27.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx28.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx31.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx35.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx50.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx51.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx53.dtsi                       |  8 +++++
 arch/arm/boot/dts/imx6dl.dtsi                      |  2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |  8 +++++
 arch/arm/boot/dts/imx6sl.dtsi                      |  8 +++++
 arch/arm/boot/dts/imx6sx.dtsi                      |  8 +++++
 arch/arm/boot/dts/imx6ul.dtsi                      |  8 +++++
 arch/arm/boot/dts/imx7s.dtsi                       |  8 +++++
 ...n5x-lschl.dts => orion5x-linkstation-lschl.dts} |  4 +--
 arch/arm/boot/dts/stih407-family.dtsi              |  1 +
 arch/arm/configs/ezx_defconfig                     |  4 +--
 arch/arm/configs/imote2_defconfig                  |  4 +--
 arch/arm/mach-imx/mmdc.c                           |  2 +-
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi          | 18 +++++++++++
 .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 12 ++++++++
 25 files changed, 178 insertions(+), 27 deletions(-)
 rename arch/arm/boot/dts/{orion5x-lschl.dts => orion5x-linkstation-lschl.dts} (98%)

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

* [GIT PULL] ARM: SoC fixes
@ 2017-01-20  0:35 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2017-01-20  0:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 1b9ec81258827001c869f003e0b8dd2ddc104717:

  Merge tag 'davinci-fixes-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes (2017-01-04 16:43:00 +0100)

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 43849785e1079f6606a31cb7fda92d1200849728:

  ARM: dts: da850-evm: fix read access to SPI flash (2017-01-19 16:23:19 -0800)

----------------------------------------------------------------
ARM: SoC fixes

We've been sitting on fixes for a while, and they keep trickling in at a low
rate. Nothing in here comes across as particularly scary or noteworthy, for
the most part it's a large collection of small DT tweaks.

----------------------------------------------------------------
Adam Ford (2):
      ARM: OMAP2+: Fix WL1283 Bluetooth Baud Rate
      ARM: dts: omap3: Fix Card Detect and Write Protect on Logic PD SOM-LV

Arnd Bergmann (1):
      ARM: ux500: fix prcmu_is_cpu_in_wfi() calculation

Chen-Yu Tsai (2):
      ARM: dts: sun6i: Disable display pipeline by default
      ARM: dts: sun6i: hummingbird: Enable display engine again

Emmanuel Vadot (1):
      ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc

Fabien Parent (1):
      ARM: dts: da850-evm: fix read access to SPI flash

Gary Bisson (2):
      ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl init
      ARM: dts: imx6qdl-nitrogen6_som2: fix sgtl5000 pinctrl init

Jean-Jacques Hiblot (1):
      ARM: dts: OMAP5 / DRA7: indicate that SATA port 0 is available.

Jon Mason (1):
      ARM: dts: NSP: Fix DT ranges error

Krzysztof Kozlowski (2):
      MAINTAINERS: Add Patchwork URL to Samsung Exynos entry
      ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*

Lokesh Vutla (1):
      ARM: dts: am335x-icev2: Remove the duplicated pinmux setting

Masahiro Yamada (1):
      ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3

Michal Simek (1):
      ARM64: zynqmp: Fix W=1 dtc 1.4 warnings

Milo Kim (1):
      ARM: dts: sun8i: Support DTB build for NanoPi M1

Moritz Fischer (1):
      ARM64: zynqmp: Fix i2c node's compatible string

Neil Armstrong (1):
      ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS

Olof Johansson (8):
      Merge tag 'zynmp-dt-fixes-for-4.10' of https://github.com/Xilinx/linux-xlnx into fixes
      Merge tag 'imx-fixes-4.10-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'sunxi-fixes-for-4.10' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'samsung-fixes-4.10' of git://git.kernel.org/.../krzk/linux into fixes
      Merge tag 'arm-soc/for-4.10/defconfig-fixes' of http://github.com/Broadcom/stblinux into fixes
      Merge tag 'arm-soc/for-4.10/devicetree-fixes' of http://github.com/Broadcom/stblinux into fixes
      Merge tag 'ux500-fix-for-armsoc' of git://git.kernel.org/.../linusw/linux-stericsson into fixes
      Merge tag 'omap-for-v4.10/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Peter Ujfalusi (1):
      ARM: OMAP1: DMA: Correct the number of logical channels

Sekhar Nori (1):
      ARM: dts: dra72-evm-revc: fix typo in ethernet-phy node

Valentin Rothberg (2):
      ARM: multi_v7_defconfig: fix config typo
      ARM: multi_v7_defconfig: set bcm47xx watchdog

Wei Yongjun (1):
      soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()

 MAINTAINERS                                          |  1 +
 arch/arm/boot/dts/Makefile                           |  1 +
 arch/arm/boot/dts/am335x-icev2.dts                   |  1 -
 arch/arm/boot/dts/bcm-nsp.dtsi                       |  2 +-
 arch/arm/boot/dts/da850-evm.dts                      |  1 +
 arch/arm/boot/dts/dra7.dtsi                          |  1 +
 arch/arm/boot/dts/dra72-evm-revc.dts                 |  2 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi         |  4 ++--
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi        |  4 ++--
 arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts     | 11 +++--------
 arch/arm/boot/dts/omap5.dtsi                         |  1 +
 arch/arm/boot/dts/qcom-mdm9615.dtsi                  |  2 +-
 arch/arm/boot/dts/sun6i-a31-hummingbird.dts          |  4 ++++
 arch/arm/boot/dts/sun6i-a31.dtsi                     |  1 +
 arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts |  2 +-
 arch/arm/configs/multi_v7_defconfig                  |  4 ++--
 arch/arm/configs/s3c2410_defconfig                   |  6 +++---
 arch/arm/mach-omap1/dma.c                            | 16 +++++++---------
 arch/arm/mach-omap2/pdata-quirks.c                   |  2 +-
 arch/arm/mach-ux500/pm.c                             |  4 ++--
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts  |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi          |  2 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi           |  2 +-
 arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts          |  2 +-
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi               |  6 +++---
 drivers/soc/ti/wkup_m3_ipc.c                         |  1 +
 26 files changed, 47 insertions(+), 40 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-12-09 18:01 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-12-09 18:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

This should be our last set of fixes for 4.9. Please merge!


Thanks,

-Olof

The following changes since commit 909e481e2467f202b97d42beef246e8829416a85:

  arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions (2016-12-02 17:28:17 +0100)

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 038ccb3e8cee52e07dc118ff99f47eaebc1d0746:

  ARM: dts: orion5x: fix number of sata port for linkstation ls-gl (2016-12-08 10:19:24 -0800)

----------------------------------------------------------------
ARM: Final batch of SoC fixes

A few fixes that have trickled in over the last week, all fixing minor
errors in devicetrees -- UART pin assignment on Allwinner H3, correcting
number of SATA ports on a Marvell-based Linkstation platform and a display
clock fix for Freescale/NXP i.MX7D that fixes a freeze when starting up X.

----------------------------------------------------------------
Jorik Jonker (1):
      dts: sun8i-h3: correct UART3 pin definitions

Roger Shimizu (1):
      ARM: dts: orion5x: fix number of sata port for linkstation ls-gl

Stefan Agner (1):
      ARM: dts: imx7d: fix LCDIF clock assignment

 arch/arm/boot/dts/imx7s.dtsi                   | 5 ++---
 arch/arm/boot/dts/orion5x-linkstation-lsgl.dts | 4 ++++
 arch/arm/boot/dts/sun8i-h3.dtsi                | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-11-20  2:37 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-11-20  2:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Actual current version this time. Had an old file with the generated pull
request around in my directory on this machine.

Thanks,

-Olof

The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

  Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

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 9883ed4433b358528e1a41e56ae01a4b02a1dde3:

  Merge tag 'sunxi-fixes-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes (2016-11-17 16:43:38 -0800)

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

Again a set of smaller fixes across several platforms (OMAP, Marvell,
Allwinner, i.MX, etc).

A handful of typo fixes and smaller missing contents from device trees,
with some tweaks to OMAP mach files to deal with CPU feature print
misformatting, potential NULL ptr dereference and one setup issue
with UARTs.

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: omap3: Fix memory node in Torpedo board
      ARM: omap3: Add missing memory node in SOM-LV

Colin Ian King (1):
      ARM: OMAP2+: PRM: initialize en_uart4_mask and grpsel_uart4_mask

C?dric Le Goater (1):
      ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'

Dave Gerlach (1):
      ARM: AM43XX: Select OMAP_INTERCONNECT in Kconfig

Fabio Estevam (1):
      ARM: dts: imx53-qsb: Fix regulator constraints

Gregory CLEMENT (1):
      arm64: dts: marvell: Fix typo in label name on Armada 37xx

H. Nikolaus Schaller (4):
      dts: omap5: board-common: add phandle to reference Palmas gpadc
      dts: omap5: board-common: enable twl6040 headset jack detection
      ASoC: omap-abe-twl6040: fix typo in bindings documentation
      ARM: dts: omap5: board-common: fix wrong SMPS6 (VDD-DDR3) voltage

Icenowy Zheng (1):
      ARM: dts: sun8i: fix the pinmux for UART1

Loic Pallardy (1):
      ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition

Marcin Wojtas (2):
      arm64: dts: marvell: fix clocksource for CP110 slave SPI0
      arm64: dts: marvell: add unique identifiers for Armada A8k SPI controllers

Nicolae Rosia (1):
      ARM: OMAP2+: avoid NULL pointer dereference

Olof Johansson (5):
      Merge tag 'mvebu-fixes-4.9-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'omap-for-v4.9/fixes-for-rc-cycle' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.9-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'sti-dt-for-v4.9-rc' of git://git.kernel.org/.../pchotard/sti into fixes
      Merge tag 'sunxi-fixes-for-4.9' of https://git.kernel.org/.../mripard/linux into fixes

Tony Lindgren (1):
      ARM: OMAP3: Fix formatting of features printed

 ...eed,ast2400-bt-bmc.txt => aspeed,ast2400-ibt-bmc.txt} |  4 ++--
 .../devicetree/bindings/sound/omap-abe-twl6040.txt       |  2 +-
 arch/arm/boot/dts/imx53-qsb.dts                          | 14 +++++++-------
 arch/arm/boot/dts/logicpd-som-lv.dtsi                    |  5 +++++
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi               |  4 ++--
 arch/arm/boot/dts/omap5-board-common.dtsi                |  7 ++++---
 arch/arm/boot/dts/stih410-b2260.dts                      |  2 +-
 arch/arm/boot/dts/sun8i-a23-a33.dtsi                     |  4 ++++
 arch/arm/mach-omap2/Kconfig                              |  1 +
 arch/arm/mach-omap2/id.c                                 | 16 +++++++++++-----
 arch/arm/mach-omap2/prm3xxx.c                            |  3 +++
 arch/arm/mach-omap2/voltage.c                            |  6 ++++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi             |  4 ++--
 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi      |  6 +++---
 drivers/char/ipmi/bt-bmc.c                               |  4 ++--
 15 files changed, 54 insertions(+), 28 deletions(-)
 rename Documentation/devicetree/bindings/ipmi/{aspeed,ast2400-bt-bmc.txt => aspeed,ast2400-ibt-bmc.txt} (85%)

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

* [GIT PULL] ARM: SoC fixes
  2016-11-20  2:26 ` Linus Torvalds
@ 2016-11-20  2:36   ` Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-11-20  2:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 19, 2016 at 6:26 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson <olof@lixom.net> wrote:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-for-linus
>
> Forgot to push? I get a tag that is an old one from August last year..

Crap. Inlined the wrong generated pull request that indeed was from
last year. Fresh one coming in separate email.


-Olof

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

* [GIT PULL] ARM: SoC fixes
  2016-11-20  2:22 Olof Johansson
@ 2016-11-20  2:26 ` Linus Torvalds
  2016-11-20  2:36   ` Olof Johansson
  0 siblings, 1 reply; 91+ messages in thread
From: Linus Torvalds @ 2016-11-20  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson <olof@lixom.net> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-for-linus

Forgot to push? I get a tag that is an old one from August last year..

             Linus

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

* [GIT PULL] ARM: SoC fixes
@ 2016-11-20  2:22 Olof Johansson
  2016-11-20  2:26 ` Linus Torvalds
  0 siblings, 1 reply; 91+ messages in thread
From: Olof Johansson @ 2016-11-20  2:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 4b3415c9363f828e7f1e45edecb57930849d5d5b:

  Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-01-23 14:23:40 -0800)

are available in the git repository at:

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

for you to fetch changes up to 28111dda37e653781efc73c06229f006739b3982:

  Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2015-02-01 08:51:12 -0800)

----------------------------------------------------------------
ARM: SoC fixes

One more week's worth of fixes. Worth pointing out here are:

- A patch fixing detaching of iommu registrations when a device is removed --
  earlier the ops pointer wasn't managed properly
- Another set of Renesas boards get the same GIC setup fixup as others have in
  previous -rcs
- Serial port aliases fixups for sunxi. We did the same to tegra but we
  caught that in time before the merge window due to more machines being
  affected. Here it took longer for anyone to notice.
- A couple more DT tweaks on sunxi
- A follow-up patch for the mvebu coherency disabling in last -rc batch

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5i

Hans de Goede (2):
      ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias
      ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

Laurent Pinchart (1):
      arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()

Magnus Damm (2):
      ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds
      ARM: shmobile: r8a7790: Instantiate GIC from C board code in legacy builds

Maxime Ripard (1):
      ARM: sunxi: dt: Fix aliases

Olof Johansson (3):
      Merge tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'mvebu-fixes-3.19-6' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes

Thomas Petazzoni (1):
      ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is disabled

 arch/arm/boot/dts/sun4i-a10.dtsi                 | 20 ++++-----
 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts |  6 +++
 arch/arm/boot/dts/sun5i-a10s.dtsi                |  8 +---
 arch/arm/boot/dts/sun5i-a13-hsg-h702.dts         |  4 ++
 arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dts  |  4 ++
 arch/arm/boot/dts/sun5i-a13-olinuxino.dts        |  4 ++
 arch/arm/boot/dts/sun5i-a13.dtsi                 |  9 +---
 arch/arm/boot/dts/sun6i-a31.dtsi                 |  6 ---
 arch/arm/boot/dts/sun7i-a20-bananapi.dts         |  6 +++
 arch/arm/boot/dts/sun7i-a20-hummingbird.dts      |  8 ++++
 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts  |  3 ++
 arch/arm/boot/dts/sun7i-a20.dtsi                 |  8 ----
 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts      |  4 ++
 arch/arm/boot/dts/sun8i-a23.dtsi                 |  9 ----
 arch/arm/boot/dts/sun9i-a80-optimus.dts          |  5 +++
 arch/arm/boot/dts/sun9i-a80.dtsi                 | 10 -----
 arch/arm/mach-mvebu/coherency.c                  |  7 ++++
 arch/arm/mach-shmobile/board-ape6evm.c           | 20 +++++++++
 arch/arm/mach-shmobile/board-lager.c             | 13 ++++++
 arch/arm/mach-shmobile/setup-rcar-gen2.c         |  2 +
 arch/arm/mach-shmobile/timer.c                   | 12 ++++++
 arch/arm/mm/dma-mapping.c                        | 53 +++++++++++++++++-------
 22 files changed, 150 insertions(+), 71 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-10-29 18:54 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-10-29 18:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -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 b70e8beb09d313202afd9d3953f501f02ee4e44b:

  Merge tag 'v4.9-rockchip-dts64-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes (2016-10-29 11:09:37 -0700)

----------------------------------------------------------------
ARM: SoC fixes

We haven't seen a whole lot of fixes for the first two weeks since the merge
window, but here is the batch that we have at the moment.

Nothing sticks out as particularly bad or scary, it's mostly a handful of
smaller fixes to several platforms. The Uniphier reset controller changes
could probably have been delayed to 4.10, but they're not scary and just
plumbing up driver changes that went in during the merge window.

We're also adding another maintainer to Marvell Berlin platforms, to help
out when Sebastian is too busy. Yay teamwork!

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: imx: gpc: Initialize all power domains
      ARM: imx: gpc: Fix the imx_gpc_genpd_init() error path
      ARM: imx: mach-imx6q: Fix the PHY ID mask for AR8031

Gregory CLEMENT (1):
      ARM: mvebu: Select corediv clk for all mvebu v7 SoC

Jisheng Zhang (1):
      MAINTAINERS: add myself as Marvell berlin SoC maintainer

Linus Walleij (2):
      ARM: dts: fix the SD card on the Snowball
      bus: qcom-ebi2: depend on ARCH_QCOM or COMPILE_TEST

Marcin Wojtas (1):
      arm64: dts: marvell: fix clocksource for CP110 master SPI0

Masahiro Yamada (5):
      ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER
      arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER
      reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCs
      ARM: dts: uniphier: change MIO node to SD control node
      arm64: dts: uniphier: change MIO node to SD control node

Olof Johansson (5):
      Merge tag 'mvebu-fixes-4.8-3' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'uniphier-fixes-v4.9' of git://git.kernel.org/.../masahiroy/linux-uniphier into fixes
      Merge tag 'imx-fixes-4.9' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'arm-soc/for-4.9/devicetree-arm64-fixes' of http://github.com/Broadcom/stblinux into fixes
      Merge tag 'v4.9-rockchip-dts64-fixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes

Ray Jui (1):
      arm64: dts: Updated NAND DT properties for NS2 SVK

Scott Branden (1):
      ARM: multi_v7_defconfig: Enable Intel e1000e driver

Scott Wood (1):
      arm64: dts: Add timer erratum property for LS2080A and LS1043A

Shawn Lin (2):
      arm64: dts: rockchip: remove always-on and boot-on from vcc_sd
      arm64: dts: rockchip: remove the abuse of keep-power-in-suspend

Stefan Agner (1):
      ARM: dts: vf610: fix IRQ flag of global timer

 .../devicetree/bindings/reset/uniphier-reset.txt   | 62 +++++++++++-----------
 MAINTAINERS                                        |  1 +
 arch/arm/boot/dts/ste-snowball.dts                 | 15 +++++-
 arch/arm/boot/dts/uniphier-pro5.dtsi               |  4 +-
 arch/arm/boot/dts/uniphier-pxs2.dtsi               |  4 +-
 arch/arm/boot/dts/vf500.dtsi                       |  2 +-
 arch/arm/configs/multi_v7_defconfig                |  1 +
 arch/arm/mach-imx/gpc.c                            | 15 ++++--
 arch/arm/mach-imx/mach-imx6q.c                     |  2 +-
 arch/arm/mach-mvebu/Kconfig                        |  4 +-
 arch/arm/mach-uniphier/Kconfig                     |  1 +
 arch/arm64/Kconfig.platforms                       |  1 +
 arch/arm64/boot/dts/broadcom/ns2-svk.dts           |  2 +
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     |  1 +
 .../boot/dts/marvell/armada-cp110-master.dtsi      |  2 +-
 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts    |  3 --
 .../boot/dts/rockchip/rk3368-orion-r68-meta.dts    |  4 --
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   | 12 ++---
 drivers/bus/Kconfig                                |  1 +
 drivers/reset/reset-uniphier.c                     | 16 +++---
 21 files changed, 87 insertions(+), 67 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-09-08  4:57 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-09-08  4:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:

  Linux 4.8-rc3 (2016-08-21 16:14:10 -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 95390e3290e8bf69091116e0d91b9754c0e93a24:

  Merge tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes (2016-09-07 21:25:08 -0700)

----------------------------------------------------------------
ARM: SoC fixes

This is a slightly larger batch of fixes that we've been sitting on a few
-rcs. Most of them are simple oneliners, but there are two sets that are
slightly larger and worth pointing out:

 - A set of patches to OMAP to deal with hwmod for RTC on am33xx (beaglebone
   SoC, among others). It's the only clock that ever has a valid offset of 0,
   so a new flag needed introduction once this problem was discovered.

 - A collection of CCI fixes for performance counters discovered once people
   started using it on X-Gene CPUs.

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-torpedo-som: Provide NAND ready pin
      ARM: dts: logicpd-somlv: Fix NAND device nodes

Andreas F??rber (1):
      ARM: dts: imx6sx-sabreauto: Fix misspelled property

Anson Huang (1):
      ARM: imx6: add missing BM_CLPCR_BYPASS_PMIC_READY setting for imx6sx

Arnd Bergmann (2):
      Merge tag 'mvebu-fixes-4.8-2' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'ccn/fixes-for-4.8-v2' of git://git.linaro.org/people/pawel.moll/linux into fixes

Dave Gerlach (4):
      ARM: OMAP4+: hwmod: Add hwmod flag for HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET
      ARM: OMAP2+: AM33XX: Add HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET flag to rtc hwmod
      ARM: OMAP4+: Have _omap4_wait_target_* check for valid clkctrl_offs
      ARM: OMAP4+: CM: Remove redundant checks for clkctrl_offs of zero

Fabio Estevam (1):
      ARM: dts: imx6qdl: Fix SPDIF regression

Gregory CLEMENT (1):
      ARM: dts: kirkwood: Fix PCIe label on OpenRD

Hugo Grostabussiat (1):
      ARM: sun5i: Fix typo in trip point temperature

Johan Hovold (3):
      memory: omap-gpmc: allow probe of child nodes to fail
      ARM: dts: overo: fix gpmc nand cs0 range
      ARM: dts: overo: fix gpmc nand on boards with ethernet

Jon Hunter (1):
      ARM: tegra: Correct polarity for Tegra114 PMIC interrupt

Krzysztof Kozlowski (2):
      ARM: dts: exynos: Properly select eMMC HighSpeed mode on Odroid XU
      MAINTAINERS: Switch to kernel.org account for Krzysztof Kozlowski

Mark Rutland (3):
      bus: arm-ccn: fix PMU interrupt flags
      bus: arm-ccn: fix hrtimer registration
      bus: arm-ccn: make event groups reliable

Masahiro Yamada (1):
      MAINTAINERS: add tree entry for ARM/UniPhier architecture

Olof Johansson (9):
      Merge tag 'mvebu-fixes-4.8-1' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'gpmc-omap-v4.8-rc1' of https://github.com/rogerq/linux into fixes
      Merge tag 'vexpress-fixes-4.8-rc' of git://git.kernel.org/.../sudeep.holla/linux into fixes
      Merge tag 'omap-for-v4.8/fixes-rc2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'imx-fixes-4.8' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'samsung-fixes-4.8' of git://git.kernel.org/.../krzk/linux into fixes
      Revert "ARM: tegra: fix erroneous address in dts"
      Merge tag 'imx-fixes-4.8-2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/.../mripard/linux into fixes

Pawel Moll (5):
      bus: arm-ccn: Fix PMU handling of MN
      bus: arm-ccn: Do not attempt to configure XPs for cycle counter
      bus: arm-ccn: Fix XP watchpoint settings bitmask
      bus: arm-ccn: Correct required arguments for XP PMU events
      bus: arm-ccn: Add missing event attribute exclusions for host/guest

Peter Chen (4):
      bus: vexpress-config: add missing of_node_put after calling of_parse_phandle
      firmware: arm_scpi: add missing of_node_put after calling of_parse_phandle
      ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul
      ARM: imx6ul: populates platform device at .init_machine

Russell King (1):
      ARM: dts: armada-388-clearfog: number LAN ports properly

Sebastian Reichel (1):
      ARM: OMAP3: hwmod data: Add sysc information for DSI

Simon Baatz (1):
      ARM: kirkwood: ib62x0: fix size of u-boot environment partition

Suzuki K Poulose (1):
      arm-cci: pmu: Fix typo in event name

Teresa Remmet (1):
      ARM: dts: am335x: Update elm phandle binding

Tony Lindgren (2):
      Merge branch 'omap-for-v4.8/soc' into omap-for-v4.8/fixes
      Merge branch 'dts-fixes' into omap-for-v4.8/fixes

Vladimir Zapolskiy (1):
      ARM: dts: imx7d-sdb: fix ti,x-plate-ohms property name

 .mailmap                                           |   1 +
 Documentation/arm/CCN.txt                          |  16 +--
 MAINTAINERS                                        |  16 +--
 arch/arm/boot/dts/am335x-baltos.dtsi               |   2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi             |   2 +-
 arch/arm/boot/dts/am335x-phycore-som.dtsi          |   2 +-
 arch/arm/boot/dts/armada-388-clearfog.dts          |   8 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |   3 -
 arch/arm/boot/dts/imx6qdl.dtsi                     |   2 +-
 arch/arm/boot/dts/imx6sx-sabreauto.dts             |   2 +-
 arch/arm/boot/dts/imx7d-sdb.dts                    |   2 +-
 arch/arm/boot/dts/kirkwood-ib62x0.dts              |   2 +-
 arch/arm/boot/dts/kirkwood-openrd.dtsi             |   4 +
 arch/arm/boot/dts/logicpd-som-lv.dtsi              |  11 +-
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi         |   1 +
 arch/arm/boot/dts/omap3-overo-base.dtsi            |   4 +-
 .../boot/dts/omap3-overo-chestnut43-common.dtsi    |   2 -
 arch/arm/boot/dts/omap3-overo-tobi-common.dtsi     |   2 -
 arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi  |   3 -
 arch/arm/boot/dts/sun5i-a13.dtsi                   |   2 +-
 arch/arm/boot/dts/tegra114-dalmore.dts             |   2 +-
 arch/arm/boot/dts/tegra114-roth.dts                |   2 +-
 arch/arm/boot/dts/tegra114-tn7.dts                 |   2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts          |   4 +-
 arch/arm/mach-imx/mach-imx6ul.c                    |   1 +
 arch/arm/mach-imx/pm-imx6.c                        |   4 +-
 arch/arm/mach-omap2/cm33xx.c                       |   6 --
 arch/arm/mach-omap2/cminst44xx.c                   |   6 --
 arch/arm/mach-omap2/omap_hwmod.c                   |   8 ++
 arch/arm/mach-omap2/omap_hwmod.h                   |   4 +
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   2 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  12 +++
 drivers/bus/arm-cci.c                              |   2 +-
 drivers/bus/arm-ccn.c                              | 112 +++++++++++++++------
 drivers/bus/vexpress-config.c                      |   1 +
 drivers/firmware/arm_scpi.c                        |   5 +-
 drivers/memory/omap-gpmc.c                         |  21 ++--
 37 files changed, 172 insertions(+), 109 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-08-11 21:06 Arnd Bergmann
  0 siblings, 0 replies; 91+ messages in thread
From: Arnd Bergmann @ 2016-08-11 21:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit f7b32e4c021fd788f13f6785e17efbc3eb05b351:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2016-08-02 12:41:13 -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 12beb346710b766b8e74a7a3ac8165835bd68def:

  Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8 (2016-08-11 08:43:03 +0200)

----------------------------------------------------------------
ARM: SoC fixes

A couple of bug fixes have come in for v4.8 so far. Since the first few were
originally meant to go into -rc1 (but didn't get sent in time for travel
reasons), the branch is unfortunately based on top of a commit in the
middle of the merge window rather than -rc1.

Content-wise we have

- A fix for the last remaining broken build in kernelci,
  getting mach-shmobile to build again with SMP disabled
- A fix for a realview regression that broke real hardware but
  not the qemu model that everyone uses in practice (needed
  for v4.7 as well)
- A merge conflict fix for Tegra that also broke v4.7
- Two Kconfig fixes for arm64 build regressions
- A couple of arm32 build warning fixes (all harmless)
- Fixing the RTC on Exynos7 Espresso (which apparently
  never worked right)

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: dts: Fix RTC by providing rtc_src clock

Antoine Tenart (1):
      MAINTAINER: alpine: add a mailing list

Arnd Bergmann (6):
      ARM: shmobile: don't call platform_can_secondary_boot on UP
      Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME"
      ARM: don't include removed directories
      ARM: hide mach-*/ include for ARM_SINGLE_ARMV7M
      ARM: oxnas: select reset controller framework
      Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconfig-4.8

Linus Walleij (3):
      ARM: do away with final ARCH_REQUIRE_GPIOLIB
      ARM: dts: add syscon compatible string for CP syscon
      ARM: dts: add syscon compatible string for AP syscon

Ralf Ramsauer (1):
      ARM: tegra: fix erroneous address in dts

Robin Murphy (1):
      ARM: dts: realview: Fix PBX-A9 cache description

Sudeep Holla (2):
      arm64: Kconfig: select ALPINE_MSI only if PCI is selected
      arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selected

 MAINTAINERS                                     | 1 +
 arch/arm/Makefile                               | 2 ++
 arch/arm/boot/dts/arm-realview-pbx-a9.dts       | 9 ++++-----
 arch/arm/boot/dts/integratorap.dts              | 2 +-
 arch/arm/boot/dts/integratorcp.dts              | 2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts       | 4 ++--
 arch/arm/configs/aspeed_g4_defconfig            | 2 +-
 arch/arm/configs/aspeed_g5_defconfig            | 2 +-
 arch/arm/mach-clps711x/Kconfig                  | 2 +-
 arch/arm/mach-mvebu/Makefile                    | 3 +--
 arch/arm/mach-oxnas/Kconfig                     | 2 ++
 arch/arm/mach-pxa/corgi.c                       | 1 +
 arch/arm/mach-pxa/spitz.c                       | 1 +
 arch/arm/mach-realview/Makefile                 | 3 +--
 arch/arm/mach-s5pv210/Makefile                  | 2 +-
 arch/arm/mach-shmobile/platsmp.c                | 3 +++
 arch/arm64/Kconfig.platforms                    | 4 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 3 +++
 18 files changed, 29 insertions(+), 19 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-07-17  4:56 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-07-17  4:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:

  Linux 4.7-rc4 (2016-06-19 21:30:02 -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 5eb495349f5ec3b134f7341a2450392fc86d99d0:

  ARM: tegra: beaver: Allow SD card voltage to be changed (2016-07-06 22:21:40 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A handful of fixes before final release:

Marvell Armada:
 - One to fix a typo in the devicetree specifying memory ranges for the
   crypto engine
 - Two to deal with marking PCI and device-memory as strongly ordered to
   avoid hardware deadlocks, in particular when enabling above crypto driver.
 - Compile fix for PM

Allwinner:
 - DT clock fixes to deal with u-boot-enabled framebuffer (simplefb).
 - Make R8 (C.H.I.P. SoC) inherit system compatibility from A13 to
   make clocks register proper.

Tegra:
 - Fix SD card voltage setting on the Tegra3 Beaver dev board

Misc:
 - Two maintainers updates for STM32 and STi platforms.

----------------------------------------------------------------
Arnd Bergmann (3):
      ARM: mvebu: compile pm code conditionally
      Merge tag 'sunxi-fixes-for-4.7' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'mvebu-fixes-4.7-2' of git://git.infradead.org/linux-mvebu into fixes

Boris Brezillon (1):
      ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

Hans de Goede (2):
      ARM: dts: sunxi: Add pll3 to simplefb nodes clocks lists
      ARM: dts: sun7i: Fix pll3x2 and pll7x2 not having a parent clock

Lucas Stach (1):
      ARM: tegra: beaver: Allow SD card voltage to be changed

Maxime Coquelin (2):
      MAINTAINERS: update STM32 maintainers list
      MAINTAINERS: update STi maintainer list

Olof Johansson (1):
      Merge tag 'mvebu-fixes-4.7-1' of git://git.infradead.org/linux-mvebu into fixes

Thomas Petazzoni (3):
      ARM: mvebu: fix HW I/O coherency related deadlocks
      ARM: mvebu: map PCI I/O regions strongly ordered
      ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys

 MAINTAINERS                               |  3 +--
 arch/arm/boot/dts/armada-385-linksys.dtsi |  4 ++--
 arch/arm/boot/dts/sun4i-a10.dtsi          | 21 ++++++++++++---------
 arch/arm/boot/dts/sun5i-a10s.dtsi         | 11 ++++++-----
 arch/arm/boot/dts/sun5i-r8-chip.dts       |  2 +-
 arch/arm/boot/dts/sun7i-a20.dtsi          | 13 ++++++++-----
 arch/arm/boot/dts/tegra30-beaver.dts      |  3 ++-
 arch/arm/mach-mvebu/Makefile              | 10 ++++++++--
 arch/arm/mach-mvebu/coherency.c           | 23 +++++++++--------------
 9 files changed, 49 insertions(+), 41 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2016-04-12 23:52 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2016-04-12 23:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -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 0b24f7a8d6e0d17bcf24433ce5827841a05b5b46:

  Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixes (2016-04-12 12:35:07 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A batch of fixes for -rc4, for various platforms. Nothing really
substantial and worth pointing out in particular; small fixes for various
bugs, see shortlog for details.

----------------------------------------------------------------
Arnd Bergmann (1):
      bus: mvebu-mbus: use %pa to print phys_addr_t

Carlo Caione (2):
      ARM: dts: amlogic: Split pinctrl device for Meson8 / Meson8b
      documentation: Fix pinctrl documentation for Meson8 / Meson8b

Jayachandran C (1):
      arm64: dts: vulcan: Update PCI ranges

Jon Hunter (1):
      ARM: OMAP: Correct interrupt type for ARM TWD

Kevin Hilman (1):
      Merge tag 'meson8-dt-fix' of https://github.com/carlocaione/linux-meson into fixes

Kunihiko Hayashi (1):
      bus: uniphier-system-bus: fix condition of overlap check

Linus Walleij (2):
      ARM: u8500_defconfig: turn on the Synaptics RMI4 driver
      ARM: sa1100: remove references to the defunct handhelds.org

Lokesh Vutla (2):
      ARM: OMAP2+: hwmod: Fix updating of sysconfig register
      ARM: dts: AM43x-epos: Fix clk parent for synctimer

Masahiro Yamada (1):
      ARM: uniphier: drop weird sizeof()

Nishanth Menon (1):
      ARM: OMAP2: Fix up interconnect barrier initialization for DRA7

Olof Johansson (3):
      Merge tag 'omap-for-v4.6/fixes-rc1' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'pxa-fixes-v4.6' of https://github.com/rjarzmik/linux into fixes
      Merge tag 'mvebu-fixes-4.6-1' of git://git.infradead.org/linux-mvebu into fixes

Patrick Uiterwijk (1):
      ARM: mvebu: Correct unit address for linksys

Robert Jarzmik (1):
      ARM: pxa: fix the number of DMA requestor lines

Tero Kristo (1):
      ARM: dts: am43xx: fix edma memcpy channel allocation

Tony Lindgren (2):
      ARM: OMAP2+: Use srst_udelay for USB on dm814x
      Merge tag 'for-v4.6-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.6/fixes

Vishal Mahaveer (1):
      ARM: DRA722: Add ID detect for Silicon Rev 2.0

Yegor Yefremov (1):
      ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  | 38 +++------------
 arch/arm/boot/dts/am335x-baltos-ir5221.dts         |  5 +-
 arch/arm/boot/dts/am4372.dtsi                      |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |  5 ++
 arch/arm/boot/dts/armada-385-linksys.dtsi          |  2 +-
 arch/arm/boot/dts/meson8.dtsi                      | 57 ++++++++++++----------
 arch/arm/boot/dts/meson8b.dtsi                     | 12 ++++-
 arch/arm/boot/dts/omap4.dtsi                       |  2 +-
 arch/arm/configs/u8500_defconfig                   |  3 ++
 arch/arm/mach-omap2/id.c                           |  4 +-
 arch/arm/mach-omap2/io.c                           |  1 +
 arch/arm/mach-omap2/omap_hwmod.c                   |  8 +--
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c         |  2 +
 arch/arm/mach-omap2/soc.h                          |  1 +
 arch/arm/mach-pxa/devices.c                        |  1 +
 arch/arm/mach-sa1100/Kconfig                       | 10 +---
 arch/arm/mach-uniphier/platsmp.c                   |  2 +-
 arch/arm64/boot/dts/broadcom/vulcan.dtsi           | 15 +++---
 drivers/bus/mvebu-mbus.c                           |  2 +-
 drivers/bus/uniphier-system-bus.c                  |  2 +-
 20 files changed, 89 insertions(+), 85 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-08-02  7:29 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-08-02  7:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Here's this week's pull request for arm-soc. Please merge.


Thanks!

-Olof


The following changes since commit 3eae03daa538303e0d28f56412c6c51f6452e493:

  Merge tag 'pxa-fixes-v4.2-rc2' of https://github.com/rjarzmik/linux into fixesD (2015-07-18 21:06:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to c1bfa985ded82cacdfc6403e78f329c44e35534a:

  ARM: dts: keystone: fix dt bindings to use post div register for mainpll (2015-07-31 22:30:11 +0200)

----------------------------------------------------------------
ARM: SoC fixes

Things are calming down nicely here w.r.t. fixes. This batch includes two
week's worth since I missed to send before -rc4.

Nothing particularly scary to point out, smaller fixes here and
there. Shortlog describes it pretty well.

----------------------------------------------------------------
Beata Michalska (1):
      ARM: dts: Update video-phy node with syscon phandle for exynos3250

Denis Carikli (1):
      ARM: dts: i.MX35: Fix can support.

Linus Walleij (1):
      ARM: nomadik: disable UART0 on Nomadik boards

Murali Karicheri (1):
      ARM: dts: keystone: fix dt bindings to use post div register for mainpll

Olof Johansson (3):
      Merge tag 'samsung-fixes-1' of git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'for-v4.2-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into fixes
      Merge tag 'imx-fixes-4.2-2' of git://git.kernel.org/.../shawnguo/linux into fixes

Roger Quadros (2):
      ARM: DRA7: hwmod: fix gpmc hwmod
      ARM: OMAP2+: hwmod: Fix _wait_target_ready() for hwmods without sysc

Thomas Abraham (1):
      ARM: dts: add CPU OPP and regulator supply property for exynos4210

 arch/arm/boot/dts/exynos3250.dtsi               |  2 +-
 arch/arm/boot/dts/exynos4210-origen.dts         |  4 ++++
 arch/arm/boot/dts/exynos4210-trats.dts          |  4 ++++
 arch/arm/boot/dts/exynos4210-universal_c210.dts |  4 ++++
 arch/arm/boot/dts/exynos4210.dtsi               | 12 ++++++++++++
 arch/arm/boot/dts/imx35.dtsi                    |  8 ++++----
 arch/arm/boot/dts/k2e-clocks.dtsi               |  5 ++---
 arch/arm/boot/dts/k2hk-clocks.dtsi              |  5 ++---
 arch/arm/boot/dts/k2l-clocks.dtsi               |  5 ++---
 arch/arm/boot/dts/ste-nomadik-nhk15.dts         |  1 +
 arch/arm/boot/dts/ste-nomadik-s8815.dts         |  4 ++++
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi      |  1 +
 arch/arm/mach-omap2/omap_hwmod.c                | 24 ++++++++++++++++--------
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c       |  5 ++---
 14 files changed, 59 insertions(+), 25 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-07-19  4:16 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-07-19  4:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -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 3eae03daa538303e0d28f56412c6c51f6452e493:

  Merge tag 'pxa-fixes-v4.2-rc2' of https://github.com/rjarzmik/linux into fixesD (2015-07-18 21:06:10 -0700)

----------------------------------------------------------------
ARM: SoC fixes for v4.2

By far most of the fixes here are updates to DTS files to deal with some
mostly minor bugs.

There's also a fix to deal with non-PM kernel configs on i.MX, a
regression fix for ethernet on PXA platforms and a dependency fix for OMAP.

----------------------------------------------------------------
Adam YH Lee (3):
      ARM: dts: omap3: overo: Update LCD panel names
      ARM: dts: configure regulators for Gumstix Pepper
      ARM: dts: Correct audio input route & set mic bias for am335x-pepper

Arun Bharadwaj (1):
      ARM: dts: Fix frequency scaling on Gumstix Pepper

Baruch Siach (1):
      MAINTAINERS: digicolor: add dts files

Chris Zhong (1):
      ARM: dts: cros-ec-keyboard: Add support for some Japanese keys

Dave Gerlach (1):
      ARM: OMAP2+: Add HAVE_ARM_SCU for AM43XX

Fabio Estevam (1):
      ARM: dts: imx27: Adjust the GPT compatible string

Linus Walleij (2):
      ARM: ux500: define serial port aliases
      ARM: ux500: fix MMC/SD card regression

Lucas Stach (1):
      ARM: imx6: gpc: always enable PU domain if CONFIG_PM is not set

Murali Karicheri (2):
      ARM: keystone: dts: fix dt bindings for PCIe
      ARM: keystone: dts: rename pcie nodes to help override status

Olof Johansson (5):
      Merge tag 'socfpga_fixes_for_v4.2-rc1' of git://git.kernel.org/.../dinguyen/linux into fixes
      Merge tag 'imx-fixes-4.2' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v4.2/fixes-rc2-v2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'keystone-dts-fixes' of git://git.kernel.org/.../ssantosh/linux-keystone into fixes
      Merge tag 'pxa-fixes-v4.2-rc2' of https://github.com/rjarzmik/linux into fixesD

Philipp Zabel (1):
      ARM: dts: imx53-qsb: fix TVE entry

Robert Jarzmik (1):
      ARM: pxa: fix dm9000 platform data regression

Stefan Wahren (1):
      ARM: dts: mx23: fix iio-hwmon support

Suman Anna (2):
      ARM: dts: OMAP4: Add #iommu-cells property to IOMMUs
      ARM: dts: OMAP5: Add #iommu-cells property to IOMMUs

Walter Lozano (2):
      ARM: socfpga: dts: Fix adxl34x formating and compatible string
      ARM: socfpga: dts: Fix entries order

 MAINTAINERS                                     |  1 +
 arch/arm/boot/dts/am335x-pepper.dts             | 16 ++++++++++++---
 arch/arm/boot/dts/cros-ec-keyboard.dtsi         |  4 ++++
 arch/arm/boot/dts/imx23.dtsi                    |  1 +
 arch/arm/boot/dts/imx27.dtsi                    | 12 +++++------
 arch/arm/boot/dts/imx53-qsb-common.dtsi         |  5 +++--
 arch/arm/boot/dts/k2e.dtsi                      |  3 ++-
 arch/arm/boot/dts/keystone.dtsi                 |  3 ++-
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi |  2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi |  2 +-
 arch/arm/boot/dts/omap4.dtsi                    |  2 ++
 arch/arm/boot/dts/omap5.dtsi                    |  2 ++
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts   | 26 ++++++++++++------------
 arch/arm/boot/dts/ste-ccu8540.dts               |  7 +++++++
 arch/arm/boot/dts/ste-ccu9540.dts               |  7 +++++++
 arch/arm/boot/dts/ste-dbx5x0.dtsi               |  6 +++---
 arch/arm/boot/dts/ste-href.dtsi                 |  2 +-
 arch/arm/boot/dts/ste-hrefprev60-stuib.dts      |  7 +++++++
 arch/arm/boot/dts/ste-hrefprev60-tvk.dts        |  7 +++++++
 arch/arm/boot/dts/ste-hrefprev60.dtsi           |  5 +++++
 arch/arm/boot/dts/ste-hrefv60plus-stuib.dts     |  7 +++++++
 arch/arm/boot/dts/ste-hrefv60plus-tvk.dts       |  7 +++++++
 arch/arm/boot/dts/ste-hrefv60plus.dtsi          | 25 +++++++++++++++++++++--
 arch/arm/boot/dts/ste-snowball.dts              | 25 +++++++++++++++++++++--
 arch/arm/mach-imx/gpc.c                         | 27 ++++++-------------------
 arch/arm/mach-omap2/Kconfig                     |  1 +
 arch/arm/mach-pxa/capc7117.c                    |  3 +++
 arch/arm/mach-pxa/cm-x2xx.c                     |  3 +++
 arch/arm/mach-pxa/cm-x300.c                     |  2 ++
 arch/arm/mach-pxa/colibri-pxa270.c              |  3 +++
 arch/arm/mach-pxa/em-x270.c                     |  2 ++
 arch/arm/mach-pxa/icontrol.c                    |  3 +++
 arch/arm/mach-pxa/trizeps4.c                    |  3 +++
 arch/arm/mach-pxa/vpac270.c                     |  3 +++
 arch/arm/mach-pxa/zeus.c                        |  2 ++
 35 files changed, 179 insertions(+), 57 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-03-29 21:12 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-03-29 21:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:

  Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4550bdb0bd8fd603412eab53bd331be5ef8e47a0:

  Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes (2015-03-29 14:01:02 -0700)

----------------------------------------------------------------
ARM: SoC fixes

The latest and greatest fixes for ARM platform code. Worth pointing out are:

- Lines-wise, largest is a PXA fix for dealing with interrupts on DT that was
  quite broken. It's still newish code so while we could have held this off,
  it seemed appropriate to include now
- Some GPIO fixes for OMAP platforms added a few lines. This was also fixes for
  code recently added (this release).
- Small OMAP timer fix to behave better with partially upstreamed platforms,
  which is quite welcome.
- Allwinner fixes about operating point control, reducing overclocking in some
  cases for better stability.

+ a handful of other smaller fixes across the map.

----------------------------------------------------------------
Alexandru M Stan (1):
      ARM: dts: rockchip: disable gmac by default in rk3288.dtsi

Arnd Bergmann (1):
      Merge tag 'v4.0-rockchip-armfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes

Chen-Yu Tsai (3):
      ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usage
      ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP setting
      ARM: dts: sunxi: Remove overclocked/overvoltaged OPP

Dave Martin (1):
      arm64: juno: Fix misleading name of UART reference clock

Heiko Stuebner (1):
      MAINTAINERS: add rockchip regexp to the ARM/Rockchip entry

Kishon Vijay Abraham I (1):
      ARM: dts: dra7: remove ti,hwmod property from pcie phy

Mark James (1):
      ARM: socfpga: dts: fix spi1 interrupt

Masanari Iida (1):
      ARM: pxa: Fix typo in zeus.c

Olof Johansson (4):
      Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixes
      Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpga-next into fixes
      Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/.../mripard/linux into fixes

Pali Roh?r (1):
      ARM: dts: omap3: Add missing dmas for crypto

Robert Jarzmik (1):
      ARM: pxa: fix pxa interrupts handling in DT

Suman Anna (3):
      ARM: OMAP2+: Fix socbus family info for AM33xx devices
      ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failure
      ARM: OMAP: dmtimer: disable pm runtime on remove

Tony Lindgren (1):
      ARM: dts: Fix gpio interrupts for dm816x

 MAINTAINERS                                    |   1 +
 arch/arm/Kconfig                               |   1 +
 arch/arm/boot/dts/dm8168-evm.dts               |  19 +++++
 arch/arm/boot/dts/dm816x.dtsi                  |  18 +++-
 arch/arm/boot/dts/dra7.dtsi                    |   2 -
 arch/arm/boot/dts/omap3.dtsi                   |   4 +
 arch/arm/boot/dts/rk3288.dtsi                  |   1 +
 arch/arm/boot/dts/socfpga.dtsi                 |   2 +-
 arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts |  16 ++++
 arch/arm/boot/dts/sun4i-a10.dtsi               |   3 +-
 arch/arm/boot/dts/sun5i-a13.dtsi               |   3 +-
 arch/arm/boot/dts/sun7i-a20.dtsi               |   3 +-
 arch/arm/mach-omap2/id.c                       |   2 +
 arch/arm/mach-pxa/irq.c                        | 111 +++++++++++--------------
 arch/arm/mach-pxa/zeus.c                       |   2 +-
 arch/arm/mach-sunxi/Kconfig                    |   8 +-
 arch/arm/plat-omap/dmtimer.c                   |  15 +++-
 arch/arm64/boot/dts/arm/juno-clocks.dtsi       |   2 +-
 18 files changed, 128 insertions(+), 85 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-02-01 17:19 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-02-01 17:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 4b3415c9363f828e7f1e45edecb57930849d5d5b:

  Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-01-23 14:23:40 -0800)

are available in the git repository at:

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

for you to fetch changes up to 28111dda37e653781efc73c06229f006739b3982:

  Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2015-02-01 08:51:12 -0800)

----------------------------------------------------------------
ARM: SoC fixes

One more week's worth of fixes. Worth pointing out here are:

- A patch fixing detaching of iommu registrations when a device is removed --
  earlier the ops pointer wasn't managed properly
- Another set of Renesas boards get the same GIC setup fixup as others have in
  previous -rcs
- Serial port aliases fixups for sunxi. We did the same to tegra but we
  caught that in time before the merge window due to more machines being
  affected. Here it took longer for anyone to notice.
- A couple more DT tweaks on sunxi
- A follow-up patch for the mvebu coherency disabling in last -rc batch

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5i

Hans de Goede (2):
      ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias
      ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

Laurent Pinchart (1):
      arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()

Magnus Damm (2):
      ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds
      ARM: shmobile: r8a7790: Instantiate GIC from C board code in legacy builds

Maxime Ripard (1):
      ARM: sunxi: dt: Fix aliases

Olof Johansson (3):
      Merge tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/.../mripard/linux into fixes
      Merge tag 'mvebu-fixes-3.19-6' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes

Thomas Petazzoni (1):
      ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is disabled

 arch/arm/boot/dts/sun4i-a10.dtsi                 | 20 ++++-----
 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts |  6 +++
 arch/arm/boot/dts/sun5i-a10s.dtsi                |  8 +---
 arch/arm/boot/dts/sun5i-a13-hsg-h702.dts         |  4 ++
 arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dts  |  4 ++
 arch/arm/boot/dts/sun5i-a13-olinuxino.dts        |  4 ++
 arch/arm/boot/dts/sun5i-a13.dtsi                 |  9 +---
 arch/arm/boot/dts/sun6i-a31.dtsi                 |  6 ---
 arch/arm/boot/dts/sun7i-a20-bananapi.dts         |  6 +++
 arch/arm/boot/dts/sun7i-a20-hummingbird.dts      |  8 ++++
 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts  |  3 ++
 arch/arm/boot/dts/sun7i-a20.dtsi                 |  8 ----
 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts      |  4 ++
 arch/arm/boot/dts/sun8i-a23.dtsi                 |  9 ----
 arch/arm/boot/dts/sun9i-a80-optimus.dts          |  5 +++
 arch/arm/boot/dts/sun9i-a80.dtsi                 | 10 -----
 arch/arm/mach-mvebu/coherency.c                  |  7 ++++
 arch/arm/mach-shmobile/board-ape6evm.c           | 20 +++++++++
 arch/arm/mach-shmobile/board-lager.c             | 13 ++++++
 arch/arm/mach-shmobile/setup-rcar-gen2.c         |  2 +
 arch/arm/mach-shmobile/timer.c                   | 12 ++++++
 arch/arm/mm/dma-mapping.c                        | 53 +++++++++++++++++-------
 22 files changed, 150 insertions(+), 71 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-01-24 23:19 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-01-24 23:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 966903a98fd80ae5f5c4a7ca121d36ea0ba23143:

  Merge tag 'samsung-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes (2015-01-16 19:11:37 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4b3415c9363f828e7f1e45edecb57930849d5d5b:

  Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-01-23 14:23:40 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A week's worth of fixes for various ARM platforms. Diff wise, the
largest fix is for OMAP to deal with how GIC now registers interrupts
(irq_domain_add_legacy() -> irq_domain_add_linear() changes).

Besides this, a few more renesas platforms needed the GIC instatiation
done for legacy boards. There's also a fix that disables coherency of
mvebu due to issues, and a few other smaller fixes.

----------------------------------------------------------------
Andrew Lunn (1):
      bus: mvebu-mbus: fix support of MBus window 13

Fabio Estevam (1):
      ARM: dts: imx25: Fix PWM "per" clocks

Felipe Balbi (1):
      arm: boot: dts: dra7: enable dwc3 suspend PHY quirk

Magnus Damm (2):
      ARM: shmobile: r8a7778: Instantiate GIC from C board code in legacy builds
      ARM: shmobile: r8a7779: Instantiate GIC from C board code in legacy builds

Marc Zyngier (1):
      ARM: OMAP: Work around hardcoded interrupts

Olof Johansson (5):
      Merge tag 'mvebu-fixes-3.19-3' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'omap-for-v3.19/gic-regression-v2' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'renesas-soc-fixes2-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'mvebu-fixes-3.19-4' of git://git.infradead.org/linux-mvebu into fixes
      Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/.../shawnguo/linux into fixes

Robin Murphy (1):
      arm64: dts: add baud rate to Juno stdout-path

Thomas Petazzoni (1):
      ARM: mvebu: completely disable hardware I/O coherency

 arch/arm/boot/dts/dra7.dtsi                |  6 ++++++
 arch/arm/boot/dts/imx25.dtsi               |  8 ++++----
 arch/arm/mach-mvebu/coherency.c            |  7 ++++++-
 arch/arm/mach-omap2/common.h               |  1 +
 arch/arm/mach-omap2/omap4-common.c         | 32 ++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod.c           | 10 ++++++++--
 arch/arm/mach-omap2/omap_hwmod.h           |  1 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  5 +++++
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c |  1 +
 arch/arm/mach-omap2/prcm-common.h          |  1 +
 arch/arm/mach-omap2/prm44xx.c              |  5 ++++-
 arch/arm/mach-omap2/prm_common.c           | 14 +++++++++++--
 arch/arm/mach-omap2/twl-common.c           |  7 ++++++-
 arch/arm/mach-shmobile/setup-r8a7778.c     |  9 ++++++++-
 arch/arm/mach-shmobile/setup-r8a7779.c     |  9 ++++++++-
 arch/arm64/boot/dts/arm/juno.dts           |  2 +-
 drivers/bus/mvebu-mbus.c                   | 13 ++++++++++++
 17 files changed, 117 insertions(+), 14 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2015-01-18  5:57 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2015-01-18  5:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:

  linux 3.19-rc4 (2015-01-11 12:44:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to 966903a98fd80ae5f5c4a7ca121d36ea0ba23143:

  Merge tag 'samsung-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes (2015-01-16 19:11:37 -0800)

----------------------------------------------------------------
ARM: SoC fixes

We've been sitting on our fixes branch for a while, so this batch is
unfortunately on the large side.

A lot of these are tweaks and fixes to device trees, fixing various bugs
around clocks, reg ranges, etc. There's also a few defconfig updates
(which are on the late side, no more of those).

All in all the diffstat is bigger than ideal at this time, but the nothing
in here seems particularly risky.

----------------------------------------------------------------
Abhilash Kesavan (2):
      drivers: bus: check cci device tree node status
      ARM: dts: disable CCI on exynos5420 based arndale-octa

Alexander Stein (1):
      ARM: at91/dt: sam9263: Add missing clocks to lcdc node

Andreas Faerber (1):
      ARM: exynos_defconfig: Enable LM90 driver

Bo Shen (2):
      ARM: at91/dt: sama5d4: fix the timer reg length
      ARM: at91: sama5d3: dt: correct the sound route

Doug Anderson (1):
      ARM: dts: rockchip: bump sd card pin drive strength up on rk3288-evb

Fabio Estevam (3):
      ARM: dts: imx25: Fix the SPI1 clocks
      ARM: imx6sx: Set PLL2 as parent of QSPI clocks
      ARM: dts: imx51-babbage: Fix ULPI PHY reset modelling

Gary Bisson (1):
      ARM: clk-imx6q: fix video divider for rev T0 1.0

Geert Uytterhoeven (2):
      ARM: shmobile: r8a7740: Instantiate GIC from C board code in legacy builds
      ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin instances

Heiko St?bner (1):
      ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288

Javier Martinez Canillas (1):
      ARM: exynos_defconfig: Enable options for display panel support

Jisheng Zhang (3):
      ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 host
      ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell DMP DT
      ARM: dts: berlin: correct BG2Q's SM GPIO location.

Lennart Sorensen (3):
      ARM: omap5/dra7xx: Fix frequency typos
      ARM: dra7xx: Fix counter frequency drift for AM572x errata i856
      ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode

Linus Walleij (1):
      ARM: nomadik: fix up leftover device tree pins

Mugunthan V N (1):
      ARM: dts: dra7-evm: fix qspi device tree partition size

Nishanth Menon (1):
      ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT

Olof Johansson (7):
      Merge tag 'v3.19-rockchip-dtsfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into fixes
      Merge tag 'imx-fixes-3.19' of git://git.kernel.org/.../shawnguo/linux into fixes
      Merge tag 'omap-for-v3.19/fixes-rc1' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'berlin-fixes-for-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin into fixes
      Merge tag 'at91-fixes' of git://git.kernel.org/.../nferre/linux-at91 into fixes
      Merge tag 'renesas-soc-fixes-for-v3.19' of git://git.kernel.org/.../horms/renesas into fixes
      Merge tag 'samsung-fixes-3.19' of git://git.kernel.org/.../kgene/linux-samsung into fixes

Philipp Zabel (1):
      ARM: dts: imx6qdl: Fix CODA960 interrupt order

Tony Lindgren (2):
      ARM: OMAP2+: Fix n900 board name for legacy user space
      ARM: dts: Revert disabling of smc91x for n900

Tyler Baker (1):
      reset: sunxi: fix spinlock initialization

Vivek Gautam (1):
      arm: dts: Use pmu_system_controller phandle for dp phy

Wenyou Yang (1):
      ARM: at91: board-dt-sama5: add phy_fixup to override NAND_Tree

Xiubo Li (1):
      ARM: ls1021a: dtsi: add 'big-endian' property for scfg node

 arch/arm/boot/dts/at91sam9263.dtsi            |  2 +
 arch/arm/boot/dts/berlin2q-marvell-dmp.dts    |  2 +
 arch/arm/boot/dts/berlin2q.dtsi               | 63 ++++++++++++++-------------
 arch/arm/boot/dts/dra7-evm.dts                | 10 ++---
 arch/arm/boot/dts/exynos5250.dtsi             |  2 +-
 arch/arm/boot/dts/exynos5420-arndale-octa.dts |  4 ++
 arch/arm/boot/dts/exynos5420.dtsi             |  6 +--
 arch/arm/boot/dts/imx25.dtsi                  |  2 +-
 arch/arm/boot/dts/imx51-babbage.dts           | 22 +++-------
 arch/arm/boot/dts/imx6qdl.dtsi                |  4 +-
 arch/arm/boot/dts/ls1021a.dtsi                |  1 +
 arch/arm/boot/dts/omap3-n900.dts              |  4 +-
 arch/arm/boot/dts/rk3288-evb.dtsi             | 30 +++++++++++++
 arch/arm/boot/dts/sama5d3xmb.dtsi             |  2 +-
 arch/arm/boot/dts/sama5d4.dtsi                |  2 +-
 arch/arm/boot/dts/ste-nomadik-nhk15.dts       |  8 ++--
 arch/arm/configs/exynos_defconfig             | 18 +++++++-
 arch/arm/configs/omap2plus_defconfig          |  2 +-
 arch/arm/mach-at91/board-dt-sama5.c           | 18 ++++++++
 arch/arm/mach-imx/clk-imx6q.c                 |  2 +-
 arch/arm/mach-imx/clk-imx6sx.c                |  3 ++
 arch/arm/mach-omap2/board-generic.c           | 18 ++++++++
 arch/arm/mach-omap2/common.h                  |  1 +
 arch/arm/mach-omap2/control.h                 |  4 ++
 arch/arm/mach-omap2/omap-headsmp.S            | 21 +++++++++
 arch/arm/mach-omap2/omap-smp.c                | 13 +++++-
 arch/arm/mach-omap2/timer.c                   | 44 ++++++++++++++++---
 arch/arm/mach-rockchip/rockchip.c             | 27 ++++++++++++
 arch/arm/mach-shmobile/setup-r8a7740.c        |  7 +++
 arch/arm/mach-shmobile/setup-sh73a0.c         |  3 ++
 drivers/bus/arm-cci.c                         |  3 ++
 drivers/reset/reset-sunxi.c                   |  4 ++
 32 files changed, 272 insertions(+), 80 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2014-08-10  5:14 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2014-08-10  5:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit c309bfa9b481e7dbd3e1ab819271bf3009f44859:

  Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd (2014-08-08 18:13:21 -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 ee34fb97a96ceac3334705ebab8b541ca291699f:

  ARM: dts: exynos5420: remove disp_pd (2014-08-09 08:25:50 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 3.17 merge window

- A short branch of OMAP fixes that we didn't merge before the window opened.
- A small cleanup that sorts the rk3288 dts entries properly
- A build fix due to a reference to a removed DT node on exynos

----------------------------------------------------------------
Doug Anderson (1):
      ARM: dts: Fix the sort ordering of EHCI and HSIC in rk3288.dtsi

Jeremy Vial (2):
      ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
      ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c

Olof Johansson (1):
      Merge tag 'omap-for-v3.17/soc-fixes' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Paul Walmsley (1):
      ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate

Stephen Rothwell (1):
      ARM: dts: exynos5420: remove disp_pd

Tomasz Figa (1):
      ARM: EXYNOS: Fix suspend/resume sequences

Tony Lindgren (1):
      Merge tag 'for-v3.17/omap-clock-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.17/soc

 arch/arm/boot/dts/exynos5420.dtsi |   1 -
 arch/arm/boot/dts/rk3288.dtsi     |  40 +++++-----
 arch/arm/mach-exynos/pm.c         | 163 ++++++++++++++++++--------------------
 arch/arm/mach-omap2/clkt_dpll.c   |  28 +++++--
 arch/arm/mach-omap2/control.c     |   6 +-
 arch/arm/mach-omap2/dpll3xxx.c    |  13 ++-
 drivers/cpuidle/cpuidle-exynos.c  |  25 +-----
 7 files changed, 135 insertions(+), 141 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2012-10-10 21:48 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-10-10 21:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 0e51793e162ca432fc5f04178cf82b80a92c2659:

  Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm (2012-10-07 21:20:57 +0900)

are available in the git repository at:


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

for you to fetch changes up to 6bd5dbda2adeabba69c969886511e501a65b6e3c:

  Merge tag 'omap-for-v3.7-rc1/fixes-asoc-regression-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes (2012-10-09 15:00:58 -0700)

----------------------------------------------------------------

ARM: SoC fixes

A series of fixes (and in some cases, some cleanups):

Via Tony Lindgren:
- A collection of OMAP regression fixes, in particular because firmware
  no longer sets up all pin states before starting the kernel.
- cpufreq fixes for OMAP (Rafael is on vacation and this was pre-agreed).
- A longer series of misc regression fixes and cleanups, warning removals,
  etc for OMAP

>From Arnd Bergmann:
- A series of warning fixes for various platforms (defconfig builds)

Misc:
- A couple of tegra fixes, one for i.MX, some vt8500 fixes, etc.

----------------------------------------------------------------
Afzal Mohammed (1):
      ARM: OMAP2+: gpmc: annotate exit sections properly

Arnd Bergmann (22):
      ARM: shark: fix shark_pci_init return code
      ARM: pxa: Wunused-result warning in viper board file
      ARM: pxa: define palmte2_pxa_keys conditionally
      ARM: pxa: remove sharpsl_fatal_check function
      ARM: pxa: work around duplicate definition of GPIO24_SSP1_SFRM
      ARM: at91: skip at91_io_desc definition for NOMMU
      ARM: at91: unused variable in at91_pm_verify_clocks
      ARM: s3c24xx: fix multiple section mismatch warnings
      ARM: mv78xx0: mark mv78xx0_timer_init as __init_refok
      ARM: iop13xx: mark iop13xx_scan_bus as __devinit
      ARM: iop13xx: fix iq81340sc_atux_map_irq prototype
      ARM: davinci: don't mark da850_register_cpufreq as __init
      ARM: rpc: check device_register return code in ecard_probe
      ARM: ks8695: __arch_virt_to_dma type handling
      ARM: soc: dependency warnings for errata
      ARM: footbridge: remove RTC_IRQ definition
      ARM: mv78xx0: correct addr_map_cfg __initdata annotation
      ARM: footbridge: nw_gpio_lock is raw_spin_lock
      ARM: shmobile: mark shmobile_init_late as __init
      ARM: assabet: fix bogus warning in get_assabet_scr (again)
      ARM: integrator: use __iomem pointers for MMIO, part 2
      ARM: pxa: armcore: fix PCI PIO warnings

Axel Lin (1):
      ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

Colin Cross (1):
      ARM: OMAP: counter: add locking to read_persistent_clock

Jean Pihet (2):
      ARM: OMAP: SmartReflex: select CONFIG_POWER_SUPPLY in Kconfig
      ARM: OMAP: SmartReflex: fix error path in init function

Jon Hunter (2):
      ARM: OMAP2+: hwmod data: Fix PMU interrupt definitions
      ARM: OMAP3: fix workaround for EMU clockdomain

Kevin Hilman (4):
      cpufreq: OMAP: ensure valid clock rate before scaling
      cpufreq: OMAP: remove unused <plat/omap-pm.h>
      cpufreq: OMAP: use get_cpu_device() instead of omap_device API
      ARM: OMAP2+: PM: MPU DVFS: use generic CPU device for MPU-SS

Olof Johansson (10):
      ARM: iop: fix mismerge of Kconfig
      ARM: tegra: fix mismerges of header file inclusions
      Merge branch 'late/fixes' into fixes
      ARM: integrator_cp: fix build failure
      Merge branch 'fixes2' into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-hwmod-clock-signed-v3' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-pm-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-cpufreq-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-for-v3.7-rc1/fixes-asoc-regression-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes

Paul Walmsley (3):
      ARM: OMAP: omap3evm: fix new sparse warning
      cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includes
      ARM: OMAP4/AM335x: hwmod: fix disable_module regression in hardreset handling

Peter Senna Tschudin (3):
      arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
      arch/arm/mach-omap2: Remove unecessary semicolon
      arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolon

Peter Ujfalusi (9):
      ARM: OMAP: board-4430-sdp: Pin mux configuration for audio needs
      ARM: OMAP: board-omap4panda: Pin mux configuration for audio needs
      ARM/dts: omap4-panda: Disable unused audio IPs
      ARM/dts: omap4-sdp: Disable unused McBSP3
      ARM/dts: omap5-evm: Disable unused McBSP3
      ARM/dts: omap4-sdp: pinmux configuration for audio
      ARM/dts: omap4-panda: pinmux configuration for audio
      ARM/dts: Add pinctrl driver entries for omap5
      ARM/dts: omap5-evm: pinmux configuration for audio

R Sricharan (1):
      ARM: OMAP2+: Round of the carve out memory requested to section_size

Raphael Assenat (1):
      AM35xx: Add missing hwmod entry for the HDQ/1-Wire present in AM3505/3517 CPUs.

Shawn Guo (1):
      ARM: dts: remove redundant imx dtb targets from Makefile

Shubhrajyoti D (1):
      ARM: OMAP: rx51: Fix a section mismatch warn

Stephen Warren (3):
      ARM: tegra: fix invalid unit-address in tegra*.dtsi
      ARM: tegra: remove "Tegra board type" comment from Kconfig
      ARM: bcm2835: fix typos in DT binding documentation

Tony Lindgren (3):
      Merge tag 'for_3.7-fixes-cpufreq' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.7-rc1/fixes-cpufreq
      Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.7-rc1/fixes-pm
      Merge tag 'omap-fixes-a-for-pre3.7' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.7-rc1/fixes-hwmod-clock

Tony Prisk (3):
      dtb: Add arch-vt8500 board files to arch/arm/boot/dts/Makefile
      vt8500: Fix build warning when no framebuffer selected
      arm: vt8500: Fix build warning in uncompress.h

Vaibhav Hiremath (2):
      ARM: am33xx: clk: Update clkdev table to add mcasp alias
      ARM: OMAP2+: Add am335x evm and bone targets to common Makefile

Vikram Narayanan (1):
      arm/omap: Replace board_ref_clock with enum values

Wei Yongjun (8):
      ARM: OMAP: fix return value check in beagle_opp_init()
      ARM: OMAP: omap_device: fix return value check in omap_device_build_ss()
      ARM: OMAP2+: SmartReflex: fix return value check in sr_dev_init()
      ARM: OMAP2+: PM: fix return value check in omap2_set_init_voltage()
      OMAPDSS: fix return value check in create_dss_pdev()
      ARM: OMAP: hsmmc: fix return value check in omap_hsmmc_init_one()
      ARM: OMAP: fix return value check in realtime_counter_init()
      ARM: OMAP2+: remove duplicated include from board-omap3stalker.c

Yegor Yefremov (1):
      arm: increase FORCE_MAX_ZONEORDER for TI AM33XX

 .../brcm,bcm2835-armctrl-ic.txt                    |  2 +-
 .../bindings/timer/brcm,bcm2835-system-timer.txt   |  2 +-
 arch/arm/Kconfig                                   |  3 +-
 arch/arm/boot/dts/Makefile                         | 15 +++---
 arch/arm/boot/dts/omap4-panda.dts                  | 47 ++++++++++++++++++
 arch/arm/boot/dts/omap4-sdp.dts                    | 57 +++++++++++++++++++++
 arch/arm/boot/dts/omap5-evm.dts                    | 58 ++++++++++++++++++++++
 arch/arm/boot/dts/omap5.dtsi                       | 17 +++++++
 arch/arm/boot/dts/tegra20-seaboard.dts             |  2 +-
 arch/arm/boot/dts/tegra20.dtsi                     |  4 +-
 arch/arm/common/it8152.c                           | 12 +++--
 arch/arm/mach-at91/pm.c                            |  5 +-
 arch/arm/mach-at91/setup.c                         |  2 +-
 arch/arm/mach-davinci/da850.c                      |  2 +-
 arch/arm/mach-footbridge/include/mach/irqs.h       |  2 -
 arch/arm/mach-integrator/include/mach/cm.h         |  2 +-
 arch/arm/mach-integrator/include/mach/platform.h   |  6 +--
 arch/arm/mach-integrator/integrator_ap.c           |  2 +-
 arch/arm/mach-integrator/integrator_cp.c           |  4 +-
 arch/arm/mach-iop13xx/iq81340sc.c                  |  2 +-
 arch/arm/mach-iop13xx/pci.c                        |  2 +-
 arch/arm/mach-ks8695/include/mach/memory.h         |  3 +-
 arch/arm/mach-mv78xx0/addr-map.c                   |  2 +-
 arch/arm/mach-mv78xx0/common.c                     |  2 +-
 arch/arm/mach-omap1/devices.c                      |  2 +-
 arch/arm/mach-omap2/board-4430sdp.c                | 26 ++++++++++
 arch/arm/mach-omap2/board-flash.c                  |  2 +-
 arch/arm/mach-omap2/board-omap3beagle.c            |  2 +-
 arch/arm/mach-omap2/board-omap3evm.c               |  3 +-
 arch/arm/mach-omap2/board-omap3stalker.c           |  5 --
 arch/arm/mach-omap2/board-omap4panda.c             | 18 ++++++-
 arch/arm/mach-omap2/board-rx51-peripherals.c       |  2 +-
 arch/arm/mach-omap2/board-zoom-peripherals.c       |  3 +-
 arch/arm/mach-omap2/clkt_clksel.c                  |  2 +-
 arch/arm/mach-omap2/clock33xx_data.c               |  2 +
 arch/arm/mach-omap2/clockdomain2xxx_3xxx.c         | 44 ++++++++--------
 arch/arm/mach-omap2/display.c                      |  2 +-
 arch/arm/mach-omap2/gpmc.c                         |  4 +-
 arch/arm/mach-omap2/hsmmc.c                        |  2 +-
 arch/arm/mach-omap2/mux.c                          |  2 +-
 arch/arm/mach-omap2/omap-secure.c                  |  4 +-
 arch/arm/mach-omap2/omap_hwmod.c                   | 31 ++++++++++--
 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  9 ++--
 arch/arm/mach-omap2/opp.c                          | 23 ++++++---
 arch/arm/mach-omap2/pm-debug.c                     |  2 +-
 arch/arm/mach-omap2/pm.c                           | 13 ++++-
 arch/arm/mach-omap2/sr_device.c                    |  2 +-
 arch/arm/mach-omap2/timer.c                        |  2 +-
 arch/arm/mach-omap2/twl-common.c                   |  2 +-
 arch/arm/mach-pxa/cm-x2xx.c                        |  1 +
 arch/arm/mach-pxa/palmte2.c                        |  2 +
 arch/arm/mach-pxa/sharpsl_pm.c                     | 48 ------------------
 arch/arm/mach-pxa/viper.c                          |  3 +-
 arch/arm/mach-rpc/ecard.c                          |  4 +-
 arch/arm/mach-s3c24xx/irq-s3c2416.c                |  6 +--
 arch/arm/mach-s3c24xx/irq-s3c2443.c                |  4 +-
 arch/arm/mach-s3c24xx/simtec-usb.c                 |  2 +-
 arch/arm/mach-sa1100/assabet.c                     |  2 +-
 arch/arm/mach-shark/pci.c                          |  2 +-
 arch/arm/mach-shmobile/include/mach/common.h       |  2 +-
 arch/arm/mach-tegra/Kconfig                        |  6 +--
 arch/arm/mach-ux500/Kconfig                        |  4 +-
 arch/arm/mach-vt8500/include/mach/uncompress.h     |  8 +--
 arch/arm/mach-vt8500/vt8500.c                      |  5 +-
 arch/arm/plat-omap/Kconfig                         |  2 +
 arch/arm/plat-omap/counter_32k.c                   | 21 +++++---
 arch/arm/plat-omap/omap-pm-noop.c                  |  8 +--
 arch/arm/plat-omap/omap_device.c                   |  2 +-
 drivers/char/ds1620.c                              |  8 +--
 drivers/char/nwflash.c                             |  4 +-
 drivers/cpufreq/omap-cpufreq.c                     | 36 +++++---------
 drivers/mmc/host/sdhci-tegra.c                     |  1 -
 drivers/power/avs/smartreflex.c                    |  8 +--
 sound/oss/waveartist.c                             |  4 +-
 75 files changed, 436 insertions(+), 223 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2012-07-27  1:56 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-07-27  1:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit 9161c3b796a2841a9a7be3d9c9dd121269ce90e8:

  Merge tag 'clk-for-linus' of
git://git.linaro.org/people/mturquette/linux (2012-07-24 16:40:57
-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 fa7c865ad999d6ca340bca471fab7f3a3e6ae011:

  ARM: mxs: fix compile error caused by prom_update_property change
(2012-07-25 22:36:39 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A mixed bag of fixes, some for merge window fallout (tegra, MXS), and
a short series of fixes for marvell platforms that didn't make it in
before 3.5.

----------------------------------------------------------------
Andrew Lunn (2):
      ARM: Kirkwood: Ensure runit clock always ticks.
      ARM: Kirkwood: Replace mrvl with marvell

Arnd Bergmann (2):
      Merge branch 'master' of git://git.kernel.org/.../torvalds/linux
into fixes
      Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes

Hannes Reinecke (1):
      ARM: Dove: Fixup ge00 initialisation

Laxman Dewangan (1):
      ARM: tegra: harmony: add regulator supply name and its input supply

Pawel Moll (1):
      ARM: versatile: Don't use platform clock for Integrator & VE

Shawn Guo (1):
      ARM: mxs: fix compile error caused by prom_update_property change

Simon Baatz (2):
      ARM: Kirkwood: Fix PHY disable clk problems
      ARM: Orion: fix driver probe error handling with respect to clk

Stephen Warren (2):
      ARM: dt: tegra trimslice: add vbus-gpio property
      ARM: dt: tegra trimslice: enable USB2 port

Tony Prisk (1):
      ARM: vt8500: Add maintainer for VT8500 architecture

 .../devicetree/bindings/mtd/orion-nand.txt         |  4 +-
 MAINTAINERS                                        | 11 ++++
 arch/arm/Kconfig                                   |  2 -
 arch/arm/boot/dts/kirkwood-dns320.dts              |  2 +-
 arch/arm/boot/dts/kirkwood-dns325.dts              |  2 +-
 arch/arm/boot/dts/kirkwood-dreamplug.dts           |  2 +-
 arch/arm/boot/dts/kirkwood-ib62x0.dts              |  2 +-
 arch/arm/boot/dts/kirkwood-iconnect.dts            |  2 +-
 arch/arm/boot/dts/kirkwood.dtsi                    |  6 +-
 arch/arm/boot/dts/tegra20-trimslice.dts            |  2 +
 arch/arm/mach-dove/common.c                        |  4 +-
 arch/arm/mach-kirkwood/common.c                    | 70 +++++++++++++++++-----
 arch/arm/mach-mxs/mach-mxs.c                       |  8 +--
 arch/arm/mach-tegra/board-harmony-power.c          | 33 ++++++----
 drivers/crypto/mv_cesa.c                           |  4 ++
 drivers/mmc/host/mvsdio.c                          |  4 ++
 drivers/mtd/nand/orion_nand.c                      |  6 +-
 drivers/net/ethernet/marvell/mv643xx_eth.c         |  6 ++
 drivers/rtc/rtc-mv.c                               |  2 +-
 drivers/usb/host/ehci-orion.c                      |  4 ++
 sound/soc/kirkwood/kirkwood-i2s.c                  |  8 ++-
 21 files changed, 133 insertions(+), 51 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2012-06-30 22:51 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-06-30 22:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53: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 5d5474df64d49564f297d9259932452ea64b745d:

  Merge branch 'v3.5-samsung-fixes-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into
fixes (2012-06-30 15:27:52 -0700)

----------------------------------------------------------------

ARM: SoC fixes

Another week, another batch of fixes.

All are small, contained, targeted fixes for explicit problems -- mostly
build and boot failures across i.MX, OMAP, Renesas/Shmobile and Samsung.

----------------------------------------------------------------
Guennadi Liakhovetski (1):
      ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerel

Jon Hunter (1):
      ARM: OMAP4470: Fix OMAP4470 boot failure

Jonghwan Choi (1):
      ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL

Jose Miguel Goncalves (1):
      ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping

Kevin Hilman (1):
      ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=n

Kuninori Morimoto (4):
      ARM: shmobile: sh73a0: bugfix: SY-DMAC number
      ARM: shmobile: sh7372: bugfix: chclr_offset base
      ARM: shmobile: kzm9g: use late init machine hook
      ARM: shmobile: kzm9d: use late init machine hook

Laurent Pinchart (1):
      ARM: mach-shmobile: armadillo800eva: Use late init machine hook

Nobuhiro Iwamatsu (1):
      ARM: mach-shmobile: Fix build when SMP is enabled and EMEV2 is not enabled

Olof Johansson (3):
      Merge branch 'fixes' of git://git.kernel.org/.../rafael/renesas into fixes
      Merge tag 'omap-fixes-for-v3.5-rc4' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge branch 'v3.5-samsung-fixes-1' of
git://git.kernel.org/.../kgene/linux-samsung into fixes

Phil Edworthy (1):
      ARM: shmobile: r8a7779: Route all interrupts to ARM

Sachin Kamat (1):
      ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry

Shawn Guo (1):
      ARM: imx6q: fix suspend regression caused by common clk migration

 arch/arm/mach-exynos/Kconfig                        | 8 ++++----
 arch/arm/mach-imx/clk-imx6q.c                       | 6 ++++--
 arch/arm/mach-omap2/board-flash.c                   | 5 -----
 arch/arm/mach-omap2/clock44xx_data.c                | 5 ++++-
 arch/arm/mach-shmobile/board-armadillo800eva.c      | 1 +
 arch/arm/mach-shmobile/board-kzm9d.c                | 1 +
 arch/arm/mach-shmobile/board-kzm9g.c                | 1 +
 arch/arm/mach-shmobile/board-mackerel.c             | 3 +++
 arch/arm/mach-shmobile/clock-sh73a0.c               | 8 ++++----
 arch/arm/mach-shmobile/intc-r8a7779.c               | 7 +++++++
 arch/arm/mach-shmobile/platsmp.c                    | 5 +++++
 arch/arm/mach-shmobile/setup-sh7372.c               | 2 +-
 arch/arm/plat-samsung/include/plat/map-s3c.h        | 2 +-
 arch/arm/plat-samsung/include/plat/watchdog-reset.h | 2 +-
 14 files changed, 37 insertions(+), 19 deletions(-)

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

* [GIT PULL] ARM: SoC fixes
@ 2012-06-23 23:40 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-06-23 23:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit fb09185a88cad9c59e22e84f8c0594303595e9af:

  Merge branch 'drm-fixes' of
git://people.freedesktop.org/~airlied/linux (2012-06-17 01:44:41
-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 0fa1f0609a0c1fe8b2be3c0089a2cb48f7fda521:

  ARM: Orion: Fix Virtual/Physical mixup with watchdog (2012-06-23
16:19:21 -0700)

----------------------------------------------------------------
ARM: SoC fixes

Nothing very controversial in here. Most of the fixes are for OMAP this time
around, with some orion/kirkwood and a tegra patch mixed in.

----------------------------------------------------------------
Andrew Lunn (3):
      ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
      ARM: Orion5x - Restore parts of io.h, with rework
      ARM: Orion: Fix Virtual/Physical mixup with watchdog

Djamil Elaidi (1):
      ARM: OMAP4+: hwmod: fix issue causing IPs not going back to Smart-Standby

Jon Hunter (1):
      arm/dts: OMAP2: Fix interrupt controller binding

Marc Kleine-Budde (1):
      ARM: Kirkwood: clk_register_gate_fn: add fn assignment

Olof Johansson (2):
      Merge tag 'omap-fixes-for-v3.5-rc3' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'omap-fixes-a-for-3.5rc' of
git://git.kernel.org/.../pjw/omap-pending into fixes

Paul Walmsley (4):
      ARM: OMAP4: hwmod data: fix 32k sync timer idle modes
      ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks
      ARM: OMAP2+: CM: increase the module disable timeout
      ARM: OMAP2+: mux: fix sparse warning

Ricardo Neri (1):
      ARM: OMAP4: hwmod data: Force HDMI in no-idle while enabled

Russ Dill (1):
      ARM: OMAP: Fix Beagleboard DVI reset gpio

Stephen Warren (1):
      ARM: tegra: make tegra_cpu_reset_handler_enable() __init

Todd Poynor (1):
      ARM: OMAP: PM: Lock clocks list while generating summary

Tony Lindgren (2):
      ARM: OMAP2+: Fix MUSB ifdefs for platform init code
      ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0

 arch/arm/Kconfig                                  |  1 +
 arch/arm/boot/dts/omap2.dtsi                      |  2 ++
 arch/arm/mach-kirkwood/board-iconnect.c           |  3 ---
 arch/arm/mach-kirkwood/common.c                   |  1 +
 arch/arm/mach-kirkwood/include/mach/bridge-regs.h |  1 +
 arch/arm/mach-kirkwood/include/mach/kirkwood.h    |  1 +
 arch/arm/mach-omap2/board-n8x0.c                  |  6 ++----
 arch/arm/mach-omap2/board-omap3beagle.c           | 28
++++++++++++----------------
 arch/arm/mach-omap2/clock44xx_data.c              |  5 +++++
 arch/arm/mach-omap2/cm.h                          | 11 +++++++++++
 arch/arm/mach-omap2/cminst44xx.c                  |  4 ++--
 arch/arm/mach-omap2/mux.c                         |  1 +
 arch/arm/mach-omap2/omap_hwmod.c                  |  2 +-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c        |  8 ++++++--
 arch/arm/mach-omap2/omap_phy_internal.c           |  6 ------
 arch/arm/mach-omap2/usb-musb.c                    |  6 ++----
 arch/arm/mach-omap2/usb-tusb6010.c                |  2 +-
 arch/arm/mach-orion5x/include/mach/bridge-regs.h  |  2 +-
 arch/arm/mach-orion5x/include/mach/io.h           | 22 ++++++++++++++++++++++
 arch/arm/mach-orion5x/include/mach/orion5x.h      |  1 +
 arch/arm/mach-tegra/reset.c                       |  2 +-
 arch/arm/plat-omap/clock.c                        |  2 ++
 arch/arm/plat-orion/common.c                      |  2 +-
 23 files changed, 77 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/mach-orion5x/include/mach/io.h

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

* [GIT PULL] ARM: SoC fixes
@ 2012-06-17  5:33 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-06-17  5:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -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 128789a8293653a4f889f2b1601eea07c00ff65e:

  ARM: Kirkwood: Fix clk problems modular ethernet driver (2012-06-16
18:45:20 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A bit larger set than usual, unfortunately -- I've been sitting on them
longer than I meant to so it's really more like 2 -rc pull requests in
one, volume-wise.

Nearly everything is fixes for fallout from the merge window, or other
fixes for bugs. The one exception is the highbank L2-enablement patch,
but it was contained enough that I picked it up anyway:

- i.MX fixes, mostly for clock and pinctrl changes
- OMAP fixes, mostly PM-related
- A patch to enable L2 on highbank
- A couple of fixes for PXA, Kirkwood, Versatile

----------------------------------------------------------------
Andrew Lunn (1):
      ARM: Kirkwood: Fix clk problems modular ethernet driver

Arnd Bergmann (1):
      arm: versatile: fix and enable PCI I/O space

Fabio Estevam (3):
      ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSI
      ARM: mx31: Add pinctrl_provide_dummies()
      ARM: mx51: Add pinctrl_provide_dummies()

Govindraj.R (1):
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Haojian Zhuang (2):
      ARM: dts: update memory size on brownstone
      ARM: mmp: fix missing cascade_irq in irq handler

Jaccon Bastiaansen (1):
      ARM i.MX imx21ads: Fix overlapping static i/o mappings

Javier Martin (1):
      ARM i.MX27 Visstrim M10: fix gpio handling.

Kevin Hilman (3):
      ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at boot
      ARM: OMAP3: clock data: cleanup AM3[35]x SoC detection
      ARM: OMAP: SoC detection: remove unused cpu_is macros

Mark A. Greer (1):
      arm: omap3: am35x: Don't mark missing features as present

NeilBrown (1):
      ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKE

Olof Johansson (6):
      Merge tag 'imx-clk-common-fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge branch 'imx/fixes-for-3.5' of
git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
      Merge branch 'imx/clk-fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge branch 'imx/fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge tag 'omap-fixes-for-v3.5-rc1' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixes

Richard Zhao (2):
      ARM: i.MX: change timer clock from ipg to perclk
      ARM: imx6q: prepare and enable init on clks directly instead of
clk_get first

Rob Herring (1):
      ARM: highbank: Add smc calls to enable/disable the L2

Sascha Hauer (5):
      ARM i.MX5: fix gpt peripheral clock path
      ARM i.MX: remove now unnecessary argument from mxc_timer_init
      ARM i.MX pllv2: use standard register set unconditionally
      ARM i.MX pllv2: make round_rate accurate
      ARM i.MX53: Fix PLL4 base address

Shawn Guo (1):
      ARM: imx6: exit coherency when shutting down a cpu

Tony Lindgren (6):
      Merge branch 'for_3.5/fixes/pm' of
git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of
git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irq
      ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected
      ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not set
      ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code

Uwe Kleine-K?nig (2):
      ARM: imx: only specify i2c device type once
      ARM: imx: only call l2x0_init if it's available

 arch/arm/Kconfig                                |  1 +
 arch/arm/boot/dts/mmp2-brownstone.dts           |  4 +-
 arch/arm/mach-highbank/Makefile                 |  6 +-
 arch/arm/mach-highbank/core.h                   |  1 +
 arch/arm/mach-highbank/highbank.c               | 14 ++++
 arch/arm/mach-highbank/smc.S                    | 27 +++++++
 arch/arm/mach-imx/Kconfig                       |  1 +
 arch/arm/mach-imx/clk-imx1.c                    |  3 +-
 arch/arm/mach-imx/clk-imx21.c                   |  4 +-
 arch/arm/mach-imx/clk-imx25.c                   |  2 +-
 arch/arm/mach-imx/clk-imx27.c                   |  3 +-
 arch/arm/mach-imx/clk-imx31.c                   |  3 +-
 arch/arm/mach-imx/clk-imx35.c                   |  6 +-
 arch/arm/mach-imx/clk-imx51-imx53.c             | 12 ++--
 arch/arm/mach-imx/clk-imx6q.c                   | 22 ++----
 arch/arm/mach-imx/clk-pllv2.c                   | 93 +++++++++++++++----------
 arch/arm/mach-imx/crm-regs-imx5.h               |  2 +-
 arch/arm/mach-imx/hotplug.c                     | 42 ++++++++++-
 arch/arm/mach-imx/mach-cpuimx35.c               |  1 -
 arch/arm/mach-imx/mach-cpuimx51sd.c             |  1 -
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c     | 36 +++++++---
 arch/arm/mach-imx/mach-mx21ads.c                |  2 +-
 arch/arm/mach-imx/mm-imx3.c                     |  4 ++
 arch/arm/mach-imx/mm-imx5.c                     |  2 +
 arch/arm/mach-kirkwood/common.c                 |  8 ++-
 arch/arm/mach-mmp/irq.c                         |  7 ++
 arch/arm/mach-omap2/board-rx51-peripherals.c    |  6 +-
 arch/arm/mach-omap2/clock3xxx_data.c            |  2 +-
 arch/arm/mach-omap2/dsp.c                       |  3 +
 arch/arm/mach-omap2/id.c                        | 11 +++
 arch/arm/mach-omap2/irq.c                       |  1 +
 arch/arm/mach-omap2/mux.c                       |  3 +-
 arch/arm/mach-omap2/mux.h                       | 11 +++
 arch/arm/mach-omap2/omap_l3_smx.c               |  3 +-
 arch/arm/mach-imx/clk-pllv2.c                   | 93 +++++++++++++++----------
 arch/arm/mach-imx/crm-regs-imx5.h               |  2 +-
 arch/arm/mach-imx/hotplug.c                     | 42 ++++++++++-
 arch/arm/mach-imx/mach-cpuimx35.c               |  1 -
 arch/arm/mach-imx/mach-cpuimx51sd.c             |  1 -
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c     | 36 +++++++---
 arch/arm/mach-imx/mach-mx21ads.c                |  2 +-
 arch/arm/mach-imx/mm-imx3.c                     |  4 ++
 arch/arm/mach-imx/mm-imx5.c                     |  2 +
 arch/arm/mach-kirkwood/common.c                 |  8 ++-
 arch/arm/mach-mmp/irq.c                         |  7 ++
 arch/arm/mach-omap2/board-rx51-peripherals.c    |  6 +-
 arch/arm/mach-omap2/clock3xxx_data.c            |  2 +-
 arch/arm/mach-omap2/dsp.c                       |  3 +
 arch/arm/mach-omap2/id.c                        | 11 +++
 arch/arm/mach-omap2/irq.c                       |  1 +
 arch/arm/mach-omap2/mux.c                       |  3 +-
 arch/arm/mach-omap2/mux.h                       | 11 +++
 arch/arm/mach-omap2/omap_l3_smx.c               |  3 +-
 arch/arm/mach-omap2/pm34xx.c                    |  1 +
 arch/arm/mach-omap2/prm2xxx_3xxx.c              | 14 +++-
 arch/arm/mach-omap2/serial.c                    | 67 ++++++++++++++++--
 arch/arm/mach-versatile/core.c                  | 19 +----
 arch/arm/mach-versatile/include/mach/hardware.h |  3 +-
 arch/arm/mach-versatile/include/mach/io.h       | 27 +++++++
 arch/arm/mach-versatile/pci.c                   | 18 ++++-
 arch/arm/plat-mxc/epit.c                        | 11 ++-
 arch/arm/plat-mxc/include/mach/common.h         |  4 +-
 arch/arm/plat-mxc/time.c                        | 24 +++----
 arch/arm/plat-omap/include/plat/cpu.h           | 33 ---------
 arch/arm/plat-omap/include/plat/mmc.h           |  4 +-
 46 files changed, 396 insertions(+), 176 deletions(-)
 create mode 100644 arch/arm/mach-highbank/smc.S
 create mode 100644 arch/arm/mach-versatile/include/mach/io.h

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

* [GIT PULL] ARM: SoC fixes
@ 2012-04-06  4:46 Olof Johansson
  0 siblings, 0 replies; 91+ messages in thread
From: Olof Johansson @ 2012-04-06  4:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,


The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:

  Linux 3.4-rc1 (2012-03-31 16:24:09 -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 a8f5b6e5ef0faf64997bfa87698aaabc989e64c4:

  Merge tag 'omap-fixes-a2-for-3.4rc' of
git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into
fixes (2012-04-05 17:09:45 -0700)

----------------------------------------------------------------

ARM: SoC fixes for 3.4-rc2

A bunch of fixes for regressions (and a few other problems) in 3.4-rc1:

* Fix for regression of mach/io.h cleanup on platforms with PCI or PCMCIA
  (adding back the include file on those for now)
* AT91 fixes for usb and spi
* smsc911x ethernet fixes for i.MX
* smsc911x fixes for OMAP
* gpio fixes for Tegra
* A handful of build error and warning fixes for various platforms
* cpufreq kconfig dependencies, build and lowlevel debug fixes for
  Samsung platforms

In other words, more or less the regular collection of -rc1/2 type
material. A few of them, in particular the smsc911x for OMAP series, aren't
technically regressions for 3.4, but they're valid fixes and we're still
relatively early in the rc cycle so it seems appropriate to include them.

----------------------------------------------------------------
Ameya Palande (1):
      ARM: OMAP4: clock data: fix mult and div mask for USB_DPLL

Colin Cross (1):
      ARM: EXYNOS: fix CONFIG_DEBUG_LL

Dima Zavin (1):
      ARM: EXYNOS: use chip_id reg in uncompress to select uart base phys

Fabio Estevam (8):
      ARM: mach-mx35_3ds: Fix build warning due to the lack of 'const'
annotation
      ARM: 3ds_debugboard: Fix smsc911x driver probe
      ARM: mx35: Fix registration of camera clock
      ARM: mx53ard: Fix smsc911x driver probe
      ARM: mx31lite: Fix smsc911x driver probe
      ARM: mx31lilly: Fix smsc911x driver probe
      ARM: kzm_arm11_01: Fix smsc911x driver probe
      ARM: armadillo5x0: Fix smsc911x driver probe

Govindraj.R (1):
      ARM: OMAP2+: omap_hwmod: Allow io_ring wakeup configuration for
all modules

Grazvydas Ignotas (2):
      ARM: OMAP3xxx: HSMMC: avoid erratum workaround when transceiver
is attached
      ARM: OMAP3xxx: clock data: fix DPLL4 CLKSEL masks

Igor Grinberg (1):
      ARM: OMAP: fix section mismatches in usb-host.c

Il Han (1):
      ARM: EXYNOS: fix ISO C90 warning

Ilya Yanok (1):
      ARM: OMAP AM3517/3505: clock data: change EMAC clocks aliases

Javier Martin (1):
      MX2: Fix mx2_camera clock regression.

Kukjin Kim (2):
      ARM: S3C24XX: fix missing common.h in mach-s3c24xx/
      EXYNOS: fix dependency for EXYNOS_CPUFREQ

Ludovic Desroches (1):
      ARM: at91: dt: remove unit-address part for memory nodes

Mark A. Greer (2):
      arm: omap3: pm34xx.c: Fix omap3_pm_init() error out paths
      arm: omap3: pm34xx.c: Replace printk() with appropriate pr_*()

Ming Lei (1):
      ARM: OMAP3+: fix oops triggered in omap_prcm_register_chain_handler(v1)

Nicolas Ferre (11):
      ARM: at91/at91sam9x5: add clkdev entries for DMA controllers
      USB: ohci-at91: fix vbus_pin_active_low handling
      ARM: at91/USB host: specify and handle properly vbus_pin_active_low
      ARM: at91/dts: USB host vbus is active low
      USB: ohci-at91: rework and fix initialization
      USB: ohci-at91: change maximum number of ports
      USB: ohci-at91: trivial return code name change
      ARM: at91/at91sam9x5.dtsi: fix NAND ale/cle in DT file
      ARM: at91/NAND DT bindings: add comments
      USB: ehci-atmel: add needed of.h header file
      ARM: at91: fix check of valid GPIO for SPI and USB

Nishanth Menon (2):
      ARM: OMAP2+: OPP: allow OPP enumeration to continue if device is
not present
      ARM: OMAP: clock: fix race in disable all clocks

Olof Johansson (7):
      Merge tag 'v3.4-rc1-imx-fixes' of
git://git.pengutronix.de/git/imx/linux-2.6 into fixes
      Merge branch 'for-3.4/fixes-for-rc2' of
git://git.kernel.org/.../swarren/linux-tegra into fixes
      Merge branch 'at91-fixes' of
git://github.com/at91linux/linux-at91 into fixes
      Merge branch 'fixes' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge branch 'v3.4-cpufreq-exynos-fixes' of
git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge branch 'v3.4-samsung-fixes-1' of
git://git.kernel.org/.../kgene/linux-samsung into fixes
      Merge tag 'omap-fixes-a2-for-3.4rc' of
git://git.kernel.org/.../pjw/omap-pending into fixes

Paul Gortmaker (2):
      ARM: versatile: fix build failure in pci.c
      ARM: fix lcd power build failure in collie_defconfig

Paul Walmsley (4):
      ARM: OMAP44xx: clockdomain data: correct the emu_sys_clkdm CLKTRCTRL data
      ARM: OMAP4: hwmod data: Add aliases for McBSP fclk clocks
      ARM: OMAP3: clock data: fill in some missing clockdomains
      Merge branches 'clock_fixes_3.4rc', 'clockdomain_fixes_3.4rc',
'hsmmc_erratum_2_1_1_128_refine_3.4rc1', 'hwmod_data_fixes_a_3.4rc',
'hwmod_fixes_a2_3.4rc' and 'powerdomain_fixes_a_3.4rc' into
omap-fixes-a2-for-3.4rc-branch

R Sricharan (1):
      ARM: OMAP2+: Fix omap2+ build error

Rajendra Nayak (4):
      ARM: OMAP: hwmod: Use sysc_fields->srst_shift and get rid of
hardcoded SYSC_TYPE2_SOFTRESET_MASK
      ARM: OMAP4: clock data: Force a DPLL clkdm/pwrdm ON before a relock
      ARM: OMAP2+: hwmod: Restore sysc after a reset
      ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wait for reset status

Rob Herring (1):
      ARM: fix __io macro for PCMCIA

Russ Dill (5):
      ARM: OMAP2+: smsc911x: Remove odd gpmc_cfg/board_data redirection
      ARM: OMAP2+ smsc911x: Fix possible stale smsc911x flags
      ARM: OMAP2+: smsc911x: Remove unused rate calculation
      ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x
      ARM: OMAP2+: smsc911x: Add fixed board regulators

Sachin Kamat (1):
      ARM: EXYNOS: Fix compiler warning in dma.c file

Santosh Shilimkar (2):
      ARM: OMAP4: Workaround the OCP synchronisation issue with 32K synctimer.
      ARM: OMAP2+: powerdomain: Wait for powerdomain transition in
pwrdm_state_switch()

Stephen Warren (2):
      gpio: tegra: fix register address calculations for Tegra30
      gpio: tegra: Iterate over the correct number of banks

Tero Kristo (1):
      ARM: OMAP4: prm: fix interrupt register offsets

Tony Lindgren (3):
      Merge branch 'misc_devel_3.4' of git://git.pwsan.com/linux-2.6 into fixes
      Merge branch 'fixes-smsc911x' into fixes
      Merge branch 'for_3.4/fixes/pm' of
git://git.kernel.org/.../khilman/linux-omap-pm into fixes

Vaibhav Hiremath (1):
      ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitions

 .../devicetree/bindings/mtd/atmel-nand.txt         |   10 +-
 arch/arm/Kconfig                                   |    1 +
 arch/arm/boot/dts/at91sam9g20.dtsi                 |    2 +-
 arch/arm/boot/dts/at91sam9g25ek.dts                |    4 +-
 arch/arm/boot/dts/at91sam9g45.dtsi                 |    2 +-
 arch/arm/boot/dts/at91sam9m10g45ek.dts             |    6 +-
 arch/arm/boot/dts/at91sam9x5.dtsi                  |    6 +-
 arch/arm/boot/dts/at91sam9x5cm.dtsi                |    2 +-
 arch/arm/boot/dts/usb_a9g20.dts                    |    2 +-
 arch/arm/include/asm/barrier.h                     |    2 +-
 arch/arm/include/asm/io.h                          |    2 +-
 arch/arm/mach-at91/at91sam9260_devices.c           |    3 +
 arch/arm/mach-at91/at91sam9261_devices.c           |    3 +
 arch/arm/mach-at91/at91sam9263_devices.c           |    6 +-
 arch/arm/mach-at91/at91sam9g45_devices.c           |   11 +-
 arch/arm/mach-at91/at91sam9rl_devices.c            |    3 +
 arch/arm/mach-at91/at91sam9x5.c                    |    2 +
 arch/arm/mach-at91/board-sam9263ek.c               |    1 +
 arch/arm/mach-at91/board-sam9m10g45ek.c            |    1 +
 arch/arm/mach-at91/include/mach/board.h            |   13 +-
 arch/arm/mach-at91/include/mach/io.h               |   27 ++++
 arch/arm/mach-exynos/common.c                      |    3 +-
 arch/arm/mach-exynos/dma.c                         |    2 -
 arch/arm/mach-exynos/include/mach/debug-macro.S    |    7 +-
 arch/arm/mach-exynos/include/mach/uncompress.h     |   17 +-
 arch/arm/mach-imx/clock-imx27.c                    |    1 +
 arch/arm/mach-imx/clock-imx35.c                    |    2 +-
 arch/arm/mach-imx/mach-armadillo5x0.c              |    9 ++
 arch/arm/mach-imx/mach-kzm_arm11_01.c              |    9 ++
 arch/arm/mach-imx/mach-mx31lilly.c                 |    9 ++
 arch/arm/mach-imx/mach-mx31lite.c                  |    9 ++
 arch/arm/mach-imx/mach-mx35_3ds.c                  |    2 +-
 arch/arm/mach-imx/mach-mx53_ard.c                  |    8 +
 arch/arm/mach-omap1/include/mach/io.h              |   45 ++++++
 arch/arm/mach-omap2/board-cm-t35.c                 |   16 ++
 arch/arm/mach-omap2/board-igep0020.c               |    6 +
 arch/arm/mach-omap2/board-ldp.c                    |    7 +
 arch/arm/mach-omap2/board-omap3evm.c               |   15 +-
 arch/arm/mach-omap2/board-omap3logic.c             |    7 +
 arch/arm/mach-omap2/board-omap3stalker.c           |   16 +-
 arch/arm/mach-omap2/board-overo.c                  |    8 +
 arch/arm/mach-omap2/board-zoom-debugboard.c        |    9 ++
 arch/arm/mach-omap2/clock3xxx_data.c               |   18 ++-
 arch/arm/mach-omap2/clock44xx_data.c               |    5 +-
 arch/arm/mach-omap2/clockdomains44xx_data.c        |    2 +-
 arch/arm/mach-omap2/gpmc-smsc911x.c                |   65 +-------
 arch/arm/mach-omap2/hsmmc.c                        |    7 +
 arch/arm/mach-omap2/omap_hwmod.c                   |   96 ++++++------
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |   28 ++++
 arch/arm/mach-omap2/opp.c                          |    4 +-
 arch/arm/mach-omap2/pm34xx.c                       |   38 ++---
 arch/arm/mach-omap2/pm44xx.c                       |   10 +-
 arch/arm/mach-omap2/powerdomain.c                  |    8 +-
 arch/arm/mach-omap2/prm44xx.c                      |   21 +--
 arch/arm/mach-omap2/prm_common.c                   |    2 +-
 arch/arm/mach-omap2/usb-host.c                     |   10 +-
 arch/arm/mach-pxa/Kconfig                          |    1 +
 arch/arm/mach-pxa/include/mach/io.h                |   17 ++
 arch/arm/mach-s3c24xx/common.h                     |   18 +++
 arch/arm/mach-sa1100/collie.c                      |    4 +
 arch/arm/mach-sa1100/include/mach/collie.h         |    3 +-
 arch/arm/mach-versatile/pci.c                      |   10 +-
 arch/arm/plat-mxc/3ds_debugboard.c                 |    2 +-
 arch/arm/plat-omap/Kconfig                         |    1 +
 arch/arm/plat-omap/clock.c                         |    5 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h       |   12 +-
 drivers/cpufreq/Kconfig.arm                        |   10 +-
 drivers/gpio/gpio-tegra.c                          |   59 +++++--
 drivers/usb/host/ehci-atmel.c                      |    1 +
 drivers/usb/host/ohci-at91.c                       |  163 +++++++++++---------
 drivers/video/backlight/locomolcd.c                |    9 +-
 71 files changed, 603 insertions(+), 342 deletions(-)
 create mode 100644 arch/arm/mach-at91/include/mach/io.h
 create mode 100644 arch/arm/mach-omap1/include/mach/io.h
 create mode 100644 arch/arm/mach-pxa/include/mach/io.h
 create mode 100644 arch/arm/mach-s3c24xx/common.h

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

end of thread, other threads:[~2020-09-13 21:58 UTC | newest]

Thread overview: 91+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 17:10 [GIT PULL] ARM: SoC fixes Olof Johansson
2018-11-07 17:17 ` Linus Torvalds
2018-11-07 17:28   ` Olof Johansson
2018-11-08 15:49     ` Tony Lindgren
2018-11-10 18:09       ` Olof Johansson
2018-11-12  6:13         ` Corentin Labbe
2018-11-12 17:33           ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2020-09-13 18:07 Olof Johansson
2020-09-13 21:57 ` pr-tracker-bot
2020-04-23 15:17 [GIT PULL] ARM: soc fixes Arnd Bergmann
2020-04-23 16:45 ` pr-tracker-bot
2020-03-08 23:58 [GIT PULL] ARM: SoC fixes Olof Johansson
2020-03-09  0:50 ` pr-tracker-bot
2020-02-15 19:49 Olof Johansson
2020-02-15 21:25 ` pr-tracker-bot
2020-01-25 21:37 Olof Johansson
2020-01-25 22:15 ` pr-tracker-bot
2020-01-17  3:00 Olof Johansson
2020-01-17  3:50 ` pr-tracker-bot
2019-12-16 21:53 Olof Johansson
2019-12-17  0:55 ` pr-tracker-bot
2019-12-06 20:53 Olof Johansson
2019-12-06 22:25 ` pr-tracker-bot
2019-11-10 18:25 Olof Johansson
2019-11-10 21:45 ` pr-tracker-bot
2019-10-25 15:38 Olof Johansson
2019-10-25 21:35 ` pr-tracker-bot
2019-10-05 22:41 Olof Johansson
2019-10-06  0:40 ` pr-tracker-bot
2019-09-29 18:34 Olof Johansson
2019-09-30 17:30 ` pr-tracker-bot
2019-07-28  6:37 Olof Johansson
2019-07-28 17:30 ` pr-tracker-bot
2019-07-05  0:22 Olof Johansson
2019-07-05  2:55 ` pr-tracker-bot
2019-06-27  2:45 Olof Johansson
2019-06-28  0:45 ` pr-tracker-bot
2019-06-18 13:52 Olof Johansson
2019-06-18 18:05 ` pr-tracker-bot
2019-04-07 22:50 Olof Johansson
2019-04-07 22:54 ` Olof Johansson
2019-04-08  0:10 ` pr-tracker-bot
2019-01-13 18:48 Olof Johansson
2019-01-13 22:50 ` pr-tracker-bot
2018-12-10  1:23 Olof Johansson
2018-12-10 20:20 ` pr-tracker-bot
2018-12-02 19:23 Olof Johansson
2018-12-02 20:30 ` pr-tracker-bot
2018-11-03 18:45 Olof Johansson
2018-11-03 19:15 ` Linus Torvalds
2018-09-30 19:23 Olof Johansson
2018-10-02  0:53 ` Greg KH
2018-09-08 17:15 Olof Johansson
2018-09-02  2:36 Olof Johansson
2018-07-21 21:13 Olof Johansson
2018-07-15  6:00 Olof Johansson
2018-07-08 16:32 Olof Johansson
2018-06-30 19:32 Olof Johansson
2018-06-27 14:38 Olof Johansson
2018-05-26 21:01 Olof Johansson
2018-05-20  1:23 Olof Johansson
2017-12-10  5:11 Olof Johansson
2017-10-04 23:05 Olof Johansson
2017-06-19  6:40 Olof Johansson
2017-06-07  4:18 Olof Johansson
2017-04-16 19:00 Olof Johansson
2017-02-08 17:07 Arnd Bergmann
2017-01-20  0:35 Olof Johansson
2016-12-09 18:01 Olof Johansson
2016-11-20  2:37 Olof Johansson
2016-11-20  2:22 Olof Johansson
2016-11-20  2:26 ` Linus Torvalds
2016-11-20  2:36   ` Olof Johansson
2016-10-29 18:54 Olof Johansson
2016-09-08  4:57 Olof Johansson
2016-08-11 21:06 Arnd Bergmann
2016-07-17  4:56 Olof Johansson
2016-04-12 23:52 Olof Johansson
2015-08-02  7:29 Olof Johansson
2015-07-19  4:16 Olof Johansson
2015-03-29 21:12 Olof Johansson
2015-02-01 17:19 Olof Johansson
2015-01-24 23:19 Olof Johansson
2015-01-18  5:57 Olof Johansson
2014-08-10  5:14 Olof Johansson
2012-10-10 21:48 Olof Johansson
2012-07-27  1:56 Olof Johansson
2012-06-30 22:51 Olof Johansson
2012-06-23 23:40 Olof Johansson
2012-06-17  5:33 Olof Johansson
2012-04-06  4:46 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).