aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27f_phonet: fix skb truesize underestimationEric Dumazet1-1/+1
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-9/+11
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-6/+6
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-25USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)1-2/+4
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-35/+9
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-20usbfs: kill racy detection of simple_pin_fs()Al Viro1-9/+1
2012-03-20tidy up after d_make_root() conversionAl Viro1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro3-17/+4
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds222-5260/+8566
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-22/+7
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-56/+22
2012-03-16USB: option: add ZTE MF820DBjørn Mork1-0/+2
2012-03-16usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen1-3/+1
2012-03-16USB: option: make interface blacklist work againBjørn Mork1-0/+1
2012-03-15USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-03-15USB: use generic platform driver on ath79Hauke Mehrtens5-371/+10
2012-03-15USB: EHCI: Add a generic platform device driverHauke Mehrtens3-0/+213
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens3-0/+209
2012-03-15USB: ftdi_sio: new PID: LUMEL PD12Michał Wróbel2-0/+3
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanupArnd Bergmann2-10/+2
2012-03-14USB: ftdi_sio: add support for FT-X series devicesJim Paris3-6/+18
2012-03-14USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee1-26/+57
2012-03-13usb: Don't make USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT.David Daney1-21/+21
2012-03-13usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCTIONFS_ETHLothar Waßmann1-17/+17
2012-03-13USB: ohci-nxp: Remove i2c_write(), use smbusRoland Stigge1-29/+29
2012-03-13USB: ohci-nxp: Support for LPC32xxRoland Stigge2-35/+109
2012-03-13USB: ohci-nxp: Rename symbols from pnx4008 to nxpRoland Stigge2-27/+28
2012-03-13USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxpRoland Stigge2-1/+1
2012-03-13usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri1-1/+1
2012-03-13usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi1-0/+1
2012-03-13USB: dynamically allocate usb_device children pointers instead of using a fix arrayHuajun Li1-3/+7
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior5-0/+233
2012-03-13xHCI: update sg tablesizeAndiry Xu1-1/+2
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu1-12/+13
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu1-3/+3
2012-03-13xHCI: dynamic ring expansionAndiry Xu3-17/+93
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu1-18/+38
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu1-34/+55
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu4-47/+67
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu2-0/+4
2012-03-12xHCI: store ring's typeAndiry Xu3-75/+92
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi1-4/+1
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu1-24/+27
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman213-4516/+7241
2012-03-09USB: ftdi_sio: new PID: Distortec JTAG-lock-pickMichał Wróbel2-0/+4
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman22-115/+182