linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: defconfig: Samsung for v5.1
@ 2019-02-01 19:17 Krzysztof Kozlowski
  2019-02-01 19:17 ` [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 " Krzysztof Kozlowski
  2019-02-15 15:59 ` [GIT PULL 1/2] ARM: defconfig: Samsung " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2019-02-01 19:17 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 bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 25c390ec22167f896dbf5fb61b869ad05ce273ff:

  ARM: s5pv210_defconfig: Enable cpufreq (2019-01-13 10:31:17 +0100)

----------------------------------------------------------------
Samsung defconfig changes for v5.1

Enable more drivers in s5pv210 defconfig for Aries family of mobile
devices (e.g. Samsung Galaxy S).

----------------------------------------------------------------
Paweł Chmiel (3):
      ARM: s5pv210_defconfig: Run make savedefconfig
      ARM: s5pv210_defconfig: Enable more drivers present on Samsung Aries
      ARM: s5pv210_defconfig: Enable cpufreq

 arch/arm/configs/s5pv210_defconfig | 47 +++++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 11 deletions(-)

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

* [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 for v5.1
  2019-02-01 19:17 [GIT PULL 1/2] ARM: defconfig: Samsung for v5.1 Krzysztof Kozlowski
@ 2019-02-01 19:17 ` Krzysztof Kozlowski
  2019-02-15 13:49   ` Arnd Bergmann
  2019-02-15 15:59 ` [GIT PULL 1/2] ARM: defconfig: Samsung " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2019-02-01 19:17 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 bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ec33745bccc8f336957c751f4153421cc9ef5a54:

  ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 (2019-01-25 20:18:10 +0100)

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

1. Extend support for Aries family of mobile devices (e.g. Samsung
   Galaxy S) based on S5Pv210 SoC: DRM Rotator, FIMD, PWM vibrator,
   power off, touchscreen, Broadcom BCM4329 Bluetooth and cpufreq.
2. Remove hardcoded bootargs on Galaxy S family (proper support in
   U-Boot).
3. Fix minor DTC warnings.
4. Fix Exynos4412 Odroid X2/U3 conflicting eMMC GPIO settings and regulator
   properties.
5. Fix the eMMC RTSN pin breaking proper reboot on X2.

----------------------------------------------------------------
Jonathan Bakker (1):
      ARM: dts: s5pv210: Add support for more devices present on Aries

Krzysztof Kozlowski (2):
      ARM: dts: s5pv210: Fix onenand's unit address format warning
      ARM: dts: s3c2416: Fix xti node's missing reg property warning

Marek Szyprowski (3):
      ARM: dts: exynos: Fix conflicting fixed-regulator GPIO flags and properties
      ARM: dts: exynos: Fix eMMC regulator properties on Odroid U3 boards
      ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3

Paweł Chmiel (5):
      ARM: dts: s5pv210: Add node for exynos-rotator
      ARM: dts: s5pv210: Use correct fimd variant
      ARM: dts: s5pv210: Remove hardcoded bootargs on Galaxy S and Fascinate 4G
      ARM: dts: s5pv210: Add reserved memory for MFC on Aries
      ARM: dts: s5pv210: Add DMC nodes

 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 14 ++--
 arch/arm/boot/dts/exynos4412-odroidx.dts        |  2 +-
 arch/arm/boot/dts/exynos5250-arndale.dts        |  2 +-
 arch/arm/boot/dts/s3c2416-smdk2416.dts          |  5 +-
 arch/arm/boot/dts/s5pv210-aries.dtsi            | 90 +++++++++++++++++++++++++
 arch/arm/boot/dts/s5pv210-fascinate4g.dts       |  7 --
 arch/arm/boot/dts/s5pv210-galaxys.dts           |  7 --
 arch/arm/boot/dts/s5pv210.dtsi                  | 25 ++++++-
 8 files changed, 125 insertions(+), 27 deletions(-)

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

* Re: [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 for v5.1
  2019-02-01 19:17 ` [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 " Krzysztof Kozlowski
@ 2019-02-15 13:49   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 13:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Olof Johansson, arm-soc, Kukjin Kim, Linux ARM,
	moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Linux Kernel Mailing List

On Fri, Feb 1, 2019 at 8:17 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Samsung DTS ARM changes for v5.1
>
> 1. Extend support for Aries family of mobile devices (e.g. Samsung
>    Galaxy S) based on S5Pv210 SoC: DRM Rotator, FIMD, PWM vibrator,
>    power off, touchscreen, Broadcom BCM4329 Bluetooth and cpufreq.
> 2. Remove hardcoded bootargs on Galaxy S family (proper support in
>    U-Boot).
> 3. Fix minor DTC warnings.
> 4. Fix Exynos4412 Odroid X2/U3 conflicting eMMC GPIO settings and regulator
>    properties.
> 5. Fix the eMMC RTSN pin breaking proper reboot on X2.


Pulled into arm/dt, thanks!

     Arnd

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

* Re: [GIT PULL 1/2] ARM: defconfig: Samsung for v5.1
  2019-02-01 19:17 [GIT PULL 1/2] ARM: defconfig: Samsung for v5.1 Krzysztof Kozlowski
  2019-02-01 19:17 ` [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 " Krzysztof Kozlowski
@ 2019-02-15 15:59 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 15:59 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Olof Johansson, arm-soc, Kukjin Kim, Linux ARM,
	moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Linux Kernel Mailing List

On Fri, Feb 1, 2019 at 8:17 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.1
>
> for you to fetch changes up to 25c390ec22167f896dbf5fb61b869ad05ce273ff:
>
>   ARM: s5pv210_defconfig: Enable cpufreq (2019-01-13 10:31:17 +0100)
>
> ----------------------------------------------------------------
> Samsung defconfig changes for v5.1
>
> Enable more drivers in s5pv210 defconfig for Aries family of mobile
> devices (e.g. Samsung Galaxy S).

Pulled into arm/defconfig, thanks!

     Arnd

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

end of thread, other threads:[~2019-02-15 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01 19:17 [GIT PULL 1/2] ARM: defconfig: Samsung for v5.1 Krzysztof Kozlowski
2019-02-01 19:17 ` [GIT PULL 2/2] ARM: dts: samsung: exynos and s5pv210 " Krzysztof Kozlowski
2019-02-15 13:49   ` Arnd Bergmann
2019-02-15 15:59 ` [GIT PULL 1/2] ARM: defconfig: Samsung " 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).