commit | d544ef4b0526a0b035b69c330563fd3b5f606d50 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Feb 02 21:11:39 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Feb 14 16:51:07 2016 +0900 |
tree | 7e6c82d703bcb2d7455e03d600d6ae5c18928c08 | |
parent | cf4280a175560c0f0ed5e1d072f6b5f3586980aa [diff] |
ARM: uniphier: switch over to generic EHCI driver The UniPhier EHCI driver (drivers/usb/host/ehci-uniphier.c) does nothing special but set the base address and handle reset/clock. Since commit 4feefdcfe916 ("usb: add clock support for generic EHCI"), the generic one (drivers/usb/host/ehci-generic.c) can do those, too. We no longer need to stick to the dedicated driver. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>