summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2010-06-30USB: musb: fix Blackfin ulpi stubsMike Frysinger
2010-06-30USB: musb_core: make disconnect and suspend interrupts work againSergei Shtylyov
2010-06-30usb: musb: Fix a bug by making suspend interrupt available in device modeMaulik Mankad
2010-05-20usb: musb: add ulpi access operationsHeikki Krogerus
2010-05-20usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi
2010-05-20usb: musb: add debugfs supportFelipe Balbi
2010-05-20USB: MUSB: Add OMAP4 support in MUSB driverMaulik Mankad
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad
2010-05-20usb: musb: allow board to pass down fifo modeFelipe Balbi
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta
2010-03-19usb: musb: core: declare mbase only where it's usedFelipe Balbi
2010-03-19usb: musb: abstract out ULPI_BUSCONTROL register reads/writesMike Frysinger
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-03-02USB: musb: only print info message if probe() is successfulFelipe Balbi
2010-03-02USB: musb: unmap base if we can't probeFelipe Balbi
2010-03-02USB: musb: we already tested for dyn_fifoFelipe Balbi
2010-03-02USB: musb: get rid of omap_readl/writelFelipe Balbi
2010-03-02usb: musb: Add context save and restore supportAjay Kumar Gupta
2010-03-02usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta
2010-03-02usb: musb: save dynfifo in musb structAjay Kumar Gupta
2010-03-02usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy
2010-03-02USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta
2010-03-02USB: musb: remove some of the never defined definesFelipe Balbi
2010-03-02USB: musb: move to sysfs_groupsFelipe Balbi
2010-03-02USB: musb: move two printk to dev_errFelipe Balbi
2010-03-02USB: musb: use resource_size()Felipe Balbi
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren
2009-12-23USB: musb: Fix array index out of bounds issueMaulik Mankad
2009-12-23USB: musb: do not work if no gadget driver is loadedFelipe Balbi
2009-12-23USB: musb: move musb_remove to __exitFelipe Balbi
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-11USB: MUSB: save hardware revision at initAnand Gadiyar
2009-11-30USB: musb: Remove unwanted message in boot logAjay Kumar Gupta
2009-09-23USB: musb: fix put_device() call sequenceAjay Kumar Gupta
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki
2009-07-28USB: musb: fix CONFIGDATA register read issueAjay Kumar Gupta
2009-07-28USB: musb: Refer to musb_otg_timer_func under correct #ifdefAmit Kucheria
2009-07-22USB: Rework musb suspend()/resume_early()Magnus Damm
2009-06-15musb: add high bandwidth ISO supportAjay Kumar Gupta
2009-06-15musb: support disconnect after HNP roleswitchDavid Brownell
2009-06-15musb: make initial HNP roleswitch work (v2)David Brownell
2009-06-15musb: otg timer cleanupDavid Brownell
2009-06-15musb: proper hookup to transceiver driversDavid Brownell
2009-06-15musb_gadget: fix unhandled endpoint 0 IRQsSergei Shtylyov
2009-04-23USB: musb: fix build when !CONFIG_PMAlexander Beregalov