linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4]  ARM: exynos: Drivers for v4.8, last round
@ 2016-07-11 16:41 Krzysztof Kozlowski
  2016-07-11 16:41 ` [GIT PULL 2/4] ARM: exynos: Stuff " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-11 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Last round of commits for v4.8. On top of previous tag.

Best regards,
Krzysztof


The following changes since commit 187364b6fcabb9f4bfefcb62fab4fcda019b5810:

  cpufreq: s5pv210: use relaxed IO accesors (2016-06-22 14:00:21 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.8-3

for you to fetch changes up to aec6341e2ac76ea8703642e83535f216b8866162:

  soc: samsung: pmu: Constify arrays with PMU data (2016-07-06 10:35:45 +0200)

----------------------------------------------------------------
Samsung drivers/soc update for v4.8, part 3
1. Fix size of allocation for Exynos SROM registers (too much was allocated).
2. Constify fix.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      soc: samsung: pmu: Constify arrays with PMU data

Seung-Woo Kim (1):
      memory: samsung: exynos-srom: Fix wrong count of registers

 drivers/memory/samsung/exynos-srom.c | 2 +-
 drivers/soc/samsung/exynos3250-pmu.c | 2 +-
 drivers/soc/samsung/exynos5420-pmu.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

* [GIT PULL 2/4] ARM: exynos: Stuff for v4.8, last round
  2016-07-11 16:41 [GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round Krzysztof Kozlowski
@ 2016-07-11 16:41 ` Krzysztof Kozlowski
  2016-07-14 13:36   ` Arnd Bergmann
  2016-07-11 16:41 ` [GIT PULL 3/4] arm64: dts: exynos: Minor fix " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-11 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Last round of commits for v4.8. On top of previous tag.

Best regards,
Krzysztof


