mbox series

[v4,0/4] nvmem: sfp: binding updates

Message ID 20220630223207.1687329-1-sean.anderson@seco.com (mailing list archive)
Headers show
Series nvmem: sfp: binding updates | expand

Message

Sean Anderson June 30, 2022, 10:32 p.m. UTC
This adds bindings for SFP devices which had support added in commit
33a1c6618677 ("nvmem: sfp: Add support for TA 2.1 devices").

Shawn, I saw that you applied patch 1/4 (formerly patch 5/9) [1].
However, I wasn't able to find it in your repo [2], so I've left it in.
Feel free to disregard it if you've already applied it somewhere.

[1] https://lore.kernel.org/linux-arm-kernel/20220629133217.GM819983@dragon/
[2] git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git

Changes in v4:
- Split off 32-bit changes into their own patch
- Use arm64 prefix instead of ARM

Sean Anderson (4):
  arm64: dts: ls1028a: Update SFP binding to include clock
  arm64: dts: layerscape: Add SFP binding for TA 2.1 devices
  ARM: dts: layerscape: Add SFP binding for TA 2.1 devices
  arm64: dts: Add SFP binding for TA 3.0 devices

 arch/arm/boot/dts/ls1021a.dtsi                 | 7 +++++++
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 5 ++++-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 8 ++++++++
 8 files changed, 59 insertions(+), 1 deletion(-)

Comments

Shawn Guo July 5, 2022, 1:08 a.m. UTC | #1
On Thu, Jun 30, 2022 at 06:32:03PM -0400, Sean Anderson wrote:
> This adds bindings for SFP devices which had support added in commit
> 33a1c6618677 ("nvmem: sfp: Add support for TA 2.1 devices").
> 
> Shawn, I saw that you applied patch 1/4 (formerly patch 5/9) [1].
> However, I wasn't able to find it in your repo [2], so I've left it in.
> Feel free to disregard it if you've already applied it somewhere.

Sorry, I did not push my branch in time.  It's on imx/fixes branch now.

> 
> [1] https://lore.kernel.org/linux-arm-kernel/20220629133217.GM819983@dragon/
> [2] git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> 
> Changes in v4:
> - Split off 32-bit changes into their own patch
> - Use arm64 prefix instead of ARM
> 
> Sean Anderson (4):
>   arm64: dts: ls1028a: Update SFP binding to include clock
>   arm64: dts: layerscape: Add SFP binding for TA 2.1 devices
>   ARM: dts: layerscape: Add SFP binding for TA 2.1 devices
>   arm64: dts: Add SFP binding for TA 3.0 devices

Applied all with s/binding/node on subject.

Shawn