summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: ssd1307fb: add spi supportMichael Tretter2022-01-032-7/+57
* video: ssd1307fb: use function pointer for writeMichael Tretter2022-01-031-9/+17
* video: ssd1307fb: move i2c setup to single placeMichael Tretter2022-01-031-4/+3
* video: ssd1307fb: don't use i2c client for loggingMichael Tretter2022-01-031-10/+10
* video: ssd1307fb: pass par instead of i2c client to writeMichael Tretter2022-01-031-34/+35
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1516-16/+16
|\
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2216-16/+16
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-251-1/+1
|/
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0144-301/+46
* Merge branch 'for-next/misc'Sascha Hauer2021-10-071-13/+14
|\
| * video: simplefb-client: make probe less verboseAhmad Fatoum2021-10-051-4/+1
| * video: simplefb-client: populate video mode fieldAhmad Fatoum2021-10-051-9/+13
* | video: Fix broken bcm2835 fb driverDaniel Brát2021-10-041-2/+19
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-06-1612-0/+14
|\
| * video: reunite fb devices with their hardware parentAhmad Fatoum2021-06-0212-0/+14
* | clk: introduce struct clk_hwSascha Hauer2021-06-071-5/+10
* | clk: rename clk_register() to bclk_register()Sascha Hauer2021-06-071-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-04-151-7/+7
|\
| * atmel_lcdfb: fix atmel,lcd-wiring-mode; BGR => BRGSam Ravnborg2021-04-131-7/+7
* | video: bochs: pci: fix unterminated PCI device tableAhmad Fatoum2021-04-131-0/+1
|/
* video: add simplefb driverAhmad Fatoum2021-03-014-2/+158
* Merge branch 'for-next/sound'Sascha Hauer2021-02-222-14/+24
|\
| * sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-082-14/+24
* | Merge branch 'for-next/asm-io'Sascha Hauer2021-02-221-2/+1
|\ \
| * | printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-2/+1
| |/
* / treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-199-9/+9
|/
* video: sdl: delete useless debug outputAhmad Fatoum2021-01-051-9/+0
* video: implement bochs dispi / QEMU VGA driver for PCI and ISAAhmad Fatoum2021-01-058-1/+320
* video: edid: make edid_check_header externally visibleAhmad Fatoum2021-01-052-4/+14
* video: edid: make accessible without i2cAhmad Fatoum2021-01-052-1/+3
* fb: sync enable device parameter with internal stateAhmad Fatoum2020-11-231-9/+12
* Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-142-7/+6
|\
| * treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-291-3/+2
| * vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-4/+4
* | Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-142-11/+2
|\ \
| * | treewide: Use driver macroSascha Hauer2020-09-292-11/+2
| |/
* | Merge branch 'for-next/dev-drvdata' into masterSascha Hauer2020-10-141-31/+8
|\ \
| * | video: imx-hdmi: fix dev_get_drvdata misuseAhmad Fatoum2020-10-091-31/+8
| |/
* / video: ssd1307fb: fix VBAT supply idMarco Felsch2020-09-291-1/+1
|/
* video: simple-panel: don't error out on unhandled ioctl commandAhmad Fatoum2020-08-201-1/+1
* video: ipuv3: parallel-display: support of_graph bindingAhmad Fatoum2020-08-201-10/+21
* video: ssd1307fb: Honour reset GPIO polaritySascha Hauer2020-08-181-7/+11
* Merge branch 'for-next/misc'Sascha Hauer2020-05-1410-31/+1
|\
| * video: backlight-pwm: set backlight dev.parent to hardware devAhmad Fatoum2020-05-121-0/+1
| * video: backlight-pwm: remove unused struct memberAhmad Fatoum2020-05-121-1/+0
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-2710-30/+0
* | video: ssd1307fb: fix null pointer dereference on errorAhmad Fatoum2020-05-041-1/+1
|/
* video/ssd1307fb: make reset GPIO optionalAhmad Fatoum2020-03-091-20/+23
* video/ssd1307fb: drop unneeded regulator NULL checksAhmad Fatoum2020-03-091-10/+6
* video/ssd1307fb: fix NULL pointer dereference in probeAhmad Fatoum2020-03-091-1/+3