summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/matrox
Commit message (Expand)AuthorAgeFilesLines
* fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-10/+5
* fbdev/matroxfb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2023-10-192-3/+3
* fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structsThomas Zimmermann2023-07-241-3/+2
* Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-1/+1
|\
| * fbdev: matroxfb ssd1307fb: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-271-1/+1
* | fbdev/matrox: Remove trailing whitespacesThomas Zimmermann2023-05-182-5/+5
|/
* fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel2023-01-021-2/+2
* fbdev: matroxfb: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-141-3/+2
* fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann2022-11-161-0/+3
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-051-0/+5
|\
| * fbdev: Remove conflicting devices on PCI busThomas Zimmermann2022-07-191-0/+5
* | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-161-3/+3
|\ \
| * | fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-241-3/+3
| |/
* / i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
|/
* video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-041-1/+0
* video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...Z. Liu2022-01-291-1/+1
* fbdev: matrox: use modern module_init()Arnd Bergmann2021-05-261-3/+2
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-9/+0
* matroxfb: avoid -Warray-bounds warningArnd Bergmann2020-10-271-6/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* video: fbdev: matroxfb: remove dead code and set but not used variableJason Yan2020-04-081-22/+0
* fbdev: matrox: fix -Wextra build warningsRandy Dunlap2020-03-201-1/+1
* matroxfb: add Matrox MGA-G200eW board supportRich Felker2020-03-021-0/+15
* Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-302-2/+5
|\
| * Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-01-061-2/+2
| |\
| | * Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-1/+1
| | |\
| * | | fbdev: matrox: make array wtst_xlat static const, makes object smallerColin Ian King2020-01-031-1/+4
| | |/ | |/|
| * | video: constify fb ops across all driversJani Nikula2019-12-051-1/+1
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/ |/|
* | video: fbdev: matrox: convert to i2c_new_scanned_deviceWolfram Sang2019-11-281-2/+2
|/
* docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-219-0/+9
* powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PP...Finn Thain2019-01-221-2/+3
* powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-221-1/+1
* video: matroxfb: Delete an error message for a failed memory allocation in ma...Markus Elfring2018-03-281-3/+2
* Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-201-1/+1
|\
| * video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais2017-10-121-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
|/
* video: fbdev: make fb_videomode constBhumika Goyal2017-09-041-1/+1
* fbdev: matrox: make fb_ops constBhumika Goyal2017-08-211-1/+1
* fbdev: matrox: hide unused 'hotplug' variableArnd Bergmann2017-08-071-1/+1
* fbdev: Nuke FBINFO_MODULEDaniel Vetter2017-08-011-3/+1
* video: fbdev: matroxfb: constify pci_device_id.Arvind Yadav2017-08-011-2/+2
* video: fbdev: matrox: the list iterator can't be NULLDan Carpenter2017-07-041-1/+1
* video: fbdev: matroxfb: use designated initializersKees Cook2017-01-112-3/+12
* matroxfb: fix size of memcpySudip Mukherjee2016-09-271-1/+1
* matroxfb: constify local structuresJulia Lawall2016-09-271-1/+1
* PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-06-032-49/+14