The following changes since commit 1c03274d68f4744afe582fcff1c2e5b1c5c34b5b:

  MAINTAINERS: Extend Samsung SoC entry with S3C/S5P drivers (2016-06-23 08:12:08 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.8-3

for you to fetch changes up to 3981b11fda14ea0b459043d97c68db0a614ec9f8:

  ARM: s3c64xx: smartq: Avoid sparse warnings (2016-07-11 17:44:11 +0200)

----------------------------------------------------------------
Samsung mach/soc update for v4.8, part 3:
Just cleanup - fix Sparse warning and constify passed iomem address.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: SAMSUNG: Constify iomem address passed to s5p_init_cpu

Thierry Reding (1):
      ARM: s3c64xx: smartq: Avoid sparse warnings

 arch/arm/mach-s3c64xx/mach-smartq.c      | 1 +
 arch/arm/plat-samsung/cpu.c              | 2 +-
 arch/arm/plat-samsung/include/plat/cpu.h | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

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

* [GIT PULL 3/4] arm64: dts: exynos: Minor fix for v4.8, last round
  2016-07-11 16:41 [GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round Krzysztof Kozlowski
  2016-07-11 16:41 ` [GIT PULL 2/4] ARM: exynos: Stuff " Krzysztof Kozlowski
@ 2016-07-11 16:41 ` Krzysztof Kozlowski
  2016-07-14 13:44   ` Arnd Bergmann
  2016-07-11 16:41 ` [GIT PULL 4/4] arm64: defconfig: Stuff for exynos " Krzysztof Kozlowski
  2016-07-14 13:27 ` [GIT PULL 1/4] ARM: exynos: Drivers " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-11 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Last round of commits for v4.8.

Best regards,
Krzysztof


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.8-2

for you to fetch changes up to a1924466b784fbb64f10eeb213d335e3d1728b8b:

  arm64: dts: exynos: Modify the voltage range for BUCK2 for exynos7 (2016-07-06 09:43:42 +0200)

----------------------------------------------------------------
Samsung DeviceTree changes for ARM64 for v4.8:
1. Adjust the voltage of CPU buck regulator so scaling could work.

----------------------------------------------------------------
Abhilash Kesavan (1):
      arm64: dts: exynos: Modify the voltage range for BUCK2 for exynos7

 arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 4/4] arm64: defconfig: Stuff for exynos for v4.8, last round
  2016-07-11 16:41 [GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round Krzysztof Kozlowski
  2016-07-11 16:41 ` [GIT PULL 2/4] ARM: exynos: Stuff " Krzysztof Kozlowski
  2016-07-11 16:41 ` [GIT PULL 3/4] arm64: dts: exynos: Minor fix " Krzysztof Kozlowski
@ 2016-07-11 16:41 ` Krzysztof Kozlowski
  2016-07-14 13:52   ` Arnd Bergmann
  2016-07-14 13:27 ` [GIT PULL 1/4] ARM: exynos: Drivers " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-11 16:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Last round of commits for v4.8.

Best regards,
Krzysztof


The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig64-4.8

for you to fetch changes up to 426f754be0bc258c269524bce162ae0ca1cb8927:

  arm64: defconfig: Enable more IP blocks for Exynos7 and Exynos5433 (2016-07-11 08:06:54 +0200)

----------------------------------------------------------------
Samsung defconfig updates for ARM64 - enable drivers for
Exynos7 and Exynos5433 based boards:
1. S2MPS clock driver,
2. SoC: RTC, SPI, watchdog, EHCI, OHCI, DWC3, ADC and PWM,
3. Enable Samsung SoC sound.

----------------------------------------------------------------
Alim Akhtar (1):
      arm64: defconfig: Enable S2MPS11 clock and S3C RTC driver

Krzysztof Kozlowski (1):
      arm64: defconfig: Enable more IP blocks for Exynos7 and Exynos5433

 arch/arm64/configs/defconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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

* [GIT PULL 1/4]  ARM: exynos: Drivers for v4.8, last round
  2016-07-11 16:41 [GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2016-07-11 16:41 ` [GIT PULL 4/4] arm64: defconfig: Stuff for exynos " Krzysztof Kozlowski
@ 2016-07-14 13:27 ` Arnd Bergmann
  3 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 6:41:15 PM CEST Krzysztof Kozlowski wrote:
> Samsung drivers/soc update for v4.8, part 3
> 1. Fix size of allocation for Exynos SROM registers (too much was allocated).
> 2. Constify fix.
> 

Pulled into next/drivers, thanks!

	Arnd

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

* [GIT PULL 2/4] ARM: exynos: Stuff for v4.8, last round
  2016-07-11 16:41 ` [GIT PULL 2/4] ARM: exynos: Stuff " Krzysztof Kozlowski
@ 2016-07-14 13:36   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 6:41:16 PM CEST Krzysztof Kozlowski wrote:
> Samsung mach/soc update for v4.8, part 3:
> Just cleanup - fix Sparse warning and constify passed iomem address.
> 

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 3/4] arm64: dts: exynos: Minor fix for v4.8, last round
  2016-07-11 16:41 ` [GIT PULL 3/4] arm64: dts: exynos: Minor fix " Krzysztof Kozlowski
@ 2016-07-14 13:44   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 6:41:17 PM CEST Krzysztof Kozlowski wrote:
> Samsung DeviceTree changes for ARM64 for v4.8:
> 1. Adjust the voltage of CPU buck regulator so scaling could work.
> 
> 

Pulled into next/dt64, thanks!

	Arnd

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

* [GIT PULL 4/4] arm64: defconfig: Stuff for exynos for v4.8, last round
  2016-07-11 16:41 ` [GIT PULL 4/4] arm64: defconfig: Stuff for exynos " Krzysztof Kozlowski
@ 2016-07-14 13:52   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 6:41:18 PM CEST Krzysztof Kozlowski wrote:
> Samsung defconfig updates for ARM64 - enable drivers for
> Exynos7 and Exynos5433 based boards:
> 1. S2MPS clock driver,
> 2. SoC: RTC, SPI, watchdog, EHCI, OHCI, DWC3, ADC and PWM,
> 3. Enable Samsung SoC sound.
> 

Merged into next/arm64, thanks!

	Arnd

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

end of thread, other threads:[~2016-07-14 13:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 16:41 [GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round Krzysztof Kozlowski
2016-07-11 16:41 ` [GIT PULL 2/4] ARM: exynos: Stuff " Krzysztof Kozlowski
2016-07-14 13:36   ` Arnd Bergmann
2016-07-11 16:41 ` [GIT PULL 3/4] arm64: dts: exynos: Minor fix " Krzysztof Kozlowski
2016-07-14 13:44   ` Arnd Bergmann
2016-07-11 16:41 ` [GIT PULL 4/4] arm64: defconfig: Stuff for exynos " Krzysztof Kozlowski
2016-07-14 13:52   ` Arnd Bergmann
2016-07-14 13:27 ` [GIT PULL 1/4] ARM: exynos: Drivers " 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).