mbox series

[GIT,PULL,2/2] ARM: dts: exynos: DT for v4.20 (or 5.0)

Message ID 20180921174520.9126-1-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] ARM: exynos: mach/soc for v4.20 (or 5.0) | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.20

Message

Krzysztof Kozlowski Sept. 21, 2018, 5:45 p.m. UTC
Hi,

Nothing special, description in tag.

Best regards,
Krzysztof


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.20

for you to fetch changes up to 7c92b9a8e0fc5eae460a33b7420af5cf60bd7b21:

  ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks (2018-09-17 18:03:10 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.20

1. Bring up DSI and HDMI on Exynos5250 Arndale.
2. Use the new way of setting external wakeup interrupts on S5Pv210.
3. Use proper cpufreq suspend OPP to fix suspend/wakeup from RAM on Snow
   Chromebook (Exynos5250).
4. Fully describe regualtors on Odroid XU3-family boards.
5. Fix sound in Snow-rev5 Chromebook.
6. Fix regulators configuration on Peach Pi/Pit Chromebooks (Exynos5420)
   which should be always on.
7. Fix pull control on PMIC interrupt lines on multiple boards which
   essentially fixes waking up by RTC.
8. Add PMIC interrupts on Exynos4210 UniversalC210 board.
9. Add external SD card support for Trats board (Exynos4210).
10. Correct audio subsystem parent clock on Peach Chromebooks.
11. Minor cleanups.
12. Explicitly mark Samsung Exynos SoC as unstable. When introduced, the
    DT bindings were minimal and incomplete. Since then some significant
    (not fully compatible) changes have been already merged and
    workarounds have been added while working on drivers. Marking certain
    bindings as unstable will point users attention to always use DTB
    compiled from current kernel sources - which anyway happens now. In
    case of fear of incompatible ABI changes, any out of tree Device
    Tree sources should either be upstreamed or should be changed in the
    same way as in-kernel DTS are modified.

----------------------------------------------------------------
Andrzej Hajda (4):
      ARM: dts: exynos: Add DSI node on Exynos5250
      ARM: dts: exynos: Add DSI and panel nodes on Arndale
      ARM: dts: exynos: Use i2c-gpio for HDMI-DDC on Arndale
      ARM: dts: exynos: Fix HDMI-HPD line handling on Arndale

Krzysztof Kozlowski (7):
      ARM: dts: s5pv210: Switch to S5Pv210 specific pinctrl wakeup compatible
      ARM: dts: exynos: Add missing used PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Add unused PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Disable unused PMIC regulators on Exynos5422 Odroid boards
      ARM: dts: exynos: Add LDO28 regulator on Exynos5422 Odroid boards
      ARM: dts: exynos: Remove double SD card detect pin inversion
      dt-bindings: arm: Explicitly mark Samsung Exynos SoC as unstable

Marek Szyprowski (10):
      ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
      ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
      ARM: dts: exynos: Fix sound in Snow-rev5 Chromebook
      ARM: dts: exynos: Fix regulators configuration on Peach Pi/Pit Chromebooks
      ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
      ARM: dts: exynos: Add missing PMIC interrupts on UniversalC210 board
      ARM: dts: exynos: Disable pull control for S5M8767 PMIC
      ARM: dts: exynos: Disable pull control for PMIC IRQ line on Artik5 board
      ARM: dts: exynos: Add external SD card support for Trats board
      ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks

 .../devicetree/bindings/arm/samsung/exynos.txt     |  26 ++++
 arch/arm/boot/dts/exynos3250-artik5.dtsi           |   7 +
 arch/arm/boot/dts/exynos4210-origen.dts            |   9 ++
 arch/arm/boot/dts/exynos4210-trats.dts             |  15 ++
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  11 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |   3 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   3 +-
 arch/arm/boot/dts/exynos5250-arndale.dts           | 102 +++++++++++--
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          |  11 ++
 arch/arm/boot/dts/exynos5250-snow-rev5.dts         |  11 ++
 arch/arm/boot/dts/exynos5250.dtsi                  | 152 ++++++++++++++------
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |   5 +-
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      | 157 +++++++++++++++++++--
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |   6 +
 arch/arm/boot/dts/exynos5422-odroidxu3.dts         |   6 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |   5 +-
 arch/arm/boot/dts/s5pv210.dtsi                     |   2 +-
 17 files changed, 459 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos.txt

Comments

Olof Johansson Sept. 23, 2018, 1:47 p.m. UTC | #1
Hi,

On Fri, Sep 21, 2018 at 07:45:19PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Nothing special, description in tag.

Hmm. Point 12 is special, I'd say.

I commented on the patch, and I don't want to hold everything else up so it
might make sense to separate that out and send a fresh pull request with the
base material while that part is discussed a bit more.


-Olof
Krzysztof Kozlowski Sept. 24, 2018, 5:18 p.m. UTC | #2
On Sun, Sep 23, 2018 at 06:47:42AM -0700, Olof Johansson wrote:
> Hi,
> 
> On Fri, Sep 21, 2018 at 07:45:19PM +0200, Krzysztof Kozlowski wrote:
> > Hi,
> > 
> > Nothing special, description in tag.
> 
> Hmm. Point 12 is special, I'd say.
> 
> I commented on the patch, and I don't want to hold everything else up so it
> might make sense to separate that out and send a fresh pull request with the
> base material while that part is discussed a bit more.

I was thinking about any special merging care and effects. I did not
hide this point 12 as it received pretty big explanation.

I will resend this pull without this commit. Thanks!

Best regards,
Krzysztof
Olof Johansson Sept. 25, 2018, 9 p.m. UTC | #3
On Mon, Sep 24, 2018 at 07:18:41PM +0200, Krzysztof Kozlowski wrote:
> On Sun, Sep 23, 2018 at 06:47:42AM -0700, Olof Johansson wrote:
> > Hi,
> > 
> > On Fri, Sep 21, 2018 at 07:45:19PM +0200, Krzysztof Kozlowski wrote:
> > > Hi,
> > > 
> > > Nothing special, description in tag.
> > 
> > Hmm. Point 12 is special, I'd say.
> > 
> > I commented on the patch, and I don't want to hold everything else up so it
> > might make sense to separate that out and send a fresh pull request with the
> > base material while that part is discussed a bit more.
> 
> I was thinking about any special merging care and effects. I did not
> hide this point 12 as it received pretty big explanation.

No worries. :)


-Olof