linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4
@ 2019-09-04 17:49 Krzysztof Kozlowski
  2019-09-04 17:49 ` [GIT PULL 1/5] ARM: defconfig: exynos " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

Hi,

Notes:
1. One patch for soc64 sent directly, not as pull req.
2. Drivers and DTS pulls are on top of previous.
3. mach/soc pull replaces previous pull (I see it was not merged).

No dependencies between pulls.

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

* [GIT PULL 1/5] ARM: defconfig: exynos for v5.4
  2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
@ 2019-09-04 17:49 ` Krzysztof Kozlowski
  2019-09-04 20:38   ` Arnd Bergmann
  2019-09-04 17:49 ` [GIT PULL 2/5] soc: samsung: Second pull " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

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

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.4

for you to fetch changes up to 86759eeb32f70193ca7ebd50cc9b70ccb73d3d89:

  ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in (2019-09-02 17:38:20 +0200)

----------------------------------------------------------------
Samsung defconfig changes for v5.4

1. Enable AHCI platform driver on exynos defconfig for Exynos5250-based
   Arndale board,
2. Make Max77802 PMIC regulator driver a built-in on multi_v7 defconfig
   as it is essential early during boot.

----------------------------------------------------------------
Marek Szyprowski (2):
      ARM: exynos_defconfig: Enable AHCI-platform SATA driver
      ARM: multi_v7_defconfig: Make MAX77802 regulator driver built-in

 arch/arm/configs/exynos_defconfig   | 5 ++++-
 arch/arm/configs/multi_v7_defconfig | 2 +-
 2 files changed, 5 insertions(+), 2 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] 10+ messages in thread

* [GIT PULL 2/5] soc: samsung: Second pull for v5.4
  2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
  2019-09-04 17:49 ` [GIT PULL 1/5] ARM: defconfig: exynos " Krzysztof Kozlowski
@ 2019-09-04 17:49 ` Krzysztof Kozlowski
  2019-09-04 20:38   ` Arnd Bergmann
  2019-09-04 17:50 ` [GIT PULL 3/5] ARM: dts: exynos: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 40d8aff614f71ab3cab20785b4f213e3802d4e87:

  soc: samsung: chipid: Convert exynos-chipid driver to use the regmap API (2019-08-15 20:25:25 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-5.4-2

for you to fetch changes up to 28578825ede61834a2c46e7f9a89012c4c7a667f:

  soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPID (2019-08-22 20:16:20 +0200)

----------------------------------------------------------------
Samsung soc drivers changes for v5.4, part 2

Fixes and cleanups for recently introduced Exynos chipid driver.

----------------------------------------------------------------
Colin Ian King (1):
      soc: samsung: chipid: Fix memory leak in error path

Sylwester Nawrocki (2):
      soc: samsung: chipid: Remove the regmap lookup error log
      soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPID

 drivers/soc/samsung/Kconfig         |  1 +
 drivers/soc/samsung/exynos-chipid.c | 18 +++++++++++-------
 2 files changed, 12 insertions(+), 7 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] 10+ messages in thread

* [GIT PULL 3/5] ARM: dts: exynos: Second pull for v5.4
  2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
  2019-09-04 17:49 ` [GIT PULL 1/5] ARM: defconfig: exynos " Krzysztof Kozlowski
  2019-09-04 17:49 ` [GIT PULL 2/5] soc: samsung: Second pull " Krzysztof Kozlowski
