aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi1-1/+1
2010-10-22USB: musb: add musb support for AM35xAjay Kumar Gupta1-0/+1
2010-10-22usb: musb: introduce DA8xx/OMAP-L1x glue layerSergei Shtylyov1-0/+1
2010-06-30USB: MUSB: make non-OMAP platforms build with CONFIG_PM=ySergei Shtylyov1-2/+4
2010-05-20USB: MUSB: Add OMAP4 support in MUSB driverMaulik Mankad1-2/+4
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad1-1/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta1-1/+1
2010-03-19usb: musb: Fix compile error for omaps for musb_hdrcTony Lindgren1-2/+2
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-19/+53