On 29 May 2014 15:04, Preeti U Murthy preeti@linux.vnet.ibm.com wrote:
How about cases like above where just before entering the switch block, where some code(in this case writel) is executed, but for default cases they return early and do not execute the code(writel() in this case) after the switch block. Is that ok?
Yeah, that's a problem and this is what I mentioned in the logs that we discussed earlier. We shouldn't disable timer for default modes.
Though it was already there and so isn't fixed with this patchset. Would be fixed later on..
And as I replied to Kevin, I would not be removing any unsupported modes anymore in this patchset.