@ 2019-09-04 17:50 ` Krzysztof Kozlowski
  2019-09-04 20:38   ` Arnd Bergmann
  2019-09-04 17:50 ` [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous) Krzysztof Kozlowski
  2019-09-04 17:50 ` [PATCH 5/5] arm64: exynos: Enable exynos-chipid driver Krzysztof Kozlowski
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:50 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit bfb77169306d5d560a8b62eebaf6d69d02e8d152:

  ARM: dts: exynos: Add CAM power domain to Exynos5422/5800 (2019-08-12 19:02:59 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 51c88919e52873c83f8be0c8f5d0ffd654f1ef4a:

  ARM: dts: exynos: Enable GPU/Mali T604 on Arndale board (2019-09-04 19:25:33 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.4, part 2

1. Fix Exynos542x Chromebooks boot with multi_v7 defconfig,
2. Add GPU (Mali) support to Exynos5250 boards,
3. Minor cleanup for Exynos3250 ADC.

----------------------------------------------------------------
Guillaume Gardet (4):
      ARM: dts: exynos: Fix min/max buck4 for GPU on Arndale board
      ARM: dts: exynos: Add GPU/Mali T604 node to Exynos5250
      ARM: dts: exynos: Enable GPU/Mali T604 on Chromebook Snow
      ARM: dts: exynos: Enable GPU/Mali T604 on Arndale board

Krzysztof Kozlowski (1):
      ARM: dts: exynos: Remove not accurate secondary ADC compatible

Marek Szyprowski (1):
      ARM: dts: exynos: Mark LDO10 as always-on on Peach Pit/Pi Chromebooks

 arch/arm/boot/dts/exynos3250.dtsi             |  3 +-
 arch/arm/boot/dts/exynos5250-arndale.dts      |  9 +++--
 arch/arm/boot/dts/exynos5250-snow-common.dtsi |  5 +++
 arch/arm/boot/dts/exynos5250.dtsi             | 47 +++++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5420-peach-pit.dts    |  1 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts     |  1 +
 6 files changed, 62 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] 10+ messages in thread

* [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous)
  2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2019-09-04 17:50 ` [GIT PULL 3/5] ARM: dts: exynos: " Krzysztof Kozlowski
@ 2019-09-04 17:50 ` Krzysztof Kozlowski
  2019-09-04 20:39   ` Arnd Bergmann
  2019-09-04 17:50 ` [PATCH 5/5] arm64: exynos: Enable exynos-chipid driver Krzysztof Kozlowski
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:50 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

Hi,

Replaces previous pull (and it includes it).

Best regards,
Krzysztof


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

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

are available in the Git repository at:

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

for you to fetch changes up to c663d542bfb40eeeb6d393ed155c23a4666d65e1:

  MAINTAINERS: Extend patterns for Samsung SoC, Security Subsystem and clock drivers (2019-08-22 21:04:45 +0200)

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

1. Minor fixup in plat and mach code (S3C platforms),
2. Enable exynos-chipid driver to provide SoC related information,
3. Extend the patterns for Samsung maintainer entries to cover all
   important files.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      MAINTAINERS: Extend patterns for Samsung SoC, Security Subsystem and clock drivers

Linus Walleij (1):
      ARM: samsung: Include GPIO driver header

Masahiro Yamada (1):
      ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.c

Pankaj Dubey (1):
      ARM: exynos: Enable exynos-chipid driver

 MAINTAINERS                                    |  9 +++++++--
 arch/arm/mach-exynos/Kconfig                   |  1 +
 arch/arm/mach-s3c64xx/setup-usb-phy.c          |  5 +++++
 arch/arm/plat-samsung/include/plat/gpio-core.h |  1 +
 arch/arm/plat-samsung/include/plat/usb-phy.h   |  2 --
 include/linux/usb/samsung_usb_phy.h            | 17 -----------------
 6 files changed, 14 insertions(+), 21 deletions(-)
 delete mode 100644 include/linux/usb/samsung_usb_phy.h

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

* [PATCH 5/5] arm64: exynos: Enable exynos-chipid driver
  2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2019-09-04 17:50 ` [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous) Krzysztof Kozlowski
@ 2019-09-04 17:50 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2019-09-04 17:50 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, Bartlomiej Zolnierkiewicz, Pankaj Dubey,
	linux-kernel, Krzysztof Kozlowski, Kukjin Kim,
	Sylwester Nawrocki, linux-arm-kernel

From: Pankaj Dubey <pankaj.dubey@samsung.com>

Enable Exynos Chipid driver for accessing SoC related information.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4778c775de1b..8a098fb4f04c 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -77,6 +77,7 @@ config ARCH_BRCMSTB
 config ARCH_EXYNOS
 	bool "ARMv8 based Samsung Exynos SoC family"
 	select COMMON_CLK_SAMSUNG
+	select EXYNOS_CHIPID
 	select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
 	select EXYNOS_PMU
 	select HAVE_S3C2410_WATCHDOG if WATCHDOG
-- 
2.17.1


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

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

* Re: [GIT PULL 1/5] ARM: defconfig: exynos for v5.4
  2019-09-04 17:49 ` [GIT PULL 1/5] ARM: defconfig: exynos " Krzysztof Kozlowski
@ 2019-09-04 20:38   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2019-09-04 20:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	linux-kernel, SoC Team, arm-soc, Kukjin Kim, Olof Johansson,
	Linux ARM

On Wed, Sep 4, 2019 at 7:50 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Samsung defconfig changes for v5.4
>
> 1. Enable AHCI platform driver on exynos defconfig for Exynos5250-based
>    Arndale board,
> 2. Make Max77802 PMIC regulator driver a built-in on multi_v7 defconfig
>    as it is essential early during boot.

Pulled into arm/defconfig, thanks!

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

* Re: [GIT PULL 2/5] soc: samsung: Second pull for v5.4
  2019-09-04 17:49 ` [GIT PULL 2/5] soc: samsung: Second pull " Krzysztof Kozlowski
@ 2019-09-04 20:38   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2019-09-04 20:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	linux-kernel, SoC Team, arm-soc, Kukjin Kim, Olof Johansson,
	Linux ARM

On Wed, Sep 4, 2019 at 7:50 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Samsung soc drivers changes for v5.4, part 2
>
> Fixes and cleanups for recently introduced Exynos chipid driver.

Pulled into arm/drivers, thanks!

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

* Re: [GIT PULL 3/5] ARM: dts: exynos: Second pull for v5.4
  2019-09-04 17:50 ` [GIT PULL 3/5] ARM: dts: exynos: " Krzysztof Kozlowski
@ 2019-09-04 20:38   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2019-09-04 20:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	linux-kernel, SoC Team, arm-soc, Kukjin Kim, Olof Johansson,
	Linux ARM

On Wed, Sep 4, 2019 at 7:50 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Samsung DTS ARM changes for v5.4, part 2
>
> 1. Fix Exynos542x Chromebooks boot with multi_v7 defconfig,
> 2. Add GPU (Mali) support to Exynos5250 boards,
> 3. Minor cleanup for Exynos3250 ADC.
>

Pulled into arm/dt, thanks!

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

* Re: [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous)
  2019-09-04 17:50 ` [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous) Krzysztof Kozlowski
@ 2019-09-04 20:39   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2019-09-04 20:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	linux-kernel, SoC Team, arm-soc, Kukjin Kim, Olof Johansson,
	Linux ARM

On Wed, Sep 4, 2019 at 7:50 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Samsung mach/soc changes for v5.4
>
> 1. Minor fixup in plat and mach code (S3C platforms),
> 2. Enable exynos-chipid driver to provide SoC related information,
> 3. Extend the patterns for Samsung maintainer entries to cover all
>    important files.

Pulled into arm/soc, thanks!

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

end of thread, other threads:[~2019-09-04 20:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 17:49 [GIT PULL 0/5] arm: exynos: Second round of pulls for v5.4 Krzysztof Kozlowski
2019-09-04 17:49 ` [GIT PULL 1/5] ARM: defconfig: exynos " Krzysztof Kozlowski
2019-09-04 20:38   ` Arnd Bergmann
2019-09-04 17:49 ` [GIT PULL 2/5] soc: samsung: Second pull " Krzysztof Kozlowski
2019-09-04 20:38   ` Arnd Bergmann
2019-09-04 17:50 ` [GIT PULL 3/5] ARM: dts: exynos: " Krzysztof Kozlowski
2019-09-04 20:38   ` Arnd Bergmann
2019-09-04 17:50 ` [GIT PULL 4/5] ARM: samsung: mach for v5.4, second (replacing previous) Krzysztof Kozlowski
2019-09-04 20:39   ` Arnd Bergmann
2019-09-04 17:50 ` [PATCH 5/5] arm64: exynos: Enable exynos-chipid driver Krzysztof Kozlowski

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