summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu5-5/+5
2012-10-05drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa2-10/+4
2012-10-05drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings3-16/+4
2012-10-05drivers/video/backlight/platform_lcd.c: add support for device tree based probeJingoo Han1-0/+10
2012-10-05drivers/video/backlight/da9052_bl.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall1-2/+0
2012-10-05backlight: remove ProGear driverMarcin Juszkiewicz3-170/+0
2012-10-05backlight: add new lm3639 backlight driverG.Shark Jeong3-0/+447
2012-10-05backlight: add Backlight driver for lm3630 chipG.Shark Jeong3-0/+483
2012-10-05drivers/video/backlight/kb3886_bl.c: use usleep_range() instead of msleep() f...Jingoo Han1-2/+2
2012-10-05drivers/video/backlight/ltv350qv.c: use usleep_range() instead of msleep() fo...Jingoo Han1-3/+3
2012-10-05drivers/video/backlight/da9052_bl.c: use usleep_range() instead of msleep() f...Jingoo Han1-1/+1
2012-10-05sections: fix section conflicts in drivers/videoAndi Kleen5-6/+6
2012-10-05sections: fix section conflicts in drivers/scsiAndi Kleen2-2/+2
2012-10-05sections: fix section conflicts in drivers/platform/x86Andi Kleen3-7/+7
2012-10-05sections: fix section conflicts in drivers/net/wanAndi Kleen1-1/+1
2012-10-05sections: fix section conflicts in drivers/net/hamradioAndi Kleen5-7/+7
2012-10-05sections: fix section conflicts in drivers/netAndi Kleen14-15/+15
2012-10-05sections: fix section conflicts in drivers/mmcAndi Kleen1-1/+1
2012-10-05sections: fix section conflicts in drivers/mfdAndi Kleen1-3/+3
2012-10-05sections: fix section conflicts in drivers/macintoshAndi Kleen1-1/+1
2012-10-05sections: fix section conflicts in drivers/ideAndi Kleen41-53/+53
2012-10-05sections: fix section conflicts in drivers/charAndi Kleen1-1/+1
2012-10-05sections: fix section conflicts in drivers/atmAndi Kleen1-1/+1
2012-10-05drivers/scsi/atp870u.c: fix bad use of udelayMartin Michlmayr1-1/+10
2012-10-05drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam1-1/+1
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds1-3/+1
2012-10-04Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-42/+593
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds31-412/+1980
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds552-42692/+68605
2012-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-10-04firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds1-1/+77
2012-10-04Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+49
2012-10-04Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds377-867/+731
2012-10-03userns: Fix build of drivers/staging/dgrpEric W. Biederman1-2/+2
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds6-10/+75
2012-10-03Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds17-154/+435
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds16-160/+2440
2012-10-03Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds14-322/+394
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie417-37849/+53956
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-176/+67
2012-10-03drm/nv98/crypt: fix fuc build with latest envyasBen Skeggs1-1/+1
2012-10-03drm/nouveau/devinit: fixup various issues with subdev ctor/init orderingBen Skeggs2-16/+38
2012-10-03drm/nv41/vm: fix and enable use of "real" pciegartBen Skeggs2-7/+14
2012-10-03drm/nv44/vm: fix and enable use of "real" pciegartBen Skeggs4-41/+29
2012-10-03drm/nv04/dmaobj: fixup vm target handling in preparation for nv4x pcieBen Skeggs1-7/+10
2012-10-03drm/nouveau: store supported dma mask in vmmgrBen Skeggs7-7/+9
2012-10-03drm/nvc0/ibus: initial implementation of subdevBen Skeggs4-0/+134
2012-10-03drm/nouveau/therm: add support for fan-control modesMartin Peres6-5/+105
2012-10-03drm/nouveau/hwmon: rename pwm0* to pmw1* to follow hwmon's rulesMartin Peres1-18/+18
2012-10-03drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres3-4/+37