linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3
@ 2019-06-25 19:34 Krzysztof Kozlowski
  2019-06-25 19:34 ` [GIT PULL 2/4] ARM: dts: exynos: Second pull " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-25 19:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd50a69b5697532666023766688c6ea642e5a443:

  ARM: exynos_defconfig: Enable Panfrost and Lima drivers (2019-06-19 19:23:35 +0200)

----------------------------------------------------------------
Samsung defconfig changes for v5.3

1. Trim several configs with savedefconfig.
2. Enable Lima and Panfrost drivers for Mali GPU.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      ARM: exynos_defconfig: Trim and reorganize with savedefconfig
      ARM: defconfig: samsung: Cleanup with savedefconfig
      ARM: multi_v7_defconfig: Enable Panfrost and Lima drivers
      ARM: exynos_defconfig: Enable Panfrost and Lima drivers

 arch/arm/configs/exynos_defconfig   | 65 +++++++++++++++++--------------------
 arch/arm/configs/mini2440_defconfig | 43 ++++++++++--------------
 arch/arm/configs/multi_v7_defconfig |  3 +-
 arch/arm/configs/s3c2410_defconfig  | 24 +++++---------
 arch/arm/configs/s3c6400_defconfig  | 11 +++----
 5 files changed, 62 insertions(+), 84 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] 11+ messages in thread

* [GIT PULL 2/4] ARM: dts: exynos: Second pull for v5.3
  2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
@ 2019-06-25 19:34 ` Krzysztof Kozlowski
  2019-06-27  2:23   ` Olof Johansson
  2019-06-25 19:34 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-25 19:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  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 d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:

  ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 13efd80acaa4cdb61fde52732178ff9eb4141104:

  ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 (2019-06-24 20:03:42 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.3, second round

1. Add camera flash to Galaxy S3 boards,
2. Fix PMU affinity interrupt warning on Exynos4,
3. Improve regulator configuration on Odroid XU3/XU4/HC1 family and
   Arndale Octa by disabling unneeded regulators and adding suspend
   configuration.  The suspend configuration brings significant reduce of
   energy usage in Suspend to RAM (e.g. 120 -> ~7 mA on Odroid HC1).
4. Add Mali nodes to Exynos3 and Exynos4.

----------------------------------------------------------------
Krzysztof Kozlowski (9):
      ARM: dts: exynos: Add PMU interrupt affinity to Exynos4 boards
      ARM: dts: exynos: Fix language typo and indentation
      ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 board
      ARM: dts: exynos: Add regulator suspend configuration to Arndale Octa board
      ARM: dts: exynos: Add regulator suspend configuration to Odroid XU3/XU4/HC1 family
      ARM: dts: exynos: Use proper regulator for eMMC memory on Arndale Octa
      dt-bindings: gpu: mali: Add Samsung compatibles for Midgard and Utgard
      ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250
      ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4

Simon Shields (1):
      ARM: dts: exynos: Add flash support to Galaxy S3 boards

 .../devicetree/bindings/gpu/arm,mali-midgard.txt   |  1 +
 .../devicetree/bindings/gpu/arm,mali-utgard.txt    |  1 +
 arch/arm/boot/dts/exynos3250-artik5.dtsi           |  5 ++
 arch/arm/boot/dts/exynos3250-monk.dts              |  5 ++
 arch/arm/boot/dts/exynos3250-rinato.dts            |  5 ++
 arch/arm/boot/dts/exynos3250.dtsi                  | 33 ++++++++
 arch/arm/boot/dts/exynos4.dtsi                     | 38 ++++++++-
 arch/arm/boot/dts/exynos4210-origen.dts            |  5 ++
 arch/arm/boot/dts/exynos4210-trats.dts             |  4 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  5 ++
 arch/arm/boot/dts/exynos4210.dtsi                  | 31 ++++++-
 arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi        | 32 +++++++
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |  5 ++
 arch/arm/boot/dts/exynos4412-midas.dtsi            |  5 ++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  5 ++
 arch/arm/boot/dts/exynos4412-prime.dtsi            |  7 ++
 arch/arm/boot/dts/exynos4412.dtsi                  | 27 ++++++
 arch/arm/boot/dts/exynos5420-arndale-octa.dts      | 82 +++++++++++++++++-
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      | 98 +++++++++++++++++++++-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  6 ++
 20 files changed, 392 insertions(+), 8 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] 11+ messages in thread

* [GIT PULL 3/4] arm64: dts: exynos: Pull for v5.3
  2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
  2019-06-25 19:34 ` [GIT PULL 2/4] ARM: dts: exynos: Second pull " Krzysztof Kozlowski
