]> git.karo-electronics.de Git - mv-sheeva.git/commit
usb: Add in missing EHCI helpers.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 30 Nov 2010 08:57:02 +0000 (17:57 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Dec 2010 00:51:21 +0000 (16:51 -0800)
commitb48d7f50e6f16478304170eaf5c2d1a540ba5e31
treeaab2b67748ddcb53836b79642c87cab5f119977b
parent7fc56f0d9908fe140a01387d59954e3d0a2e7744
usb: Add in missing EHCI helpers.

Several of the EHCI glue drivers either predate or were merged in the
same timeframe as API changes at the USB core level, resulting in some
missing endpoint_reset and clear_tt_buffer_complete callbacks.

This fixes up all of ehci-atmel, mxc, w90x900, and xilinx-of to tie in
the new helpers, which brings them in line with everyone else.

Reported-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-atmel.c
drivers/usb/host/ehci-mxc.c
drivers/usb/host/ehci-w90x900.c
drivers/usb/host/ehci-xilinx-of.c