From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 27 Mar 2018 13:11:45 +0200 Subject: [GIT PULL] v2 of two omap fixes for v4.16-rc cycle In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 22, 2018 at 5:42 PM, Tony Lindgren wrote: > Two fixes for omap variants for v4.16-rc cycle > > Fix insecure W+X mapping warning for SRAM for omaps that > don't yet use drivers/misc/*sram*.c code. An earlier attempt > at fixing this turned out to cause problems with PM on omap3, > this version works with PM on omap3. > > Also fix dmtimer probe for omap16xx devices that was noticed > with the pending dmtimer move to drivers. It seems this has > been broken for a while and is a non-critical for booting. > It is needed for PM on omap16xx though. > Pulled into fixes, thanks! Arnd