summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: fix shutdown while usb gadget is in useGrazvydas Ignotas2012-01-241-2/+3
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-221-2/+0
|\
| * usb: musb: fix pm_runtime mismatchFelipe Contreras2011-12-201-2/+0
* | Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-121-1/+4
|\ \ | |/
| * usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann2011-12-121-1/+2
| * usb: musb: omap2+: fix context api'sVikram Pandita2011-12-121-0/+2
* | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-121-6/+0
|\ \ | |/
| * usb: musb: PM: fix context save/restore in suspend/resume pathKevin Hilman2011-11-291-6/+0
* | Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2011-11-261-2/+1
|\ \ | |/
| * usb: musb: remove incorrectly added ARCH_U5500 defineMian Yousaf Kaukab2011-11-141-2/+1
* | USB: Remove the SAW_IRQ hcd flagAlan Stern2011-11-141-1/+0
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-101/+32
|\
| * usb: musb: restore INDEX register in resume pathAjay Kumar Gupta2011-07-081-0/+1
| * usb: musb: no need to access platform_deviceFelipe Balbi2011-07-011-4/+2
| * usb: musb: convert musb to new style bindSebastian Andrzej Siewior2011-07-011-7/+0
| * usb: musb: choose correct fifo_modeFelipe Balbi2011-07-011-3/+8
| * usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi2011-07-011-85/+1
| * usb: musb: be careful when using different fifo_modesFelipe Balbi2011-07-011-2/+20
* | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-1/+1
|/
* musb: fix prefetch build failureMike Frysinger2011-06-061-0/+1
* usb: musb: ux500: add dma name for ux500Mian Yousaf Kaukab2011-05-181-0/+2
* usb: musb: export musb_interrupt symbolFelipe Balbi2011-05-131-1/+1
* usb: musb: drop unneeded musb_debug trickeryFelipe Balbi2011-05-131-51/+45
* usb: fix building musb driversAnatolij Gustschin2011-05-061-40/+25
* usb: musb: Fix the crash issue during rebootHema HK2011-04-131-0/+2
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-171-1/+1
|\
| * Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren2011-03-021-0/+1
| |\
| | \
| | \
| *-. \ Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren2011-02-161-1/+1
| |\ \ \
| | * | | omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-271-1/+1
| | |/ /
* | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-25/+40
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb: musb: Idle path retention and offmode support for OMAP3Hema HK2011-03-011-0/+40
| * | | usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi2011-02-171-25/+0
| |/ /
* | | usb: musb: core: set has_tt flagFelipe Balbi2011-02-241-0/+1
|/ /
* | usb: musb: core: fix IRQ checkSergei Shtylyov2011-02-011-1/+1
* | usb: musb: fix kernel panic during s2ram(v2)Ming Lei2011-02-011-7/+1
|/
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-123/+72
|\
| * usb: musb: core: kill unneeded #include'sSergei Shtylyov2010-12-111-11/+0
| * usb: musb: add support for ux500 platformMian Yousaf Kaukab2010-12-101-1/+4
| * usb: musb: drop board_set_vbusFelipe Balbi2010-12-101-1/+0
| * usb: musb: drop musb_platform_suspend/resumeFelipe Balbi2010-12-101-4/+0
| * usb: musb: mark musb_save/restore_context staticFelipe Balbi2010-12-101-2/+2
| * usb: musb: drop musb_platform_save/restore_contextFelipe Balbi2010-12-101-2/+2
| * usb: musb: move clock handling to glue layerFelipe Balbi2010-12-101-38/+1
| * usb: musb: pass platform_ops via platform_dataFelipe Balbi2010-12-101-1/+1
| * usb: musb: trivial search and replace patchFelipe Balbi2010-12-101-1/+1
| * usb: musb: add Kconfig options for each glue layerFelipe Balbi2010-12-101-5/+4
| * usb: musb: hold context on musb structureFelipe Balbi2010-12-101-57/+55
| * usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi2010-12-071-3/+5
| * usb: musb: add names for IRQs in structure resourceHema Kalliguddi2010-12-011-1/+1
OpenPOWER on IntegriCloud