2024-05-04 12:15:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL] pinctrl: samsung: drivers for v6.10

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.10

for you to fetch changes up to e5b3732a9654f26d21647d9e7b4fec846f6d4810:

pinctrl: samsung: drop redundant drvdata assignment (2024-04-30 09:41:58 +0200)

----------------------------------------------------------------
Samsung pinctrl drivers changes for v6.10

1. Add support for toggling bus clock (PCLK) for any pin controller
register accesses. This looks needed on newer Samsung chips, like
Google GS101 and probably Exynos850.
2. Drop old, deprecated in v6.1 bindings header with register constants.
The constants were moved to DTS headers.

----------------------------------------------------------------
André Draszik (2):
dt-bindings: pinctrl: samsung: google,gs101-pinctrl needs a clock
pinctrl: samsung: support a bus clock

Krzysztof Kozlowski (2):
dt-bindings: pinctrl: samsung: drop unused header with register constants
pinctrl: samsung: drop redundant drvdata assignment

.../bindings/pinctrl/samsung,pinctrl.yaml | 21 ++++
MAINTAINERS | 1 -
drivers/pinctrl/samsung/pinctrl-exynos.c | 112 +++++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-samsung.c | 95 ++++++++++++++++-
drivers/pinctrl/samsung/pinctrl-samsung.h | 2 +
include/dt-bindings/pinctrl/samsung.h | 95 -----------------
6 files changed, 226 insertions(+), 100 deletions(-)
delete mode 100644 include/dt-bindings/pinctrl/samsung.h


2024-05-06 06:55:20

by Linus Walleij

[permalink] [raw]
Subject: Re: [GIT PULL] pinctrl: samsung: drivers for v6.10

On Sat, May 4, 2024 at 2:15 PM Krzysztof Kozlowski
<[email protected]> wrote:

> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
> Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.10
>
> for you to fetch changes up to e5b3732a9654f26d21647d9e7b4fec846f6d4810:
>
> pinctrl: samsung: drop redundant drvdata assignment (2024-04-30 09:41:58 +0200)

Thanks for taking so good care of the Samsung drivers!
Excellent work as usual.

Pulled into my "devel" branch for v6.10.

Yours,
Linus Walleij