All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] samsung: drivers for v6.5
@ 2023-06-02  9:14 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:14 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 538af6e5856b1aa971975c747a2974a74db48928:

  dt-bindings: media: s5p-mfc: convert bindings to json-schema (2023-05-13 19:41:11 +0200)

----------------------------------------------------------------
Samsung SoC driver changes for v6.5

1. Re-introduce Exynos4212: Exynos PMU driver.
2. Convert S5P/Exynos Multi Format Codec bindings to DT schema.

----------------------------------------------------------------
Aakarsh Jain (1):
      dt-bindings: media: s5p-mfc: convert bindings to json-schema

Artur Weber (2):
      dt-bindings: soc: samsung: exynos-pmu: add Exynos4212 compatible
      soc: samsung: exynos-pmu: Re-introduce Exynos4212 support

 .../devicetree/bindings/media/s5p-mfc.txt          |  78 ---------
 .../devicetree/bindings/media/samsung,s5p-mfc.yaml | 184 +++++++++++++++++++++
 .../bindings/soc/samsung/exynos-pmu.yaml           |   5 +
 drivers/soc/samsung/exynos-pmu.c                   |   9 +
 drivers/soc/samsung/exynos-pmu.h                   |   2 +
 drivers/soc/samsung/exynos4-pmu.c                  |  15 +-
 6 files changed, 212 insertions(+), 81 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml

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

* [GIT PULL 1/3] samsung: drivers for v6.5
@ 2023-06-02  9:14 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:14 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 538af6e5856b1aa971975c747a2974a74db48928:

  dt-bindings: media: s5p-mfc: convert bindings to json-schema (2023-05-13 19:41:11 +0200)

----------------------------------------------------------------
Samsung SoC driver changes for v6.5

1. Re-introduce Exynos4212: Exynos PMU driver.
2. Convert S5P/Exynos Multi Format Codec bindings to DT schema.

----------------------------------------------------------------
Aakarsh Jain (1):
      dt-bindings: media: s5p-mfc: convert bindings to json-schema

Artur Weber (2):
      dt-bindings: soc: samsung: exynos-pmu: add Exynos4212 compatible
      soc: samsung: exynos-pmu: Re-introduce Exynos4212 support

 .../devicetree/bindings/media/s5p-mfc.txt          |  78 ---------
 .../devicetree/bindings/media/samsung,s5p-mfc.yaml | 184 +++++++++++++++++++++
 .../bindings/soc/samsung/exynos-pmu.yaml           |   5 +
 drivers/soc/samsung/exynos-pmu.c                   |   9 +
 drivers/soc/samsung/exynos-pmu.h                   |   2 +
 drivers/soc/samsung/exynos4-pmu.c                  |  15 +-
 6 files changed, 212 insertions(+), 81 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml

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

