[v2,0/2] Deprecate ti-serdes header file

Message ID 20230721125732.122421-1-j-choudhary@ti.com
Headers
Series Deprecate ti-serdes header file |

Message

Jayesh Choudhary July 21, 2023, 12:57 p.m. UTC
  This series moves the ti-serdes.h header to arch/arm64/boot/dts/ti/
as these constants do not have driver usage and are not suitable for
bindings as discussed in [1].

Deprecating the bindings header for now instead of dropping them based
on the discussion in [2].
We expect to remove this bindings header in the next cycle.

Changelog v1->v2:
- Fix typo in commit message
- Carry 'Acked-by' and 'Reviewed-by' tags from v1

v1: <https://lore.kernel.org/all/20230713151707.8109-1-j-choudhary@ti.com/>

[1]: <https://lore.kernel.org/all/b24c2124-fe3b-246c-9af9-3ecee9fb32d4@kernel.org/>
[2]: <https://lore.kernel.org/linux-arm-kernel/71c7feff-4189-f12f-7353-bce41a61119d@linaro.org/>

Jayesh Choudhary (2):
  arm64: dts: ti: Use local header for SERDES MUX idle-state values
  dt-bindings: ti-serdes-mux: Deprecate header with constants

 arch/arm64/boot/dts/ti/k3-am642-evm.dts       |   3 +-
 .../dts/ti/k3-am642-phyboard-electra-rdk.dts  |   3 +-
 arch/arm64/boot/dts/ti/k3-am642-sk.dts        |   3 +-
 .../boot/dts/ti/k3-am68-sk-base-board.dts     |   3 +-
 .../dts/ti/k3-j7200-common-proc-board.dts     |   3 +-
 .../ti/k3-j7200-evm-quad-port-eth-exp.dtso    |   2 +-
 .../ti/k3-j721e-evm-quad-port-eth-exp.dtso    |   2 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi     |   3 +-
 .../dts/ti/k3-j721s2-common-proc-board.dts    |   3 +-
 arch/arm64/boot/dts/ti/k3-serdes.h            | 204 ++++++++++++++++++
 include/dt-bindings/mux/ti-serdes.h           |   8 +
 11 files changed, 228 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-serdes.h
  

Comments

Nishanth Menon July 25, 2023, 11:38 a.m. UTC | #1
Hi Jayesh Choudhary,

On Fri, 21 Jul 2023 18:27:30 +0530, Jayesh Choudhary wrote:
> This series moves the ti-serdes.h header to arch/arm64/boot/dts/ti/
> as these constants do not have driver usage and are not suitable for
> bindings as discussed in [1].
> 
> Deprecating the bindings header for now instead of dropping them based
> on the discussion in [2].
> We expect to remove this bindings header in the next cycle.
> 
> [...]

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

[1/2] arm64: dts: ti: Use local header for SERDES MUX idle-state values
      commit: 8d08d7aac7f620b5d298fad0ba0e6e431ea132a9
[2/2] dt-bindings: ti-serdes-mux: Deprecate header with constants
      commit: 5438d75fb9d7bb863ddc5ef28b242ca50c9879ff

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] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git