Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | ohci-hub: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | oxu210hp-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | r8a66597-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | sl811-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | u132-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | uhci-hub: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | c67x00-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | dwc2: hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | dummy_hcd: use USB_DT[_SS]_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | isp1760-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | musb_virthub: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | renesas_usbhs: mod_host: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | usbip: vhci_hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | wusbcore: rh: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | |
| | * | | | | | | | usb/misc: fix chaoskey build, needs HW_RANDOM | Randy Dunlap | 2015-04-03 | |
| | * | | | | | | | usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK value | Yoshihiro Shimoda | 2015-04-03 | |
| | * | | | | | | | Revert "usb: host/sl811-hcd: fix sparse warning" | Guenter Roeck | 2015-04-03 | |
| | * | | | | | | | Merge tag 'usb-serial-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2015-04-03 | |
| | |\ \ \ \ \ \ \ | ||||
| | | * | | | | | | | USB: f81232: fix some minor style issues | Johan Hovold | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: modify/add author | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: cleanup non-used define | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: clarify f81232_ioctl() and fix | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: implement set_termios() | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: implement port enable/disable method | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: implement MCR/MSR function | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: implement read IIR/MSR with endpoint | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: change lock mechanism | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: implement RX bulk-in EP | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: f81232: rename private struct member name | Peter Hung | 2015-03-27 | |
| | | * | | | | | | | USB: ch341: remove redundant close from open error path | Johan Hovold | 2015-02-26 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||
| | * | | | | | | | usb: Fix warnings in chaoskey driver | Keith Packard | 2015-04-01 | |
| | * | | | | | | | usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warnings | kbuild test robot | 2015-03-26 | |
| | * | | | | | | | chipidea: pci: make it depends on NOP_USB_XCEIV | Andy Shevchenko | 2015-03-26 | |
| | * | | | | | | | chipidea: introduce specific Kconfig options for glue drivers | Andy Shevchenko | 2015-03-26 | |
| | * | | | | | | | usb: chipidea: use hrtimer for otg fsm timers | Li Jun | 2015-03-26 | |
| | * | | | | | | | usb: otg-fsm: move 2 otg fsm timers definition to otg_fsm_timer | Li Jun | 2015-03-26 | |
| | * | | | | | | | usb: chipidea: otg: remove unnecessary B_SESS_VLD timer | Li Jun | 2015-03-26 | |
| | * | | | | | | | USB: host: ohci-at91: remove useless uclk clock | Boris Brezillon | 2015-03-26 | |
| | * | | | | | | | cdc-wdm: error returns need to be translated | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | cdc-wdm: fix endianness bug in debug statements | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | cdc-wdm: unify error handling in write | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | cdc-acm: convert to not directly using urb->status | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | cdc-acm: surpress misleading message | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | cdc-acm: fix race between callback and unthrottle | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | usb/misc/usb3503: Always read refclk frequency from DT | Ben Gamari | 2015-03-26 | |
| | * | | | | | | | cdc-wdm: return correct error codes | Oliver Neukum | 2015-03-26 | |
| | * | | | | | | | usb: ehci-orion: add more constants for register values | Thomas Petazzoni | 2015-03-26 | |
| | * | | | | | | | USB: Move usb_disabled() towards top of the file | Viresh Kumar | 2015-03-26 | |
| | * | | | | | | | USB: Use usb_disabled() consistently | Viresh Kumar | 2015-03-26 | |
| | * | | | | | | | usb: Add driver for Altus Metrum ChaosKey device (v2) | Keith Packard | 2015-03-26 |