summaryrefslogtreecommitdiff
path: root/drivers/video/sunxi
Commit message (Expand)AuthorAgeFilesLines
* video: Drop video_fb headerSimon Glass2022-03-281-1/+0
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-201-4/+3
|\
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek BehĂșn2022-01-201-4/+3
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
|/
* sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland2021-10-121-17/+38
* sunxi: gpio: Remove name_to_gpio macroSamuel Holland2021-10-111-5/+5
* sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-112-2/+0
* video: sunxi: de2: switch to public uclass functionsJernej Skrabec2021-04-241-19/+10
* video: sunxi: dw-hdmi: read source_id laterJernej Skrabec2021-04-241-4/+2
* video: sunxi: Remove TV probe from DE2Jernej Skrabec2021-04-241-14/+1
* video: sunxi: Remove check for ddc-i2c-bus propertyJernej Skrabec2021-04-241-3/+0
* video: sunxi: Use DW-HDMI hpd functionJernej Skrabec2021-04-241-28/+6
* video: sunxi: Add mode_valid callback to sunxi_dw_hdmiJernej Skrabec2021-04-241-0/+7
* sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec2021-04-161-1/+1
* video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-031-115/+153
* 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