aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/ux500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-10-02usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack1-10/+3
2013-09-26usb: musb: ux500: Don't supply a con_id when requesting the clockLee Jones1-1/+1
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+60
2013-06-04usb: musb: ux500: add device tree probing supportLee Jones1-0/+51
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones1-1/+1
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones1-0/+8
2013-05-28usb: musb: fix incorrect usage of resource pointerFelipe Balbi1-2/+16
2013-04-03usb: phy: ab8500-usb: fix last notifier argumentsFabio Baltieri1-1/+0
2013-03-18usb: phy: ab8500-usb: update irq handling codeFabio Baltieri1-3/+4
2013-03-18usb: musb: ux500: add otg notifier supportFabio Baltieri1-0/+42
2013-03-18usb: musb: ux500: implement musb_set_vbusFabio Baltieri1-0/+64
2013-01-17usb: musb: fix dependency on transceiver driverMing Lei1-1/+1
2013-01-17usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepareFabio Baltieri1-5/+5
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-06usb: musb: remove generic_interruptPhilippe De Swert1-0/+22
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior1-16/+2
2012-10-26usb: musb: ux500: use platform_device_unregister in ux500_remove()Wei Yongjun1-2/+1
2012-10-15usb: musb: ux500: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi1-10/+23
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/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+4
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-4/+4
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-5/+6
2011-04-13usb: musb: ux500: copy dma mask from platform device to musb deviceMian Yousaf Kaukab1-0/+2
2010-12-10usb: musb: add support for ux500 platformMian Yousaf Kaukab1-0/+216