aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/udlfb.c
AgeCommit message (Expand)Author
2023-05-30fbdev: udlfb: Fix endpoint checkAlan Stern
2022-05-09video: fbdev: udlfb: properly check endpoint typePavel Skripkin
2022-04-15video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao
2021-03-07udlfb: Fix memory leak in dlfb_usb_probeZqiang
2019-08-19udlfb: Make dlfb_ops constantNishka Dasgupta
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner
2019-04-01udlfb: introduce a rendering mutexMikulas Patocka
2019-04-01udlfb: fix sleeping inside spinlockMikulas Patocka
2019-04-01udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka
2018-12-20udlfb: fix some inconsistent NULL checkingDan Carpenter
2018-10-08udlfb: handle unplug properlyMikulas Patocka
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka
2018-07-25udlfb: avoid prefetchMikulas Patocka
2018-07-25udlfb: optimization - test the backing bufferMikulas Patocka
2018-07-25udlfb: allow reallocating the framebufferMikulas Patocka
2018-07-25udlfb: set line_length in dlfb_ops_set_parMikulas Patocka
2018-07-25udlfb: handle allocation failureMikulas Patocka
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka
2018-07-25udlfb: fix display corruption of the last lineMikulas Patocka
2018-07-25udlfb: fix semaphore value leakMikulas Patocka
2018-03-28video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...Markus Elfring
2018-03-12video: udlfb: Use already defined BPP constantLadislav Michl
2018-03-12video: udlfb: Fix unaligned accessLadislav Michl
2018-01-16video: udlfb: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl
2018-01-16video: udlfb: Constify read only dataLadislav Michl
2018-01-15video: udlfb: Do not name private data 'dev'Ladislav Michl
2018-01-15video: udlfb: Remove noisy warningsLadislav Michl
2018-01-15video: udlfb: Remove redundant gdev variableLadislav Michl
2018-01-15video: udlfb: Remove unnecessary local variableLadislav Michl
2017-12-29video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring
2017-12-29video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring
2017-11-09video: udlfb: Fix read EDID timeoutLadislav Michl
2017-08-21video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error pathAnton Vasilyev
2017-08-21video: fbdev: udlfb: constify usb_device_id.Arvind Yadav
2017-08-18video: fbdev: add const to bin_attribute structuresBhumika Goyal
2017-06-14video: fbdev: udlfb: drop log level for blankingMike Gerow
2017-06-14video: fbdev: add missing USB-descriptor endianness conversionsJohan Hovold
2017-05-02video: fbdev: udlfb: Fix buffer on stackMaksim Salau
2015-08-20fbdev: udlfb: remove unneeded initialization in few placesAlexey Klimov
2014-12-04video: udlfb: Deletion of unnecessary checks before the function call "vfree"Markus Elfring
2014-09-09video: fbdev: use %*ph specifier to dump small buffersAndy Shevchenko
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen