mbox series

[v4,0/3] spi: fsl-dspi: Convert to yaml format and use common SPI property

Message ID 20240624-ls_qspi-v4-0-3d1c6f5005bf@nxp.com (mailing list archive)
Headers show
Series spi: fsl-dspi: Convert to yaml format and use common SPI property | expand

Message

Frank Li June 24, 2024, 6:55 p.m. UTC
Convert fsl-dspi binding to to yaml format.
Using common SPI property spi-cs-setup-delay-ns and spi-cs-hold-delay-ns.
Update driver and ls1043 dts file.

To: Vladimir Oltean <olteanv@gmail.com>
To: Mark Brown <broonie@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Shawn Guo <shawnguo@kernel.org>
Cc: linux-spi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: imx@lists.linux.dev
Cc: olteanv@gmail.com

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v4:
- See each patch
- Link to v3: https://lore.kernel.org/r/20240620-ls_qspi-v3-0-1a2afcf417e4@nxp.com

Changes in v3:
- using Vladimir Oltean's https://lore.kernel.org/imx/20240613-ls_qspi-v2-0-b288f6f5b736@nxp.com/T/#t
  for fsl periphal part to keep compatiblity.

- Add common property and depericated fsl private property.
- Link to v2: https://lore.kernel.org/r/20240613-ls_qspi-v2-0-b288f6f5b736@nxp.com

---
Frank Li (3):
      spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
      spi: dt-bindings: fsl-dspi: Convert to yaml format
      arm64: dts: fsl-ls1043a-rdb: use common spi-cs-setup(hold)-delay-ns

 .../bindings/spi/fsl,dspi-peripheral-props.yaml    |  30 ++++++
 .../devicetree/bindings/spi/fsl,dspi.yaml          | 103 +++++++++++++++++++++
 .../devicetree/bindings/spi/spi-fsl-dspi.txt       |  65 -------------
 .../bindings/spi/spi-peripheral-props.yaml         |   1 +
 MAINTAINERS                                        |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |  18 ++++
 drivers/spi/spi-fsl-dspi.c                         |  19 +++-
 7 files changed, 167 insertions(+), 71 deletions(-)
---
base-commit: 03d44168cbd7fc57d5de56a3730427db758fc7f6
change-id: 20240613-ls_qspi-bdced20e235e

Best regards,
---
Frank Li <Frank.Li@nxp.com>

Comments

Mark Brown July 1, 2024, 2:52 p.m. UTC | #1
On Mon, 24 Jun 2024 14:55:26 -0400, Frank Li wrote:
> Convert fsl-dspi binding to to yaml format.
> Using common SPI property spi-cs-setup-delay-ns and spi-cs-hold-delay-ns.
> Update driver and ls1043 dts file.
> 
> To: Vladimir Oltean <olteanv@gmail.com>
> To: Mark Brown <broonie@kernel.org>
> To: Rob Herring <robh@kernel.org>
> To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Shawn Guo <shawnguo@kernel.org>
> Cc: linux-spi@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: imx@lists.linux.dev
> Cc: olteanv@gmail.com
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
      commit: 52e78777b6bfd4bc47448791a99d5f97c82ff81c
[2/3] spi: dt-bindings: fsl-dspi: Convert to yaml format
      commit: 94f19d076218a193d170da6d5ab2a87c080cc69c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a 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.

Thanks,
Mark
Frank Li July 1, 2024, 3:24 p.m. UTC | #2
On Mon, Jul 01, 2024 at 03:52:10PM +0100, Mark Brown wrote:
> On Mon, 24 Jun 2024 14:55:26 -0400, Frank Li wrote:
> > Convert fsl-dspi binding to to yaml format.
> > Using common SPI property spi-cs-setup-delay-ns and spi-cs-hold-delay-ns.
> > Update driver and ls1043 dts file.
> > 
> > To: Vladimir Oltean <olteanv@gmail.com>
> > To: Mark Brown <broonie@kernel.org>
> > To: Rob Herring <robh@kernel.org>
> > To: Krzysztof Kozlowski <krzk+dt@kernel.org>
> > To: Conor Dooley <conor+dt@kernel.org>
> > To: Shawn Guo <shawnguo@kernel.org>
> > Cc: linux-spi@vger.kernel.org
> > Cc: linux-kernel@vger.kernel.org
> > Cc: devicetree@vger.kernel.org
> > Cc: linux-arm-kernel@lists.infradead.org
> > Cc: imx@lists.linux.dev
> > Cc: olteanv@gmail.com
> > 
> > [...]
> 
> Applied to
> 
>    https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
> 
> Thanks!
> 
> [1/3] spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
>       commit: 52e78777b6bfd4bc47448791a99d5f97c82ff81c
> [2/3] spi: dt-bindings: fsl-dspi: Convert to yaml format
>       commit: 94f19d076218a193d170da6d5ab2a87c080cc69c
> 
> All being well this means that it will be integrated into the linux-next
> tree (usually sometime in the next 24 hours) and sent to Linus during
> the next merge window (or sooner if it is a 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.

Thank you very much, I sent out incremental update before this patch
applied since my one miss understand. Could you please check this?

https://lore.kernel.org/imx/20240627203308.476437-1-Frank.Li@nxp.com/

Frank

> 
> Thanks,
> Mark
>
Mark Brown July 1, 2024, 3:28 p.m. UTC | #3
On Mon, Jul 01, 2024 at 11:24:39AM -0400, Frank Li wrote:
> On Mon, Jul 01, 2024 at 03:52:10PM +0100, Mark Brown wrote:

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

> Thank you very much, I sent out incremental update before this patch
> applied since my one miss understand. Could you please check this?

> https://lore.kernel.org/imx/20240627203308.476437-1-Frank.Li@nxp.com/

As covered above please send an incremental patch with whatever changes
were in the new version.