]> rtime.felk.cvut.cz Git - linux-imx.git/commit
USB: OHCI: remove ohci-pcc-soc driver.
authorFlorian Fainelli <florian@openwrt.org>
Mon, 8 Oct 2012 13:11:16 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:14:24 +0000 (11:14 -0700)
commit7bccfcd2eb09297e0406b38cfac8e1f3001964f3
treebc1abc07d0ce3190e25b27223142a07c6bb0f4fe
parent6efd0f73cc8d748bfcccb23a5ee0b7e000441940
USB: OHCI: remove ohci-pcc-soc driver.

This driver is not registered by any in-tree users, and if really needed by
some out of tree user, the same functionnality can be restored using the
ohci-platform driver using the following platform_data parameters:
big_endian_desc = 1
big_endian_mmio = 1
no_big_frame_no = 1

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-ppc-soc.c [deleted file]