Re: [PATCH] ARM: OMAP2+: Fixed inverted OMAP_OFFOUT_EN

2015-10-08 Thread Tony Lindgren
* Ben Tucker [151008 06:09]: > The OFFOUTENABLE bit of the omap PADCONF registers is active low. > The mux code assumed that it was active high and this patch fixes this > problem. > > Tested on an AM37x device. Hmm what are the test cases you're using to validate this so I can try to reproduce?

[PATCH] ARM: OMAP2+: Fixed inverted OMAP_OFFOUT_EN

2015-10-08 Thread Ben Tucker
The OFFOUTENABLE bit of the omap PADCONF registers is active low. The mux code assumed that it was active high and this patch fixes this problem. Tested on an AM37x device. Signed-off-by: Ben Tucker --- arch/arm/mach-omap2/mux.c | 2 +- arch/arm/mach-omap2/mux.h | 13 +++-- 2 files cha