The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.7
for you to fetch changes up to 8aec97decfd0f444a69a765b2f00d64b42752824:
pinctrl: samsung: do not offset pinctrl numberspaces (2023-10-09 12:37:21 +0200)
----------------------------------------------------------------
Samsung pinctrl drivers changes for v6.7
Few cleanups, improvements (use __counted_by annotation) and finally
switch to dynamic allocation of GPIO numberspace.
----------------------------------------------------------------
Kees Cook (1):
pinctrl: samsung: Annotate struct exynos_muxed_weint_data with __counted_by
Mateusz Majewski (4):
pinctrl: samsung: defer pinctrl_enable
pinctrl: samsung: use add_pin_ranges method to add pinctrl ranges
pinctrl: samsung: choose GPIO numberspace base dynamically
pinctrl: samsung: do not offset pinctrl numberspaces
drivers/pinctrl/samsung/pinctrl-exynos.c | 2 +-
drivers/pinctrl/samsung/pinctrl-exynos.h | 2 +-
drivers/pinctrl/samsung/pinctrl-samsung.c | 56 ++++++++++++++++---------------
drivers/pinctrl/samsung/pinctrl-samsung.h | 4 +--
4 files changed, 33 insertions(+), 31 deletions(-)
On Mon, Oct 16, 2023 at 9:37 AM Krzysztof Kozlowski
<[email protected]> wrote:
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
>
> Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.7
>
> for you to fetch changes up to 8aec97decfd0f444a69a765b2f00d64b42752824:
>
> pinctrl: samsung: do not offset pinctrl numberspaces (2023-10-09 12:37:21 +0200)
Pulled in!
Thanks Krzysztof!
Yours,
Linus Walleij