LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [REGRESSION] OCTEON MMC driver failure with v4.19
@ 2018-10-26 20:54 Aaro Koskinen
  2018-11-05 22:06 ` Aaro Koskinen
  0 siblings, 1 reply; 5+ messages in thread
From: Aaro Koskinen @ 2018-10-26 20:54 UTC (permalink / raw)
  To: Robin Murphy, Christoph Hellwig, linux-mips, linux-kernel

Hi,

OCTEON (MIPS64) MMC driver probe fails with v4.19, because with

commit 6c2fb2ea76361da9b420a8e23a2a19e7842cbdda
Author: Robin Murphy <robin.murphy@arm.com>
Date:   Mon Jul 23 23:16:09 2018 +0100

    of/device: Set bus DMA mask as appropriate

we now get a default 32-bit bus DMA mask, and the device itself has
64-bit mask, so it gets rejected.

With the current mainline, the driver is again working (probably
because of b4ebe6063204 ("dma-direct: implement complete bus_dma_mask
handling")). But I think this is just because I happen to have < 4 GB RAM,
and it probably could still fail on bigger systems..?

A.

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

end of thread, other threads:[~2018-11-06 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 20:54 [REGRESSION] OCTEON MMC driver failure with v4.19 Aaro Koskinen
2018-11-05 22:06 ` Aaro Koskinen
2018-11-06  6:27   ` Christoph Hellwig
2018-11-06  9:05     ` Aaro Koskinen
2018-11-06 21:51       ` Aaro Koskinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).