All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix imx8mq ratio 1:1 check
@ 2019-03-28 13:38 ` Angus Ainslie (Purism)
  0 siblings, 0 replies; 61+ messages in thread
From: Angus Ainslie (Purism) @ 2019-03-28 13:38 UTC (permalink / raw)
  To: angus
  Cc: Rob Herring, Mark Rutland, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Dan Williams, Vinod Koul, Lucas Stach, Carlo Caione,
	Daniel Baluta, Guido Günther, devicetree, linux-arm-kernel,
	linux-kernel, dmaengine

The imx8mq 1:1 check breaks some earlier imx chips so limit the
ratio check to the imx8mq.

Angus Ainslie (Purism) (4):
  arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string
  dmaengine: imx-sdma: Add clock ratio 1:1 check
  dt-bindings: Document the new imx8mq-sdma compatible string
  arm64: dts: imx8mq: Change ahb clock for imx8mq

 .../devicetree/bindings/dma/fsl-imx-sdma.txt  |  1 +
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  4 +--
 drivers/dma/imx-sdma.c                        | 31 ++++++++++++++++---
 3 files changed, 30 insertions(+), 6 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-04-26 11:48 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 13:38 [PATCH 0/4] Fix imx8mq ratio 1:1 check Angus Ainslie (Purism)
2019-03-28 13:38 ` Angus Ainslie (Purism)
2019-03-28 13:38 ` [PATCH 1/4] arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string Angus Ainslie (Purism)
2019-03-28 13:38   ` [PATCH 1/4] arm64: dts: imx8mq: Fix the fsl, imx8mq-sdma " Angus Ainslie (Purism)
2019-03-28 13:38   ` [1/4] arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma " Angus Ainslie
2019-03-28 14:56   ` [PATCH 1/4] " Daniel Baluta
2019-03-28 14:56     ` Daniel Baluta
2019-03-28 14:56     ` [1/4] " Daniel Baluta
2019-03-28 14:56     ` [PATCH 1/4] " Daniel Baluta
2019-03-29  9:10   ` Aisheng Dong
2019-03-29  9:10     ` Aisheng Dong
2019-03-29  9:10     ` [1/4] " Dong Aisheng
2019-03-29 11:20     ` [PATCH 1/4] " Daniel Baluta
2019-03-29 11:20       ` Daniel Baluta
2019-03-29 11:20       ` [1/4] " Daniel Baluta
2019-03-29 11:20       ` [PATCH 1/4] " Daniel Baluta
2019-03-29 14:09       ` Angus Ainslie
2019-03-29 14:09         ` [PATCH 1/4] arm64: dts: imx8mq: Fix the fsl, imx8mq-sdma " Angus Ainslie
2019-03-29 14:09         ` [1/4] arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma " Angus Ainslie
2019-03-28 13:38 ` [PATCH 2/4] dmaengine: imx-sdma: Add clock ratio 1:1 check Angus Ainslie (Purism)
2019-03-28 13:38   ` Angus Ainslie (Purism)
2019-03-28 13:38   ` [2/4] " Angus Ainslie
2019-03-28 22:52   ` [PATCH 2/4] " Fabio Estevam
2019-03-28 22:52     ` Fabio Estevam
2019-03-28 22:52     ` [2/4] " Fabio Estevam
2019-03-28 13:38 ` [PATCH 3/4] dt-bindings: Document the new imx8mq-sdma compatible string Angus Ainslie (Purism)
2019-03-28 13:38   ` Angus Ainslie (Purism)
2019-03-28 13:38   ` [3/4] " Angus Ainslie
2019-03-28 15:18   ` [PATCH 3/4] " Daniel Baluta
2019-03-28 15:18     ` Daniel Baluta
2019-03-28 15:18     ` [3/4] " Daniel Baluta
2019-03-28 13:38 ` [PATCH 4/4] arm64: dts: imx8mq: Change ahb clock for imx8mq Angus Ainslie (Purism)
2019-03-28 13:38   ` Angus Ainslie (Purism)
2019-03-28 13:38   ` [4/4] " Angus Ainslie
2019-03-29 15:21 ` [PATCH v2 0/3] Fix imx8mq ratio 1:1 check Angus Ainslie (Purism)
2019-03-29 15:21   ` Angus Ainslie (Purism)
2019-03-29 15:21   ` [PATCH v2 1/3] arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma compatible string Angus Ainslie (Purism)
2019-03-29 15:21     ` [PATCH v2 1/3] arm64: dts: imx8mq: Fix the fsl, imx8mq-sdma " Angus Ainslie (Purism)
2019-03-29 15:21     ` [v2,1/3] arm64: dts: imx8mq: Fix the fsl,imx8mq-sdma " Angus Ainslie
2019-03-30 16:55     ` [PATCH v2 1/3] " Daniel Baluta
2019-03-30 17:01       ` Daniel Baluta
2019-03-30 16:55       ` [v2,1/3] " Daniel Baluta
2019-04-03 10:59     ` [PATCH v2 1/3] " Shawn Guo
2019-04-03 10:59       ` Shawn Guo
2019-04-03 10:59       ` [v2,1/3] " Shawn Guo
2019-03-29 15:21   ` [PATCH v2 2/3] dmaengine: imx-sdma: Only check ratio on parts that support 1:1 Angus Ainslie (Purism)
2019-03-29 15:21     ` Angus Ainslie (Purism)
2019-03-29 15:21     ` [v2,2/3] " Angus Ainslie
2019-04-18  8:54     ` [PATCH v2 2/3] " Robin Gong
2019-04-18  8:54       ` Robin Gong
2019-04-18  8:54       ` [v2,2/3] " Robin Gong
2019-04-18  8:54       ` [PATCH v2 2/3] " Robin Gong
2019-04-26 11:48     ` Vinod Koul
2019-04-26 11:48       ` Vinod Koul
2019-04-26 11:48       ` [v2,2/3] " Vinod Koul
2019-03-29 15:21   ` [PATCH v2 3/3] arm64: dts: imx8mq: Change ahb clock for imx8mq Angus Ainslie (Purism)
2019-03-29 15:21     ` Angus Ainslie (Purism)
2019-03-29 15:21     ` [v2,3/3] " Angus Ainslie
2019-04-03 11:00     ` [PATCH v2 3/3] " Shawn Guo
2019-04-03 11:00       ` Shawn Guo
2019-04-03 11:00       ` [v2,3/3] " Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.