summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-10USB: musb: fix compilation warning in host only modeAjay Kumar Gupta1-4/+3
2010-06-30USB: musb: fix Blackfin ulpi stubsMike Frysinger1-2/+2
2010-06-30USB: musb_core: make disconnect and suspend interrupts work againSergei Shtylyov1-5/+1
2010-06-30usb: musb: Fix a bug by making suspend interrupt available in device modeMaulik Mankad1-1/+2
2010-05-20usb: musb: add ulpi access operationsHeikki Krogerus1-0/+86
2010-05-20usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi1-2/+5
2010-05-20usb: musb: add debugfs supportFelipe Balbi1-0/+5
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: musb: allow board to pass down fifo modeFelipe Balbi1-20/+16
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-4/+3
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta1-0/+2
2010-03-19usb: musb: core: declare mbase only where it's usedFelipe Balbi1-1/+7
2010-03-19usb: musb: abstract out ULPI_BUSCONTROL register reads/writesMike Frysinger1-3/+2
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-214/+348
2010-03-02USB: musb: only print info message if probe() is successfulFelipe Balbi1-13/+12
2010-03-02USB: musb: unmap base if we can't probeFelipe Balbi1-1/+7
2010-03-02USB: musb: we already tested for dyn_fifoFelipe Balbi1-15/+4
2010-03-02USB: musb: get rid of omap_readl/writelFelipe Balbi1-2/+2
2010-03-02usb: musb: Add context save and restore supportAjay Kumar Gupta1-0/+146
2010-03-02usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta1-0/+8
2010-03-02usb: musb: save dynfifo in musb structAjay Kumar Gupta1-1/+3
2010-03-02usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy1-139/+116
2010-03-02USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta1-0/+34
2010-03-02USB: musb: remove some of the never defined definesFelipe Balbi1-24/+0
2010-03-02USB: musb: move to sysfs_groupsFelipe Balbi1-18/+15
2010-03-02USB: musb: move two printk to dev_errFelipe Balbi1-2/+2
2010-03-02USB: musb: use resource_size()Felipe Balbi1-1/+1
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-1/+1
2009-12-23USB: musb: Fix array index out of bounds issueMaulik Mankad1-1/+1
2009-12-23USB: musb: do not work if no gadget driver is loadedFelipe Balbi1-0/+8
2009-12-23USB: musb: move musb_remove to __exitFelipe Balbi1-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-11USB: MUSB: save hardware revision at initAnand Gadiyar1-6/+4
2009-11-30USB: musb: Remove unwanted message in boot logAjay Kumar Gupta1-2/+2
2009-09-23USB: musb: fix put_device() call sequenceAjay Kumar Gupta1-4/+4
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki1-2/+1
2009-07-28USB: musb: fix CONFIGDATA register read issueAjay Kumar Gupta1-1/+0
2009-07-28USB: musb: Refer to musb_otg_timer_func under correct #ifdefAmit Kucheria1-1/+1
2009-07-22USB: Rework musb suspend()/resume_early()Magnus Damm1-6/+12
2009-06-15musb: add high bandwidth ISO supportAjay Kumar Gupta1-10/+9
2009-06-15musb: support disconnect after HNP roleswitchDavid Brownell1-12/+29
2009-06-15musb: make initial HNP roleswitch work (v2)David Brownell1-11/+16
2009-06-15musb: otg timer cleanupDavid Brownell1-19/+22
2009-06-15musb: proper hookup to transceiver driversDavid Brownell1-44/+52
2009-06-15musb_gadget: fix unhandled endpoint 0 IRQsSergei Shtylyov1-7/+1