| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-03-20 | 222 | -5260/+8566 |
|\ |
|
| * | USB: option: add ZTE MF820D | Bjørn Mork | 2012-03-16 | 1 | -0/+2 |
| * | usb: gadget: f_fs: Remove lock is held before freeing checks | Andi Kleen | 2012-03-16 | 1 | -3/+1 |
| * | USB: option: make interface blacklist work again | Bjørn Mork | 2012-03-16 | 1 | -0/+1 |
| * | USB: ohci-pxa27x: add clk_prepare/clk_unprepare calls | Philipp Zabel | 2012-03-15 | 1 | -2/+2 |
| * | USB: use generic platform driver on ath79 | Hauke Mehrtens | 2012-03-15 | 5 | -371/+10 |
| * | USB: EHCI: Add a generic platform device driver | Hauke Mehrtens | 2012-03-15 | 3 | -0/+213 |
| * | USB: OHCI: Add a generic platform device driver | Hauke Mehrtens | 2012-03-15 | 3 | -0/+209 |
| * | USB: ftdi_sio: new PID: LUMEL PD12 | Michał Wróbel | 2012-03-15 | 2 | -0/+3 |
| * | USB: ftdi_sio: add support for FT-X series devices | Jim Paris | 2012-03-14 | 3 | -6/+18 |
| * | USB: serial: mos7840: Fixed MCS7820 device attach problem | Donald Lee | 2012-03-14 | 1 | -26/+57 |
| * | usb: Don't make USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT. | David Daney | 2012-03-13 | 1 | -21/+21 |
| * | usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCT... | Lothar Waßmann | 2012-03-13 | 1 | -17/+17 |
| * | USB: ohci-nxp: Remove i2c_write(), use smbus | Roland Stigge | 2012-03-13 | 1 | -29/+29 |
| * | USB: ohci-nxp: Support for LPC32xx | Roland Stigge | 2012-03-13 | 2 | -35/+109 |
| * | USB: ohci-nxp: Rename symbols from pnx4008 to nxp | Roland Stigge | 2012-03-13 | 2 | -27/+28 |
| * | USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp | Roland Stigge | 2012-03-13 | 2 | -1/+1 |
| * | usb: gadget: Kconfig: fix typo for 'different' | Fabio Baltieri | 2012-03-13 | 1 | -1/+1 |
| * | usb: dwc3: pci: fix another failure path in dwc3_pci_probe() | Felipe Balbi | 2012-03-13 | 1 | -0/+1 |
| * | USB: dynamically allocate usb_device children pointers instead of using a fix... | Huajun Li | 2012-03-13 | 1 | -3/+7 |
| * | usb: host: xhci: add platform driver support | Sebastian Andrzej Siewior | 2012-03-13 | 5 | -0/+233 |
| * | xHCI: update sg tablesize | Andiry Xu | 2012-03-13 | 1 | -1/+2 |
| * | xHCI: check enqueue pointer advance into dequeue seg | Andiry Xu | 2012-03-13 | 1 | -12/+13 |
| * | xHCI: Allocate 2 segments for transfer ring | Andiry Xu | 2012-03-13 | 1 | -3/+3 |
| * | xHCI: dynamic ring expansion | Andiry Xu | 2012-03-13 | 3 | -17/+93 |
| * | xHCI: set cycle state when allocate rings | Andiry Xu | 2012-03-13 | 1 | -18/+38 |
| * | xHCI: factor out segments allocation and free function | Andiry Xu | 2012-03-13 | 1 | -34/+55 |
| * | xHCI: count free TRBs on transfer ring | Andiry Xu | 2012-03-13 | 4 | -47/+67 |
| * | xHCI: store ring's last segment and segment numbers | Andiry Xu | 2012-03-13 | 2 | -0/+4 |
| * | xHCI: store ring's type | Andiry Xu | 2012-03-12 | 3 | -75/+92 |
| * | usb: host: xhci: use __ffs() instead of hardcoding shift | Felipe Balbi | 2012-03-12 | 1 | -4/+1 |
| * | xHCI: BESL calculation based on USB2.0 LPM errata | Andiry Xu | 2012-03-12 | 1 | -24/+27 |
| * | Merge 3.3-rc7 into usb-next | Greg Kroah-Hartman | 2012-03-12 | 213 | -4516/+7241 |
| |\ |
|
| | * | USB: ftdi_sio: new PID: Distortec JTAG-lock-pick | Michał Wróbel | 2012-03-09 | 2 | -0/+4 |
| | * | USB: serial: metro-usb: move to use dev_dbg() instead of dbg() | Greg Kroah-Hartman | 2012-03-08 | 1 | -34/+44 |
| | * | USB: serial: metro-usb: remove unneeded cast and function call | Greg Kroah-Hartman | 2012-03-08 | 1 | -5/+2 |
| | * | USB: serial: metro-usb: remove function header comments | Greg Kroah-Hartman | 2012-03-08 | 1 | -110/+0 |
| | * | USB: serial: metro-usb: remove function prototypes | Greg Kroah-Hartman | 2012-03-08 | 1 | -146/+117 |
| | * | USB: serial: metro-usb: fix up coding style errors | Greg Kroah-Hartman | 2012-03-08 | 1 | -95/+65 |
| | * | USB: serial: metro-usb: remove the .h file | Greg Kroah-Hartman | 2012-03-08 | 2 | -54/+21 |
| | * | USB: serial: metro-usb: convert to use module_usb_serial_driver | Greg Kroah-Hartman | 2012-03-08 | 1 | -44/+2 |
| | * | USB: serial: metro-usb: remove vendor and product module parameters | Greg Kroah-Hartman | 2012-03-08 | 1 | -33/+2 |
| | * | USB: serial: metro-usb: add to the build | Greg Kroah-Hartman | 2012-03-08 | 2 | -0/+9 |
| | * | USB: serial: metro-usb: fix up usb_serial_register calls | Greg Kroah-Hartman | 2012-03-08 | 1 | -11/+7 |
| | * | USB: serial: add metro-usb driver to the tree | Aleksey Babahin | 2012-03-08 | 2 | -0/+674 |
| | * | USB: gadget: Make g_hid device class conform to spec. | Orjan Friberg | 2012-03-08 | 1 | -3/+3 |
| | * | usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support | Bjørn Mork | 2012-03-08 | 1 | -4/+59 |
| | * | usb: cdc-wdm: adding list lookup indirection | Bjørn Mork | 2012-03-08 | 1 | -12/+48 |
| | * | usb: cdc-wdm: split out reusable parts of probe | Bjørn Mork | 2012-03-08 | 1 | -51/+54 |
| | * | USB: Microchip VID mislabeled as Hornby VID in ftdi_sio. | Bruno Thomsen | 2012-03-08 | 2 | -4/+8 |