summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-24tridentfb: add imageblit acceleration for Blade3D familyKrzysztof Helt1-3/+76
2008-07-24tridentfb: Blade3D clock fixesKrzysztof Helt1-4/+5
2008-07-24tridentfb: y-panning fixesKrzysztof Helt1-5/+4
2008-07-24tridentfb: fix 224 color logo at 8 bppKrzysztof Helt1-5/+3
2008-07-24tridentfb: fix console freeze when switching from X11Krzysztof Helt1-3/+8
2008-07-24tridentfb: source code improvementsKrzysztof Helt1-53/+30
2008-07-24tridentfb: acceleration constants changeKrzysztof Helt1-14/+31
2008-07-24tridentfb: various pixclock and timing improvementsKrzysztof Helt1-7/+28
2008-07-24tridentfb: acceleration bug fixesKrzysztof Helt1-5/+5
2008-07-24tridentfb: acceleration code improvementsKrzysztof Helt1-172/+89
2008-07-24tridentfb: add acceleration for TGUI familiesKrzysztof Helt1-12/+123
2008-07-24tridentfb: fix hi-color modes for TGUI 9440Krzysztof Helt1-10/+12
2008-07-24tridentfb: preserve memory type settingsKrzysztof Helt1-1/+4
2008-07-24tridentfb: improve check_var functionKrzysztof Helt1-0/+34
2008-07-24tridentfb: fix unitialized pseudo_paletteKrzysztof Helt1-1/+1
2008-07-24tridentfb: add TGUI 9440 supportKrzysztof Helt1-3/+7
2008-07-24tridentfb: improved register values on TGUI 9680Krzysztof Helt1-6/+23
2008-07-24tridentfb: improve probe functionKrzysztof Helt1-2/+3
2008-07-24tridentfb: fix clock settings for older Trident 96XX chipsKrzysztof Helt1-8/+23
2008-07-24tridentfb: use mmio access for clock settingKrzysztof Helt1-2/+2
2008-07-24tridentfb: fix timing calculationsKrzysztof Helt1-17/+18
2008-07-24tridentfb: make use of functions and constants from the vga.hKrzysztof Helt1-83/+61
2008-07-24tridentfb: move global acceleration hooks into structureKrzysztof Helt1-39/+24
2008-07-24tridentfb: convert is_blade and is_xp macros into functionsKrzysztof Helt1-0/+19
2008-07-24tridentfb: move global flat panel variable into structureKrzysztof Helt1-21/+23
2008-07-24tridentfb: move global chip_id into structureKrzysztof Helt1-14/+13
2008-07-24tridentfb: move global pseudo palette into structureKrzysztof Helt1-14/+7
2008-07-24tridentfb: convert fb_info into allocated oneKrzysztof Helt1-36/+46
2008-07-24tridentfb: replace macros with functionsKrzysztof Helt1-243/+283
2008-07-24fbdev: add the carmine FB driverSebastian Siewior5-0/+1040
2008-07-24rtc-vr41xx: add irq_set_freq() and irq_set_state()Yoichi Yuasa1-31/+34
2008-07-24rtc-cmos: avoid spurious irqsDavid Brownell1-77/+63
2008-07-24rtc-at91rm9200: avoid spurious irqsDavid Brownell1-10/+6
2008-07-24rtc: rtc-s3c: update IRQ handlingBen Dooks1-67/+16
2008-07-24rtc: rtc-s3c: add __devexit and __devinit markersBen Dooks1-3/+3
2008-07-24rtc-cmos: improve HPET IRQ glueDavid Brownell1-62/+131
2008-07-24rtc: remove and clarify unneeded externsCarlos R. Mafra2-3/+4
2008-07-24rtc: convert the PCF8583 driver to the new I2C style framework with device_idsWolfram Sang1-90/+39
2008-07-24rtc: rtc-omap footprint shrinkageDavid Brownell1-17/+4
2008-07-24rtc: ds1305/ds1306 driverDavid Brownell3-0/+858
2008-07-24rtc: add support for ST M41T94 SPI RTCKim B. Heino3-0/+183
2008-07-24rtc: remove BKL for ioctl()David Brownell1-20/+38
2008-07-24rtc: push the BKL down into the driver ioctl methodAlan Cox1-7/+10
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki1-4/+2
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki1-7/+7
2008-07-24I2O: handle sysfs_create_link() failuresWang Chen1-12/+42
2008-07-24vt: do not update when the console is blankedStefano Stabellini1-1/+1
2008-07-24vt: hold console_sem across sysfs operationsJiri Slaby1-2/+2
2008-07-24spi: au1550_spi: improve pio transfer modeJan Nikitenko1-20/+49
2008-07-24spi: au1550_spi: proper platform deviceManuel Lauss1-64/+74