* [GIT PULL 2/3] ARM: dts: samsung: for v6.5
  2023-06-02  9:14 ` Krzysztof Kozlowski
@ 2023-06-02  9:15   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:15 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber, Thierry Reding, Linus Walleij,
	Rob Herring

Hi,

`make dtbs_check` for bindings in Linux kernel produces no warnings for Exynos
ARM and ARM64 platforms. See for yourself:
https://krzk.eu/#/builders/75/builds/403/steps/7/logs/stdio
https://krzk.eu/#/builders/79/builds/401/steps/9/logs/stdio

"No new warnings in dtbs_check" is now a requirement for any new changes to be
accepted for Exynos ARM and ARM64.  S5PV210 and S3C6410 don't have such
requirement.

The dtbs_check against all the bindings - including ones with dtschema and
missing ones - points to few missing conversions to DT schema:

arch/arm/boot/dts/exynos5250-snow-rev5.dtb: /soc/i2c@12c70000/trackpad@67: failed to match any schema with compatible: ['cypress,cyapa']
arch/arm/boot/dts/exynos4210-universal_c210.dtb: /soc/i2c@138b0000/pmic@66: failed to match any schema with compatible: ['national,lp3974']
arch/arm/boot/dts/exynos5250-snow.dtb: /i2c-arbitrator: failed to match any schema with compatible: ['i2c-arb-gpio-challenge']
arch/arm/boot/dts/exynos5422-samsung-k3g.dtb: /soc/i2c@12c60000/touchscreen@20: failed to match any schema with compatible: ['syna,rmi4-i2c']

In progress:
arch/arm/boot/dts/exynos4412-p4note-n8010.dtb: /i2c-gpio-3/adc@41: failed to match any schema with compatible: ['st,stmpe811']
https://lore.kernel.org/all/20230426-stmpe-dt-bindings-v4-2-36fdd53d9919@linaro.org/

arch/arm/boot/dts/exynos5420-peach-pit.dtb: /soc/spi@12d40000/cros-ec@0/i2c-tunnel/power-regulator@48: failed to match any schema with compatible: ['ti,tps65090']
https://lore.kernel.org/all/20211217170507.2843568-6-thierry.reding@gmail.com/

I would appreciate some help in converting these.  Before starting any
conversion just be sure that no one posted same patch (lore.kernel.org and
"dfn:" for TXT filename).

Best regards,
Krzysztof


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6a988251c4e53da33107c1975f578904c0635b43:

  ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header (2023-05-30 10:21:42 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.5

1. Final cleanups and improvements as a result of dtbs_checks which rely
   on previously merged driver changes thus affecting older or
   out-of-tree kernels.  The changes are necessary to achieve full
   dtbs_check compliance, which justifies affecting out-of-tree users.
   Changes affecting them are:
    - Drop simple-bus compatible from FIMC: Exynos4 and S5PV210,
    - Remove empty camera pinctrl configuration: Exynos4 and S5PV210,
    - Re-order MFC clock names to match Exynos and bindings: S5PV210.

2. Except above few more non-intrusive cleanups for dtbs_check for
   S5PV210.  Fix also some typos.

3. Re-introduce Exynos4212 which was removed because of lack of upstream
   users.  Artur Weber adds now Samsung Galaxy Tab3 with Exynos4212.

----------------------------------------------------------------
Artur Weber (6):
      ARM: dts: exynos: Move common Exynos4x12 definitions to exynos4x12.dtsi
      ARM: dts: exynos: Re-introduce Exynos4212 DTSI
      dt-bindings: arm: samsung: Add Samsung Galaxy Tab3 family boards
      ARM: dts: exynos: Fix some typos in comments
      ARM: dts: s3c64xx: Fix some typos in comments
      ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header

Krzysztof Kozlowski (10):
      ARM: dts: exynos: drop simple-bus from FIMC in Exynos4
      ARM: dts: s5pv210: drop simple-bus from FIMC
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3
      ARM: dts: s5pv210: align pin configuration nodes with bindings
      ARM: dts: s5pv210: align USB node name with bindings
      ARM: dts: s5pv210: re-order MFC clock names to match Exynos and bindings
      ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210
      ARM: dts: s5pv210: remove empty camera pinctrl configuration

 .../bindings/arm/samsung/samsung-boards.yaml       |  10 +
 arch/arm/boot/dts/exynos3250-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos3250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos4.dtsi                     |   6 +-
 arch/arm/boot/dts/exynos4210-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos4210-trats.dts             |   2 -
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |   3 -
 arch/arm/boot/dts/exynos4212.dtsi                  | 157 +++++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   2 -
 arch/arm/boot/dts/exynos4412.dtsi                  | 646 +-------------------
 ...os4412-pinctrl.dtsi => exynos4x12-pinctrl.dtsi} |   6 +-
 arch/arm/boot/dts/exynos4x12.dtsi                  | 664 +++++++++++++++++++++
 arch/arm/boot/dts/exynos5.dtsi                     |   2 +-
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos5410.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos5420.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5800.dtsi                  |   2 +-
 arch/arm/boot/dts/s3c6400.dtsi                     |   2 +-
 arch/arm/boot/dts/s3c6410.dtsi                     |   2 +-
 arch/arm/boot/dts/s3c64xx.dtsi                     |   2 +-
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi             |  14 +-
 arch/arm/boot/dts/s5pv210-smdkv210.dts             |   8 +
 arch/arm/boot/dts/s5pv210.dtsi                     |  14 +-
 26 files changed, 878 insertions(+), 688 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos4212.dtsi
 rename arch/arm/boot/dts/{exynos4412-pinctrl.dtsi => exynos4x12-pinctrl.dtsi} (99%)
 create mode 100644 arch/arm/boot/dts/exynos4x12.dtsi

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

* [GIT PULL 2/3] ARM: dts: samsung: for v6.5
@ 2023-06-02  9:15   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:15 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber, Thierry Reding, Linus Walleij,
	Rob Herring

Hi,

`make dtbs_check` for bindings in Linux kernel produces no warnings for Exynos
ARM and ARM64 platforms. See for yourself:
https://krzk.eu/#/builders/75/builds/403/steps/7/logs/stdio
https://krzk.eu/#/builders/79/builds/401/steps/9/logs/stdio

"No new warnings in dtbs_check" is now a requirement for any new changes to be
accepted for Exynos ARM and ARM64.  S5PV210 and S3C6410 don't have such
requirement.

The dtbs_check against all the bindings - including ones with dtschema and
missing ones - points to few missing conversions to DT schema:

arch/arm/boot/dts/exynos5250-snow-rev5.dtb: /soc/i2c@12c70000/trackpad@67: failed to match any schema with compatible: ['cypress,cyapa']
arch/arm/boot/dts/exynos4210-universal_c210.dtb: /soc/i2c@138b0000/pmic@66: failed to match any schema with compatible: ['national,lp3974']
arch/arm/boot/dts/exynos5250-snow.dtb: /i2c-arbitrator: failed to match any schema with compatible: ['i2c-arb-gpio-challenge']
arch/arm/boot/dts/exynos5422-samsung-k3g.dtb: /soc/i2c@12c60000/touchscreen@20: failed to match any schema with compatible: ['syna,rmi4-i2c']

In progress:
arch/arm/boot/dts/exynos4412-p4note-n8010.dtb: /i2c-gpio-3/adc@41: failed to match any schema with compatible: ['st,stmpe811']
https://lore.kernel.org/all/20230426-stmpe-dt-bindings-v4-2-36fdd53d9919@linaro.org/

arch/arm/boot/dts/exynos5420-peach-pit.dtb: /soc/spi@12d40000/cros-ec@0/i2c-tunnel/power-regulator@48: failed to match any schema with compatible: ['ti,tps65090']
https://lore.kernel.org/all/20211217170507.2843568-6-thierry.reding@gmail.com/

I would appreciate some help in converting these.  Before starting any
conversion just be sure that no one posted same patch (lore.kernel.org and
"dfn:" for TXT filename).

Best regards,
Krzysztof


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6a988251c4e53da33107c1975f578904c0635b43:

  ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header (2023-05-30 10:21:42 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.5

1. Final cleanups and improvements as a result of dtbs_checks which rely
   on previously merged driver changes thus affecting older or
   out-of-tree kernels.  The changes are necessary to achieve full
   dtbs_check compliance, which justifies affecting out-of-tree users.
   Changes affecting them are:
    - Drop simple-bus compatible from FIMC: Exynos4 and S5PV210,
    - Remove empty camera pinctrl configuration: Exynos4 and S5PV210,
    - Re-order MFC clock names to match Exynos and bindings: S5PV210.

2. Except above few more non-intrusive cleanups for dtbs_check for
   S5PV210.  Fix also some typos.

3. Re-introduce Exynos4212 which was removed because of lack of upstream
   users.  Artur Weber adds now Samsung Galaxy Tab3 with Exynos4212.

----------------------------------------------------------------
Artur Weber (6):
      ARM: dts: exynos: Move common Exynos4x12 definitions to exynos4x12.dtsi
      ARM: dts: exynos: Re-introduce Exynos4212 DTSI
      dt-bindings: arm: samsung: Add Samsung Galaxy Tab3 family boards
      ARM: dts: exynos: Fix some typos in comments
      ARM: dts: s3c64xx: Fix some typos in comments
      ARM: dts: s5pv210: Fix typo in comments, fix pinctrl header

Krzysztof Kozlowski (10):
      ARM: dts: exynos: drop simple-bus from FIMC in Exynos4
      ARM: dts: s5pv210: drop simple-bus from FIMC
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Universal C210
      ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3
      ARM: dts: s5pv210: align pin configuration nodes with bindings
      ARM: dts: s5pv210: align USB node name with bindings
      ARM: dts: s5pv210: re-order MFC clock names to match Exynos and bindings
      ARM: dts: s5pv210: add dummy 5V regulator for backlight on SMDKv210
      ARM: dts: s5pv210: remove empty camera pinctrl configuration

 .../bindings/arm/samsung/samsung-boards.yaml       |  10 +
 arch/arm/boot/dts/exynos3250-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos3250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos4.dtsi                     |   6 +-
 arch/arm/boot/dts/exynos4210-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos4210-trats.dts             |   2 -
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |   3 -
 arch/arm/boot/dts/exynos4212.dtsi                  | 157 +++++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   2 -
 arch/arm/boot/dts/exynos4412.dtsi                  | 646 +-------------------
 ...os4412-pinctrl.dtsi => exynos4x12-pinctrl.dtsi} |   6 +-
 arch/arm/boot/dts/exynos4x12.dtsi                  | 664 +++++++++++++++++++++
 arch/arm/boot/dts/exynos5.dtsi                     |   2 +-
 arch/arm/boot/dts/exynos5250-pinctrl.dtsi          |   4 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos5410.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos5420.dtsi                  |   2 +-
 arch/arm/boot/dts/exynos5800.dtsi                  |   2 +-
 arch/arm/boot/dts/s3c6400.dtsi                     |   2 +-
 arch/arm/boot/dts/s3c6410.dtsi                     |   2 +-
 arch/arm/boot/dts/s3c64xx.dtsi                     |   2 +-
 arch/arm/boot/dts/s5pv210-pinctrl.dtsi             |  14 +-
 arch/arm/boot/dts/s5pv210-smdkv210.dts             |   8 +
 arch/arm/boot/dts/s5pv210.dtsi                     |  14 +-
 26 files changed, 878 insertions(+), 688 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos4212.dtsi
 rename arch/arm/boot/dts/{exynos4412-pinctrl.dtsi => exynos4x12-pinctrl.dtsi} (99%)
 create mode 100644 arch/arm/boot/dts/exynos4x12.dtsi

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

* [GIT PULL 3/3] ARM: samsung: soc for v6.5
  2023-06-02  9:14 ` Krzysztof Kozlowski
