summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* firewire: ohci: fix isochronous DMA synchronizationClemens Ladisch2011-10-181-0/+73
* firewire: ohci: work around selfID junk due to wrong gap countClemens Ladisch2011-10-181-2/+16
* firewire: net: Use posted writesStephan Gatzka2011-10-092-8/+4Star
* firewire: use clamp and min3 macrosStefan Richter2011-10-093-9/+5Star
* firewire: ohci: optimize TSB41BA3D detectionStefan Richter2011-10-091-24/+12Star
* firewire: ohci: TSB41BA3D support tweaksStefan Richter2011-10-091-51/+23Star
* firewire: ohci: Add support for TSB41BA3D phyStephan Gatzka2011-09-161-2/+183
* firewire: ohci: Move code from the bus reset tasklet into a workqueueStephan Gatzka2011-09-161-8/+10
* firewire: sbp2: fold two functions into oneStefan Richter2011-09-161-19/+9Star
* firewire: sbp2: move some code to more sensible placesStefan Richter2011-09-161-106/+107
* firewire: sbp2: remove obsolete reference countingStefan Richter2011-09-161-40/+17Star
* firewire: ohci: add no MSI quirk for O2Micro controllerMing Lei2011-09-161-0/+3
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-09-127-28/+66
|\
| * drm: Remove duplicate "return" statementLin Ming2011-09-091-1/+0Star
| * Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2011-09-094-7/+30
| |\
| | * drm/nv04/crtc: Bail out if FB is not bound to crtcEmil Velikov2011-09-091-2/+13
| | * drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archsMarcin Slusarz2011-09-091-1/+1
| | * drm/nouveau: properly handle allocation failure in nouveau_sgdma_populateMarcin Slusarz2011-09-091-1/+4
| | * drm/nouveau: fix oops on pre-semaphore hardwareBen Skeggs2011-09-091-1/+2
| | * drm/nv50/crtc: Bail out if FB is not bound to crtcEmil Velikov2011-09-091-2/+10
| * | drm/radeon/kms: fix DP detect and EDID fetch for DP bridgesAlex Deucher2011-09-062-20/+36
| |/
* | Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linusLinus Torvalds2011-09-117-74/+30Star
|\ \
| * | [media] vp7045: fix buffer setupFlorian Mickler2011-09-111-22/+4Star
| * | [media] nuvoton-cir: simplify raw IR sample handlingJarod Wilson2011-09-112-38/+8Star
| * | [media] [Resend] viacam: Don't explode if pci_find_bus() returns NULLJesper Juhl2011-09-111-0/+2
| * | [media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240Jean-François Moine2011-09-111-0/+4
| * | [media] gspca - sonixj: Fix wrong register mask for sensor om6802Luiz Carlos Ramos2011-09-111-1/+1
| * | [media] gspca - ov519: Fix LED inversion of some ov519 webcamsJean-François Moine2011-09-111-12/+10Star
| * | [media] pwc: precedence bug in pwc_init_controls()Dan Carpenter2011-09-111-1/+1
| |/
* | scsi: qla4xxx driver depends on NETRandy Dunlap2011-09-111-1/+1
* | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-09-111-0/+3
|\ \
| * | NET: am79c961: fix race in link status codeRussell King2011-09-051-0/+3
* | | backlight: Declare backlight_types[] constBart Van Assche2011-09-101-1/+1
* | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-09-103-30/+43
|\ \ \
| * | | md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown2011-09-101-2/+10
| * | | md/raid1,10: Remove use-after-free bug in make_request.NeilBrown2011-09-102-10/+17
| * | | md/raid10: unify handling of write completion.NeilBrown2011-09-101-20/+18Star
* | | | PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-102-20/+23
* | | | Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-102-4/+3Star
* | | | Merge branch 'for-linus' of git://dev.laptop.org/users/cjb/mmcLinus Torvalds2011-09-107-44/+99
|\ \ \ \
| * | | | mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S2011-08-311-0/+2
| * | | | mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani2011-08-311-28/+53
| * | | | mmc: sdhi: initialise mmc_data->flags before useSimon Horman2011-08-311-2/+2
| * | | | mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-08-311-1/+1
| * | | | mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-08-311-2/+29
| * | | | mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-08-313-11/+11
| * | | | mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.hShawn Guo2011-08-281-0/+1
* | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-09-091-13/+29
|\ \ \ \ \
| * | | | | dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin2011-09-051-0/+16
| * | | | | dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin2011-09-051-10/+12