[PATCH v1 0/2] Add Exynos990 pinctrl and chipid drivers

Igor Belwon posted 2 patches 1 month, 1 week ago
There is a newer version of this series
.../pinctrl/samsung/pinctrl-exynos-arm64.c    | 140 ++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-samsung.c     |   2 +
drivers/pinctrl/samsung/pinctrl-samsung.h     |   1 +
drivers/soc/samsung/exynos-chipid.c           |   1 +
4 files changed, 144 insertions(+)
[PATCH v1 0/2] Add Exynos990 pinctrl and chipid drivers
Posted by Igor Belwon 1 month, 1 week ago
Hi folks,

This series adds support for the drivers for the Exynos 990 SoC. It
consists of the pinctrl driver and the chipid driver. The product ID
of this chip for chipid is 0xe9830000. The pinctrl bank types are the
same as in the Exynos 850 chip.

Kind regards,
Igor

Igor Belwon (2):
  soc: samsung: exynos-chipid: Add support for Exynos 990 chipid
  pinctrl: samsung: Add support for Exynos990 pinctrl

 .../pinctrl/samsung/pinctrl-exynos-arm64.c    | 140 ++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-samsung.c     |   2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h     |   1 +
 drivers/soc/samsung/exynos-chipid.c           |   1 +
 4 files changed, 144 insertions(+)

-- 
2.45.2
Re: [PATCH v1 0/2] Add Exynos990 pinctrl and chipid drivers
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 15/10/2024 08:30, Igor Belwon wrote:
> Hi folks,
> 
> This series adds support for the drivers for the Exynos 990 SoC. It
> consists of the pinctrl driver and the chipid driver. The product ID
> of this chip for chipid is 0xe9830000. The pinctrl bank types are the
> same as in the Exynos 850 chip.

You split your patchsets in odd way. Bindings always go with driver.

Anyway, organize it per subsystem. Subsystem is:
1. SoC
2. pinctrl

So two patchsets targeting two subsystems.

Best regards,
Krzysztof