mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA
@ 2018-08-24  3:05 Andrey Smirnov
  2018-08-24  3:05 ` [PATCH 1/3] mci: imx-esdhc: Bail out if DMA address is larger than 32-bits Andrey Smirnov
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrey Smirnov @ 2018-08-24  3:05 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This series is a result of debugging FEC and uSDHC failures on
i.MX8MQ. Patches 1 and 2 are pretty straightforward and shouldn't be
controversial. Patch 3, OTOH, may or may not be a good way to solve
this problem, but it's a good way to start a discussion on the subject
which is my main goal here.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (3):
  mci: imx-esdhc: Bail out if DMA address is larger than 32-bits
  net: fec: Bail out if DMA address is larger than 32-bits
  ARM: start: Place malloc pool within 32-bit address space

 arch/arm/cpu/Kconfig    |  3 +++
 arch/arm/cpu/start.c    | 23 +++++++++++++++++++++++
 drivers/mci/Kconfig     |  1 +
 drivers/mci/imx-esdhc.c |  3 +++
 drivers/net/Kconfig     |  1 +
 drivers/net/fec_imx.c   | 10 +++++++++-
 6 files changed, 40 insertions(+), 1 deletion(-)

-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-08-27 23:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24  3:05 [PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA Andrey Smirnov
2018-08-24  3:05 ` [PATCH 1/3] mci: imx-esdhc: Bail out if DMA address is larger than 32-bits Andrey Smirnov
2018-08-27  6:53   ` Sascha Hauer
2018-08-27 23:33     ` Andrey Smirnov
2018-08-24  3:05 ` [PATCH 2/3] net: fec: " Andrey Smirnov
2018-08-24  3:05 ` [PATCH 3/3] ARM: start: Place malloc pool within 32-bit address space Andrey Smirnov
2018-08-27  9:06   ` Sascha Hauer
2018-08-27 23:38     ` Andrey Smirnov
2018-08-24 17:15 ` [PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA Sam Ravnborg
2018-08-27 23:32   ` Andrey Smirnov

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