summaryrefslogtreecommitdiffstats
path: root/drivers/video/savage
AgeCommit message (Expand)AuthorLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-3373/+0
2013-09-19video: savagefb: remove unnecessary pci_set_drvdata()Jingoo Han-6/+0
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman-13/+10
2012-10-10drivers/video/savage/savagefb_driver.c: fix error return codePeter Senna Tschudin-1/+3
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2012-07-24video: Fix typo in drivers/videoMasanari Iida-3/+3
2012-06-09drivers/savagefb: use mdelay instead of udelayArnd Bergmann-5/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2011-10-31video: Add module.h to drivers/video files who really use it.Paul Gortmaker-0/+1
2011-08-19savagefb: use display information in info not in var for panningLaurent Pinchart-9/+7
2011-08-06savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley-1/+1
2011-06-02savagefb: Use panel CVT mode as defaultTormod Volden-0/+16
2011-05-24savagefb: Enable LCD detection on mobile TwisterTormod Volden-1/+2
2011-05-24savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip familiesTormod Volden-7/+15
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+6
2011-04-06savagefb: Remove obsolete else clause in savage_setup_i2c_busTormod Volden-2/+1
2011-04-06savagefb: Set up I2C based on chip family instead of card idTormod Volden-5/+4
2011-04-06savagefb: Replace magic register address with defineTormod Volden-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn-4/+4
2010-10-27savagefb: fix DDC for Savage 4Ondrej Zary-0/+9
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-12savagefb: fix blanking mode on CRT displayKrzysztof Helt-1/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt-18/+0
2009-01-26i2c: Delete many unused adapter IDsJean Delvare-1/+0
2008-04-28savagefb: speed up the I2C busJean Delvare-1/+1
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-05-08savagefb: VGA state save and restoreAntonino A. Daplas-2/+47
2007-05-08savagefb: rework i2c bit accessAntonino A. Daplas-14/+8
2007-03-16[PATCH] savagefb: Fix compile error if debugging is enabledAntonino A. Daplas-3/+2
2007-03-16[PATCH] savagefb: Fix black screen on load in Savage IXAntonino A. Daplas-0/+13
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven-6/+6
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare-1/+1
2006-12-08[PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan-5/+2
2006-10-03[PATCH] savagefb: Use generic DDC readingAntonino A. Daplas-43/+6
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare-1/+0
2006-09-25PM: video drivers and PM_EVENT_PRETHAWDavid Brownell-7/+7
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-2/+0
2006-06-26[PATCH] savagefb: Whitespace cleanupAntonino A. Daplas-497/+496
2006-06-26[PATCH] savagefb: Add state save and_restore hooksAntonino A. Daplas-18/+191
2006-06-26[PATCH] savagefb: Allocate space for current and saved register statesAntonino A. Daplas-278/+282
2006-04-19[PATCH] savagefb: fix section mismatch warningsRandy Dunlap-3/+3
2006-04-19[PATCH] fb: Fix section mismatch in savagefbJean Delvare-1/+1
2006-03-27[PATCH] savagefb: Remove NULL checkAntonino A. Daplas-2/+1
2006-03-11[PATCH] savagefb: Fix kfree before useAntonino A. Daplas-1/+1
2006-01-10[PATCH] savagefb: Trim savagefb_pan_displayAntonino A. Daplas-20/+0