summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-06Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds460-27815/+17443
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds46-1031/+4285
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2-23/+12
2011-01-06Merge branch 'devel-stable' into develRussell King32-875/+2893
2011-01-06Merge branch 'misc' into develRussell King6-0/+225
2011-01-06Merge branch 'smp' into miscRussell King646-5183/+13750
2011-01-06Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds3-35/+114
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds39-1290/+4754
2011-01-06Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2-18/+115
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds678-26200/+81197
2011-01-06cassini: Use local-mac-address prom property for Cassini MAC addressRichard Mortimer2-0/+19
2011-01-06atyfb: Fix bootup hangs on sparc64.David S. Miller1-22/+5
2011-01-06netconsole: clarify stopping messageFerenc Wagner1-2/+2
2011-01-06netconsole: don't announce stopping if nothing happenedFerenc Wagner1-1/+3
2011-01-06cnic: Fix the type field in SPQ messagesMichael Chan1-21/+12
2011-01-06net: r6040: Return proper error for r6040_init_oneAxel Lin1-0/+2
2011-01-06net: ixp4xx_eth: Return proper error for eth_init_oneAxel Lin1-1/+3
2011-01-06Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-0/+600
2011-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+12
2011-01-06Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-19/+18
2011-01-06[media] radio-aimslab.c: Fix gcc 4.5+ bugMauro Carvalho Chehab1-17/+6
2011-01-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt125-694/+1193
2011-01-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt319-2208/+2887
2011-01-06Merge branch 'fbdev/udlfb'Paul Mundt9-365/+64
2011-01-06video: udlfb: Kill off special printk wrappers, use pr_fmt().Paul Mundt1-37/+39
2011-01-06video: udlfb: Kill off some magic constants for EDID sizing.Paul Mundt1-8/+7
2011-01-06video: udlfb: deifdefify (yes, that's a word).Paul Mundt1-39/+2
2011-01-06fbdev: modedb: Add a new mode for 864x480 TAAL panels.Mayuresh Janorkar1-0/+4
2011-01-06drivers/video/i810/i810-i2c.c: fix i2c bus handlingStefani Seibold1-4/+8
2011-01-06video: Fix the HGA framebuffer driverBrent Cook2-25/+11
2011-01-06drivers/video/carminefb.c: improve error handlingJulia Lawall1-4/+2
2011-01-06video: imxfb: Fix the maximum value for yresFabio Estevam1-6/+3
2011-01-06fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp supportMagnus Damm1-11/+63
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville83-1503/+5038
2011-01-05ath9k: correct MODULE_PARM_DESC parameters for force_new_aniJohn W. Linville1-1/+1
2011-01-05ath5k: qualify global modparam_nohwcrypt variableJohn W. Linville2-4/+4
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville3-5/+5
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+11
2011-01-05Merge branches 'mmci' and 'pl011-dma' into develRussell King3-61/+747
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King6-95/+420
2011-01-05ARM: PL011: add DMA burst threshold support for ST variantsRussell King1-0/+12
2011-01-05ARM: PL011: Add support for transmit DMARussell King1-2/+506
2011-01-05ARM: PL011: Ensure IRQs are disabled in UART interrupt handlerRussell King1-2/+3
2011-01-05ARM: PL011: Separate hardware FIFO size from TTY FIFO sizeRussell King1-3/+5
2011-01-05ARM: PL011: Allow better handling of vendor dataRussell King1-24/+27
2011-01-05ARM: PL011: Ensure error flags are clear at startupRussell King1-0/+4
2011-01-05ARM: PL011: include revision number in boot-time port printkRussell King1-1/+5
2011-01-05[media] cx25821: Fix compilation breakage due to BKL dependencyMauro Carvalho Chehab1-0/+1
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar30-213/+290
2011-01-05Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King4-111/+113