@ 2023-06-02  9:15   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:15 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ca027ae58eaab3632966158ce440a7f50da52bef:

  ARM: s3c: Switch i2c drivers back to use .probe() (2023-05-30 09:40:37 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v6.5

1. Re-introduce Exynos4212 which was removed because of lack of upstream
   users.  Artur Weber adds now Samsung Galaxy Tab3 with Exynos4212.

2. Minor cleanups.

----------------------------------------------------------------
Artur Weber (1):
      ARM: exynos: Re-introduce Exynos4212 support

Lukas Bulwahn (1):
      ARM: s3c: remove obsolete config S3C64XX_SETUP_IDE

Uwe Kleine-König (1):
      ARM: s3c: Switch i2c drivers back to use .probe()

 arch/arm/mach-exynos/Kconfig             | 5 +++++
 arch/arm/mach-exynos/common.h            | 8 ++++++++
 arch/arm/mach-exynos/exynos.c            | 2 ++
 arch/arm/mach-exynos/firmware.c          | 8 +++++++-
 arch/arm/mach-exynos/pm.c                | 2 +-
 arch/arm/mach-exynos/suspend.c           | 4 ++++
 arch/arm/mach-s3c/Kconfig.s3c64xx        | 6 ------
 arch/arm/mach-s3c/mach-crag6410-module.c | 2 +-
 8 files changed, 28 insertions(+), 9 deletions(-)

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

* [GIT PULL 3/3] ARM: samsung: soc for v6.5
@ 2023-06-02  9:15   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-02  9:15 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski, replicant,
	phone-devel, ~postmarketos/upstreaming, Martin Jücker,
	Henrik Grimler, Artur Weber

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ca027ae58eaab3632966158ce440a7f50da52bef:

  ARM: s3c: Switch i2c drivers back to use .probe() (2023-05-30 09:40:37 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v6.5

1. Re-introduce Exynos4212 which was removed because of lack of upstream
   users.  Artur Weber adds now Samsung Galaxy Tab3 with Exynos4212.

2. Minor cleanups.

----------------------------------------------------------------
Artur Weber (1):
      ARM: exynos: Re-introduce Exynos4212 support

Lukas Bulwahn (1):
      ARM: s3c: remove obsolete config S3C64XX_SETUP_IDE

Uwe Kleine-König (1):
      ARM: s3c: Switch i2c drivers back to use .probe()

 arch/arm/mach-exynos/Kconfig             | 5 +++++
 arch/arm/mach-exynos/common.h            | 8 ++++++++
 arch/arm/mach-exynos/exynos.c            | 2 ++
 arch/arm/mach-exynos/firmware.c          | 8 +++++++-
 arch/arm/mach-exynos/pm.c                | 2 +-
 arch/arm/mach-exynos/suspend.c           | 4 ++++
 arch/arm/mach-s3c/Kconfig.s3c64xx        | 6 ------
 arch/arm/mach-s3c/mach-crag6410-module.c | 2 +-
 8 files changed, 28 insertions(+), 9 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] 9+ messages in thread

* Re: [GIT PULL 1/3] samsung: drivers for v6.5
  2023-06-02  9:14 ` Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  (?)
@ 2023-06-06 20:40 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-06 20:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  2 Jun 2023 11:14:59 +0200 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.5
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] samsung: drivers for v6.5
    (no matching commit)
  - [GIT,PULL,2/3] ARM: dts: samsung: for v6.5
    https://git.kernel.org/soc/soc/c/33f0ceca111f
  - [GIT,PULL,3/3] ARM: samsung: soc for v6.5
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL 1/3] samsung: drivers for v6.5
  2023-06-02  9:14 ` Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  (?)
@ 2023-06-09 13:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-09 13:10 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  2 Jun 2023 11:14:59 +0200 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.5
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] samsung: drivers for v6.5
    https://git.kernel.org/soc/soc/c/acaa52bc093f
  - [GIT,PULL,2/3] ARM: dts: samsung: for v6.5
    (no matching commit)
  - [GIT,PULL,3/3] ARM: samsung: soc for v6.5
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL 1/3] samsung: drivers for v6.5
  2023-06-02  9:14 ` Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  (?)
@ 2023-06-09 13:20 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-09 13:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  2 Jun 2023 11:14:59 +0200 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.5
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] samsung: drivers for v6.5
    (no matching commit)
  - [GIT,PULL,2/3] ARM: dts: samsung: for v6.5
    (no matching commit)
  - [GIT,PULL,3/3] ARM: samsung: soc for v6.5
    https://git.kernel.org/soc/soc/c/9a0e0c5957ff

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-06-09 13:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  9:14 [GIT PULL 1/3] samsung: drivers for v6.5 Krzysztof Kozlowski
2023-06-02  9:14 ` Krzysztof Kozlowski
2023-06-02  9:15 ` [GIT PULL 2/3] ARM: dts: samsung: " Krzysztof Kozlowski
2023-06-02  9:15   ` Krzysztof Kozlowski
2023-06-02  9:15 ` [GIT PULL 3/3] ARM: samsung: soc " Krzysztof Kozlowski
2023-06-02  9:15   ` Krzysztof Kozlowski
2023-06-06 20:40 ` [GIT PULL 1/3] samsung: drivers " patchwork-bot+linux-soc
2023-06-09 13:10 ` patchwork-bot+linux-soc
2023-06-09 13:20 ` patchwork-bot+linux-soc

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.