summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-02usb: dwc3: pci: fix failure path in dwc3_pci_probe()Paul Zimmerman1-1/+3
2012-03-02usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman2-1/+2
2012-03-02usb: dwc3: fix bogus test in dwc3_gadget_start_isocPaul Zimmerman1-11/+5
2012-03-02usb: dwc3: use proper function for setting endpoint nameAnton Tikhomirov1-4/+4
2012-03-02usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOCPaul Zimmerman1-0/+8
2012-03-02usb: dwc3: make dwc3_get_device_id() return the idDan Carpenter1-1/+1
2012-03-02usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman5-47/+46
2012-03-02usb: dwc3: linux/module.h included twiceDanny Kukawka2-2/+0
2012-03-02usb: dwc3: use devm_xxx functionsChanho Park3-125/+90
2012-03-02usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov2-0/+164
2012-02-13usb: dwc3: convert TRBs into bitshiftsFelipe Balbi3-162/+97
2012-02-10usb: dwc3: ep0: fix SetFeature(TEST)Gerard Cauvy3-8/+17
2012-02-10usb: dwc3: debugfs: fix off by one when entering testmodeGerard Cauvy1-3/+3
2012-02-06usb: dwc3: gadget: allocate 3 packets for bulk and isoc endpointsFelipe Balbi1-2/+18
2012-02-06usb: dwc3: gadget: avoid memcpy()ing event bufferFelipe Balbi1-1/+2
2012-02-06usb: dwc3: host: align on host device nameFelipe Balbi1-1/+1
2012-02-06usb: dwc3: debugfs: fix error checkFelipe Balbi1-10/+10
2012-02-06usb: dwc3: omap: convert pdata to of propertyFelipe Balbi1-12/+22
2012-02-06usb: dwc3: gadget: start core on Rx.DetectFelipe Balbi2-3/+15
2012-02-06usb: dwc3: gadget: dynamically re-size TxFifosFelipe Balbi4-2/+104
2012-02-06usb: dwc3: ep0: move to CONFIGURED also on delayed statusFelipe Balbi1-1/+1
2012-02-06usb: dwc3: gadget: use the descriptor pointer we holdFelipe Balbi1-1/+1
2012-02-06usb: dwc3: gadget: fix XferNotReady debug printFelipe Balbi2-1/+7
2012-02-06usb: dwc3: gadget: allow Link state changes via debugfsFelipe Balbi2-1/+111
2012-02-06usb: dwc3: gadget: re-factor Link state change to a functionFelipe Balbi2-11/+42
2012-02-06usb: dwc3: gadget: allow testmodes changes via debugfsFelipe Balbi1-0/+92
2012-02-06usb: dwc3: gadget: re-factor USB2 test mode to a functionFelipe Balbi3-18/+40
2012-01-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+13
2012-01-30Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-63/+85
2012-01-30Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds30-655/+345
2012-01-30Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds36-2593/+224
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+3
2012-01-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+1
2012-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-89/+46
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon1-1/+1
2012-01-30drm/radeon/kms: Fix device tree linkage of i2c busesJean Delvare1-0/+1
2012-01-30drm: Pass the real error code back during GEM bo initialisationChris Wilson1-1/+1
2012-01-30Revert "drm/i810: cleanup reclaim_buffers"Daniel Vetter3-13/+11
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck1-0/+6
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot1-1/+2
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-385/+17
2012-01-28Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-4/+4
2012-01-28Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+5
2012-01-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds10-26/+51
2012-01-28Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-418/+213
2012-01-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+22
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+2
2012-01-28virtio: correct the memory barrier in virtqueue_kick_prepare()Jason Wang1-3/+3
2012-01-28virtio: fix typos of memory barriersJason Wang1-1/+1
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk1-2/+5