aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/udlfb/udlfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-16fbdev: move udlfb out of staging.Paul Mundt1-1916/+0
2010-11-09Staging: udlfb.c: Fix k.alloc switched argumentsJoe Perches1-1/+1
2010-09-05staging: udlfb: fix checkpatch and styleBernie Thompson1-8/+8
2010-09-05staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffersBernie Thompson1-25/+56
2010-09-05staging: udlfb: add module options for console and fb_defioBernie Thompson1-97/+81
2010-09-05staging: udlfb: support for writing backup EDID to sysfs fileBernie Thompson1-2/+26
2010-09-05staging: udlfb: fix big endian rendering errorBernie Thompson1-4/+3
2010-09-05staging: udlfb: enhance EDID and mode handling supportBernie Thompson1-94/+305
2010-09-05staging: udlfb: revamp reference handling to insure successful shutdownBernie Thompson1-74/+101
2010-09-05staging: udlfb: remove metrics_misc sysfs attributeBernie Thompson1-37/+0
2010-09-05staging: udlfb: add DPMS supportBernie Thompson1-16/+20
2010-09-05staging: udlfb: fbdev character read and write supportBernie Thompson1-0/+44
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-31/+31
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-31/+31
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-05-20USB: staging: fix up usb_buffer_alloc calls in the staging treeGreg Kroah-Hartman1-4/+4
2010-05-14Staging: udlfb: fix coding style issuesSoeren Moeller1-2/+2
2010-05-11Staging: udlfb: minor cleanupsPavel Machek1-29/+29
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
2010-03-03Staging: udlfb: remove printk and small cleanupBernie Thompson1-5/+10
2010-03-03Staging: udlfb: explicit dependencies and warningsBernie Thompson1-0/+14
2010-03-03Staging: udlfb: Support for fbdev mmap clients (defio)Bernie Thompson1-3/+121
2010-03-03Staging: udlfb: improved rendering performanceBernie Thompson1-529/+313
2010-03-03Staging: udlfb: Rework startup and teardown to fix race conditionsBernie Thompson1-108/+196
2010-03-03Staging: udlfb: Add functions to expose sysfs metrics and controlsBernie Thompson1-0/+251
2010-03-03Staging: udlfb: clean up function namingBernie Thompson1-66/+67
2010-03-03Staging: udlfb: pre-allocated urb list helpersBernie Thompson1-0/+192
2010-03-03Staging: udlfb: reorganize function orderBernie Thompson1-33/+29
2010-03-03Staging: udlfb: checkpatch cleanupBernie Thompson1-40/+34
2010-03-03Staging: udlfb: add dynamic modeset supportBernie Thompson1-203/+449
2009-07-28staging: udlfb: Add vmalloc.h includeAmit Kucheria1-0/+1
2009-06-19Staging: udlfb: update to version 0.2.3Roberto De Ioris1-87/+271
2009-06-19Staging: udlfb: fix some sparse warnings.Greg Kroah-Hartman1-3/+3
2009-06-19Staging: udlfb: clean up checkpatch warnings in udlfb.cGreg Kroah-Hartman1-58/+38
2009-06-19Staging: add udlfb driverRoberto De Ioris1-0/+773