summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/am35x.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-11Merge tag 'musb-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-30/+4
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-16/+2
2012-10-26usb: musb: am35x: use platform_device_unregister in am35x_remove()Wei Yongjun1-2/+1
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi1-2/+1
2012-10-15usb: musb: am35x: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: am35xx: drop spurious unplugging a deviceStefano Babic1-0/+6
2012-09-11Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-31/+35
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-14/+28
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-17/+7
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi1-0/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+2
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-2/+2
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-4/+5
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-2/+2
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-2/+3
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-5/+6
2011-11-14usb: musb: fix compilation breakage introduced by de47725Felipe Balbi1-0/+1
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-4/+0
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-5/+5
2011-05-06usb: fix building musb driversAnatolij Gustschin1-4/+7
2010-12-10musb: am35x: fix compile error due to control apisAjay Kumar Gupta1-85/+45
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi1-2/+0
2010-12-10usb: musb: am35x: usb dev_pm_ops structureFelipe Balbi1-17/+45
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi1-6/+9
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-34/+57
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-1/+3
2010-12-10usb: musb: am35x: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: split am35x to its own platform_driverFelipe Balbi1-0/+84
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-12/+25
2010-10-22USB: musb: AM35x: Workaround for fifo read issueAjay Kumar Gupta1-0/+30
2010-10-22USB: musb: add musb support for AM35xAjay Kumar Gupta1-0/+494