]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: musb: make fifo support configurable
authorBryan Wu <bryan.wu@analog.com>
Thu, 17 Dec 2009 03:03:59 +0000 (22:03 -0500)
committerRemy Bohmer <linux@bohmer.net>
Sat, 9 Jan 2010 09:25:08 +0000 (10:25 +0100)
commitdf402ba38103df51f6929848b6a797eff4db61f8
tree3d45320859be280b721ddf12ca1ef6a662bc73be
parentdc2cd05c91a134d53fada41e8f97a434be22de02
usb: musb: make fifo support configurable

The dynamic FIFO handling under MUSB is optional, and some parts (like
the Blackfin processor) do not implement support for it.

Due to this, the FIFO reading/writing steps need special handling, so
mark the common versions weak so drivers can override.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
drivers/usb/musb/musb_core.c