summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-11Merge branches 'master' and 'devel' into for-linusRussell King293-4667/+16093
2010-08-11ARM: 6323/1: cam60: don't use __init for cam60_spi_{flash_platform_data,parti...Uwe Kleine-König1-2/+2
2010-08-11ARM: 6324/1: cam60: move cam60_spi_devices to .init.dataUwe Kleine-König1-2/+2
2010-08-11ARM: 6322/1: imx/pca100: Fix name of spi platform dataUwe Kleine-König1-1/+1
2010-08-11ARM: 6321/1: fix syntax error in main Kconfig fileUwe Kleine-König1-1/+1
2010-08-11ARM: 6297/1: move U300 timer to dynamic clock lookupLinus Walleij2-10/+13
2010-08-11ARM: 6296/1: clock U300 intcon and timer properlyLinus Walleij4-24/+17
2010-08-11ARM: 6295/1: fix U300 apb_pclk splitLinus Walleij3-67/+57
2010-08-11ARM: 6306/1: fix inverted MMC card detect in U300Linus Walleij1-4/+4
2010-08-11ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faul...Will Deacon2-0/+20
2010-08-11ARM: 6294/1: etm: do a dummy read from OSSRR during initializationAlexander Shishkin1-1/+3
2010-08-11ARM: 6292/1: coresight: add ETM management registersAlexander Shishkin2-3/+7
2010-08-11ARM: 6288/1: ftrace: document mcount formatsRabin Vincent1-0/+36
2010-08-11ARM: 6287/1: ftrace: clean up mcount assembly indentationRabin Vincent1-44/+44
2010-08-11ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent1-3/+2
2010-08-11ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICEEric Bénard1-2/+17
2010-08-11ARM: 6280/1: imx: Fix build failure when including <mach/gpio.h> without <lin...Uwe Kleine-König1-0/+1
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds80-450/+1311
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds5-13/+17
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-155/+68
2010-08-10Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds2-0/+12
2010-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds109-134613/+282
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds87-2090/+2477
2010-08-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds23-382/+3390
2010-08-10drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-10drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2
2010-08-10rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse1-15/+10
2010-08-10rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse1-4/+15
2010-08-10rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse1-11/+17
2010-08-10rwsem: lighter active count checks when waking up readersMichel Lespinasse1-25/+32
2010-08-10rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse1-27/+34
2010-08-10hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel3-11/+82
2010-08-10drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-10hwmon: coretemp: documentation update and cleanupChen Gong2-3/+104
2010-08-10hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3
2010-08-10hwmon: coretemp: update hotplug condition checkChen Gong1-0/+5
2010-08-10hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck5-0/+709
2010-08-10hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck5-0/+923
2010-08-10hmc6352: add driver for the HMC6352 compassKalhan Trisal4-0/+195
2010-08-10drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf1-0/+1
2010-08-10checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto1-0/+3
2010-08-10checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto1-0/+7
2010-08-10checkpatch: prefer usleep_range over udelayPatrick Pannuto1-0/+8
2010-08-10checkpatch: add more exceptions to 80 char linesJoe Perches1-2/+3
2010-08-10checkpatch: change externals to globalsJoe Eloff1-2/+2
2010-08-10checkpatch: fix handling of leading spacesRaffaele Recalcati1-0/+7
2010-08-10checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang1-1/+7
2010-08-10edd: fix possible memory leak in edd_init() error pathAxel Lin1-7/+13
2010-08-10flex_array: add helpers to get and put to make pointers easy to useEric Paris2-1/+29
2010-08-10lib: vsprintf: useless strlen() removedMichal Nazarewicz1-10/+4