aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/neofb.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Gravatar Linus Torvalds 1-8/+1
2013-10-29framebuffer: Use fb_<level>Gravatar Joe Perches 1-2/+1
2013-09-26neofb: fix error return code in neofb_probe()Gravatar Wei Yongjun 1-1/+3
2013-09-19video: neofb: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-6/+0
2013-01-03Drivers: video: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-14/+12
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-5/+5
2011-08-19neofb: use display information in info not in var for panningGravatar Laurent Pinchart 1-2/+2
2009-01-06neofb: fix sparse warningsGravatar Hannes Eder 1-2/+4
2008-10-16neofb: remove open_lock mutexGravatar Krzysztof Helt 1-8/+2
2008-10-16neofb: kill some redundant codeGravatar Krzysztof Helt 1-12/+3
2008-10-16neofb: reduce panning functionGravatar Krzysztof Helt 1-30/+5
2008-07-24neofb: drop the xtimings structureGravatar Krzysztof Helt 1-48/+40
2008-07-24neofb: drop redundant codeGravatar Krzysztof Helt 1-73/+22
2008-07-24neofb: simplify clock calculationGravatar Krzysztof Helt 1-18/+14
2008-02-06neofb: avoid overwriting fb_info fieldsGravatar Andrew Morton 1-9/+18
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hGravatar Krzysztof Helt 1-1/+0
2007-05-31neofb: Fix pseudo_palette array overrun in neofb_setcolregGravatar Antonino A. Daplas 1-14/+16
2007-05-08neofb: fill transp->msb_right with the correct valueGravatar Antonino A. Daplas 1-0/+1
2007-02-12[PATCH] Video: fb, add true ref_count atomicityGravatar Jiri Slaby 1-7/+14
2007-02-12[PATCH] proper prototype for tosh_smm()Gravatar Adrian Bunk 1-1/+0
2006-12-08[PATCH] video: neofb stray bracket fixGravatar Mariusz Kozlowski 1-1/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hGravatar Jon Smirl 1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] neofb: fix unblank logic interfering with lid toggled backlightGravatar Christian Trefzer 1-9/+23
2006-03-27[PATCH] drivers/video: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-4/+4
2006-03-11[PATCH] neofb: Fix uninitialized valueGravatar Antonino A. Daplas 1-3/+1
2006-02-15[PATCH] neofb: avoid resetting display config on unblank (v2)Gravatar Christian Trefzer 1-3/+12
2006-02-14[PATCH] neofb: avoid resetting display config on unblankGravatar Christian Trefzer 1-1/+7
2006-01-14[PATCH] neofb: take existing display configuration as defaultGravatar Christian Trefzer 1-1/+1
2006-01-10[PATCH] fbdev: neofb: Driver cleanupsGravatar Antonino A. Daplas 1-18/+18
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconGravatar Antonino A. Daplas 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2315