commit | 844c6f6a36984c5fe1bcc2d68a88f2ed212d1eef | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Mon Nov 17 20:29:04 2008 +0100 |
committer | Eric Miao <eric.miao@marvell.com> | Sat Nov 22 20:57:21 2008 +0800 |
tree | 01510eb208ece97565588aefccde450584ea4024 | |
parent | 999f6338780fa0577b6581941c697c868d1ec2d3 [diff] |
[ARM] pxa/MioA701: bluetooth resume fix The G3IPL expects the value at RAM address 0xa020b020 to be exactly 1 to setup the bluetooth GPIOs properly. The actual code got a value from gpio_get_value() which was not 1, but a "not equal to 0" integer. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Eric Miao <eric.miao@marvell.com>