summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-08-101-3/+3
|\
| * Revert "Input: appletouch - fix integer overflow issue"Benjamin Herrenschmidt2010-08-091-3/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-1016-364/+3174
|\ \
| * | DMAENGINE: at_hdmac: locking fixletYong Wang2010-08-051-2/+2
| * | DMAENGINE: pch_dma: kill another usage of __raw_{read|write}lYong Wang2010-08-051-2/+2
| * | dma: dmatest: fix potential sign bugKulikov Vasiliy2010-08-041-1/+1
| * | ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-044-3/+55
| * | DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij2010-08-041-0/+169
| * | DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij2010-08-041-4/+137
| * | dmaengine: Driver for Topcliff PCH DMA controllerYong Wang2010-08-043-0/+965
| * | intel_mid: Add Mrst & Mfld DMA DriversVinod Koul2010-07-284-0/+1417
| * | Merge branch 'timb' into dmaengineDan Williams2010-07-011-4/+4
| |\ \
| | * | drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall2010-07-011-2/+2
| | * | dma/timb_dma: compile warning on 32 bitDan Carpenter2010-07-011-2/+2
| * | | DMAENGINE: ste_dma40: support older siliconLinus Walleij2010-06-231-4/+28
| * | | DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg2010-06-231-0/+8
| * | | DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg2010-06-231-20/+13Star
| * | | DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij2010-06-233-102/+168
| * | | DMAENGINE: ste_dma40: no premature stopJonas Aaberg2010-06-231-1/+4
| * | | DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg2010-06-232-8/+5Star
| * | | DMAENGINE: ste_dma40: avoid doing unnessecary suspendJonas Aaberg2010-06-231-32/+7Star
| * | | DMAENGINE: ste_dma40: lock fixJonas Aaberg2010-06-231-7/+7
| * | | DMAENGINE: ste_dma40: deny ops on non-alloc channelsJonas Aaberg2010-06-231-0/+44
| * | | DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg2010-06-232-67/+52Star
| * | | DMAENGINE: ste_dma40: improve allocation error handlingJonas Aaberg2010-06-231-14/+10Star
| * | | DMAENGINE: ste_dma40: use kmem cacheJonas Aaberg2010-06-231-34/+18Star
| * | | DMAENGINE: ste_dma40: moved freeing of client owned descPer Friden2010-06-231-12/+12
| * | | DMAENGINE: ste_dma40: only write phy channel config first timeLinus Walleij2010-06-232-32/+35
| * | | DMAENGINE: ste_dma40: fixed lli_max=1 issuePer Friden2010-06-231-33/+29Star
| |/ /
* | | drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong2010-08-101-1/+2
* | | drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong2010-08-101-1/+2
* | | hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2010-08-102-11/+78
* | | drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton2010-08-101-4/+0Star
* | | hwmon: coretemp: documentation update and cleanupChen Gong2010-08-101-1/+1
* | | hwmon: coretemp: enable coretemp device add operation failureChen Gong2010-08-101-14/+3Star
* | | hwmon: coretemp: update hotplug condition checkChen Gong2010-08-101-0/+5
* | | hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck2010-08-103-0/+605
* | | hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck2010-08-103-0/+759
* | | hmc6352: add driver for the HMC6352 compassKalhan Trisal2010-08-103-0/+174
* | | drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf2010-08-101-0/+1
* | | edd: fix possible memory leak in edd_init() error pathAxel Lin2010-08-101-7/+13
* | | s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita2010-08-103-3/+3
* | | char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-101-1/+1
* | | drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair2010-08-103-0/+493
* | | hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2010-08-102-12/+13
* | | drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V2010-08-103-0/+284
* | | cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2010-08-102-7/+47
* | | drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro2010-08-101-23/+23
* | | drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe2010-08-101-2/+2
* | | ipmi: fix ACPI detection with regspacingYinghai Lu2010-08-101-0/+8