All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] i2c: imx: DMA related fixes
@ 2018-10-18 11:26 ` Oleksij Rempel
  0 siblings, 0 replies; 28+ messages in thread
From: Oleksij Rempel @ 2018-10-18 11:26 UTC (permalink / raw)
  To: Wolfram Sang, Shawn Guo, Sascha Hauer
  Cc: Oleksij Rempel, linux-i2c, Pengutronix Kernel Team,
	Fabio Estevam, linux-arm-kernel, NXP Linux Team

Current i2c-imx module prints DMA warnings which in many cases are
false positive and just confuse testers:
1. DMA is not available on chips before i.MX50
2. DMA for i2c is muxed with some other peripheral, and can be used only
for one of devices at same time. So, obvious choice it to use it with
SDHC instead of i2c.

Oleksij Rempel (3):
  ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
  i2c: imx: probe dma only only on i.MX50 and later.
  i2c: imx: don't print error if DMA is not configured

 arch/arm/boot/dts/imx6sll.dtsi |  2 +-
 drivers/i2c/busses/i2c-imx.c   | 89 +++++++++++++++++++++++++++-------
 2 files changed, 73 insertions(+), 18 deletions(-)

-- 
2.19.0

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

end of thread, other threads:[~2018-11-03 20:59 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 11:26 [PATCH v1 0/3] i2c: imx: DMA related fixes Oleksij Rempel
2018-10-18 11:26 ` Oleksij Rempel
2018-10-18 11:26 ` [PATCH v1 1/3] ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node Oleksij Rempel
2018-10-18 11:26   ` Oleksij Rempel
2018-10-18 18:43   ` Uwe Kleine-König
2018-10-18 18:43     ` Uwe Kleine-König
2018-10-31  7:50   ` Shawn Guo
2018-10-31  7:50     ` Shawn Guo
2018-10-18 11:26 ` [PATCH v1 2/3] i2c: imx: probe dma only only on i.MX50 and later Oleksij Rempel
2018-10-18 11:26   ` Oleksij Rempel
2018-10-19  7:12   ` Uwe Kleine-König
2018-10-19  7:12     ` Uwe Kleine-König
2018-10-19  9:01     ` Oleksij Rempel
2018-10-19  9:01       ` Oleksij Rempel
2018-10-19  9:21       ` Uwe Kleine-König
2018-10-19  9:21         ` Uwe Kleine-König
2018-10-19 10:17         ` Oleksij Rempel
2018-10-19 10:17           ` Oleksij Rempel
2018-10-18 11:26 ` [PATCH v1 3/3] i2c: imx: don't print error if DMA is not configured Oleksij Rempel
2018-10-18 11:26   ` Oleksij Rempel
2018-10-28 22:11   ` Wolfram Sang
2018-10-28 22:11     ` Wolfram Sang
2018-10-29  8:07     ` Oleksij Rempel
2018-10-29  8:07       ` Oleksij Rempel
2018-10-29  8:54       ` Wolfram Sang
2018-10-29  8:54         ` Wolfram Sang
2018-11-03 20:59         ` Uwe Kleine-König
2018-11-03 20:59           ` Uwe Kleine-König

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.