Re: [PATCH] of/address: Add of_iomap_nocache
From: Rob Herring <hidden>
Date: 2011-08-04 15:53:04
Also in:
linux-arm-msm, lkml
From: Rob Herring <hidden>
Date: 2011-08-04 15:53:04
Also in:
linux-arm-msm, lkml
On 08/04/2011 05:12 AM, David Miller wrote:
From: David Brown <redacted> Date: Thu, 4 Aug 2011 02:53:49 -0700quoted
Add uncached mappings from devicetree nodes similar to regular io mappings. Signed-off-by: David Brown <redacted>You'll need to add a sparc implementation.
Sparc just defines ioremap_nocache to ioremap, so is that really needed? Rob