summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-13gpio: pca953x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: max732x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: langwell_gpio: irq_data conversionLennert Buytenhek1-8/+8
2011-01-13gpio: adp5588-gpio: irq_data conversionLennert Buytenhek1-19/+20
2011-01-13cs5535: deprecate older cs5535_gpio driverAndres Salomon8-10/+21
2011-01-13drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon5-93/+103
2011-01-13drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO function...Andres Salomon2-1/+53
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin1-1/+2
2011-01-13rtc-cmos: fix suspend/resumePaul Fox1-7/+9
2011-01-13drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin1-2/+4
2011-01-13vgacon: check for efi machineYannick Heneault1-1/+2
2011-01-13dca: remove unneeded NULL checkDan Carpenter1-2/+0
2011-01-13kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KM...Seiji Aguchi2-0/+10
2011-01-13drivers/video/backlight/l4f00242t03.c: fix reset sequenceAlberto Panizzo1-1/+2
2011-01-13drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator ...Alberto Panizzo1-4/+6
2011-01-13drivers/video/backlight/l4f00242t03.c: full implement fb power states for thi...Alberto Panizzo1-22/+75
2011-01-13drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsignedMariusz Kozlowski1-1/+1
2011-01-13leds: add output inversion option to backlight triggerJanusz Krzysztofik1-4/+57
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-1/+2
2011-01-13leds: lp5521: fix circular lockingSamu Onkalo1-44/+8
2011-01-13leds: lp5523: fix circular lockingSamu Onkalo1-40/+16
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-1/+2
2011-01-13leds: leds-pca9532 cleanupsAxel Lin1-38/+28
2011-01-13drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov1-0/+2
2011-01-13rbd: fix cleanup when trying to mount inexistent imageYehuda Sadeh1-4/+15
2011-01-12hwmon: (dme1737) Minor cleanupsJuerg Haefliger1-48/+73
2011-01-12hwmon: (dme1737) Add support for in7 for SCH5127Juerg Haefliger1-15/+53
2011-01-12hwmon: (emc1403) Add EMC1423 supportJekyll Lai2-6/+14
2011-01-12hwmon: (w83793) Drop useless mutexJean Delvare1-4/+1
2011-01-12hwmon: (fschmd) Drop useless mutexJean Delvare1-4/+1
2011-01-12hwmon: (w83781d) Use pr_fmt and pr_<level>Joe Perches1-15/+14
2011-01-12hwmon: (pc87427) Use pr_fmt and pr_<level>Joe Perches1-13/+13
2011-01-12hwmon: (pc87360) Use pr_fmt and pr_<level>Joe Perches1-30/+23
2011-01-12hwmon: (lm78) Use pr_fmt and pr_<level>Joe Perches1-7/+7
2011-01-12hwmon: (it87) Use pr_fmt and pr_<level>Joe Perches1-16/+14
2011-01-12hwmon: (w83793) Implement the standard intrusion detection interfaceJean Delvare1-3/+30
2011-01-12hwmon: (w83792d) Implement the standard intrusion detection interfaceJean Delvare1-3/+41
2011-01-12hwmon: (adm9240) Implement the standard intrusion detection interfaceJean Delvare1-3/+29
2011-01-12hwmon: (via686a) Initialize fan_div valuesJean Delvare1-3/+11
2011-01-12hwmon: (w83795) Silent false warning from gccJean Delvare1-2/+2
2011-01-12hwmon: (ads7828) Update email contact detailsSteven Hardy1-2/+2
2011-01-12Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds23-637/+1082
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-311/+660
2011-01-12regulator: missing index in PTR_ERR() in isl6271a_probe()roel kluin1-1/+1
2011-01-12regulator: Assign return value of mc13xxx_reg_rmw to retAxel Lin1-1/+1
2011-01-12regulator: Add initial per-regulator debugfs supportMark Brown1-0/+35
2011-01-12regulator: Make regulator_has_full_constraints a boolMark Brown1-1/+1
2011-01-12regulator: Clean up logging a bitMark Brown1-1/+1
2011-01-12regulator: Optimise out noop voltage changesMark Brown1-1/+8
2011-01-12regulator: Add API to re-apply voltage to hardwareMark Brown1-0/+47