@ 2019-06-25 19:34 ` Krzysztof Kozlowski
  2019-06-27  2:24   ` Olof Johansson
  2019-06-25 19:34 ` [GIT PULL 4/4] ARM: exynos: Mach " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-25 19:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4dc2a25d058d71f39e41da986777327b423b92f1:

  arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7 (2019-06-24 19:52:48 +0200)

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

Add Mali nodes to Exynos3 and Exynos4.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      arm64: dts: exynos: Add GPU/Mali T760 node to Exynos5433
      arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  5 +++
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 51 ++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  5 +++
 arch/arm64/boot/dts/exynos/exynos7.dtsi            | 11 +++++
 4 files changed, 72 insertions(+)

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

* [GIT PULL 4/4] ARM: exynos: Mach for v5.3
  2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
  2019-06-25 19:34 ` [GIT PULL 2/4] ARM: dts: exynos: Second pull " Krzysztof Kozlowski
  2019-06-25 19:34 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
@ 2019-06-25 19:34 ` Krzysztof Kozlowski
  2019-06-26  9:15   ` Krzysztof Kozlowski
  2019-06-27  2:30   ` Olof Johansson
  2019-06-26  9:14 ` [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos " Krzysztof Kozlowski
  2019-06-27  2:27 ` Olof Johansson
  4 siblings, 2 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-25 19:34 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a55e040c6f21f55f81c53c56e1d8095df35e1d02:

  ARM: exynos: Cleanup cppcheck shifting warning (2019-06-25 20:45:09 +0200)

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

Only cleanups and minor fixes.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: exynos: Only build MCPM support if used

Krzysztof Kozlowski (1):
      ARM: exynos: Make ARCH_EXYNOS3 a default option

Phong Tran (1):
      ARM: exynos: Cleanup cppcheck shifting warning

 arch/arm/mach-exynos/Kconfig   | 7 ++++++-
 arch/arm/mach-exynos/Makefile  | 2 +-
 arch/arm/mach-exynos/suspend.c | 8 ++++----
 3 files changed, 11 insertions(+), 6 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] 11+ messages in thread

* Re: [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3
  2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2019-06-25 19:34 ` [GIT PULL 4/4] ARM: exynos: Mach " Krzysztof Kozlowski
@ 2019-06-26  9:14 ` Krzysztof Kozlowski
  2019-06-27  2:28   ` Olof Johansson
  2019-06-27  2:27 ` Olof Johansson
  4 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-26  9:14 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-kernel, linux-arm-kernel

On Tue, 25 Jun 2019 at 21:35, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.3
>
> for you to fetch changes up to dd50a69b5697532666023766688c6ea642e5a443:
>
>   ARM: exynos_defconfig: Enable Panfrost and Lima drivers (2019-06-19 19:23:35 +0200)
>
> ----------------------------------------------------------------
> Samsung defconfig changes for v5.3
>
> 1. Trim several configs with savedefconfig.
> 2. Enable Lima and Panfrost drivers for Mali GPU.

Hi,

I forgot to mention possible merge conflicts (although Stephen Cc-ed
you on mails). Resolution is to accept both sides:

--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@@ -4,12 -5,7 +5,8 @@@ CONFIG_PREEMPT=
  CONFIG_CGROUPS=y
  CONFIG_BLK_DEV_INITRD=y
  CONFIG_PERF_EVENTS=y
- CONFIG_MODULES=y
- CONFIG_MODULE_UNLOAD=y
- CONFIG_PARTITION_ADVANCED=y
  CONFIG_ARCH_EXYNOS=y
- CONFIG_ARCH_EXYNOS3=y
 +CONFIG_CPU_ICACHE_MISMATCH_WORKAROUND=y

--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@@ -181,10 -178,11 +178,10 @@@ CONFIG_CFG80211=
  CONFIG_MAC80211=m
  CONFIG_MAC80211_MESH=y
  CONFIG_MAC80211_LEDS=y
 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
  CONFIG_MTD=y
+ CONFIG_MTD_CMDLINE_PARTS=y
  CONFIG_MTD_REDBOOT_PARTS=y
  CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
- CONFIG_MTD_CMDLINE_PARTS=y

--- a/arch/arm/configs/s3c6400_defconfig
+++ b/arch/arm/configs/s3c6400_defconfig
@@@ -18,9 -15,12 +15,11 @@@ CONFIG_MACH_HMT=
  CONFIG_MACH_SMARTQ5=y
  CONFIG_MACH_SMARTQ7=y
  CONFIG_MACH_WLF_CRAGG_6410=y
- CONFIG_AEABI=y
  CONFIG_CMDLINE="console=ttySAC0,115200 root=/dev/ram init=/linuxrc
initrd=0x51000000,6M ramdisk_size=6144"
  CONFIG_VFP=y
 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+ CONFIG_MODULES=y
+ CONFIG_MODULE_UNLOAD=y
+ # CONFIG_BLK_DEV_BSG is not set

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

* Re: [GIT PULL 4/4] ARM: exynos: Mach for v5.3
  2019-06-25 19:34 ` [GIT PULL 4/4] ARM: exynos: Mach " Krzysztof Kozlowski
@ 2019-06-26  9:15   ` Krzysztof Kozlowski
  2019-06-27  2:30   ` Olof Johansson
  1 sibling, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-26  9:15 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-kernel, linux-arm-kernel

On Tue, 25 Jun 2019 at 21:35, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.3
>
> for you to fetch changes up to a55e040c6f21f55f81c53c56e1d8095df35e1d02:
>
>   ARM: exynos: Cleanup cppcheck shifting warning (2019-06-25 20:45:09 +0200)
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v5.3
>
> Only cleanups and minor fixes.
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       ARM: exynos: Only build MCPM support if used

Hi,

I forgot to mention possible merge conflict (although Stephen Cc-ed
you on mails). Resolution is to accept both sides:

diff --cc arch/arm/mach-exynos/Makefile
index 5ccf9d7e58d4,5abf3db23912..0fd3fcf8bfb0
--- a/arch/arm/mach-exynos/Makefile
+++ b/arch/arm/mach-exynos/Makefile
@@@ -14,5 -14,9 +14,5 @@@ obj-$(CONFIG_PM_SLEEP)                += suspend.

  obj-$(CONFIG_SMP)             += platsmp.o headsmp.o

- obj-$(CONFIG_MCPM)            += mcpm-exynos.o
 -plus_sec := $(call as-instr,.arch_extension sec,+sec)
 -AFLAGS_exynos-smc.o           :=-Wa,-march=armv7-a$(plus_sec)
 -AFLAGS_sleep.o                        :=-Wa,-march=armv7-a$(plus_sec)
 -
+ obj-$(CONFIG_EXYNOS_MCPM)     += mcpm-exynos.o

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

* Re: [GIT PULL 2/4] ARM: dts: exynos: Second pull for v5.3
  2019-06-25 19:34 ` [GIT PULL 2/4] ARM: dts: exynos: Second pull " Krzysztof Kozlowski
@ 2019-06-27  2:23   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2019-06-27  2:23 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Tue, Jun 25, 2019 at 09:34:49PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:
> 
>   ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.3-2
> 
> for you to fetch changes up to 13efd80acaa4cdb61fde52732178ff9eb4141104:
> 
>   ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 (2019-06-24 20:03:42 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.3, second round
> 
> 1. Add camera flash to Galaxy S3 boards,
> 2. Fix PMU affinity interrupt warning on Exynos4,
> 3. Improve regulator configuration on Odroid XU3/XU4/HC1 family and
>    Arndale Octa by disabling unneeded regulators and adding suspend
>    configuration.  The suspend configuration brings significant reduce of
>    energy usage in Suspend to RAM (e.g. 120 -> ~7 mA on Odroid HC1).
> 4. Add Mali nodes to Exynos3 and Exynos4.


Merged, thanks!


-Olof

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

* Re: [GIT PULL 3/4] arm64: dts: exynos: Pull for v5.3
  2019-06-25 19:34 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
@ 2019-06-27  2:24   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2019-06-27  2:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Tue, Jun 25, 2019 at 09:34:50PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.3
> 
> for you to fetch changes up to 4dc2a25d058d71f39e41da986777327b423b92f1:
> 
>   arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7 (2019-06-24 19:52:48 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v5.3
> 
> Add Mali nodes to Exynos3 and Exynos4.


Merged, but updating the message to Exynos7/5433.



Thanks,

-Olof

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

* Re: [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3
  2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2019-06-26  9:14 ` [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos " Krzysztof Kozlowski
@ 2019-06-27  2:27 ` Olof Johansson
  4 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2019-06-27  2:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Tue, Jun 25, 2019 at 09:34:48PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.3
> 
> for you to fetch changes up to dd50a69b5697532666023766688c6ea642e5a443:
> 
>   ARM: exynos_defconfig: Enable Panfrost and Lima drivers (2019-06-19 19:23:35 +0200)
> 
> ----------------------------------------------------------------
> Samsung defconfig changes for v5.3
> 
> 1. Trim several configs with savedefconfig.
> 2. Enable Lima and Panfrost drivers for Mali GPU.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (4):
>       ARM: exynos_defconfig: Trim and reorganize with savedefconfig
>       ARM: defconfig: samsung: Cleanup with savedefconfig
>       ARM: multi_v7_defconfig: Enable Panfrost and Lima drivers
>       ARM: exynos_defconfig: Enable Panfrost and Lima drivers


Merged, thanks!


-Olof

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

* Re: [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3
  2019-06-26  9:14 ` [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos " Krzysztof Kozlowski
@ 2019-06-27  2:28   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2019-06-27  2:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Wed, Jun 26, 2019 at 11:14:04AM +0200, Krzysztof Kozlowski wrote:
> On Tue, 25 Jun 2019 at 21:35, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> >
> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> >
> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.3
> >
> > for you to fetch changes up to dd50a69b5697532666023766688c6ea642e5a443:
> >
> >   ARM: exynos_defconfig: Enable Panfrost and Lima drivers (2019-06-19 19:23:35 +0200)
> >
> > ----------------------------------------------------------------
> > Samsung defconfig changes for v5.3
> >
> > 1. Trim several configs with savedefconfig.
> > 2. Enable Lima and Panfrost drivers for Mali GPU.
> 
> Hi,
> 
> I forgot to mention possible merge conflicts (although Stephen Cc-ed
> you on mails). Resolution is to accept both sides:
> 

Some of this could have been avoided by basing your branch on our fixes, but
not a big deal in this case. Thanks for the heads up!


-Olof

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

* Re: [GIT PULL 4/4] ARM: exynos: Mach for v5.3
  2019-06-25 19:34 ` [GIT PULL 4/4] ARM: exynos: Mach " Krzysztof Kozlowski
  2019-06-26  9:15   ` Krzysztof Kozlowski
@ 2019-06-27  2:30   ` Olof Johansson
  1 sibling, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2019-06-27  2:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Tue, Jun 25, 2019 at 09:34:51PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.3
> 
> for you to fetch changes up to a55e040c6f21f55f81c53c56e1d8095df35e1d02:
> 
>   ARM: exynos: Cleanup cppcheck shifting warning (2019-06-25 20:45:09 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v5.3
> 
> Only cleanups and minor fixes.

Merged, thanks!


-Olof

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

end of thread, other threads:[~2019-06-27  6:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 19:34 [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos for v5.3 Krzysztof Kozlowski
2019-06-25 19:34 ` [GIT PULL 2/4] ARM: dts: exynos: Second pull " Krzysztof Kozlowski
2019-06-27  2:23   ` Olof Johansson
2019-06-25 19:34 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
2019-06-27  2:24   ` Olof Johansson
2019-06-25 19:34 ` [GIT PULL 4/4] ARM: exynos: Mach " Krzysztof Kozlowski
2019-06-26  9:15   ` Krzysztof Kozlowski
2019-06-27  2:30   ` Olof Johansson
2019-06-26  9:14 ` [GIT PULL 1/4] ARM: defconfig: Samsung/Exynos " Krzysztof Kozlowski
2019-06-27  2:28   ` Olof Johansson
2019-06-27  2:27 ` 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).