summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda2015-04-031-1/+1
* Revert "usb: host/sl811-hcd: fix sparse warning"Guenter Roeck2015-04-031-1/+1
* Merge tag 'usb-serial-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-032-100/+459
|\
| * USB: f81232: fix some minor style issuesJohan Hovold2015-03-271-5/+6
| * USB: f81232: modify/add authorPeter Hung2015-03-271-1/+2
| * USB: f81232: cleanup non-used definePeter Hung2015-03-271-14/+0
| * USB: f81232: clarify f81232_ioctl() and fixPeter Hung2015-03-271-11/+19
| * USB: f81232: implement set_termios()Peter Hung2015-03-271-4/+108
| * USB: f81232: implement port enable/disable methodPeter Hung2015-03-271-0/+49
| * USB: f81232: implement MCR/MSR functionPeter Hung2015-03-271-22/+117
| * USB: f81232: implement read IIR/MSR with endpointPeter Hung2015-03-271-8/+118
| * USB: f81232: change lock mechanismPeter Hung2015-03-271-6/+5
| * USB: f81232: implement RX bulk-in EPPeter Hung2015-03-271-34/+41
| * USB: f81232: rename private struct member namePeter Hung2015-03-271-4/+4
| * USB: ch341: remove redundant close from open error pathJohan Hovold2015-02-261-1/+0
* | usb: Fix warnings in chaoskey driverKeith Packard2015-04-011-2/+4
* | usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warningskbuild test robot2015-03-261-1/+0
* | chipidea: pci: make it depends on NOP_USB_XCEIVAndy Shevchenko2015-03-261-0/+1
* | chipidea: introduce specific Kconfig options for glue driversAndy Shevchenko2015-03-262-7/+12
* | usb: chipidea: use hrtimer for otg fsm timersLi Jun2015-03-263-197/+190
* | usb: otg-fsm: move 2 otg fsm timers definition to otg_fsm_timerLi Jun2015-03-262-16/+5
* | usb: chipidea: otg: remove unnecessary B_SESS_VLD timerLi Jun2015-03-262-33/+1
* | USB: host: ohci-at91: remove useless uclk clockBoris Brezillon2015-03-261-15/+3
* | cdc-wdm: error returns need to be translatedOliver Neukum2015-03-261-1/+1
* | cdc-wdm: fix endianness bug in debug statementsOliver Neukum2015-03-261-5/+7
* | cdc-wdm: unify error handling in writeOliver Neukum2015-03-261-15/+16
* | cdc-acm: convert to not directly using urb->statusOliver Neukum2015-03-261-3/+4
* | cdc-acm: surpress misleading messageOliver Neukum2015-03-261-1/+1
* | cdc-acm: fix race between callback and unthrottleOliver Neukum2015-03-261-2/+10
* | usb/misc/usb3503: Always read refclk frequency from DTBen Gamari2015-03-261-23/+24
* | cdc-wdm: return correct error codesOliver Neukum2015-03-261-1/+1
* | usb: ehci-orion: add more constants for register valuesThomas Petazzoni2015-03-261-6/+12
* | USB: Move usb_disabled() towards top of the fileViresh Kumar2015-03-261-16/+16
* | USB: Use usb_disabled() consistentlyViresh Kumar2015-03-261-2/+2
* | usb: Add driver for Altus Metrum ChaosKey device (v2)Keith Packard2015-03-263-0/+543
* | usb: chipidea: usbmisc_imx: fix returnvar.cocci warningskbuild test robot2015-03-261-2/+1
* | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-2451-1993/+2771
|\ \
| * | usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren2015-03-241-1/+24
| * | usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov2015-03-241-1/+1
| * | usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz2015-03-241-0/+1
| * | usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks2015-03-192-8/+18
| * | usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn2015-03-191-4/+2
| * | usb: gadget: constify of_device_id arrayFabian Frederick2015-03-191-1/+1
| * | usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches2015-03-191-111/+122
| * | usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda2015-03-191-3/+19
| * | usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-191-2/+2
| * | usb: phy: Find the right match in devm_usb_phy_matchAxel Lin2015-03-191-1/+3
| * | usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen2015-03-191-5/+5
| * | usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-191-1/+33
| * | usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-191-25/+9