summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: mark EFI_GOP driver x86-only for nowAhmad Fatoum2024-03-051-0/+1
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-1/+1
* video: edid: print debug message on EDID read out errorAhmad Fatoum2023-10-041-2/+9
* treewide: Print device nodes with %pOFSascha Hauer2023-07-034-28/+25
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-233-20/+22
* Merge branch 'for-next/misc-fixes-sandbox'Sascha Hauer2023-06-222-4/+7
|\
| * video: simplefb-fixup: warn on framebuffers >= 4GAhmad Fatoum2023-06-131-3/+7
| * video: bochs: remove dependency on PCI header in common partAhmad Fatoum2023-06-131-1/+0
* | Merge branch 'for-next/misc'Sascha Hauer2023-06-221-1/+1
|\ \ | |/ |/|
| * video: panel-ilitek-ili9341: drop #define DEBUGAhmad Fatoum2023-06-141-1/+1
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-1313-0/+13
|/
* video: bochs: fix IOMEM usageDenis Orlov2023-05-123-4/+4
* Merge branch 'for-next/misc'Sascha Hauer2023-04-197-16/+753
|\
| * video: fbconsole: implement non-fullscreen fbconsolePhilipp Zabel2023-04-171-14/+101
| * video: mipi_dbi: add damage tracking and partial updatesPhilipp Zabel2023-04-112-15/+69
| * video: fb: add optional damage trackingPhilipp Zabel2023-04-111-0/+6
| * video: mipi_dbi: disable byte swapping if 16-bit SPI transfers are supportedPhilipp Zabel2023-04-111-2/+1
| * video: Add MIPI DBI compatible SPI driverPhilipp Zabel2023-04-053-0/+343
| * video: add MIPI DBI framebuffer helpersPhilipp Zabel2023-04-051-0/+226
| * video: Add of_get_display_timingPhilipp Zabel2023-04-051-0/+22
* | treewide: fix includes missed by multiarch supportAhmad Fatoum2023-04-111-2/+2
* | video: qemu-ramfb: reduce -ENODEV lo level to debugAhmad Fatoum2023-04-111-1/+1
|/
* ARM: at91: Move mach header files to include/mach/at91Sascha Hauer2023-03-063-5/+5
* ARM: mxs: Move mach header files to include/mach/mxsSascha Hauer2023-03-061-1/+1
* ARM: pxa: Move mach header files to include/mach/pxaSascha Hauer2023-03-061-4/+4
* ARM: bcm283x: Move mach header files to include/mach/bcm283xSascha Hauer2023-03-061-1/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-063-8/+8
* ARM: i.MX: Move imxfb.h to include/platform_data/Sascha Hauer2023-03-012-2/+2
* video: remove s3c driverSascha Hauer2023-03-013-425/+0
* video: add support for QEMU ramfbAdrian Negreanu2023-01-313-0/+198
* Merge branch 'for-next/misc-struct-rename'Sascha Hauer2023-01-201-2/+2
|\
| * dev: add dev_bus_is_spi/i2c helpersAhmad Fatoum2023-01-121-2/+2
* | Merge branch 'for-next/misc'Sascha Hauer2023-01-201-0/+1
|\ \ | |/ |/|
| * video: vpl: don't print only skipped vpl endpointsAhmad Fatoum2023-01-041-0/+1
* | Rename struct driver_d to driverSascha Hauer2023-01-1024-25/+25
* | Rename struct device_d to deviceSascha Hauer2023-01-1038-88/+91
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-1015-35/+37
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-08-111-1/+1
|\
| * video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE2022-07-111-1/+1
* | video: imxfb: Fix call of memalign()Uwe Kleine-König2022-06-291-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-06-293-3/+0
|\
| * treewide: Remove duplicate incudesAlexander Shiyan2022-06-103-3/+0
* | video: efi_gop: add $global.bootm.earlycon fixup for framebuffer consoleAhmad Fatoum2022-06-091-3/+15
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-05-192-3/+2
|\
| * video: omap-fb: Rework to enable COMPILE_TEST optionAlexander Shiyan2022-04-252-3/+2
* | video: ipuv3: combine two subsequent info prints into oneAhmad Fatoum2022-04-121-4/+2
|/
* video: add Ilitek ILI9341 panel supportAhmad Fatoum2022-02-083-0/+553
* video: add MIPI DBI Type C Option 3 supportAhmad Fatoum2022-02-083-0/+471
* video: add driver for STM32 LCD-TFT Display ControllerAhmad Fatoum2022-02-074-0/+475
* video: ssd1307fb: add spi supportMichael Tretter2022-01-032-7/+57