Re: [PATCH] ARM: OMAP: Clear GPMC bits when applying new setting

2013-03-04 Thread Tony Lindgren
* Jon Hunter jon-hun...@ti.com [130206 06:43]: On 02/06/2013 08:15 AM, Mark Jackson wrote: When setting the GPMC device type, make sure any previous bits are cleared down, before applying the new setting. Signed-off-by: Mark Jackson m...@newflow.co.uk ---

[PATCH] ARM: OMAP: Clear GPMC bits when applying new setting

2013-02-06 Thread Mark Jackson
When setting the GPMC device type, make sure any previous bits are cleared down, before applying the new setting. Signed-off-by: Mark Jackson m...@newflow.co.uk --- arch/arm/mach-omap2/gpmc.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-omap2/gpmc.c

Re: [PATCH] ARM: OMAP: Clear GPMC bits when applying new setting

2013-02-06 Thread Felipe Balbi
On Wed, Feb 06, 2013 at 02:15:34PM +, Mark Jackson wrote: When setting the GPMC device type, make sure any previous bits are cleared down, before applying the new setting. Signed-off-by: Mark Jackson m...@newflow.co.uk looks alright: Reviewed-of-by: Felipe Balbi ba...@ti.com -- balbi

Re: [PATCH] ARM: OMAP: Clear GPMC bits when applying new setting

2013-02-06 Thread Jon Hunter
On 02/06/2013 08:15 AM, Mark Jackson wrote: When setting the GPMC device type, make sure any previous bits are cleared down, before applying the new setting. Signed-off-by: Mark Jackson m...@newflow.co.uk --- arch/arm/mach-omap2/gpmc.c |4 1 file changed, 4 insertions(+) diff