aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/savage (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-06savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley1-1/+1
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 Volden3-7/+15
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-8/+6
2011-04-06savagefb: Remove obsolete else clause in savage_setup_i2c_busTormod Volden1-2/+1
2011-04-06savagefb: Set up I2C based on chip family instead of card idTormod Volden1-5/+4
2011-04-06savagefb: Replace magic register address with defineTormod Volden1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2010-10-27savagefb: fix DDC for Savage 4Ondrej Zary1-0/+9
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2008-04-28savagefb: speed up the I2C busJean Delvare1-1/+1
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. Daplas2-2/+47
2007-05-08savagefb: rework i2c bit accessAntonino A. Daplas1-14/+8
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-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven1-6/+6
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare1-1/+1
2006-12-08[PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan1-5/+2
2006-10-03[PATCH] savagefb: Use generic DDC readingAntonino A. Daplas1-43/+6
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare1-1/+0
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 Engel2-2/+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. Daplas2-278/+282
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-27[PATCH] savagefb: Remove NULL checkAntonino A. Daplas1-2/+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. Daplas3-49/+35
2006-01-10[PATCH] savagefb: One more I2C-enabled device in savagefbJean Delvare1-0/+1
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. Daplas2-487/+537
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. Daplas3-14/+12
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. Daplas3-21/+147