aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/blackfin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12usb: musb: blackfin: include prefetch head fileBob Liu1-0/+1
2011-05-18usb: musb: fix compile errorFelipe Balbi1-0/+2
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-5/+6
2011-05-06usb: fix building musb driversAnatolij Gustschin1-3/+4
2011-04-13USB: musb: blackfin: work around anomaly 05000450Mike Frysinger1-0/+24
2011-03-23usb: musb: blackfin: fix typo in new bfin_musb_vbus_status funcMike Frysinger1-1/+1
2011-03-23usb: musb: blackfin: fix typo in new dev_pm_ops structBob Liu1-1/+1
2011-03-23usb: musb: blackfin: fix typo in platform driver nameMike Frysinger1-1/+1
2011-02-01usb: musb: disable double buffering when it's brokenFelipe Balbi1-0/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-33/+196
2010-12-16Revert "USB: musb: blackfin: pm: make it work"Greg Kroah-Hartman1-49/+23
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi1-1/+0
2010-12-10usb: musb: blackfin: usb dev_pm_ops structureFelipe Balbi1-24/+40
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi1-6/+9
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-1/+3
2010-12-10usb: musb: blackfin: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: split blackfin to its own platform_driverFelipe Balbi1-0/+84
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-33/+73
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi1-1/+1
2010-11-05USB: musb: blackfin: push clkin value to platform resourcesBob Liu1-1/+2
2010-11-05USB: musb: blackfin: fix dynamic device<->host changingBob Liu1-2/+3
2010-11-05USB: musb: blackfin: pm: make it workBob Liu1-23/+49
2010-10-22usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()Sergei Shtylyov1-1/+3
2010-10-22usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()Sergei Shtylyov1-1/+1
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov1-0/+1
2010-05-20MUSB: Blackfin: remove musb_platform_{suspend|resume}()Sergei Shtylyov1-12/+0
2010-05-20MUSB: Blackfin: remove bfin_vbus_power()Sergei Shtylyov1-5/+0
2010-05-20USB: musb: support host/gadget role switching on Blackfin partsCliff Cai1-6/+63
2010-05-20USB: musb: allow the Blackfin vrsel gpio to be active lowCliff Cai1-4/+4
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad1-1/+1
2010-04-30MUSB: Blackfin: don't fake blackfin_interrupt() resultSergei Shtylyov1-7/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-02usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'Bryan Wu1-15/+13
2009-12-23USB: musb: workaround Blackfin FIFO anomaliesBryan Wu1-43/+91
2009-12-11USB: musb: fix musb_platform_set_mode() definitionBryan Wu1-1/+2
2009-12-11USB: musb: kill some useless comments in Blackfin driverBryan Wu1-4/+0
2009-12-11USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger1-4/+5
2009-10-09USB: musb: make HAVE_CLK support optionalMike Frysinger1-1/+0
2009-06-15musb: proper hookup to transceiver driversDavid Brownell1-3/+8
2009-01-07USB: musb: Kill some compiling warning in musb Blackfin partBryan Wu1-6/+8
2009-01-07USB: musb: Make sure we program the correct values in only when necessary.Robin Getz1-6/+8
2009-01-07USB: musb: add Blackfin driver to MUSB framework (v2)Bryan Wu1-0/+316