aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/nop-usb-xceiv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi1-294/+0
2013-03-18USB: phy: nop: Defer probe if device needs VCC/RESETRoger Quadros1-0/+11
2013-03-18usb: phy: nop: Add device tree support and binding informationRoger Quadros1-8/+27
2013-03-18usb: phy: nop: use new PHY API to register PHYRoger Quadros1-1/+2
2013-03-18usb: phy: nop: Handle RESET for the PHYRoger Quadros1-0/+19
2013-03-18usb: phy: nop: Handle power supply regulator for the PHYRoger Quadros1-0/+18
2013-03-18usb: phy: nop: Manage PHY clockRoger Quadros1-1/+53
2013-03-18usb: phy: nop: use devm_kzalloc()Roger Quadros1-12/+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-08-03usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi1-1/+6
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi1-0/+1
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-2/+2
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-2/+2
2012-02-13usb: otg: nop: Start using struct usb_otgHeikki Krogerus1-34/+30
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-5/+5
2011-02-18usb: otg: notifier: switch to atomic notifierFelipe Balbi1-1/+1
2011-01-22usb: otg: nop: fix oops triggered by otg_register_notifierMing Lei1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-12USB: otg: fix module reinsert issueAjay Kumar Gupta1-0/+1
2009-06-15USB: nop-usb-xceiv: behave when linked as a moduleDavid Brownell1-15/+10
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-03-24USB: otg: adding nop usb transceiverAjay Kumar Gupta1-0/+180