Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH 0/6] few clean up for flexspi driver on imx8ulp and imx8mp
@ 2024-09-04 11:17 haibo.chen
  2024-09-04 11:17 ` [PATCH 1/6] dt-bindings: spi: nxp-fspi: adjust imx8mp to compatible with imx8mm haibo.chen
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: haibo.chen @ 2024-09-04 11:17 UTC (permalink / raw)
  To: han.xu, yogeshgaur.83, broonie, robh, krzk+dt, conor+dt, shawnguo,
	s.hauer
  Cc: kernel, festevam, singh.kuldeep87k, hs, linux-spi, devicetree,
	linux-kernel, imx, linux-arm-kernel, haibo.chen

From: Haibo Chen <haibo.chen@nxp.com>

PATCH1~3 clean up the redundant imx8mp compatible string
PATCH4~5 add support on imx8ulp. The flexspi on imx8ulp has a difference
         with others, it only has 16 LUTs, while others all has upper to
	 32 LUTs. so add this distinguish in the driver.

Haibo Chen (6):
  dt-bindings: spi: nxp-fspi: adjust imx8mp to compatible with imx8mm
  spi: nxp-fspi: remove the imx8mp compatible string
  arm64: dts: imx8mp: add the compatible string for flexspi
  dt-bindings: spi: nxp-fspi: add imx8ulp support
  spi: fspi: add support for imx8ulp
  arm64: dts: imx8ulp: correct the flexspi compatible string

 .../devicetree/bindings/spi/spi-nxp-fspi.yaml |  3 +-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  2 +-
 drivers/spi/spi-nxp-fspi.c                    | 55 ++++++++++++-------
 4 files changed, 39 insertions(+), 23 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-09-04 17:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 11:17 [PATCH 0/6] few clean up for flexspi driver on imx8ulp and imx8mp haibo.chen
2024-09-04 11:17 ` [PATCH 1/6] dt-bindings: spi: nxp-fspi: adjust imx8mp to compatible with imx8mm haibo.chen
2024-09-04 11:17 ` [PATCH 2/6] spi: nxp-fspi: remove the imx8mp compatible string haibo.chen
2024-09-04 11:20   ` Marc Kleine-Budde
2024-09-04 16:31   ` Krzysztof Kozlowski
2024-09-04 17:47     ` Adam Ford
2024-09-04 11:17 ` [PATCH 3/6] arm64: dts: imx8mp: add the compatible string for flexspi haibo.chen
2024-09-04 11:17 ` [PATCH 4/6] dt-bindings: spi: nxp-fspi: add imx8ulp support haibo.chen
2024-09-04 11:17 ` [PATCH 5/6] spi: fspi: add support for imx8ulp haibo.chen
2024-09-04 11:17 ` [PATCH 6/6] arm64: dts: imx8ulp: correct the flexspi compatible string haibo.chen
2024-09-04 15:17 ` [PATCH 0/6] few clean up for flexspi driver on imx8ulp and imx8mp Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox