]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions
authorHans de Goede <hdegoede@redhat.com>
Fri, 20 Mar 2015 19:11:13 +0000 (20:11 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 May 2015 15:46:59 +0000 (10:46 -0500)
commitbe780381772909ba4a89805945995b9f10c59ca8
treef28fb3657e3aa6de0a418b63ce4a0eb4c2167511
parent6cc2af6d50204e8a1034ecd162378ceea22b09e8
usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions

The generic fifo functions already use non wrapped accesses in various
cases through the iowrite#_rep functions, and all platforms which override
the default musb_read[b|w] / _write[b|w] functions also provide their own
fifo access functions, so we can safely drop the unnecessary indirection
from the fifo access functions.

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