[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140121185553.GW17314@sirena.org.uk>
Date: Tue, 21 Jan 2014 18:55:53 +0000
From: Mark Brown <broonie@...nel.org>
To: Nishanth Menon <nm@...com>
Cc: devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regulator: ti-abb: Add support for interleaved LDO
registers
On Thu, Jan 16, 2014 at 01:32:30PM -0600, Nishanth Menon wrote:
> - abb->base = devm_ioremap_resource(dev, res);
> + abb->base = devm_ioremap_nocache(dev, res->start, resource_size(res));
devm_ioremap_resouce() should do the right thing if the memory region is
marked as uncacheable (with IORESOURCE_CACHEABLE not set). Since I
can't see the OF code actually setting that flag on the resources unless
I'm missing something this change isn't needed?
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists