linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] ARM: exynos: Stuff for v4.21
@ 2018-12-09 11:49 Krzysztof Kozlowski
  2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-09 11:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Hi,

No dependencies, please pull in any order.

I extended the validity of my key (it was set to expire on March 2019) so
please run "gpg --refresh-keys".

Best regards,
Krzysztof

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

* [GIT PULL 1/4] ARM: defconfig: Exynos for v4.21
  2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
@ 2018-12-09 11:49 ` Krzysztof Kozlowski
  2018-12-12 21:47   ` Olof Johansson
  2018-12-09 11:49 ` [GIT PULL 2/4] ARM: dts: exynos: Pull " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-09 11:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 24c8e4b85399b00f4ae96e7957b0eeaa374e9380:

  ARM: multi_v7_defconfig: Add TOSHIBA TC358764 bridge driver (2018-12-07 20:18:47 +0100)

----------------------------------------------------------------
Samsung defconfig changes for v4.21

Enable drivers in exynos and multi_v7 defconfigs for MAX8952, MAX8998
(Samsung UniversalC210 board) and TC358764 (Arndale board).

----------------------------------------------------------------
Marek Szyprowski (5):
      ARM: exynos_defconfig: Add MAX8998 RTC and charger drivers
      ARM: exynos_defconfig: Add MAX8952 regulator driver
      ARM: exynos_defconfig: Add TOSHIBA TC358764 bridge driver
      ARM: multi_v7_defconfig: Add MAX8952 regulator driver
      ARM: multi_v7_defconfig: Add TOSHIBA TC358764 bridge driver

 arch/arm/configs/exynos_defconfig   | 4 ++++
 arch/arm/configs/multi_v7_defconfig | 2 ++
 2 files changed, 6 insertions(+)

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

* [GIT PULL 2/4] ARM: dts: exynos: Pull for v4.21
  2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
  2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
@ 2018-12-09 11:49 ` Krzysztof Kozlowski
  2018-12-12 20:52   ` Olof Johansson
  2018-12-09 11:49 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
  2018-12-09 11:49 ` [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21 Krzysztof Kozlowski
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-09 11:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:

  ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)

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

1. Add missing properties and nodes for PMIC clocks in multiple DTS
   files.
2. Add UHS-I bus speed support to Odroid XU3/XU4/HC SD card and bump the
   maximum clock frequency to 200 MHz for SD and eMMC.
3. Update cooling maps to include all CPU devices in multiple DTS files.
4. Enable quirks for Exynos3250 DWC.
5. Add JPEG CODEC node to S5Pv210.
6. Add opp-suspend to devfreq OPPs on Exynos4 boards to fix resuming
   from suspend to RAM.
7. Remove eDP from Arndale board as it does not work and breaks also
   DSI.

----------------------------------------------------------------
Anand Moon (5):
      ARM: dts: exynos: Add UHS-I bus speed support to Odroid XU3/XU4/HC1
      ARM: dts: exynos: Fix LDO13 min values on Odroid XU3/XU4/HC1
      ARM: dts: exynos: Update maximum frequency for SD card to 200MHz on Odroid XU3/XU4/HC1
      ARM: dts: exynos: Update maximum frequency for eMMC to 200MHz on Odroid XU3/XU4
      ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4/HC1

Andrzej Hajda (1):
      ARM: dts: exynos: remove display-port node from Arndale

Krzysztof Kozlowski (3):
      ARM: dts: exynos: Add compatible for s2mps11 clocks node on Exynos542x
      ARM: dts: exynos: Add compatible for s5m8767 clocks node on Itop Core
      ARM: dts: exynos: Clarify comment explaining purpose of Odroid XU3 DTSI

Lukasz Luba (1):
      ARM: dts: exynos: Add opp-suspend to DMC and leftbus devfreq OPPs on Exynos4

Marek Szyprowski (2):
      ARM: dts: exynos: Add missing clocks to RTC node for Arndale board
      ARM: dts: exynos: Use Samsung SoC specific compatible for DWC2 module

Paweł Chmiel (1):
      ARM: dts: s5pv210: Add s5p-jpeg codec node.

