summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-25221-364/+317
|\
| * treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-2117-25/+25
| * uwb: Fix misspelling of neighbourhood in commentJesper Juhl2011-07-211-1/+1
| * trivial: don't touch files that are removed in the staging treeJiri Kosina2011-07-203-5/+8
| * doc: Kconfig: Typo: square -> squaredMichael Witten2011-07-111-1/+1
| * drivers/net: static should be at beginning of declarationJesper Juhl2011-07-111-6/+6
| * Merge branch 'master' into for-nextJiri Kosina2011-07-11402-2157/+28577
| |\
| * | drivers/media: static should be at beginning of declarationJesper Juhl2011-07-111-1/+1
| * | drivers/i2c: static should be at beginning of declarationJesper Juhl2011-07-111-2/+2
| * | Update my e-mail addressMichael Büsch2011-07-0758-58/+58
| * | PCIe ASPM: forcedly -> forciblyMichael Witten2011-06-291-1/+1
| * | gma500: push through device driver treeJiri Kosina2011-06-292-4/+5
| * | viafbdev: fix compilation warning for unused variableNikanth Karthikesan2011-06-271-2/+2
| * | scsi: qla_isr.c: fix comment typo 'hammmer'Justin P. Mattock2011-06-271-2/+2
| * | ata: sata_dwc_460ex.c: fix comment typo corrrespondingJustin P. Mattock2011-06-271-1/+1
| * | Input: libps2.c: fix comment typo arrrives.Justin P. Mattock2011-06-271-1/+1
| * | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-248-10/+10
| * | treewide: Fix recieve/receive typosJoe Perches2011-06-243-17/+17
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-2032-49/+8
| * | Change Ryan Mallon's email address across the kernelRyan Mallon2011-06-163-6/+6
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-10101-204/+190
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-259-27/+24
|\ \ \
| * | | fix devtmpfs raceAl Viro2011-07-251-1/+2
| * | | caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro2011-07-241-13/+13
| * | | get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-245-11/+7
| * | | asus-wmi: ->is_visible() can't return negativeAl Viro2011-07-241-1/+1
| * | | VFS : mount lock scalability for internal mountsTim Chen2011-07-241-1/+1
* | | | Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-254-239/+0
|\ \ \ \
| * | | | ARM: mach-s3c2400: deleteNicolas Pitre2011-07-183-114/+0
| * | | | ARM: mach-s3c24a0: deleteNicolas Pitre2011-07-183-125/+0
* | | | | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-259-46/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next-samsung-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2011-07-21120-1012/+1324
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim2011-07-207-39/+4
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham2011-07-207-35/+2
| | | * | | | serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham2011-07-071-4/+2
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'davinci/cleanup', 'imx/cleanup', 'omap/cleanup' and 'pxa/clea...Arnd Bergmann2011-07-174-12/+6
| |\ \ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | pcmcia: pxa2xx/trizeps4: remove unnecessary ifdefsJonathan Cameron2011-07-111-4/+0
| | | | * | | | | ARM: scoop: drop pcmcia_init callbackDmitry Eremin-Solenikov2011-07-111-3/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-252-5/+6
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann2011-07-15299-1608/+26277
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| * | | | | | | ARM i.MX dma: Fix burstsize settingsSascha Hauer2011-07-072-5/+6
* | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-255-45/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely2011-07-254-14/+10
| * | | | | | | | i2c-ali1535: Fix style issuesLABBE Corentin2011-07-251-31/+30
* | | | | | | | | Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-252-18/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cciss: do not attempt to read from a write-only registerStephen M. Cameron2011-07-091-1/+1
| * | | | | | | | | xen/blkback: Add module alias for autoloadingBastian Blank2011-06-301-0/+1
| * | | | | | | | | xen/blkback: Don't let in-flight requests defer pending ones.Daniel Stodden2011-06-301-17/+19
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2011-07-257-4/+1533
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [CPUFREQ] s5pv210: make needlessly global symbols staticAxel Lin2011-07-141-2/+2