[PATCH V2 0/3] pinctrl/arm: dt-bindings: k3: Deprecate header with register constants

Nishanth Menon posted 3 patches 2 years, 11 months ago
.../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml     | 1 -
arch/arm64/boot/dts/ti/k3-am62.dtsi                        | 3 ++-
arch/arm64/boot/dts/ti/k3-am62a.dtsi                       | 3 ++-
arch/arm64/boot/dts/ti/k3-am64.dtsi                        | 3 ++-
arch/arm64/boot/dts/ti/k3-am65.dtsi                        | 3 ++-
arch/arm64/boot/dts/ti/k3-j7200.dtsi                       | 3 ++-
arch/arm64/boot/dts/ti/k3-j721e.dtsi                       | 3 ++-
arch/arm64/boot/dts/ti/k3-j721s2.dtsi                      | 3 ++-
arch/arm64/boot/dts/ti/k3-j784s4.dtsi                      | 3 ++-
.../pinctrl/k3.h => arch/arm64/boot/dts/ti/k3-pinctrl.h    | 6 +++---
include/dt-bindings/pinctrl/k3.h                           | 7 +++++++
11 files changed, 26 insertions(+), 12 deletions(-)
copy include/dt-bindings/pinctrl/k3.h => arch/arm64/boot/dts/ti/k3-pinctrl.h (93%)
[PATCH V2 0/3] pinctrl/arm: dt-bindings: k3: Deprecate header with register constants
Posted by Nishanth Menon 2 years, 11 months ago
Hi,

This is an updated series to move the pinctrl bindings over to arch as
the definitions are hardware definitions without driver usage.

This series was triggered by the discussion in [1]

v1: https://lore.kernel.org/linux-arm-kernel/20230311131325.9750-1-nm@ti.com/

Nishanth Menon (3):
  dt-bindings: net: ti: k3-am654-cpsw-nuss: Drop pinmux header
  arm64: dts: ti: Use local header for pinctrl register values
  dt-bindings: pinctrl: k3: Deprecate header with register constants

 .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml     | 1 -
 arch/arm64/boot/dts/ti/k3-am62.dtsi                        | 3 ++-
 arch/arm64/boot/dts/ti/k3-am62a.dtsi                       | 3 ++-
 arch/arm64/boot/dts/ti/k3-am64.dtsi                        | 3 ++-
 arch/arm64/boot/dts/ti/k3-am65.dtsi                        | 3 ++-
 arch/arm64/boot/dts/ti/k3-j7200.dtsi                       | 3 ++-
 arch/arm64/boot/dts/ti/k3-j721e.dtsi                       | 3 ++-
 arch/arm64/boot/dts/ti/k3-j721s2.dtsi                      | 3 ++-
 arch/arm64/boot/dts/ti/k3-j784s4.dtsi                      | 3 ++-
 .../pinctrl/k3.h => arch/arm64/boot/dts/ti/k3-pinctrl.h    | 6 +++---
 include/dt-bindings/pinctrl/k3.h                           | 7 +++++++
 11 files changed, 26 insertions(+), 12 deletions(-)
 copy include/dt-bindings/pinctrl/k3.h => arch/arm64/boot/dts/ti/k3-pinctrl.h (93%)

[1] https://lore.kernel.org/all/c4d53e9c-dac0-8ccc-dc86-faada324beba@linaro.org/
-- 
2.40.0
Re: [PATCH V2 0/3] pinctrl/arm: dt-bindings: k3: Deprecate header with register constants
Posted by Nishanth Menon 2 years, 10 months ago
Hi Nishanth Menon,

On Wed, 15 Mar 2023 10:52:25 -0500, Nishanth Menon wrote:
> This is an updated series to move the pinctrl bindings over to arch as
> the definitions are hardware definitions without driver usage.
> 
> This series was triggered by the discussion in [1]
> 
> v1: https://lore.kernel.org/linux-arm-kernel/20230311131325.9750-1-nm@ti.com/
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/3] dt-bindings: net: ti: k3-am654-cpsw-nuss: Drop pinmux header
      commit: c680fa2a09a9550284546d2deeb31640ec3b56c8
[2/3] arm64: dts: ti: Use local header for pinctrl register values
      commit: fe49f2d776f7994dc60dd04712a437fd0bdc67a0
[3/3] dt-bindings: pinctrl: k3: Deprecate header with register constants
      commit: f2de003e1426ccbefa281a066040da7699f6d461

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
Re: [PATCH V2 0/3] pinctrl/arm: dt-bindings: k3: Deprecate header with register constants
Posted by Linus Walleij 2 years, 10 months ago
On Wed, Mar 15, 2023 at 4:52 PM Nishanth Menon <nm@ti.com> wrote:

> This is an updated series to move the pinctrl bindings over to arch as
> the definitions are hardware definitions without driver usage.
>
> This series was triggered by the discussion in [1]

Acked-by: Linus Walleij <linus.walleij@linaro.org>

As mentioned by the DT maintainer I think this best all go
into the same tree as the DTS files, so let's merge it all
through the TI SoC tree.

Yours,
Linus Walleij