Re: [PATCH] ARC: Force disable IOC if ioc_enable=0

2017-12-12 Thread Vineet Gupta
On 12/05/2017 02:19 AM, Alexey Brodkin wrote: U-Boot enables and uses IOC so if we don't want to use it in the kernel we need to _disable_ it for real. This is in comparison to what we do today based on "ioc_enable" flag - if it is set to 0 we just _dont_enable_ IOC which effectively keeps IOC al

[PATCH] ARC: Force disable IOC if ioc_enable=0

2017-12-05 Thread Alexey Brodkin
U-Boot enables and uses IOC so if we don't want to use it in the kernel we need to _disable_ it for real. This is in comparison to what we do today based on "ioc_enable" flag - if it is set to 0 we just _dont_enable_ IOC which effectively keeps IOC alive and kicking. Signed-off-by: Alexey Brodkin