mbox series

[GIT,PULL] pinctrl: samsung: for v6.1

Message ID 20220909151605.821685-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL] pinctrl: samsung: for v6.1 | expand

Pull-request

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

Message

Krzysztof Kozlowski Sept. 9, 2022, 3:16 p.m. UTC
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(-)

Comments

Linus Walleij Sept. 14, 2022, 12:29 p.m. UTC | #1
On Fri, Sep 9, 2022 at 5:16 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> 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)

Pulled into my "devel" branch, thanks!

Yours,
Linus Walleij