aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/sis (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24fbdev: sisfb: use explicitly signed charJason A. Donenfeld1-1/+1
2022-10-20fbdev: sisfb: fix repeated word in commentJilin Yuan1-1/+1
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+5
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-0/+5
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-2/+2
2022-08-24fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong1-133/+141
2022-07-26video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann1-0/+5
2022-04-04video: fbdev: sis: fix potential NULL dereference in sisfb_post_sis300()Haowen Bai1-1/+1
2022-01-29video: fbdev: sis: use swap() to make code cleanerYang Guang1-1/+1
2020-12-08video: fbdev: sis: Drop useless call to SiS_GetResInfo()Sam Ravnborg1-1/+0
2020-11-30video: fbdev: sis: Fix set but not used warnings in sis_mainSam Ravnborg1-5/+4
2020-11-30video: fbdev: sis: Fix set but not used warnings in init.cSam Ravnborg1-28/+6
2020-11-30video: fbdev: sis: Fix defined but not used warning of SiS_TVDelaySam Ravnborg1-0/+2
2020-11-30video: fbdev: sis: Fix defined but not used warningsSam Ravnborg1-1/+0
2020-10-17video: fbdev: sis: remove unneeded semicolonJason Yan1-7/+7
2020-10-16video: Remove set but not used variableLi Heng1-2/+0
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+4
2020-09-08video: fbdev: sis: fix null ptr dereferenceTom Rix1-6/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2019-12-05video: constify fb ops across all driversJani Nikula1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 27Thomas Gleixner6-85/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-08video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor1-3/+1
2018-03-12video: fbdev: sis: avoid mismatched prototypesArnd Bergmann6-513/+508
2017-11-09video: fbdev: sis_main: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2017-10-12video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King1-1/+1
2017-09-04video: fbdev: sis: fix duplicated code for different branchesGustavo A. R. Silva1-12/+3
2016-03-03video: fbdev: sis: remove unused variableSudip Mukherjee1-8/+2
2015-06-03video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2-22/+7
2014-12-04video: fbdev-SIS: Deletion of unnecessary checks before the function call "pci_dev_put"Markus Elfring1-9/+5
2014-10-18Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds2-2/+2
2014-10-14video: fbdev: replace strnicmp with strncasecmpRasmus Villemoes1-33/+33
2014-09-30video: fbdev: sis: sis_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2014-08-26video: fbdev: sis: delete double assignmentJulia Lawall1-1/+1
2014-07-01drivers/video/fbdev/sis: Add missing elseRasmus Villemoes1-1/+1
2014-06-24drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned valueFabian Frederick1-4/+0
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen18-0/+31032