commit | a81b38688f50f51123490d45d51f4a10e8dc1184 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Fri May 15 10:11:22 2009 +0400 |
committer | Eric Miao <eric.miao@marvell.com> | Mon May 18 21:52:09 2009 +0800 |
tree | 42d91ab85786099bd3b857883d3f3a9b6905c156 | |
parent | 866bd435819df8d97767c407f8828a7a2ff971e6 [diff] |
[ARM] pxa/spitz: provide spitz_ohci_exit() that unregisters USB_HOST GPIO Currently spitz_ohci_init() that requests GPIO doesn't have corresponding spitz_ohci_exit() which will gpio_free(). This causes minor problems e.g. during resume when the OHCI device can't be resumed. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>