summaryrefslogtreecommitdiff
path: root/drivers/video/sunxi
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-053-3/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-5/+5
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-2/+2
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-172-7/+5
* sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti2020-04-181-31/+2
* video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng2020-04-101-2/+2
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-022-0/+2
* sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis2019-09-211-1/+1
* video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze2019-07-291-0/+3
* sunxi: video: HDMI: Fix clock setupJernej Skrabec2019-03-281-25/+37
* sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes2019-02-151-7/+21
* sunxi: display: Move DDC PLL setup to HDMI initPriit Laes2019-02-151-7/+7
* sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng2018-11-131-8/+14
* sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes2018-10-241-1/+1
* video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng2018-07-311-0/+3
* video: sunxi: de2: Reserve the fb region in the EFI memory mapEmmanuel Vadot2018-06-031-0/+8
* sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.Vasily Khoruzhick2018-05-151-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-19/+9
* sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt2018-03-091-0/+8
* sunxi: Fix display timing flagsGiulio Benetti2018-01-221-0/+2
* sunxi: video: HDMI: split VSYNC and HSYNC polarity settingsVasily Khoruzhick2017-12-021-9/+5
* video: sunxi: de2: add support for LCD SimpleFBIcenowy Zheng2017-12-021-1/+10
* video: sunxi: de2: fix SimpleFB node creation when HDMI not initializedIcenowy Zheng2017-11-061-5/+11
* sunxi: video: add LCD support to DE2 driverVasily Khoruzhick2017-10-273-1/+170
* sunxi: video: split out PLL configuration codeVasily Khoruzhick2017-10-272-116/+129
* sunxi: setup simplefb for Allwinner DE2Icenowy Zheng2017-10-262-1/+73
* video: sunxi: extract simplefb match code to a new fileIcenowy Zheng2017-10-264-12/+55
* sunxi: video: Add support for CSC and TVE to DE2 driverJernej Skrabec2017-06-091-12/+48
* sunxi: video: Rename tve.c to tve_common.cJernej Skrabec2017-06-092-1/+1
* sunxi: video: Split out TVE codeJernej Skrabec2017-05-153-62/+99
* sunxi: video: Add A64/H3/H5 HDMI driverJernej Skrabec2017-04-283-0/+648
* sunxi: Add clock support for DE2/HDMI/TCON on newer SoCsJernej Skrabec2017-04-201-0/+4
* sunxi: video: Convert lcdc to use struct display_timingJernej Skrabec2017-04-202-35/+64
* sunxi: video: Split out TCON codeJernej Skrabec2017-04-203-0/+1651