aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-04usb: musb: Add support for ti81xx platformAjay Kumar Gupta1-1/+3
2012-04-10usb: musb: wake the device before ulpi transfersGrazvydas Ignotas1-6/+25
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas1-1/+8
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-1/+1
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-12/+12
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-28/+23
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-1/+1
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-6/+5
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-5/+6
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-2/+2
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-26/+23
2012-01-24usb: musb: fix shutdown while usb gadget is in useGrazvydas Ignotas1-2/+3
2012-01-24usb: musb: drop superfluous pm_runtime calls around musb_shutdownGrazvydas Ignotas1-2/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-22Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+0
2011-12-20usb: musb: fix pm_runtime mismatchFelipe Contreras1-2/+0
2011-12-12Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+4
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-6/+0
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann1-1/+2
2011-12-12usb: musb: omap2+: fix context api'sVikram Pandita1-0/+2
2011-11-29usb: musb: PM: fix context save/restore in suspend/resume pathKevin Hilman1-6/+0
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman1-2/+1
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-1/+0
2011-11-14usb: musb: remove incorrectly added ARCH_U5500 defineMian Yousaf Kaukab1-2/+1
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