summaryrefslogtreecommitdiffstats
path: root/drivers/video/smscufx.c
AgeCommit message (Expand)AuthorLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-1980/+0
2013-09-26video: smscufx: Use NULL instead of 0Sachin Kamat-1/+1
2013-06-26video: smscufx: Use NULL instead of 0Sachin Kamat-1/+1
2013-04-26fbdev: improve fb_mmap bounds checksTomi Valkeinen-1/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+0
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds-1/+1
2012-07-24video/smscufx: fix line counting in fb_writeAlexander Holler-1/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-4/+4
2012-07-24video: Fix typo in drivers/videoMasanari Iida-2/+2
2012-07-17Change email address for Steve GlendinningSteve Glendinning-2/+2
2012-05-08video: smscufx.c: local functions should not be exposed globallyH Hartley Sweeten-1/+1
2012-04-29fb_defio: add first_io callbackHeiko Stübner-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-2/+2
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman-18/+1
2011-10-03smscufx: change edid data to u8 instead of charDan Carpenter-4/+4
2011-09-14smscufx: reduce number of casts in ufx_raw_rectSteve Glendinning-10/+10
2011-09-05Add support for SMSC UFX6000/7000 USB display adaptersSteve Glendinning-0/+1994