aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03oxu210hp-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03r8a66597-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03sl811-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03u132-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03uhci-hub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03c67x00-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03dwc2: hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03dummy_hcd: use USB_DT[_SS]_HUBSergei Shtylyov1-2/+2
2015-04-03isp1760-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03musb_virthub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03renesas_usbhs: mod_host: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03usbip: vhci_hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03wusbcore: rh: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-04-03usb/misc: fix chaoskey build, needs HW_RANDOMRandy Dunlap1-0/+1
2015-04-03usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda1-1/+1
2015-04-03Revert "usb: host/sl811-hcd: fix sparse warning"Guenter Roeck1-1/+1
2015-04-03Merge tag 'usb-serial-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman2-100/+459
2015-04-02[media] gadget/uvc: embed video_deviceHans Verkuil2-27/+19
2015-04-01usb: Fix warnings in chaoskey driverKeith Packard1-2/+4
2015-04-01Merge tag 'usb-serial-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-2/+16
2015-03-27USB: f81232: fix some minor style issuesJohan Hovold1-5/+6
2015-03-27USB: f81232: modify/add authorPeter Hung1-1/+2
2015-03-27USB: f81232: cleanup non-used definePeter Hung1-14/+0
2015-03-27USB: f81232: clarify f81232_ioctl() and fixPeter Hung1-11/+19
2015-03-27USB: f81232: implement set_termios()Peter Hung1-4/+108
2015-03-27USB: f81232: implement port enable/disable methodPeter Hung1-0/+49
2015-03-27USB: f81232: implement MCR/MSR functionPeter Hung1-22/+117
2015-03-27USB: f81232: implement read IIR/MSR with endpointPeter Hung1-8/+118
2015-03-27USB: f81232: change lock mechanismPeter Hung1-6/+5
2015-03-27USB: f81232: implement RX bulk-in EPPeter Hung1-34/+41
2015-03-27USB: f81232: rename private struct member namePeter Hung1-4/+4
2015-03-26usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-03-26chipidea: pci: make it depends on NOP_USB_XCEIVAndy Shevchenko1-0/+1
2015-03-26chipidea: introduce specific Kconfig options for glue driversAndy Shevchenko2-7/+12
2015-03-26usb: chipidea: use hrtimer for otg fsm timersLi Jun3-197/+190
2015-03-26usb: otg-fsm: move 2 otg fsm timers definition to otg_fsm_timerLi Jun2-16/+5
2015-03-26usb: chipidea: otg: remove unnecessary B_SESS_VLD timerLi Jun2-33/+1
2015-03-26USB: host: ohci-at91: remove useless uclk clockBoris Brezillon1-15/+3
2015-03-26cdc-wdm: error returns need to be translatedOliver Neukum1-1/+1
2015-03-26cdc-wdm: fix endianness bug in debug statementsOliver Neukum1-5/+7
2015-03-26cdc-wdm: unify error handling in writeOliver Neukum1-15/+16
2015-03-26cdc-acm: convert to not directly using urb->statusOliver Neukum1-3/+4
2015-03-26cdc-acm: surpress misleading messageOliver Neukum1-1/+1
2015-03-26cdc-acm: fix race between callback and unthrottleOliver Neukum1-2/+10
2015-03-26usb/misc/usb3503: Always read refclk frequency from DTBen Gamari1-23/+24
2015-03-26cdc-wdm: return correct error codesOliver Neukum1-1/+1
2015-03-26usb: ehci-orion: add more constants for register valuesThomas Petazzoni1-6/+12
2015-03-26USB: Move usb_disabled() towards top of the fileViresh Kumar1-16/+16
2015-03-26USB: Use usb_disabled() consistentlyViresh Kumar1-2/+2
2015-03-26usb: Add driver for Altus Metrum ChaosKey device (v2)Keith Packard3-0/+543