From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Mon, 27 Aug 2018 21:15:18 +0200 > Why not fix the drivers rather than papering over the fact > that they are missing the DMA mask? > > We are in the lucky situation the Meelis can test any patches. SBUS drivers never set the mask because they never needed to and could use the default, since SBUS IOMMUs were quite universal in nature. I think it's more error prone to add the mask setting to every single SBUS driver than to just have the core setup the default properly.