u-boot/drivers/video
Tom Rini a8f6dab0d4 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
This is mostly about support for the Allwinner R528/T113s SoC, which is
reportedly the same die as the Allwinner D1, but with the two
Arm Cortex-A7 cores activated instead of the RISC-V one.
Using sunxi code outside of arch/arm proved to be difficult, so apart
from enabling this Arm SoC, the patches also prepare for more refactoring
to get the D1 nicely supported some day:
- We get rid of some Kconfig (hard-)coded GPIO pins, responsible for
  enabling regulators.
- The GPIO code is moved out of arch/arm, into drivers/gpio.
- Some definitions are moved out of header files under asm/arch.
- Some T113s/D1 specific definitions are guarded by a generic Kconfig
  symbol (CONFIG_SUNXI_GEN_NCAT2).
- The DRAM controller initialisation code is located under drivers/ram.
- The base SoC .dtsi files are shared (under arch/riscv, as in Linux).

Of course there are also the usual new SoC specific patches, like clock
and pinmux descriptions, alongside a rework of the pinctrl code, since
Allwinner changed the GPIO register layout, for the first time since
sunxi's inception.
On top of this the PSCI code sees some update, to provide SMP services
for R528/T113s boards. Many thanks to Sam for providing this code and
staying strong through the review cycles.
The final patch enables support for one popular board, I hope to see
more DTs and defconfigs contributed in the future!

