summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-27phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede1-0/+9
2015-05-26usb: gadget: atmel: fix build warningFelipe Balbi1-2/+2
2015-05-26usb: musb: Fix platform code being unable to override ep access opsHans de Goede1-7/+6
2015-05-26usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede1-4/+4
2015-05-26usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede5-48/+68
2015-05-26usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede4-35/+21
2015-05-26power: twl4030_charger: find associated phy by more reliable means.NeilBrown1-12/+9
2015-05-26usb: phy: Add interface to get phy give of device_node.NeilBrown1-27/+70
2015-05-26usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab1-5/+11
2015-05-26usb: gadget: net2280: physically disable endpoint on disable operationMian Yousaf Kaukab1-0/+7
2015-05-26usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab1-7/+17
2015-05-26usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab1-9/+32
2015-05-26usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab1-13/+44
2015-05-26usb: gadget: net2280: set all byte enables on startMian Yousaf Kaukab1-0/+1
2015-05-26usb: gadget: net2280: don't set ep_cfg.direction bitMian Yousaf Kaukab1-2/+0
2015-05-26usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab1-1/+7
2015-05-26usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab1-0/+4
2015-05-26usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab1-2/+2
2015-05-26usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda1-0/+4
2015-05-26usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda1-11/+4
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-05-26usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-05-26usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-05-26usb: musb: Add pre and post root port reset end callbacksHans de Goede2-0/+18
2015-05-22usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann1-0/+2
2015-05-22usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2-3/+3
2015-05-22usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz1-1/+0
2015-05-22usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz1-2/+2
2015-05-14usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu1-27/+34
2015-05-13phy: add driver for TI TUSB1210 ULPI PHYHeikki Krogerus3-0/+161
2015-05-13phy: helpers for USB ULPI PHY registeringHeikki Krogerus1-0/+31
2015-05-13usb: dwc3: add ULPI interface supportHeikki Krogerus5-3/+147
2015-05-13usb: dwc3: pci: add quirk for BaytrailsHeikki Krogerus1-0/+36
2015-05-13usb: dwc3: add hsphy_interface propertyHeikki Krogerus3-0/+25
2015-05-13usb: dwc3: setup phys earlierHeikki Krogerus1-6/+2
2015-05-13usb: dwc3: soft reset to it's own functionHeikki Krogerus1-16/+30
2015-05-13usb: dwc3: cache hwparams earlierHeikki Krogerus1-2/+1
2015-05-13usb: dwc3: store driver data earlierHeikki Krogerus1-1/+2
2015-05-13usb: dwc3: ULPI or UTMI+ selectHeikki Krogerus1-0/+1
2015-05-13usb: dwc3: USB2 PHY register access bitsHeikki Krogerus1-0/+8
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus3-0/+276
2015-05-13usb: dwc2: hcd: fix build warningFelipe Balbi1-1/+1
2015-05-07usb: musb: add softconnect for host modeBin Liu1-0/+91
2015-05-07usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz3-86/+78
2015-05-07usb: gadget: rndis: style correctionAndrzej Pietrasiewicz1-1/+1
2015-05-07usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz3-151/+129
2015-05-07usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pVJoe Perches1-15/+13
2015-05-07usb: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-05-07usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren1-114/+140