summaryrefslogtreecommitdiffstats
path: root/drivers/video/savage
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-175-3373/+0
* video: savagefb: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-191-6/+0
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-13/+10
* drivers/video/savage/savagefb_driver.c: fix error return codePeter Senna Tschudin2012-10-101-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-3/+3
|\
| * video: Fix typo in drivers/videoMasanari Iida2012-07-241-3/+3
* | drivers/savagefb: use mdelay instead of udelayArnd Bergmann2012-06-091-5/+5
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* video: Add module.h to drivers/video files who really use it.Paul Gortmaker2011-10-311-0/+1
* savagefb: use display information in info not in var for panningLaurent Pinchart2011-08-191-9/+7
* savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley2011-08-061-1/+1
* savagefb: Use panel CVT mode as defaultTormod Volden2011-06-021-0/+16
* savagefb: Enable LCD detection on mobile TwisterTormod Volden2011-05-241-1/+2
* savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip familiesTormod Volden2011-05-243-7/+15
* Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-04-071-8/+6
|\
| * savagefb: Remove obsolete else clause in savage_setup_i2c_busTormod Volden2011-04-061-2/+1
| * savagefb: Set up I2C based on chip family instead of card idTormod Volden2011-04-061-5/+4
| * savagefb: Replace magic register address with defineTormod Volden2011-04-061-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-312-3/+3
|/
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-4/+4
* savagefb: fix DDC for Savage 4Ondrej Zary2010-10-271-0/+9
* i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-241-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* savagefb: fix blanking mode on CRT displayKrzysztof Helt2009-11-121-1/+1
* fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt2009-11-121-18/+0
* i2c: Delete many unused adapter IDsJean Delvare2009-01-261-1/+0
* savagefb: speed up the I2C busJean Delvare2008-04-281-1/+1
* fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt2007-10-161-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* savagefb: VGA state save and restoreAntonino A. Daplas2007-05-082-2/+47
* savagefb: rework i2c bit accessAntonino A. Daplas2007-05-081-14/+8
* [PATCH] savagefb: Fix compile error if debugging is enabledAntonino A. Daplas2007-03-161-3/+2
* [PATCH] savagefb: Fix black screen on load in Savage IXAntonino A. Daplas2007-03-161-0/+13
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven2007-02-121-6/+6
* i2c: Discard the i2c algo del_bus wrappersJean Delvare2006-12-101-1/+1
* [PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan2006-12-081-5/+2
* [PATCH] savagefb: Use generic DDC readingAntonino A. Daplas2006-10-031-43/+6
* i2c-algo-bit: Discard the mdelay data struct memberJean Delvare2006-09-261-1/+0
* PM: video drivers and PM_EVENT_PRETHAWDavid Brownell2006-09-251-7/+7
* [PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2006-07-101-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* [PATCH] savagefb: Whitespace cleanupAntonino A. Daplas2006-06-261-497/+496
* [PATCH] savagefb: Add state save and_restore hooksAntonino A. Daplas2006-06-261-18/+191
* [PATCH] savagefb: Allocate space for current and saved register statesAntonino A. Daplas2006-06-262-278/+282
* [PATCH] savagefb: fix section mismatch warningsRandy Dunlap2006-04-191-3/+3
* [PATCH] fb: Fix section mismatch in savagefbJean Delvare2006-04-191-1/+1
* [PATCH] savagefb: Remove NULL checkAntonino A. Daplas2006-03-271-2/+1
* [PATCH] savagefb: Fix kfree before useAntonino A. Daplas2006-03-111-1/+1
* [PATCH] savagefb: Trim savagefb_pan_displayAntonino A. Daplas2006-01-101-20/+0