aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack1-0/+3
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman1-0/+1
2013-10-11usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior1-0/+1
2013-09-27usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I1-0/+2
2013-07-29usb: musb: get rid of unused proc_dir_entryGreg Kroah-Hartman1-8/+0
2013-05-28usb: musb: re-introduce musb->port_modeDaniel Mack1-0/+7
2013-05-28usb: musb: factor out hcd initalizationDaniel Mack1-0/+1
2013-05-28usb: musb: move musb_start to musb_virthub.cDaniel Mack1-1/+0
2013-05-28usb: musb: move function declarations to musb_{host,gadget}.hDaniel Mack1-17/+0
2013-05-28usb: musb: remove 'ignore_disconnect' flagFelipe Balbi1-1/+0
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-2/+0
2012-10-31usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior1-1/+1
2012-10-31usb: musb: Perform only write access on MUSB_INTRRXESebastian Andrzej Siewior1-1/+2
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta1-0/+4
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-0/+2
2012-08-09usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi1-4/+0
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-5/+0
2012-08-07usb: musb: fix sparse warningsFelipe Balbi1-1/+1
2012-07-30usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-06-25usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I1-2/+0
2012-04-18usb: musb: drop __deprecated flagFelipe Balbi1-1/+1
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-1/+1
2011-12-12usb: musb: fix pm_runtime calls while atomicVikram Pandita1-0/+2
2011-12-12usb: musb: headers cleanupFelipe Balbi1-1/+0
2011-12-12usb: musb: omap2+: save and restore OTG_INTERFSELHema HK1-0/+1
2011-08-12usb: musb: tusb6010: fix compilationFelipe Balbi1-4/+8
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-68/+0
2011-07-01usb: musb: update musb_platform_ops docs to match codeMike Frysinger1-1/+1
2011-04-13USB: musb: blackfin: work around anomaly 05000450Mike Frysinger1-0/+5
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-2/+2
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-6/+2
2011-03-02Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren1-8/+9
2011-03-01usb: musb: Remove platform context save/restore APIHema HK1-4/+0
2011-02-17usb: musb: Using runtime pm APIs for musb.Hema HK1-1/+1
2011-02-17usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi1-2/+2
2011-02-17usb: musb: fix build breakageFelipe Balbi1-8/+9
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linusTony Lindgren1-3/+3
2011-02-01usb: musb: disable double buffering when it's brokenFelipe Balbi1-0/+12
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-3/+3
2010-12-10usb: musb: Adding musb support for OMAP4430Hema HK1-0/+1
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi1-5/+0
2010-12-10usb: musb: drop musb_platform_suspend/resumeFelipe Balbi1-21/+0
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi1-14/+0
2010-12-10usb: musb: drop the set_clock magicFelipe Balbi1-2/+0
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-2/+0
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-2/+0
2010-12-10usb: musb: add Kconfig options for each glue layerFelipe Balbi1-4/+4
2010-12-10usb: musb: hold context on musb structureFelipe Balbi1-27/+28
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-62/+112
2010-12-07usb: musb: introduce struct musb_platform_opsFelipe Balbi1-0/+28