[GIT PULL] pinctrl: samsung: for v6.1
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Sep 9 08:16:05 PDT 2022
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.1
for you to fetch changes up to 9d9292576810d0b36897718c24dfbc1a2835314b:
dt-bindings: pinctrl: samsung: deprecate header with register constants (2022-08-19 16:54:10 +0300)
----------------------------------------------------------------
Samsung pinctrl drivers changes for v6.1
1. Minor fix in order of initializing pinctrl driver - GPIOs should be
configured before registering gpiolib.
2. Final steps to deprecated bindings headers with register constants.
The constants were moved to include files in DTS directories, because
these are not suitable for bindings. Remove final references and
mark binding header as deprecated to warn any users.
----------------------------------------------------------------
Krzysztof Kozlowski (2):
dt-bindings: pinctrl: samsung: stop using bindings header with constants
dt-bindings: pinctrl: samsung: deprecate header with register constants
Saravana Kannan (1):
pinctrl: samsung: Finish initializing the gpios before registering them
.../bindings/pinctrl/samsung,pinctrl-pins-cfg.yaml | 1 -
.../bindings/pinctrl/samsung,pinctrl.yaml | 63 ++++++++++------------
drivers/pinctrl/samsung/pinctrl-samsung.c | 8 +--
include/dt-bindings/pinctrl/samsung.h | 7 +++
4 files changed, 38 insertions(+), 41 deletions(-)
More information about the linux-arm-kernel
mailing list