summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/via
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-06-16fbdev/viafb: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-16fbdev/viafb: Include <linux/export.h>Thomas Zimmermann-0/+2
2025-05-31fbdev: via: use new GPIO line value setter callbacksBartosz Golaszewski-5/+5
2024-10-08fbdev: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-07-11fbdev: viafb: Make I2C terminology more inclusiveEaswar Hariharan-29/+29
2024-06-13fbdev: viafb: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-03-15fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov-2/+2
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit-1/+0
2023-11-07fbdev: viafb: use new array-copying-wrapperPhilipp Stanner-1/+1
2023-10-19fbdev/viafb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann-0/+2
2023-07-24fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structsThomas Zimmermann-1/+1
2023-06-19fbdev/media: Use GPIO descriptors for VIA GPIOLinus Walleij-15/+28
2023-04-24fbdev: via: Convert to platform remove callback returning voidUwe Kleine-König-6/+4
2022-12-14fbdev: via: Fix error in via_core_init()Shang XiaoJing-1/+8
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann-0/+3
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann-0/+5
2022-02-22video: fbdev: via: check the return value of kstrdup()Xiaoke Wang-0/+10
2022-01-29video: fbdev: via: Fix spelling mistake "bellow" -> "below"Colin Ian King-1/+1
2020-11-30video: fbdev: via: Fix set but not used warning for mode_crt_tableSam Ravnborg-3/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2020-09-08fbdev: via-core: use generic power managementVaibhav Gupta-23/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-03-20fbdev: via: fix -Wextra build warning and format warningRandy Dunlap-3/+5
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-56/+49
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-08-19video: fbdev: viafb: Remove dead codeSouptick Joarder-43/+0
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 260Thomas Gleixner-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 50Thomas Gleixner-630/+41
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-08fbdev/via: fix spelling mistake "Expandsion" -> "Expansion"Colin Ian King-1/+1
2018-07-24video: fbdev: mark expected switch fall-throughsGustavo A. R. Silva-0/+1
2018-07-24fbdev/via: fix defined but not used warningRandy Dunlap-1/+2
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds-4/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-15/+2
2018-05-15video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz-4/+7
2018-03-12video: fbdev: via: remove VLA usageGustavo A. R. Silva-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-01video: fbdev: via: constify pci_device_id.Arvind Yadav-1/+1
2017-06-14video: fbdev: via: remove possibly unused variablesArnd Bergmann-5/+3
2016-05-13fbdev: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-3/+3
2016-01-07video: fbdev: via: use gpiochip data pointerLinus Walleij-11/+6
2016-01-05fbdev: via-gpio: Be sure to clamp return valueLinus Walleij-1/+1
2015-03-02fbdev: via/via_clock: fix sparse warningLad, Prabhakar-1/+1
2014-12-04video: fbdev-VIA: Deletion of an unnecessary check before the function call "...Markus Elfring-2/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-7/+3