summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: atmel: fix build warningFelipe Balbi2015-05-261-2/+2
* usb: musb: Fix platform code being unable to override ep access opsHans de Goede2015-05-261-7/+6
* usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede2015-05-261-4/+4
* usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede2015-05-265-48/+68
* usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede2015-05-264-35/+21
* usb: phy: Add interface to get phy give of device_node.NeilBrown2015-05-261-27/+70
* usb: gadget: net2280: fix pullup handlingMian Yousaf Kaukab2015-05-261-5/+11
* usb: gadget: net2280: physically disable endpoint on disable operationMian Yousaf Kaukab2015-05-261-0/+7
* usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab2015-05-261-7/+17
* usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab2015-05-261-9/+32
* usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab2015-05-261-13/+44
* usb: gadget: net2280: set all byte enables on startMian Yousaf Kaukab2015-05-261-0/+1
* usb: gadget: net2280: don't set ep_cfg.direction bitMian Yousaf Kaukab2015-05-261-2/+0
* usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab2015-05-261-1/+7
* usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab2015-05-261-0/+4
* usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab2015-05-261-2/+2
* usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda2015-05-261-0/+4
* usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda2015-05-261-11/+4
* usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-261-2/+8
* usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta2015-05-261-0/+2
* usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta2015-05-261-0/+2
* usb: musb: Add pre and post root port reset end callbacksHans de Goede2015-05-262-0/+18
* usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann2015-05-221-0/+2
* usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-212-3/+3
* usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz2015-05-211-1/+0
* usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz2015-05-211-2/+2
* usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu2015-05-141-27/+34
* usb: dwc3: add ULPI interface supportHeikki Krogerus2015-05-135-3/+147
* usb: dwc3: pci: add quirk for BaytrailsHeikki Krogerus2015-05-131-0/+36
* usb: dwc3: add hsphy_interface propertyHeikki Krogerus2015-05-133-0/+25
* usb: dwc3: setup phys earlierHeikki Krogerus2015-05-131-6/+2
* usb: dwc3: soft reset to it's own functionHeikki Krogerus2015-05-131-16/+30
* usb: dwc3: cache hwparams earlierHeikki Krogerus2015-05-131-2/+1
* usb: dwc3: store driver data earlierHeikki Krogerus2015-05-131-1/+2
* usb: dwc3: ULPI or UTMI+ selectHeikki Krogerus2015-05-131-0/+1
* usb: dwc3: USB2 PHY register access bitsHeikki Krogerus2015-05-131-0/+8
* usb: add bus type for USB ULPIHeikki Krogerus2015-05-133-0/+276
* usb: dwc2: hcd: fix build warningFelipe Balbi2015-05-131-1/+1
* usb: musb: add softconnect for host modeBin Liu2015-05-071-0/+91
* usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz2015-05-073-86/+78
* usb: gadget: rndis: style correctionAndrzej Pietrasiewicz2015-05-071-1/+1
* usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz2015-05-073-151/+129
* usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pVJoe Perches2015-05-071-15/+13
* usb: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-071-1/+1
* usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren2015-05-071-114/+140
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4Tony Lindgren2015-05-071-4/+2
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3Tony Lindgren2015-05-071-50/+74
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2Tony Lindgren2015-05-071-4/+3
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1Tony Lindgren2015-05-071-17/+44
OpenPOWER on IntegriCloud