All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: linux-samsung-soc@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL 1/4] ARM: dts: samsung: DTS for v5.9
Date: Tue, 21 Jul 2020 20:08:57 +0200	[thread overview]
Message-ID: <20200721180900.13844-2-krzk@kernel.org> (raw)
In-Reply-To: <20200721180900.13844-1-krzk@kernel.org>

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f37b5d3aef8db06390cb7ef25585b39f89c1dedf:

  ARM: dts: exynos: Replace HTTP links with HTTPS ones (2020-07-20 16:43:28 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.9

1. Enable Bluetooth on Artik5 (Exynos3250).
2. Enable accelerometer on Aries boards (Samsung Galaxy S family,
   S5Pv210); multiple fixes.
3. Fix highest frequencies on Exynos5800.
4. Fix rare USB instability on Odroid XU3 family (Exynos5422).
5. Minor DTS fixes and adjustments with dtschema.

----------------------------------------------------------------
Alexander A. Klimov (1):
      ARM: dts: exynos: Replace HTTP links with HTTPS ones

Anand Moon (1):
      ARM: dts: exynos: Align L2 cache-controller nodename with dtschema

Jonathan Bakker (5):
      ARM: dts: s5pv210: Add interrupt-controller property to gph3
      ARM: dts: s5pv210: Correct fuelgauge definition on Aries
      ARM: dts: s5pv210: Add support for GP2A light sensor on Aries
      ARM: dts: s5pv210: Add BMA023 accelerometer support to Aries
      ARM: dts: s5pv210: Correct BCM4329 bluetooth node

Krzysztof Kozlowski (5):
      ARM: dts: exynos: Fix missing empty reg/ranges property regulators on Trats
      ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings
      ARM: dts: exynos: Define fixed regulators in root node for consistency in Origen
      ARM: dts: exynos: Define fixed regulators in root node for consistency in Arndale
      ARM: dts: exynos: Define fixed regulators in root node for consistency in SMDK5420

Marek Szyprowski (3):
      ARM: dts: exynos: Extend all Exynos5800 A15's OPPs with max voltage data
      ARM: dts: exynos: Enable Bluetooth support for Artik5 board
      ARM: dts: exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family

 arch/arm/boot/dts/exynos3250-artik5.dtsi        |  41 ++++++++
 arch/arm/boot/dts/exynos3250.dtsi               |  47 ++++-----
 arch/arm/boot/dts/exynos4.dtsi                  |  70 ++++++-------
 arch/arm/boot/dts/exynos4210-trats.dts          |  98 +++++++++---------
 arch/arm/boot/dts/exynos4210-universal_c210.dts |  28 ++---
 arch/arm/boot/dts/exynos4210.dtsi               |   2 +-
 arch/arm/boot/dts/exynos4412-origen.dts         |  21 ++--
 arch/arm/boot/dts/exynos4412.dtsi               |   2 +-
 arch/arm/boot/dts/exynos5250-arndale.dts        |  86 +++++++---------
 arch/arm/boot/dts/exynos5250.dtsi               |  92 ++++++++---------
 arch/arm/boot/dts/exynos5410-pinctrl.dtsi       |   2 +-
 arch/arm/boot/dts/exynos5410.dtsi               |  46 ++++-----
 arch/arm/boot/dts/exynos5420-smdk5420.dts       |  53 ++++------
 arch/arm/boot/dts/exynos5420.dtsi               | 130 +++++++++++-------------
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi   |   6 --
 arch/arm/boot/dts/exynos5800.dtsi               |   6 +-
 arch/arm/boot/dts/s5pv210-aries.dtsi            |  90 ++++++++++++++--
 arch/arm/boot/dts/s5pv210-fascinate4g.dts       |  17 ++++
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi          |   2 +
 19 files changed, 445 insertions(+), 394 deletions(-)

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

  reply	other threads:[~2020-07-21 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 18:08 [GIT PULL 0/4] samsung: Pull for v5.9 Krzysztof Kozlowski
2020-07-21 18:08 ` Krzysztof Kozlowski [this message]
2020-07-21 18:08 ` [GIT PULL 2/4] arm64: dts: samsung: DTS " Krzysztof Kozlowski
2020-07-21 18:08 ` [GIT PULL 3/4] ARM: samsung: mach/soc " Krzysztof Kozlowski
2020-07-21 18:09 ` [PATCH 4/4] soc: samsung: exynos-regulator-coupler: Add simple voltage coupler for Exynos5800 Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200721180900.13844-2-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.