All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pinctrl: samsung: for v6.1
@ 2022-09-09 15:16 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 15:16 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
	Alim Akhtar, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	linux-gpio, Krzysztof Kozlowski

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] pinctrl: samsung: for v6.1
@ 2022-09-09 15:16 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 15:16 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
	Alim Akhtar, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	linux-gpio, Krzysztof Kozlowski

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: for v6.1
  2022-09-09 15:16 ` Krzysztof Kozlowski
@ 2022-09-14 12:29   ` Linus Walleij
  -1 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2022-09-14 12:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, Alim Akhtar, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio, Krzysztof Kozlowski

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: for v6.1
@ 2022-09-14 12:29   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2022-09-14 12:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, Alim Akhtar, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio, Krzysztof Kozlowski

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-14 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 15:16 [GIT PULL] pinctrl: samsung: for v6.1 Krzysztof Kozlowski
2022-09-09 15:16 ` Krzysztof Kozlowski
2022-09-14 12:29 ` Linus Walleij
2022-09-14 12:29   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.