aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-101/+32
2011-07-08usb: musb: restore INDEX register in resume pathAjay Kumar Gupta1-0/+1
2011-07-01usb: musb: no need to access platform_deviceFelipe Balbi1-4/+2
2011-07-01usb: musb: convert musb to new style bindSebastian Andrzej Siewior1-7/+0
2011-07-01usb: musb: choose correct fifo_modeFelipe Balbi1-3/+8
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-85/+1
2011-07-01usb: musb: be careful when using different fifo_modesFelipe Balbi1-2/+20
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-06musb: fix prefetch build failureMike Frysinger1-0/+1
2011-05-18usb: musb: ux500: add dma name for ux500Mian Yousaf Kaukab1-0/+2
2011-05-13usb: musb: export musb_interrupt symbolFelipe Balbi1-1/+1
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-51/+45
2011-05-06usb: fix building musb driversAnatolij Gustschin1-40/+25
2011-04-13usb: musb: Fix the crash issue during rebootHema HK1-0/+2
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-1/+1
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-25/+40
2011-03-02Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren1-0/+1
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK1-0/+40
2011-02-24usb: musb: core: set has_tt flagFelipe Balbi1-0/+1
2011-02-17usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi1-25/+0
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linusTony Lindgren1-1/+1
2011-02-01usb: musb: core: fix IRQ checkSergei Shtylyov1-1/+1
2011-02-01usb: musb: fix kernel panic during s2ram(v2)Ming Lei1-7/+1
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-123/+72
2010-12-16Revert "USB: musb: pm: don't rely fully on clock support"Greg Kroah-Hartman1-12/+14
2010-12-11usb: musb: core: kill unneeded #include'sSergei Shtylyov1-11/+0
2010-12-10usb: musb: add support for ux500 platformMian Yousaf Kaukab1-1/+4
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi1-1/+0
2010-12-10usb: musb: drop musb_platform_suspend/resumeFelipe Balbi1-4/+0
2010-12-10usb: musb: mark musb_save/restore_context staticFelipe Balbi1-2/+2
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi1-2/+2
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-38/+1
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-1/+1
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi1-1/+1
2010-12-10usb: musb: add Kconfig options for each glue layerFelipe Balbi1-5/+4
2010-12-10usb: musb: hold context on musb structureFelipe Balbi1-57/+55
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-3/+5
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi1-1/+1
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi1-1/+1
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+3
2010-11-05usb: musb: Fix handling of spurious SESSREQHeikki Krogerus1-1/+2
2010-11-05usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0
2010-11-05USB: musb: pm: don't rely fully on clock supportBob Liu1-14/+12
2010-11-05usb: musb: don't leave PHY enabled on shutdown()Grazvydas Ignotas1-7/+6
2010-10-22USB: musb: AM35x: Workaround for fifo read issueAjay Kumar Gupta1-0/+2
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov1-4/+0
2010-10-22usb: musb: ignore spurious SESSREQ interruptsHeikki Krogerus1-0/+5
2010-10-22usb: musb: Change to direct addr in context save/restoreBob Liu1-24/+22
2010-08-10USB: musb: fix compilation warning in host only modeAjay Kumar Gupta1-4/+3