commit | e031ab23deb5a5d9ac5744e69a0627823e81b074 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Wed Dec 10 17:35:27 2008 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Wed Dec 10 17:35:27 2008 -0800 |
tree | 333b33349da9ca3493bf80df6bdcce79b09503cd | |
parent | 3ff164e15574191c69e8406794b0578c8d2a4e23 [diff] |
ARM: OMAP: minor gpio bugfixes Minor GPIO fixes: - If get_gpio_bank() fails, then BUG() out. - In omap_set_gpio_debounce(): * protect the read/modify/write with the relevant spinlock * make the omap3 clock ops pass "sparse" checking Except for the spinlock problem, these were reported through "make". Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>