Many thanks to all the various contributors, testers and reviewers,
that series was a real team effort!
2023-10-23 11:39:33 -04:00
..
bridge video: bridge: add Solomon SSD2825 DSI/LVDS driver 2023-04-26 07:25:34 +02:00
exynos samsung: Drop CONFIG_EXYNOS_PWM_BL 2023-02-07 14:33:48 -05:00
fonts video: add wrappers for ttf type files to .gitignore 2020-01-02 17:45:42 +01:00
imx Correct SPL use of PANEL 2023-02-10 07:41:41 -05:00
meson common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
nexell video: add nexell video driver (display/video driver) 2020-07-29 08:43:40 -04:00
rockchip video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper 2023-09-13 15:52:21 -04:00
stm32 common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
sunxi pinctrl: sunxi: remove GPIO_EXTRA_HEADER 2023-10-22 23:40:57 +01:00
tegra20 video: tegra20: dsi: use regulator_set_enable_if_allowed 2023-10-22 19:28:31 +02:00
tegra124 common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
ti drivers: use dev_read_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00
tidss drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video 2023-08-01 13:41:02 +02:00
zynqmp video: zynqmp: Enable 1024x768 resolution 2023-06-12 13:25:02 +02:00
anx98xx-edp.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
anx9804.c sunxi: video: Convert panel I2C to use DM_I2C 2021-10-12 11:01:17 +01:00
anx9804.h sunxi: video: Convert panel I2C to use DM_I2C 2021-10-12 11:01:17 +01:00
atmel_hlcdfb.c video: Drop atmel LCD code 2022-10-30 20:07:17 +01:00
atmel_lcdfb.c video: Drop atmel LCD code 2022-10-30 20:07:17 +01:00
backlight_gpio.c Prepare v2021.01-rc5 2021-01-05 16:20:26 -05:00
backlight-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
bcm2835.c bcm2835: Add simiple-framebuffer for use with fkms 2023-08-13 23:55:57 +02:00
bmp.c video: Move bmp code to drivers/video 2023-09-19 11:36:25 -04:00
bochs.c video: bochs: Set the frame buffer size per configuration 2023-08-01 13:35:39 +02:00
bochs.h video: bochs: Avoid using IO instructions to access VGA IO port 2023-08-01 13:31:29 +02:00
broadwell_igd.c video: broadwell: Use mtrr_set_next_var() for graphics memory 2023-08-01 10:06:46 +08:00
console_core.c video: Support showing a cursor 2023-10-11 15:43:55 -04:00
console_normal.c video: Support showing a cursor 2023-10-11 15:43:55 -04:00
console_rotate.c video console: allow font size configuration at runtime 2023-03-07 15:59:35 +01:00
console_truetype.c video: Mark truetype_measure() static 2023-10-11 15:43:55 -04:00
coreboot.c x86: coreboot: Enable VIDEO_COPY 2023-09-22 06:05:40 +08:00
display-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
dsi-host-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
dw_hdmi.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
dw_mipi_dsi.c video: dw_mipi_dsi: Fix hsync/vsync settings 2023-07-14 18:17:43 +02:00
efi.c efi: Support copy framebuffer 2023-03-13 13:53:01 +01:00
endeavoru-panel.c video: panel: add generic endeavoru panel 2023-04-26 07:35:57 +02:00
himax-hx8394.c video: hx8394: Add panel driver for hannstar,hsd060bhw4 2023-07-14 18:10:05 +02:00
hitachi_tx18d42vm_lcd.c pinctrl: sunxi: remove GPIO_EXTRA_HEADER 2023-10-22 23:40:57 +01:00
hitachi_tx18d42vm_lcd.h
hx8238d.c drivers: video: hx8238 fix build bug 2021-07-15 17:56:03 +05:30
i915_reg.h
ihs_video_out.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
ivybridge_igd.c video: ivybridge: Use mtrr_set_next_var() for graphics memory 2023-08-01 10:06:46 +08:00
Kconfig video: Move the BMP options 2023-09-19 11:36:25 -04:00
lm3533_backlight.c video: add lm3533 backlight driver 2023-04-26 07:23:10 +02:00
logicore_dp_dpcd.h
logicore_dp_tx_regif.h
logicore_dp_tx.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
logicore_dp_tx.h
Makefile video: Move bmp code to drivers/video 2023-09-19 11:36:25 -04:00
mali_dp.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
mcde_simple.c video: Add simple driver for ST-Ericsson MCDE with pre-configured display 2021-08-01 21:40:51 +02:00
mipi_dsi.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
mvebu_lcd.c dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
mxsfb.c video: mxs: Drop old video code 2022-03-28 20:18:26 +02:00
nexell_display.c global: Migrate CONFIG_FB_ADDR to CFG 2022-12-23 10:09:42 -05:00
omap3_dss.c video: Drop video_fb header 2022-03-28 20:16:46 +02:00
orisetech_otm8009a.c video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR 2023-04-08 03:53:23 +02:00
panel-uclass.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pwm_backlight.c video: pwm_backlight: use regulator_set_enable_if_allowed 2023-10-22 19:23:47 +02:00
raydium-rm68200.c video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR 2023-04-08 03:53:23 +02:00
renesas-r61307.c video: panel: add Renesas R61307 MIPI DSI panel driver 2023-04-26 07:27:05 +02:00
renesas-r69328.c video: panel: add Renesas R69328 MIPI DSI panel driver 2023-04-26 07:29:12 +02:00
sandbox_dsi_host.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
sandbox_osd.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
sandbox_osd.h
sandbox_sdl.c video: Support showing the U-Boot logo 2021-12-26 23:32:46 +01:00
seps525.c dm: fix build errors generated by last merges 2021-01-15 13:12:38 -05:00
simple_panel.c video: simple_panel: use regulator_set_enable_if_allowed 2023-10-22 19:25:10 +02:00
simplefb.c video: simplefb: add rotation support 2022-10-30 08:28:40 +01:00
ssd2828.c pinctrl: sunxi: remove GPIO_EXTRA_HEADER 2023-10-22 23:40:57 +01:00
ssd2828.h
stb_truetype.h video: Update stb_truetype 2023-07-14 12:54:51 -04:00
tda19988.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
tdo-tl070wsh30.c video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR 2023-04-08 03:53:23 +02:00
u_boot_logo.bmp video: Support showing the U-Boot logo 2021-12-26 23:32:46 +01:00
vesa.c video: vesa: Use mtrr_set_next_var() for graphics memory 2023-08-01 10:06:46 +08:00
vidconsole_internal.h video: Support showing a cursor 2023-10-11 15:43:55 -04:00
vidconsole-uclass.c video: Support showing a cursor 2023-10-11 15:43:55 -04:00
video_bmp.c video: bmp: Support rgba8888 pixel format 2023-06-12 13:25:01 +02:00
video_osd-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
video-uclass.c video: Add a Kconfig option for SPL video handoff 2023-08-09 23:31:11 +08:00
videomodes.c global: Remove unused CONFIG defines 2023-01-20 12:27:06 -05:00
videomodes.h global: Remove unused CONFIG defines 2023-01-20 12:27:06 -05:00