Files
linux/arch/arm
Yegor Yefremov 17f272d8e4 ARM: OMAP2+: GPMC: fix device size setup
commit 8ef5d844cc upstream.

following statement can only change device size from 8-bit(0) to 16-bit(1),
but not vice versa:

regval |= GPMC_CONFIG1_DEVICESIZE(wval);

so as this field has 1 reserved bit, that could be used in future,
just clear both bits and then OR with the desired value

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-13 11:06:05 -08:00
..
2011-03-31 11:26:23 -03:00
2012-01-06 14:13:56 -08:00
2011-05-14 21:36:55 +01:00
2011-03-31 11:26:23 -03:00