linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13
@ 2021-04-07  6:58 Krzysztof Kozlowski
  2021-04-07  6:58 ` [GIT PULL 2/3] arm64: dts: exynos: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07  6:58 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

From: Krzysztof Kozlowski <krzk@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7f4ebf3e4ce10a1ed8ff2aee5d75568dc3522b2f:

  ARM: dts: exynos: Add front camera support to I9100 (2021-03-28 20:10:09 +0200)

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

1. Configure battery charger and front camera on GT-I9100 phone.
2. Fix in several boards the Maxim PMIC/MUIC/fuel gauge interrupt flags
   to match real type of interrupt coming from the device.
3. Correct DTS with dtschema.  This brings back the commit adding input
   clock to CMU in Exynos4412 Odroid which was reverted some time ago
   due to unsupported deferred probes (now supported and tested).

----------------------------------------------------------------
Krzysztof Kozlowski (13):
      ARM: dts: exynos: correct fuel gauge interrupt trigger level on GT-I9100
      ARM: dts: exynos: correct fuel gauge interrupt trigger level on P4 Note family
      ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family
      ARM: dts: exynos: correct MUIC interrupt trigger level on Midas family
      ARM: dts: exynos: correct PMIC interrupt trigger level on Midas family
      ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family
      ARM: dts: exynos: correct PMIC interrupt trigger level on P4 Note family
      ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250
      ARM: dts: exynos: correct PMIC interrupt trigger level on Snow
      ARM: dts: s5pv210: correct fuel gauge interrupt trigger level on Fascinate family
      ARM: dts: exynos: add input clock to CMU in Exynos4412 Odroid
      ARM: dts: exynos: replace deprecated NTC/Murata compatibles
      ARM: dts: exynos: white-space cleanups

Timon Baetz (2):
      ARM: dts: exynos: add charger supply for I9100
      ARM: dts: exynos: Add front camera support to I9100

 arch/arm/boot/dts/exynos3250-monk.dts           |  4 +-
 arch/arm/boot/dts/exynos3250-rinato.dts         |  4 +-
 arch/arm/boot/dts/exynos4210-i9100.dts          | 56 ++++++++++++++++++++++++-
 arch/arm/boot/dts/exynos4412-midas.dtsi         |  6 +--
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  5 ++-
 arch/arm/boot/dts/exynos4412-odroidx.dts        |  3 +-
 arch/arm/boot/dts/exynos4412-p4note.dtsi        |  4 +-
 arch/arm/boot/dts/exynos4412-ppmu-common.dtsi   | 48 ++++++++++-----------
 arch/arm/boot/dts/exynos5250-smdk5250.dts       |  2 +-
 arch/arm/boot/dts/exynos5250-snow-common.dtsi   |  2 +-
 arch/arm/boot/dts/exynos5410-pinctrl.dtsi       | 28 ++++++-------
 arch/arm/boot/dts/s5pv210-fascinate4g.dts       |  2 +-
 12 files changed, 110 insertions(+), 54 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] 6+ messages in thread

* [GIT PULL 2/3] arm64: dts: exynos: Pull for v5.13
  2021-04-07  6:58 [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13 Krzysztof Kozlowski
@ 2021-04-07  6:58 ` Krzysztof Kozlowski
  2021-04-07  6:58 ` [GIT PULL 3/3] ARM: samsung: mach/soc pull " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07  6:58 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

From: Krzysztof Kozlowski <krzk@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.13

for you to fetch changes up to 7d2636e9d6dd884ae2ec6127f29963d4da0dfe6e:

  arm64: dts: exynos: white-space cleanups (2021-03-19 11:34:55 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.13

Two cleanups in DTS without expected impact.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      arm64: dts: exynos: re-order Slim SSS clocks to match dtschema
      arm64: dts: exynos: white-space cleanups

 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 2 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi            | 6 +++---
 2 files changed, 4 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] 6+ messages in thread

* [GIT PULL 3/3] ARM: samsung: mach/soc pull for v5.13
  2021-04-07  6:58 [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13 Krzysztof Kozlowski
  2021-04-07  6:58 ` [GIT PULL 2/3] arm64: dts: exynos: " Krzysztof Kozlowski
