summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-07edac: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers4-6/+6
2009-01-07pci: use pci_ioremap_bar() in drivers/edacArjan van de Ven1-3/+1
2009-01-07random: don't try to look at entropy_count outside the lockMatt Mackall1-3/+2
2009-01-07consolemap: indentation & braces disagree - reindentIlpo Järvinen1-1/+1
2009-01-07rapidio: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-07fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven1-0/+4
2009-01-07sm501: unsigned ptr cannot be negativeroel kluin1-3/+3
2009-01-07intelfb: fix sparse warningsHannes Eder1-8/+16
2009-01-07i810: fix sparse warningsHannes Eder1-6/+12
2009-01-07neofb: fix sparse warningsHannes Eder1-2/+4
2009-01-07pm3fb: fix sparse warningHannes Eder1-2/+4
2009-01-07viafb: fix sparse warningsHannes Eder1-6/+12
2009-01-07nvidia: fix sparse warningsHannes Eder1-4/+8
2009-01-07gbefb: unsigned var->pixclock cannot be less than 0roel kluin1-2/+5
2009-01-07fb: carminefb: trivial annotation packing color registerHarvey Harrison1-1/+1
2009-01-07blackfin: remove __FUNCTION__ in video driverHarvey Harrison1-3/+3
2009-01-07fbdev: fix typo in drivers/video/modedb.cJiri Moravec1-1/+1
2009-01-07pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven6-18/+11
2009-01-07gpio: pca953x handles more chips, i2c fault codesDavid Brownell2-8/+11
2009-01-07twl4030-gpio: cleanup debounceDavid Brownell1-31/+23
2009-01-07drivers/rtc: correct an error testJulia Lawall1-1/+1
2009-01-07rtc: driver for Marvell's SoCs 88F6281 and 88F6192Saeed Bishara3-0/+175
2009-01-07rtc: rtc-ds1216 fixesAlessandro Zummo1-16/+14
2009-01-07rtc: add rtc-tx4939 driverAtsushi Nemoto3-0/+325
2009-01-07rtc: use set_mmss when set_time is not availableAlessandro Zummo4-45/+9
2009-01-07rtc: rtc-ds3234 fixesAlessandro Zummo1-136/+36
2009-01-07rtc: rtc-max6902 fixesAlessandro Zummo1-138/+38
2009-01-07rtc: Au1000 On-Chip Counter0-as-RTC driver.Manuel Lauss3-0/+164
2009-01-07rtc: kconfig cleanupAlessandro Zummo1-26/+26
2009-01-07rtc: rtc-ds1390 probe sequence and misc fixesAlessandro Zummo2-51/+24
2009-01-07rtc: pxa27x/pxa3xx driver fixes, revisedAlessandro Zummo1-27/+23
2009-01-07rtc: driver for pxa27x and pxa3xx SoCRobert Jarzmik3-0/+505
2009-01-07rtc: move power of 2 periodic frequency check down into driversJonathan Cameron5-3/+12
2009-01-07rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov9-40/+40
2009-01-07rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers3-16/+12
2009-01-07genrtc: disable genrtc on Blackfin systemsMike Frysinger1-1/+1
2009-01-07i2o: remove extraneous kernel-docRandy Dunlap2-3/+0
2009-01-07drivers/spi: move a dereference below a NULL testJulia Lawall1-1/+2
2009-01-07spi: use generic gpio calls in spi_s3c24xx_gpioBen Dooks1-9/+29
2009-01-07spi: atmel_spi update chipselect handlingHaavard Skinnemoen1-26/+67
2009-01-07atmel_spi: clean up SPIv1 quirk handlingHaavard Skinnemoen1-18/+22
2009-01-07spi_gpio driverDavid Brownell3-1/+378
2009-01-07dmi: fix kernel-doc notationRandy Dunlap1-2/+4
2009-01-07ibmpex: add endian annotation to extract_data() helperHarvey Harrison1-1/+1
2009-01-07hwmon: applesmc: Add support for MacBook Air 2Henrik Rydberg1-0/+10
2009-01-07drivers/macintosh: Add missing of_node_put in therm_adt746x.cNicolas Palix1-4/+4
2009-01-07adt7470: make automatic fan control really workDarrick J. Wong1-22/+134
2009-01-07adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong1-8/+48
2009-01-07adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong1-1/+24
2009-01-07adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong3-19/+13