usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions
authorHans de Goede <hdegoede@redhat.com>
Fri, 20 Mar 2015 19:11:11 +0000 (20:11 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 May 2015 15:46:45 +0000 (10:46 -0500)
commit0cb74b3dc45a5448161eb481d4709cdda2a889fd
tree46fec70f30d19d618212ee83a2f9740027a3a82f
parentf5e4edb8c888958a970b2d42c47d2871a1a4fcdf
usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions

For some reason the musb_write_rxfun* and musb_write_rxhub* functions had
a different function prototype and some extra magic needed on the caller side
compared to their tx counterparts, this commit makes them work the same as
their tx counterparts.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h
drivers/usb/musb/musb_host.c
drivers/usb/musb/musb_regs.h