commit | 29c349d22ccda5678a7dfb732093dbd3befcefa3 | [log] [tgz] |
---|---|---|
author | Bill Gatliff <bgat@billgatliff.com> | Thu May 31 16:17:16 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jun 02 21:31:48 2007 +0100 |
tree | a221d1fe28f0e1c03f68a11cc010cce3f93b225b | |
parent | b6b27ae5e85fb193c08448157943b187958b8ca2 [diff] |
[ARM] 4422/1: Fix default value handling in gpio_direction_output (PXA) The default value passed through to pxa_gpio_mode() is lost due to a missing GPIO_DFLT_HIGH mask for nonzero values. The enclosed patch fixes this programming error. Signed-off-by: Bill Gatliff <bgat@billgatliff.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>