summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | usb: chipidea: usbmisc_imx: Read MX53_USB_OTG_PHY_CTRL_1_OFFSET directlyFabio Estevam2014-11-261-2/+1
| * | | | | | | usb: chipidea: usbmisc_imx: Move the reading of USB_PHY_CTRLFabio Estevam2014-11-261-2/+1
| * | | | | | | usb: chipidea: ci_hdrc_imx.c: Remove unneeded OOM messageFabio Estevam2014-11-261-3/+1
| * | | | | | | usb: chipidea: core: Remove unneeded OOM messageFabio Estevam2014-11-261-3/+1
| * | | | | | | usb: chipidea: using devm_request_irq to instead of request_irqPeter Chen2014-11-261-4/+2
| * | | | | | | Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-11-25135-1913/+7751
| |\ \ \ \ \ \ \
| | * | | | | | | usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren2014-11-253-10/+4
| | * | | | | | | usb: musb: Allow multiple glue layers to be built inTony Lindgren2014-11-251-4/+1
| | * | | | | | | usb: musb: Pass fifo_mode in platform dataTony Lindgren2014-11-255-15/+10
| | * | | | | | | usb: musb: Change end point selection to use new IO accessTony Lindgren2014-11-2511-51/+62
| | * | | | | | | usb: musb: Change to use new IO accessTony Lindgren2014-11-257-120/+146
| | * | | | | | | usb: musb: Populate new IO functions for blackfinTony Lindgren2014-11-251-0/+43
| | * | | | | | | usb: musb: Populate new IO functions for tusb6010Tony Lindgren2014-11-251-0/+41
| | * | | | | | | usb: musb: Add function pointers for IO access functionsTony Lindgren2014-11-252-0/+58
| | * | | | | | | usb: phy: Handle per-PHY event for connnect and disconnect eventsKiran Raparthy2014-11-254-0/+21
| | * | | | | | | usb: dwc2: remove early return on clock queryDinh Nguyen2014-11-251-3/+7
| | * | | | | | | usb: dwc2: Fix build warning when CONFIG_PM_SLEEP=nFabio Estevam2014-11-251-2/+2
| | * | | | | | | usb: gadget: udc: pxa25x: remove unnecessary NULL checkFelipe Balbi2014-11-251-5/+1
| | * | | | | | | usb: gadget: udc: lpc32xx: remove unnecessary NULL checkFelipe Balbi2014-11-251-2/+1
| | * | | | | | | usb: dwc3: return error code from the most recent callJulia Lawall2014-11-241-1/+1
| | * | | | | | | usb: gadget: ss_ep_in_comp_desc can be statickbuild test robot2014-11-241-2/+2
| | * | | | | | | usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring2014-11-211-2/+1
| | * | | | | | | usb: dwc2: gadget: rework suspend/resume code to correctly restore gadget stateMarek Szyprowski2014-11-212-18/+24
| | * | | | | | | usb: dwc2: gadget: add mutex to serialize init/deinit callsMarek Szyprowski2014-11-213-0/+22
| | * | | | | | | usb: dwc2: gadget: rework disconnect event handlingMarek Szyprowski2014-11-213-3/+19
| | * | | | | | | usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7Vivek Gautam2014-11-211-0/+17
| | * | | | | | | usb: dwc3: exynos: Add provision for suspend clockVivek Gautam2014-11-211-0/+11
| | * | | | | | | usb: dwc3: exynos: Remove local variable for clock from probeVivek Gautam2014-11-211-8/+5
| | * | | | | | | usb: phy: introduce usb_phy_set_event interfaceKiran Raparthy2014-11-211-0/+12
| | * | | | | | | usb: gadget: net2280: Fix superspeed dma_done()Mario Schuknecht2014-11-201-1/+1
| | * | | | | | | usb: gadget: at91_udc: move prepare clk into process contextRonald Wahl2014-11-201-12/+32
| | * | | | | | | usb: gadget: atmel_usba_udc: remove release functionBo Shen2014-11-201-9/+0
| | * | | | | | | usb: gadget: at91_udc: remove unused release functionBo Shen2014-11-201-9/+0
| | * | | | | | | usb: gadget: add USB3 support to the printer driverJorge Ramirez-Ortiz2014-11-201-6/+59
| | * | | | | | | usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan2014-11-201-1/+3
| | * | | | | | | usb: dwc3: keystone: fix error return codeJulia Lawall2014-11-201-0/+1
| | * | | | | | | usb: dwc3: trace: don't save pointersFelipe Balbi2014-11-201-4/+8
| | * | | | | | | usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian2014-11-181-1/+4
| | * | | | | | | usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior2014-11-181-1/+9
| | * | | | | | | usb: musb: replace hard coded registers with definesRoman Byshko2014-11-181-27/+30
| | * | | | | | | usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior2014-11-181-0/+8
| | * | | | | | | usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter2014-11-181-5/+10
| | * | | | | | | usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter2014-11-181-0/+1
| | * | | | | | | usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDCAshwini Pahuja2014-11-1814-0/+4384
| | * | | | | | | usb: dwc2: Update Kconfig to support dual-roleDinh Nguyen2014-11-142-43/+55
| | * | | | | | | usb: dwc2: move usb_disabled() call to host driver onlyDinh Nguyen2014-11-142-3/+3
| | * | | | | | | usb: dwc2: gadget: Do not fail probe if there isn't a clock nodeDinh Nguyen2014-11-141-0/+1
| | * | | | | | | usb: dwc2: Update common interrupt handler to call gadget interrupt handlerDinh Nguyen2014-11-144-53/+17
| | * | | | | | | usb: dwc2: Initialize the USB core for peripheral modeDinh Nguyen2014-11-143-2/+8
| | * | | | | | | usb: dwc2: convert to use dev_pm_ops APIDinh Nguyen2014-11-141-6/+9
OpenPOWER on IntegriCloud