summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-2359-112/+106
* usb: include module.h in the DesignWare USB3 DRD driverStephen Rothwell2011-08-231-0/+1
* USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior2011-08-231-1/+3
* usb: fhci-hcd: Allocate pram dynamically.Joakim Tjernlund2011-08-231-1/+4
* usb/isp1760: Clear TT buffer on interrupted low & full speed transfersArvid Brodin2011-08-221-9/+74
* drivers/usb/host/ohci-omap3.c: test the just-initialized valueJulia Lawall2011-08-221-1/+1
* USB: otg: remove unused function twl6030_set_phy_clkWanlong Gao2011-08-221-16/+0
* s3c-hsudc: Add basic otg transceiver handlingHeiko Stübner2011-08-221-0/+23
* s3c-hsudc: Fix possible nullpointer dereference during probeHeiko Stübner2011-08-221-13/+13
* MAINTAINERS: add a maintainer for DesignWare USB3 driverFelipe Balbi2011-08-221-0/+8
* usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi2011-08-2216-0/+5712
* usb: gadget: introduce gadget_is_dwc3()Felipe Balbi2011-08-221-0/+3
* usb: ch9: add function defines from ch9, USB 3.0 specSebastian Andrzej Siewior2011-08-221-0/+5
* USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-2210-41/+56
* usb: renesas_usbhs: use usb_endpoint_maxp()kuninori.morimoto.gx@renesas.com2011-08-221-1/+1
* usb: add usb_endpoint_maxp() macrokuninori.morimoto.gx@renesas.com2011-08-221-0/+12
* usb: OHCI/EHCI support for Netlogic XLS processor.Jayachandran C2011-08-224-0/+322
* USB: pxa168: Add onchip USB host controller supportTanmay Upadhyay2011-08-226-0/+429
* usb: isp1362-hcd: Quieten printksTobias Klauser2011-08-221-3/+3
* usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin2011-08-221-18/+20
* usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin2011-08-221-6/+3
* usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin2011-08-222-45/+96
* usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin2011-08-221-68/+68
* usb/isp1760: Move some code (prepare for next patch)Arvid Brodin2011-08-221-27/+18
* usb: misc: usblcd: fixed coding style issuesZack Parsons2011-08-221-56/+71
* usb: misc: usbled: fixed coding style issuesZack Parsons2011-08-221-11/+14
* USB: ipw: convert to usb-wwan frameworkOliver Neukum2011-08-221-2/+31
* usb_storage: Don't freeze in usb-stor-scanSeth Forshee2011-08-221-3/+13
* USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl2011-08-221-5/+0
* Linux 3.1-rc3v3.1-rc3Linus Torvalds2011-08-221-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-08-226-8/+26
|\
| * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-08-186-8/+26
| |\
| | * perf tools: Add group event scheduling option to perf record/statLin Ming2011-08-182-3/+8
| | * MAINTAINERS: Fix list of perf events source filesGeunsik Lim2011-08-181-1/+1
| | * perf tools: Fix build against newer glibcJosh Boyer2011-08-181-0/+2
| | * perf tools: Fix error handling of unknown eventsStephane Eranian2011-08-181-1/+5
| | * perf evlist: Fix missing event name init for default eventStephane Eranian2011-08-181-1/+10
| | * perf list: Fix exit valueStephane Eranian2011-08-181-2/+0
* | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-225-11/+15
|\ \ \
| * | | xen/tracing: Fix tracing config option properlyJeremy Fitzhardinge2011-08-221-1/+1
| * | | xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-221-2/+2
| * | | xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-173-8/+12
| * | | xen: xen-selfballoon.c needs more header filesRandy Dunlap2011-08-101-0/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-211-5/+10
|\ \ \ \
| * | | | firewire: core: handle ack_busy when fetching the Config ROMStefan Richter2011-08-131-5/+10
* | | | | Btrfs: fix 64 bit divide problemJosef Bacik2011-08-211-5/+7
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-215-9/+37
|\ \ \ \ \
| * | | | | ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang2011-08-191-2/+7
| * | | | | ext4: fix nomblk_io_submit option so it correctly converts uninit blocksTheodore Ts'o2011-08-131-1/+6
| * | | | | ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2011-08-132-3/+12
OpenPOWER on IntegriCloud