aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-22Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2011-12-20usb: musb: fix pm_runtime mismatchFelipe Contreras
2011-12-12Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann
2011-12-12usb: musb: omap2+: fix context api'sVikram Pandita
2011-11-29usb: musb: PM: fix context save/restore in suspend/resume pathKevin Hilman
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern
2011-11-14usb: musb: remove incorrectly added ARCH_U5500 defineMian Yousaf Kaukab
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-08usb: musb: restore INDEX register in resume pathAjay Kumar Gupta
2011-07-01usb: musb: no need to access platform_deviceFelipe Balbi
2011-07-01usb: musb: convert musb to new style bindSebastian Andrzej Siewior
2011-07-01usb: musb: choose correct fifo_modeFelipe Balbi
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi
2011-07-01usb: musb: be careful when using different fifo_modesFelipe Balbi
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches
2011-06-06musb: fix prefetch build failureMike Frysinger
2011-05-18usb: musb: ux500: add dma name for ux500Mian Yousaf Kaukab
2011-05-13usb: musb: export musb_interrupt symbolFelipe Balbi
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi
2011-05-06usb: fix building musb driversAnatolij Gustschin
2011-04-13usb: musb: Fix the crash issue during rebootHema HK
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-02Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK
2011-02-24usb: musb: core: set has_tt flagFelipe Balbi
2011-02-17usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren
2011-02-01usb: musb: core: fix IRQ checkSergei Shtylyov
2011-02-01usb: musb: fix kernel panic during s2ram(v2)Ming Lei
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-12-16Revert "USB: musb: pm: don't rely fully on clock support"Greg Kroah-Hartman
2010-12-11usb: musb: core: kill unneeded #include'sSergei Shtylyov
2010-12-10usb: musb: add support for ux500 platformMian Yousaf Kaukab
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi
2010-12-10usb: musb: drop musb_platform_suspend/resumeFelipe Balbi
2010-12-10usb: musb: mark musb_save/restore_context staticFelipe Balbi
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi
2010-12-10usb: musb: add Kconfig options for each glue layerFelipe Balbi
2010-12-10usb: musb: hold context on musb structureFelipe Balbi
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi