* Pavel Machek <pavel@xxxxxx> [191013 15:08]: > On Wed 2019-10-09 17:12:23, Tony Lindgren wrote: > > Commit f74297dd9354 ("ARM: OMAP2+: Make sure LOGICRETSTATE bits are not > > cleared") disabled oswr (open switch retention) for per and core domains > > as various GPIO related issues were noticed if the bootloader had > > configured the bits for LOGICRETSTATE for per and core domains. > > > > With the recent gpio-omap fixes, mostly related to commit e6818d29ea15 > > ("gpio: gpio-omap: configure edge detection for level IRQs for idle > > wakeup"), things now behave for enabling core oswr for omap4. > > > > Cc: Merlijn Wajer <merlijn@xxxxxxxxxx> > > Cc: Pavel Machek <pavel@xxxxxx> > > Cc: Sebastian Reichel <sre@xxxxxxxxxx> > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > 2,7,8 basically modify same lines of code? Should that be done in one > patch? In this case let's change one thing at a time as many issues have been seen earlier with these settings. We want git bisect to tell us which change breaks things in case of trouble. The related gpio related issues should be fixed now though. Regards, Tony