Viresh Kumar (1):
      ARM: dts: exynos: Add all CPUs in cooling maps

 arch/arm/boot/dts/exynos3250-artik5.dtsi           |   6 +-
 arch/arm/boot/dts/exynos3250-monk.dts              |   6 +-
 arch/arm/boot/dts/exynos3250-rinato.dts            |   6 +-
 arch/arm/boot/dts/exynos3250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos4210-trats.dts             |   4 +-
 arch/arm/boot/dts/exynos4210.dtsi                  |   4 +-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |   9 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |   8 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   8 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |  18 ++--
 arch/arm/boot/dts/exynos4412.dtsi                  |   8 +-
 arch/arm/boot/dts/exynos5250-arndale.dts           |  34 ++-----
 arch/arm/boot/dts/exynos5250.dtsi                  |   7 +-
 arch/arm/boot/dts/exynos5420-arndale-octa.dts      |   1 +
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |   7 ++
 arch/arm/boot/dts/exynos5420-smdk5420.dts          |   1 +
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      |  11 ++-
 arch/arm/boot/dts/exynos5422-odroidhc1.dts         | 106 ++++++++++++--------
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 109 +++++++++++++--------
 arch/arm/boot/dts/s5pv210.dtsi                     |   9 ++
 20 files changed, 221 insertions(+), 143 deletions(-)

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

* [GIT PULL 3/4] arm64: dts: exynos: Pull for v4.21
  2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
  2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
  2018-12-09 11:49 ` [GIT PULL 2/4] ARM: dts: exynos: Pull " Krzysztof Kozlowski
@ 2018-12-09 11:49 ` Krzysztof Kozlowski
  2018-12-12 20:53   ` Olof Johansson
  2018-12-09 11:49 ` [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21 Krzysztof Kozlowski
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-09 11:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9deffb5ee78e41e2a5d6c448874a24caec6467d0:

  arm64: dts: exynos: Add all CPUs in cooling maps (2018-11-18 15:18:42 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v4.21

1. Update DWC3 hardware modules to Exynos5433 specific variant.
2. Update cooling maps to include all CPU devices in multiple DTS files.

----------------------------------------------------------------
Marek Szyprowski (1):
      arm64: dts: exynos: Update DWC3 modules on Exynos5433 SoCs

Viresh Kumar (1):
      arm64: dts: exynos: Add all CPUs in cooling maps

 arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi | 36 +++++++++++++++++---------
 arch/arm64/boot/dts/exynos/exynos5433.dtsi     | 24 ++++++++++++-----
 2 files changed, 42 insertions(+), 18 deletions(-)

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

* [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21
  2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2018-12-09 11:49 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
@ 2018-12-09 11:49 ` Krzysztof Kozlowski
  2018-12-12 21:52   ` Olof Johansson
  3 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-09 11:49 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cafbc79e327f44411b8bd8bdc101b9e6c65ab42a:

  ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus (2018-11-18 15:12:50 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v4.21

Just cleanups of: legacy way of setting external wakeup interrupts, old
power management debugging functions and duplicated secondary startup
initialization.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
      ARM: exynos: Remove no longer needed s3c_pm_check_*() calls
      ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

Krzysztof Kozlowski (2):
      ARM: s5pv210: Remove legacy setting of external wakeup interrupts
      ARM: exynos: Remove legacy setting of external wakeup interrupts

Pankaj Dubey (1):
      ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus

 arch/arm/mach-exynos/common.h  |  2 --
 arch/arm/mach-exynos/platsmp.c | 26 --------------------------
 arch/arm/mach-exynos/suspend.c | 37 ++++++++++++++++---------------------
 arch/arm/mach-s5pv210/common.h |  1 -
 arch/arm/mach-s5pv210/pm.c     | 16 ++++++++++++----
 arch/arm/plat-samsung/Kconfig  |  1 +
 6 files changed, 29 insertions(+), 54 deletions(-)

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

* Re: [GIT PULL 2/4] ARM: dts: exynos: Pull for v4.21
  2018-12-09 11:49 ` [GIT PULL 2/4] ARM: dts: exynos: Pull " Krzysztof Kozlowski
@ 2018-12-12 20:52   ` Olof Johansson
  0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2018-12-12 20:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Dec 09, 2018 at 12:49:09PM +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.21
> 
> for you to fetch changes up to 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:
> 
>   ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.21
> 
> 1. Add missing properties and nodes for PMIC clocks in multiple DTS
>    files.
> 2. Add UHS-I bus speed support to Odroid XU3/XU4/HC SD card and bump the
>    maximum clock frequency to 200 MHz for SD and eMMC.
> 3. Update cooling maps to include all CPU devices in multiple DTS files.
> 4. Enable quirks for Exynos3250 DWC.
> 5. Add JPEG CODEC node to S5Pv210.
> 6. Add opp-suspend to devfreq OPPs on Exynos4 boards to fix resuming
>    from suspend to RAM.
> 7. Remove eDP from Arndale board as it does not work and breaks also
>    DSI.

Merged, thanks!


-Olof


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

* Re: [GIT PULL 3/4] arm64: dts: exynos: Pull for v4.21
  2018-12-09 11:49 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
@ 2018-12-12 20:53   ` Olof Johansson
  0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2018-12-12 20:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Dec 09, 2018 at 12:49:10PM +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.21
> 
> for you to fetch changes up to 9deffb5ee78e41e2a5d6c448874a24caec6467d0:
> 
>   arm64: dts: exynos: Add all CPUs in cooling maps (2018-11-18 15:18:42 +0100)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v4.21
> 
> 1. Update DWC3 hardware modules to Exynos5433 specific variant.
> 2. Update cooling maps to include all CPU devices in multiple DTS files.

Merged, thanks!


-Olof


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

* Re: [GIT PULL 1/4] ARM: defconfig: Exynos for v4.21
  2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
@ 2018-12-12 21:47   ` Olof Johansson
  0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2018-12-12 21:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Dec 09, 2018 at 12:49:08PM +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.21
> 
> for you to fetch changes up to 24c8e4b85399b00f4ae96e7957b0eeaa374e9380:
> 
>   ARM: multi_v7_defconfig: Add TOSHIBA TC358764 bridge driver (2018-12-07 20:18:47 +0100)
> 
> ----------------------------------------------------------------
> Samsung defconfig changes for v4.21
> 
> Enable drivers in exynos and multi_v7 defconfigs for MAX8952, MAX8998
> (Samsung UniversalC210 board) and TC358764 (Arndale board).

Merged, thanks!


-Olof

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

* Re: [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21
  2018-12-09 11:49 ` [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21 Krzysztof Kozlowski
@ 2018-12-12 21:52   ` Olof Johansson
  0 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2018-12-12 21:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Dec 09, 2018 at 12:49:11PM +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.21
> 
> for you to fetch changes up to cafbc79e327f44411b8bd8bdc101b9e6c65ab42a:
> 
>   ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus (2018-11-18 15:12:50 +0100)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.21
> 
> Just cleanups of: legacy way of setting external wakeup interrupts, old
> power management debugging functions and duplicated secondary startup
> initialization.
> 
> ----------------------------------------------------------------
> Bartlomiej Zolnierkiewicz (2):
>       ARM: exynos: Remove no longer needed s3c_pm_check_*() calls
>       ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms
> 
> Krzysztof Kozlowski (2):
>       ARM: s5pv210: Remove legacy setting of external wakeup interrupts
>       ARM: exynos: Remove legacy setting of external wakeup interrupts
> 
> Pankaj Dubey (1):
>       ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus

Merged, thanks!


-Olof

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

end of thread, other threads:[~2018-12-12 22:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-09 11:49 [GIT PULL 0/4] ARM: exynos: Stuff for v4.21 Krzysztof Kozlowski
2018-12-09 11:49 ` [GIT PULL 1/4] ARM: defconfig: Exynos " Krzysztof Kozlowski
2018-12-12 21:47   ` Olof Johansson
2018-12-09 11:49 ` [GIT PULL 2/4] ARM: dts: exynos: Pull " Krzysztof Kozlowski
2018-12-12 20:52   ` Olof Johansson
2018-12-09 11:49 ` [GIT PULL 3/4] arm64: " Krzysztof Kozlowski
2018-12-12 20:53   ` Olof Johansson
2018-12-09 11:49 ` [GIT PULL 4/4] ARM: samsung: SoC/mach for 4.21 Krzysztof Kozlowski
2018-12-12 21:52   ` Olof Johansson

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