@ 2021-04-07  6:58 ` Krzysztof Kozlowski
  2021-04-08 20:03   ` Arnd Bergmann
  2021-04-07  7:03 ` [GIT PULL 1/3] ARM: dts: samsung: Pull " Krzysztof Kozlowski
  2021-04-08 15:24 ` Arnd Bergmann
  3 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07  6:58 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

From: Krzysztof Kozlowski <krzk@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.13

for you to fetch changes up to 6031008780efaada18087eba7ec84fe149f124a9:

  ARM: exynos: correct kernel doc in platsmp (2021-04-06 22:30:02 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v5.13

1. Update Krzysztof Kozlowski's email address in Maintainers.
2. Replace deprecated pwm_request() with pwm_get() in S3C24xx.
3. Correct kerneldoc.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      MAINTAINERS: use Krzysztof Kozlowski's Canonical address
      ARM: exynos: correct kernel doc in platsmp

Uwe Kleine-König (1):
      ARM: s3c: Use pwm_get() in favour of pwm_request() in RX1950

 MAINTAINERS                     | 24 ++++++++++++------------
 arch/arm/mach-exynos/platsmp.c  | 28 +++++++++++++---------------
 arch/arm/mach-s3c/mach-rx1950.c | 11 ++++++-----
 3 files changed, 31 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] 6+ messages in thread

* Re: [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13
  2021-04-07  6:58 [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13 Krzysztof Kozlowski
  2021-04-07  6:58 ` [GIT PULL 2/3] arm64: dts: exynos: " Krzysztof Kozlowski
  2021-04-07  6:58 ` [GIT PULL 3/3] ARM: samsung: mach/soc pull " Krzysztof Kozlowski
@ 2021-04-07  7:03 ` Krzysztof Kozlowski
  2021-04-08 15:24 ` Arnd Bergmann
  3 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07  7:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel

On 07/04/2021 08:58, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzk@kernel.org>

I still did not update all my tools for new email - this should be
"From" my Canonical address. The tags are signed with the same key with
@canonical.com UID.  The latest key is already in kernel PGP keyring:
https://korg.docs.kernel.org/pgpkeys.html

Best regards,
Krzysztof

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13
  2021-04-07  6:58 [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2021-04-07  7:03 ` [GIT PULL 1/3] ARM: dts: samsung: Pull " Krzysztof Kozlowski
@ 2021-04-08 15:24 ` Arnd Bergmann
  3 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-08 15:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski, soc, Olof Johansson, arm
  Cc: Arnd Bergmann, linux-arm-kernel, linux-kernel,
	Krzysztof Kozlowski, linux-samsung-soc

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 08:58:26 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.13
> 
> [...]

Merged into arm/dt, thanks!

I also merged the corresponding 64-bit branch.

merge commit: 59206cf877be3a93dff0ea270bb1dd14f3010799

       Arnd

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL 3/3] ARM: samsung: mach/soc pull for v5.13
  2021-04-07  6:58 ` [GIT PULL 3/3] ARM: samsung: mach/soc pull " Krzysztof Kozlowski
@ 2021-04-08 20:03   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-08 20:03 UTC (permalink / raw)
  To: arm, Olof Johansson, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-samsung-soc, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 08:58:28 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.13
> 
> [...]

Merged into arm/soc, thanks!

merge commit: a0c97a6bd63019707f16d36812a5aa2fce3fe29f

       Arnd

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2021-04-08 20:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  6:58 [GIT PULL 1/3] ARM: dts: samsung: Pull for v5.13 Krzysztof Kozlowski
2021-04-07  6:58 ` [GIT PULL 2/3] arm64: dts: exynos: " Krzysztof Kozlowski
2021-04-07  6:58 ` [GIT PULL 3/3] ARM: samsung: mach/soc pull " Krzysztof Kozlowski
2021-04-08 20:03   ` Arnd Bergmann
2021-04-07  7:03 ` [GIT PULL 1/3] ARM: dts: samsung: Pull " Krzysztof Kozlowski
2021-04-08 15:24 ` Arnd Bergmann

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