aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/savage/savagefb_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-2571/+0
2013-09-19video: savagefb: remove unnecessary pci_set_drvdata()Jingoo Han1-6/+0
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-13/+10
2012-10-10drivers/video/savage/savagefb_driver.c: fix error return codePeter Senna Tschudin1-1/+3
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2012-07-24video: Fix typo in drivers/videoMasanari Iida1-3/+3
2012-06-09drivers/savagefb: use mdelay instead of udelayArnd Bergmann1-5/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-19savagefb: use display information in info not in var for panningLaurent Pinchart1-9/+7
2011-06-02savagefb: Use panel CVT mode as defaultTormod Volden1-0/+16
2011-05-24savagefb: Enable LCD detection on mobile TwisterTormod Volden1-1/+2
2011-05-24savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip familiesTormod Volden1-4/+8
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2009-11-12savagefb: fix blanking mode on CRT displayKrzysztof Helt1-1/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt1-18/+0
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-08savagefb: VGA state save and restoreAntonino A. Daplas1-0/+39
2007-03-16[PATCH] savagefb: Fix compile error if debugging is enabledAntonino A. Daplas1-3/+2
2007-03-16[PATCH] savagefb: Fix black screen on load in Savage IXAntonino A. Daplas1-0/+13
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven1-6/+6
2006-09-25PM: video drivers and PM_EVENT_PRETHAWDavid Brownell1-7/+7
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] savagefb: Whitespace cleanupAntonino A. Daplas1-497/+496
2006-06-26[PATCH] savagefb: Add state save and_restore hooksAntonino A. Daplas1-18/+191
2006-06-26[PATCH] savagefb: Allocate space for current and saved register statesAntonino A. Daplas1-256/+259
2006-04-19[PATCH] savagefb: fix section mismatch warningsRandy Dunlap1-3/+3
2006-04-19[PATCH] fb: Fix section mismatch in savagefbJean Delvare1-1/+1
2006-03-11[PATCH] savagefb: Fix kfree before useAntonino A. Daplas1-1/+1
2006-01-10[PATCH] savagefb: Trim savagefb_pan_displayAntonino A. Daplas1-20/+0
2006-01-10[PATCH] fbdev: savagefb: Driver cleanupAntonino A. Daplas1-18/+15
2005-11-09[PATCH] savagefb: X-panning fixesAntonino A. Daplas1-4/+6
2005-11-07[PATCH] fbdev: Convert a few drivers to use the fb_find_best_display helperAntonino A. Daplas1-17/+4
2005-11-07[PATCH] savagefb: Convert from VGA IO access to MMIO accessAntonino A. Daplas1-407/+411
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-09-15[PATCH] savagefb: Fix load failure of the Twister chipsetAntonino A. Daplas1-6/+5
2005-09-09[PATCH] savagefb: Make mode_option available when compiled as a moduleAntonino A. Daplas1-0/+3
2005-09-09[PATCH] better error handing in savagefb_probeOlaf Hering1-5/+5
2005-09-09[PATCH] savagefb: Driver updatesAntonino A. Daplas1-16/+123
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-1/+0
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-1/+1
2005-06-21[PATCH] fbdev: fill in the access_align field.James Simmons1-1/+1
2005-04-26[PATCH] savagefb iomem annotationsAl Viro1-3/+3
2005-04-16[PATCH] fix u32 vs. pm_message_t in driver/videoPavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2279