summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-01-06rapidio: remove excess kernel-doc notationRandy Dunlap
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven
2009-01-06sm501: unsigned ptr cannot be negativeroel kluin
2009-01-06intelfb: fix sparse warningsHannes Eder
2009-01-06i810: fix sparse warningsHannes Eder
2009-01-06neofb: fix sparse warningsHannes Eder
2009-01-06pm3fb: fix sparse warningHannes Eder
2009-01-06viafb: fix sparse warningsHannes Eder
2009-01-06nvidia: fix sparse warningsHannes Eder
2009-01-06gbefb: unsigned var->pixclock cannot be less than 0roel kluin
2009-01-06fb: carminefb: trivial annotation packing color registerHarvey Harrison
2009-01-06blackfin: remove __FUNCTION__ in video driverHarvey Harrison
2009-01-06fbdev: fix typo in drivers/video/modedb.cJiri Moravec
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven
2009-01-06gpio: pca953x handles more chips, i2c fault codesDavid Brownell
2009-01-06twl4030-gpio: cleanup debounceDavid Brownell
2009-01-06drivers/rtc: correct an error testJulia Lawall
2009-01-06rtc: driver for Marvell's SoCs 88F6281 and 88F6192Saeed Bishara
2009-01-06rtc: rtc-ds1216 fixesAlessandro Zummo
2009-01-06rtc: add rtc-tx4939 driverAtsushi Nemoto
2009-01-06rtc: use set_mmss when set_time is not availableAlessandro Zummo
2009-01-06rtc: rtc-ds3234 fixesAlessandro Zummo
2009-01-06rtc: rtc-max6902 fixesAlessandro Zummo
2009-01-06rtc: Au1000 On-Chip Counter0-as-RTC driver.Manuel Lauss
2009-01-06rtc: kconfig cleanupAlessandro Zummo
2009-01-06rtc: rtc-ds1390 probe sequence and misc fixesAlessandro Zummo
2009-01-06rtc: pxa27x/pxa3xx driver fixes, revisedAlessandro Zummo
2009-01-06rtc: driver for pxa27x and pxa3xx SoCRobert Jarzmik
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov
2009-01-06rtc: struct device: replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06genrtc: disable genrtc on Blackfin systemsMike Frysinger
2009-01-06i2o: remove extraneous kernel-docRandy Dunlap
2009-01-06drivers/spi: move a dereference below a NULL testJulia Lawall
2009-01-06spi: use generic gpio calls in spi_s3c24xx_gpioBen Dooks
2009-01-06spi: atmel_spi update chipselect handlingHaavard Skinnemoen
2009-01-06atmel_spi: clean up SPIv1 quirk handlingHaavard Skinnemoen
2009-01-06spi_gpio driverDavid Brownell
2009-01-06dmi: fix kernel-doc notationRandy Dunlap
2009-01-06ibmpex: add endian annotation to extract_data() helperHarvey Harrison
2009-01-06hwmon: applesmc: Add support for MacBook Air 2Henrik Rydberg
2009-01-06drivers/macintosh: Add missing of_node_put in therm_adt746x.cNicolas Palix
2009-01-06adt7470: make automatic fan control really workDarrick J. Wong
2009-01-06adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong
2009-01-06adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong
2009-01-06adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong
2009-01-06sysrq: more explicit, less terse help messagesRandy Dunlap
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King
2009-01-06ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant
2009-01-06poll: allow f_op->poll to sleepTejun Heo