commit | d0127f6fc12e311cdd89bb1bd62f36621778d149 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tomasz.figa@gmail.com> | Mon Aug 26 02:00:37 2013 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Tue Sep 17 06:47:36 2013 +0900 |
tree | a4ea941a85e431a883dfbc09f39b27f4ebabb074 | |
parent | 8d6c742a6833dffde3ab2ab077480e97b130ccd4 [diff] |
usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepare This patch modifies the ohci-s3c2410 driver to prepare and unprepare clocks in addition to enabling and disabling, since it is required by common clock framework. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>