All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] samsung: Drivers for v5.11
@ 2020-11-13 16:22 Krzysztof Kozlowski
  2020-11-13 16:22 ` [GIT PULL 2/2] ARM: dts: samsung: Changes " Krzysztof Kozlowski
  2020-11-24 11:01   ` Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-13 16:22 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski, linux-kernel

Hi,

Two early pull requests to flush my queue. I will have definitely some more
pulls later.

Best regards,
Krzysztof


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:

  clk: samsung: allow building the clkout driver as module (2020-11-12 17:18:40 +0100)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.11

1. Limit the big.LITTLE cpuidle driver to Peach-Pit/Pi Chromebooks only
   because these are the only platforms were the driver works properly.
2. Convert the Exynos CLKOUT driver to a full module which solves
   boot-probe ordering issues (e.g. if device nodes in DTS are moved).
   This also brings modularization and compile testing.
3. Few minor cleanups in documentation and code.

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      soc: samsung: exynos-pmu: instantiate clkout driver as MFD
      clk: samsung: exynos-clkout: convert to module driver
      Documentation: Update paths of Samsung S3C machine files
      serial: s3c: Update path of Samsung S3C machine file
      clk: samsung: allow building the clkout driver as module

Lee Jones (1):
      soc: samsung: s3c-pm-check: Fix incorrectly named variable 'val'

Marek Szyprowski (1):
      cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks

Tom Rix (1):
      soc: samsung: exynos5422-asv: remove unneeded semicolon

 Documentation/admin-guide/kernel-parameters.txt    |   2 +-
 Documentation/arm/samsung-s3c24xx/gpio.rst         |   4 +-
 Documentation/arm/samsung-s3c24xx/overview.rst     |  22 +--
 Documentation/arm/samsung-s3c24xx/usb-host.rst     |   6 +-
 Documentation/arm/samsung/gpio.rst                 |   3 +-
 .../device_drivers/ethernet/davicom/dm9000.rst     |   2 +-
 drivers/clk/samsung/Kconfig                        |  10 ++
 drivers/clk/samsung/Makefile                       |   2 +-
 drivers/clk/samsung/clk-exynos-clkout.c            | 199 +++++++++++++++------
 drivers/cpuidle/cpuidle-big_little.c               |   3 +-
 drivers/soc/samsung/exynos-pmu.c                   |  11 ++
 drivers/soc/samsung/exynos5422-asv.c               |   2 +-
 drivers/soc/samsung/s3c-pm-check.c                 |   2 +-
 include/linux/serial_s3c.h                         |   2 +-
 14 files changed, 183 insertions(+), 87 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] 6+ messages in thread

* [GIT PULL 2/2] ARM: dts: samsung: Changes for v5.11
  2020-11-13 16:22 [GIT PULL 1/2] samsung: Drivers for v5.11 Krzysztof Kozlowski
@ 2020-11-13 16:22 ` Krzysztof Kozlowski
  2020-11-23 16:52     ` Arnd Bergmann
  2020-11-24 11:01   ` Arnd Bergmann
  1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-13 16:22 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski, linux-kernel

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 73f882a0f3a833d589c1a0b6b83045567244e71e:

  ARM: dts: exynos: use hyphens in MFC reserved memory node names (2020-11-10 19:21:21 +0100)

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

1. Many cleanups of DTS and alignments to dtschema. Most of them do not
   have any functional effect except passing dtschema checks or dtc W=2
   builds.
2. Fix USB 3.0 ports on Odroid XU board: wrong roles assigned to two
   ports, missing supply to the USB over-current and VBUS control pins
   and finally missing pin configuration for these pins.
3. Switch Exynos5422 DMC driver to monitoring/polling mode, instead of
   using interrupts.
4. Correct the usage of "opp-shared" properties which lead to disabling
   the bus frequency and voltage scaling.
5. Enable Bluetooth on few Exynos4210 and Exynos4412 boards.
6. Enable dual-role USB on Odroid U3+ board.
7. Add Ethernet description in multiple Odroid DTS allowing also easy
   MAC address filling by bootloader.
8. Add Ethernet to Artik 5 (Exynos3250) board.
9. Add interconnect properties to Exynos4412 to fix old Mixer issues.

----------------------------------------------------------------
Alexander Dahl (1):
      ARM: dts: exynos: Fix schema warnings for pwm-leds

Artur Świgoń (1):
      ARM: dts: exynos: Add interconnects to Exynos4412 mixer

Krzysztof Kozlowski (18):
      ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
      ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
      ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
      ARM: dts: exynos: disable pull up of USB 3.0 over-current on Odroid XU
      ARM: dts: exynos: adjust node names to DT spec in Exynos3250 boards
      ARM: dts: exynos: adjust node names to DT spec in Exynos4210 boards
      ARM: dts: exynos: override GPIO keys node by label in Exynos4412 Odroid family
      ARM: dts: exynos: adjust node names to DT spec in Exynos4412 boards
      ARM: dts: exynos: remove redundant status=okay in Exynos4412 boards
      ARM: dts: exynos: adjust node names to DT spec in Exynos5250 boards
      ARM: dts: exynos: adjust node names to DT spec in Odroid XU
      ARM: dts: exynos: adjust node names to DT spec in Exynos542x boards
      ARM: dts: s5pv210: adjust node names to DT spec
      ARM: dts: exynos: use hyphens in Exynos3250 node names
      ARM: dts: exynos: use hyphens in Exynos4 node names
      ARM: dts: exynos: use generic name for max77693 motor in Midas
      ARM: dts: exynos: use hyphens in Exynos5 node names
      ARM: dts: exynos: use hyphens in MFC reserved memory node names

Lukasz Luba (1):
      ARM: dts: exynos: Remove interrupts from DMC controller in Exynos5422

Marek Szyprowski (6):
      ARM: dts: exynos: Remove 'opp-shared' from Exynos3 bus OPP-tables
      ARM: dts: exynos: Remove 'opp-shared' from Exynos4412 bus OPP-tables
      ARM: dts: exynos: Enable Bluetooth support for Trats board
      ARM: dts: exynos: Enable Bluetooth support for Universal C210 board
      ARM: dts: exynos: Enable Bluetooth support for Midas board family
      ARM: dts: exynos: Enable DWC2 dual-role support on OdroidU3+ boards

Serge Semin (2):
      ARM: dts: exynos: Correct DWC USB3 compatible string
      ARM: dts: exynos: Harmonize DWC USB3 DT nodes name

Sylwester Nawrocki (1):
      ARM: dts: exynos: Add interconnect properties to Exynos4412 bus nodes

Łukasz Stelmach (6):
      ARM: dts: exynos: Add Ethernet interface description for Odroid XU3 Lite
      ARM: dts: exynos: Add Ethernet interface description for Odroid XU
      ARM: dts: exynos: Add Ethernet interface description for Odroid U3
      ARM: dts: exynos: Add Ethernet interface description for Odroid X/X2
      ARM: dts: exynos: Add a placeholder for a MAC address
      ARM: dts: exynos: Add Ethernet to Artik 5 board

 arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi  |  4 +-
 arch/arm/boot/dts/exynos3250-artik5-eval.dts       | 29 +++++++++++
 arch/arm/boot/dts/exynos3250-artik5.dtsi           |  2 +-
 arch/arm/boot/dts/exynos3250-monk.dts              |  8 +--
 arch/arm/boot/dts/exynos3250-rinato.dts            |  8 +--
 arch/arm/boot/dts/exynos3250.dtsi                  | 53 +++++++++-----------
 arch/arm/boot/dts/exynos4.dtsi                     | 26 +++++-----
 arch/arm/boot/dts/exynos4210-i9100.dts             |  6 +--
 arch/arm/boot/dts/exynos4210-origen.dts            |  4 +-
 arch/arm/boot/dts/exynos4210-smdkv310.dts          | 22 ++++----
 arch/arm/boot/dts/exynos4210-trats.dts             | 35 ++++++++++++-
 arch/arm/boot/dts/exynos4210-universal_c210.dts    | 29 +++++++++++
 arch/arm/boot/dts/exynos4210.dtsi                  | 36 +++++++-------
 arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi        |  9 ++--
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |  2 +-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |  2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            | 47 ++++++++++++++----
 arch/arm/boot/dts/exynos4412-n710x.dts             |  2 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    | 11 ++--
 arch/arm/boot/dts/exynos4412-odroidu3.dts          | 26 ++++++++++
 arch/arm/boot/dts/exynos4412-odroidx.dts           | 58 ++++++++++++++++------
 arch/arm/boot/dts/exynos4412-origen.dts            | 14 +++---
 arch/arm/boot/dts/exynos4412-smdk4412.dts          | 20 ++++----
 arch/arm/boot/dts/exynos4412.dtsi                  | 31 ++++++------
 arch/arm/boot/dts/exynos5250-arndale.dts           |  6 +--
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  4 +-
 arch/arm/boot/dts/exynos5250-snow-common.dtsi      |  4 +-
 arch/arm/boot/dts/exynos5250-snow-rev5.dts         |  2 +-
 arch/arm/boot/dts/exynos5250-snow.dts              |  2 +-
 arch/arm/boot/dts/exynos5250-spring.dts            |  2 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |  6 +--
 arch/arm/boot/dts/exynos5410-odroidxu.dts          | 33 ++++++++++--
 arch/arm/boot/dts/exynos5410-pinctrl.dtsi          | 28 +++++++++++
 arch/arm/boot/dts/exynos5410.dtsi                  |  4 ++
 arch/arm/boot/dts/exynos5420-arndale-octa.dts      |  4 +-
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |  6 +--
 arch/arm/boot/dts/exynos5420-smdk5420.dts          |  2 +-
 arch/arm/boot/dts/exynos5420.dtsi                  | 39 +++++++--------
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      | 34 ++++++-------
 arch/arm/boot/dts/exynos5422-odroidhc1.dts         |  4 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi  |  2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  4 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts    | 22 ++++++++
 arch/arm/boot/dts/exynos5422-odroidxu3.dts         | 26 ++++++++--
 arch/arm/boot/dts/exynos5422-odroidxu4.dts         |  4 +-
 arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi    | 11 ++--
 arch/arm/boot/dts/exynos54xx.dtsi                  |  4 +-
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |  4 +-
 arch/arm/boot/dts/s5pv210-aquila.dts               | 12 ++---
 arch/arm/boot/dts/s5pv210-aries.dtsi               |  4 +-
 arch/arm/boot/dts/s5pv210-goni.dts                 | 14 +++---
 arch/arm/boot/dts/s5pv210-smdkv210.dts             | 20 ++++----
 52 files changed, 526 insertions(+), 265 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] 6+ messages in thread

* Re: [GIT PULL 2/2] ARM: dts: samsung: Changes for v5.11
@ 2020-11-23 16:52     ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2020-11-23 16:52 UTC (permalink / raw)
  To: Olof Johansson, soc, Krzysztof Kozlowski, arm
  Cc: Arnd Bergmann, linux-samsung-soc, linux-arm-kernel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Nov 2020 17:22:11 +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 1e548b67828087a29c6b8294629c1620826fba15

       Arnd

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

* Re: [GIT PULL 2/2] ARM: dts: samsung: Changes for v5.11
@ 2020-11-23 16:52     ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2020-11-23 16:52 UTC (permalink / raw)
  To: Olof Johansson, soc, Krzysztof Kozlowski, arm
  Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Nov 2020 17:22:11 +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 1e548b67828087a29c6b8294629c1620826fba15

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

* Re: [GIT PULL 1/2] samsung: Drivers for v5.11
@ 2020-11-24 11:01   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2020-11-24 11:01 UTC (permalink / raw)
  To: arm, Krzysztof Kozlowski, soc, Olof Johansson
  Cc: Arnd Bergmann, linux-samsung-soc, linux-kernel, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Nov 2020 17:22:10 +0100, Krzysztof Kozlowski wrote:
> Two early pull requests to flush my queue. I will have definitely some more
> pulls later.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4ce4be5d28deeeb6aa3f724c3fcb3c1627e40f10

       Arnd

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

* Re: [GIT PULL 1/2] samsung: Drivers for v5.11
@ 2020-11-24 11:01   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2020-11-24 11:01 UTC (permalink / raw)
  To: arm, Krzysztof Kozlowski, soc, Olof Johansson
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Nov 2020 17:22:10 +0100, Krzysztof Kozlowski wrote:
> Two early pull requests to flush my queue. I will have definitely some more
> pulls later.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4ce4be5d28deeeb6aa3f724c3fcb3c1627e40f10

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

end of thread, other threads:[~2020-11-24 11:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 16:22 [GIT PULL 1/2] samsung: Drivers for v5.11 Krzysztof Kozlowski
2020-11-13 16:22 ` [GIT PULL 2/2] ARM: dts: samsung: Changes " Krzysztof Kozlowski
2020-11-23 16:52   ` Arnd Bergmann
2020-11-23 16:52     ` Arnd Bergmann
2020-11-24 11:01 ` [GIT PULL 1/2] samsung: Drivers " Arnd Bergmann
2020-11-24 11:01   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.