[PATCH] MAINTAINERS: Update email of Anatolij Gustschin

2025-07-20 Thread Anatolij Gustschin
Use new email for community work. Also remove my capricorn SoM maintainer entry since I do not have access to this hardware anymore. Signed-off-by: Anatolij Gustschin --- MAINTAINERS | 2 +- board/siemens/capricorn/MAINTAINERS | 1 - board/terasic/de1-soc/MAINTAINERS

[PATCH] spl: add linux initrd ramdisk properties to dtb

2025-06-25 Thread Anatolij Gustschin
Currently when SPL is booting FIT images with ramdisk the kernel fails to find the ramdisk and panics. This is due to missing "linux,initrd-start/end" properties in the device tree. Add fixup to insert these properties if a ramdisk is detected in the FIT image. Signed-off-by: Anatolij

Re: [PATCH v2 1/1] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

2024-10-22 Thread Anatolij Gustschin
On Wed, 9 Oct 2024 16:48:28 +0800 Leo Yu-Chi Liang ycli...@andestech.com wrote: > From: LekKit <50500857+lek...@users.noreply.github.com> > > Fix compile warning with !CONFIG_FDT_64BIT by > casting the variable in the debug print. > > Signed-off-by: Eva Kurchatova > Reported-by: Leo Yu-Chi Lian

Re: [PATCH] video: Fix VNBYTES() macro comment

2024-10-22 Thread Anatolij Gustschin
On Tue, 10 Sep 2024 11:11:59 +0200 Miquel Raynal miquel.ray...@bootlin.com wrote: > The VNBYTES() macro has been updated to silence possible warnings > regarding authorized (but unusual) uses of this macro, but the comment > was kept unchanged. A year has passed so let's fix the comment now to > a

Re: [PATCH 0/3] Simple-framebuffer node related updates

2024-10-22 Thread Anatolij Gustschin
On Mon, 21 Oct 2024 14:20:56 -0600 Tom Rini tr...@konsulko.com wrote: > On Mon, Oct 21, 2024 at 08:47:55PM +0530, Devarsh Thakkar wrote: > > Gentle reminder. > > > > Hi Tom, Bryan, > > > > On 25/09/24 20:43, Devarsh Thakkar wrote: > > > This series fixes some compilation issues related to FDT_

[PATCH v2 08/11] board: vining_2000: convert to DM_I2C

2024-08-07 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Silvio Fricke Cc: Fabio Estevam Cc: Heiko Schocher Cc: Tom Rini --- Changes in v2: do not remove CONFIG_SYS_I2C_MXC_I2C* to fix build warnings/errors board/softing

[PATCH v2 10/11] board: cm_fx6: convert to DM_I2C

2024-08-07 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to fix board removal warning. Convert EEPROM access to use DM_I2C API. Signed-off-by: Anatolij Gustschin --- Cc: Nikita Kiryanov Cc: Fabio Estevam Cc: Heiko Schocher Cc: Tom Rini --- Changes in v2: fix trimslice build errors board/compulab

Re: [PATCH] driver: pwm: pwm-imx: fix probing on imx6

2024-08-07 Thread Anatolij Gustschin
Hi Heiko, On Wed, 7 Aug 2024 10:58:11 +0200 Heiko Schocher h...@denx.de wrote: > U-Boot 2024.07 drops on aristainetos2 board the following > warning: > > Failed to enable per_clk > > and bootlogo is not seen on LVDS display. > > This patch uses old behaviour for systems without clock fr

[PATCH 11/11] board: vf610twr: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Alison Wang Cc: Fabio Estevam Cc: Tom Rini --- configs/vf610twr_defconfig | 2 +- configs/vf610twr_nand_defconfig | 2 +- 2 files changed, 2 insertions(+), 2

[PATCH 10/11] board: cm_fx6: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to fix board removal warning. Convert EEPROM access to use DM_I2C API. Signed-off-by: Anatolij Gustschin --- Cc: Nikita Kiryanov Cc: Fabio Estevam Cc: Tom Rini --- board/compulab/cm_fx6/cm_fx6.c | 3 ++- board/compulab/common/Makefile | 2

[PATCH 09/11] board: sniper: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Also enable OF_UPSTREAM since we do not have a default device tree. Signed-off-by: Anatolij Gustschin --- Cc: Paul Kocialkowski Cc: Tom Rini --- arch/arm/mach-omap2/omap3/Kconfig | 1 + configs/sniper_defconfig

[PATCH 08/11] board: vining_2000: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Silvio Fricke Cc: Fabio Estevam Cc: Tom Rini --- board/softing/vining_2000/vining_2000.c | 25 - configs/vining_2000_defconfig | 4

[PATCH 07/11] board: novena: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Convert EEPROM and IT6251 access to use DM_I2C API. Signed-off-by: Anatolij Gustschin --- Cc: Marek Vasut Cc: Fabio Estevam Cc: Tom Rini --- board/kosagi/novena/novena.c | 10 +-- board/kosagi/novena/video.c

[PATCH 06/11] board: rut: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Enrico Leto Cc: Tom Rini --- configs/rut_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rut_defconfig b/configs/rut_defconfig

[PATCH 05/11] board: sl50: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Enric Balletbo i Serra Cc: Tom Rini --- configs/am335x_sl50_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/am335x_sl50_defconfig

[PATCH 04/11] board: igep003x: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Javier Martínez Canillas Cc: Tom Rini --- configs/am335x_igep003x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs

[PATCH 03/11] board: cm-t43: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Nikita Kiryanov Cc: Tom Rini --- board/compulab/cm_t43/cm_t43.c | 2 -- configs/cm_t43_defconfig | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff

[PATCH 02/11] board: chiliboard: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, enable DM_I2C to disable board removal warning. Signed-off-by: Anatolij Gustschin --- Cc: Marcin Niestroj Cc: Tom Rini --- configs/chiliboard_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/chiliboard_defconfig b/configs

[PATCH 01/11] board: shc: convert to DM_I2C

2024-08-03 Thread Anatolij Gustschin
Conversion to DM_I2C is mandatory, rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin --- Cc: Heiko Schocher Cc: Tom Rini --- board/bosch/shc/board.c | 22 +++--- configs/am335x_shc_defconfig | 4 +++- configs

Re: [PATCH v4 0/5] video: Improve syncing performance with cyclic

2024-07-31 Thread Anatolij Gustschin
Hi Simon, On Wed, 31 Jul 2024 08:44:07 -0600 Simon Glass s...@chromium.org wrote: ... > Simon Glass (5): > cyclic: Add a symbol for SPL > video: Move last_sync to private data > video: Use cyclic to handle video sync > sandbox: Increase cyclic CPU-time limit > sandbox: Drop video-sync in

[GIT PULL] u-boot-video/video-20240731

2024-07-31 Thread Anatolij Gustschin
Hi Tom, please pull video driver updates. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/21823 Thanks, Anatolij The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18: Merge patch series "led: implement software blinking" (2024-07-30 14:31:24 -060

Re: [PATCH v3 0/5] video: Improve syncing performance with cyclic

2024-07-31 Thread Anatolij Gustschin
Hi Simon, On Wed, 31 Jul 2024 08:38:35 -0600 Simon Glass s...@chromium.org wrote: > Hi Anatolij, > > On Tue, 30 Jul 2024 at 17:05, Anatolij Gustschin wrote: > > > > Hi Simon, > > > > On Thu, 4 Jul 2024 08:48:54 +0100 > > Simon Glass s...@chromium.org w

Re: [PATCH v3 0/5] video: Improve syncing performance with cyclic

2024-07-30 Thread Anatolij Gustschin
Hi Simon, On Thu, 4 Jul 2024 08:48:54 +0100 Simon Glass s...@chromium.org wrote: > Now that U-Boot has a background-processing feature, it is possible to > reduce the amount of 'foreground' syncing of the display. At present > this happens quite often. This series breaks turris_1x_sdcard SPL bu

[PATCH] pxm2: switch to DM_I2C

2024-07-20 Thread Anatolij Gustschin
Enable DM_I2C to avoid board removal warning. Signed-off-by: Anatolij Gustschin Cc: Enrico Leto --- configs/pxm2_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/pxm2_defconfig b/configs/pxm2_defconfig index 366d8fc3ae..c2f869391d 100644 --- a/configs

[PATCH] kontron-sl-mx6ul: switch to DM_SERIAL

2024-07-20 Thread Anatolij Gustschin
Enable DM_SERIAL to avoid board removal warning. Signed-off-by: Anatolij Gustschin Cc: Frieder Schrempf --- configs/kontron-sl-mx6ul_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index 12d96b674c

[PATCH] mx6boards: convert to DM_I2C and DM_SERIAL

2024-07-20 Thread Anatolij Gustschin
Rework to remove use of legacy I2C API. Also switch to DM_SERIAL to avoid board removal warning. Signed-off-by: Anatolij Gustschin Cc: Eric Bénard --- board/embest/mx6boards/mx6boards.c | 70 +++--- configs/marsboard_defconfig| 6 +-- configs

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Anatolij Gustschin
Hi Simon, On Sat, 20 Jul 2024 13:36:04 +0100 Simon Glass s...@chromium.org wrote: ... > > - /* return BEAGLE_NO_EEPROM if eeprom doesn't respond */ > > - if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) { > > - i2c_set_bus_num(TWL4030_I2C_BUS); > > + ret = i2c_get_

[PATCH] nitrogen6x: convert to DM_I2C and DM_SERIAL

2024-07-20 Thread Anatolij Gustschin
Rework to remove use of legacy I2C API. Also switch to DM_SERIAL to avoid board removal warning. Signed-off-by: Anatolij Gustschin Cc: Troy Kisky --- board/boundary/nitrogen6x/nitrogen6x.c | 79 ++ configs/mx6qsabrelite_defconfig| 7 +-- configs

[PATCH v2] board: keymile: convert to CONFIG_DM_I2C

2024-07-19 Thread Anatolij Gustschin
The conversion to DM_I2C is mandatory, rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin Cc: Aleksandar Gerasimovski Cc: Holger Brunck Cc: Tomas Alvarez Vanoli --- Changes in v2: - convert pg_wcom_expu1_update_defconfig and pg_wcom_seli8_update_defconfig files

[PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-19 Thread Anatolij Gustschin
Rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin Cc: Tom Rini --- board/beagle/beagle/beagle.c | 41 +- configs/omap3_beagle_defconfig | 2 +- include/configs/omap3_beagle.h | 3 --- 3 files changed, 26 insertions(+), 20 deletions

Re: [PATCH 01/20] arm: Remove pg_wcom boards

2024-07-19 Thread Anatolij Gustschin
Hi Simon, On Fri, 19 Jul 2024 10:50:16 +0200 Anatolij Gustschin ag...@denx.de wrote: > Hello Simon, > > On Thu, 18 Jul 2024 18:35:52 +0100 > Simon Glass s...@chromium.org wrote: > > > These board has not been converted to CONFIG_DM_I2C by the deadline: >

[PATCH] board: keymile: convert to CONFIG_DM_I2C

2024-07-19 Thread Anatolij Gustschin
The conversion to DM_I2C is mandatory, rework to remove use of legacy I2C API. Signed-off-by: Anatolij Gustschin Cc: Aleksandar Gerasimovski Cc: Holger Brunck Cc: Tomas Alvarez Vanoli --- board/keymile/Kconfig | 3 --- board/keymile/common/common.c

[GIT PULL] u-boot-video/video-20240421

2024-04-21 Thread Anatolij Gustschin
Hi Tom, please pull video driver updates for v2024.07-rc1. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/20466 Thanks, Anatolij The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92: Merge tag 'u-boot-stm32-20240419' of https://source.denx.de/u-

Re: [PATCH v1 0/2] Simple panel improvements

2024-04-20 Thread Anatolij Gustschin
On Mon, 8 Jan 2024 18:44:59 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > Simplify platform data pass to simple DSI panels by direct > asigning in udevice_id struct. > > Support EDID searching in case device tree provides no > specific timings or device has different panels (like paz00). >

Re: [PATCH v3 00/17] video: dw_hdmi: Support Vendor PHY

2024-04-20 Thread Anatolij Gustschin
On Thu, 14 Mar 2024 14:55:32 +0530 Jagan Teki ja...@amarulasolutions.com wrote: ... > > > Jagan Teki (17): > > > video: rockchip: hdmi: Detect hpd after controller init > > > video: dw_hdmi: Add Vendor PHY handling > > > video: dw_hdmi: Extend the HPD detection > > > video: dw_hdmi: Add rea

Re: [PATCH] video: dw_hdmi: Fix compiler warnings with gcc-14

2024-04-20 Thread Anatolij Gustschin
On Sat, 27 Jan 2024 14:54:59 -0800 Khem Raj raj.k...@gmail.com wrote: > GCC-14 find more warnings like > "make pointer from integer without a cast" > fix them by adding a type cast. > > Signed-off-by: Khem Raj > Cc: Anatolij Gustschin > Cc: Tom Rini >

Re: [PATCH] video: simplefb: modernise DT parsing

2024-04-20 Thread Anatolij Gustschin
On Fri, 16 Feb 2024 18:38:06 + Caleb Connolly caleb.conno...@linaro.org wrote: > simplefb was using old style FDT parsing which doesn't behave well in > combination with livetree. Update it to use ofnode instead and add a > missing null check for the "format" property. > > Standardise the err

Re: [PATCH 0/4] Simplefb and fb reservation related updates

2024-04-20 Thread Anatolij Gustschin
On Fri, 8 Mar 2024 16:38:28 +0530 Devarsh Thakkar devar...@ti.com wrote: > Hi Tom, Anatolij, Simon, > > On 22/02/24 18:38, Devarsh Thakkar wrote: > > This adds support for simple-framebuffer reservation using video handoff > > when splash is enabled at SPL stage. > > > > Also adds helper functio

Re: [PATCH v2 0/7] Tegra panel improvements

2024-04-20 Thread Anatolij Gustschin
On Wed, 31 Jan 2024 08:57:14 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > The current patch set improves the logic of existing panels and > bridge used by Tegra 3 devices and brings support for additional > DSI panels used by Tegra 4 devices. > > New and existing drivers are fully reusable,

Re: [PATCH v6 00/18] Add T114 video support

2024-04-20 Thread Anatolij Gustschin
On Tue, 23 Jan 2024 19:16:15 +0200 Svyatoslav Ryhel clamo...@gmail.com wrote: > T114 is not that different from T30 and all T30 drivers will work > on T114 as well with some adjustments. > > Patches propose general improvements for existing Tegra DC and DSI > drivers as well Tegra 114 video suppo

Re: [PATCH v2 0/7] Tegra panel improvements

2024-04-20 Thread Anatolij Gustschin
On Fri, 19 Apr 2024 08:05:22 -0600 Tom Rini tr...@konsulko.com wrote: > On Fri, Apr 19, 2024 at 02:29:20PM +0300, Svyatoslav Ryhel wrote: > > > Hello Tom! This patch set is hanging in patchwork for 3 month > > without any comments. If no one has anything to say, may you > > pick it into master?

Re: [PATCH v4 08/12] video: Drop unnecessary truetype operations from SPL

2023-11-12 Thread Anatolij Gustschin
t; > (no changes since v3) > > Changes in v3: > - Add new patch to drop unnecessary truetype operations from SPL > > drivers/video/console_truetype.c | 10 ++ > 1 file changed, 10 insertions(+) Reviewed-by: Anatolij Gustschin

Re: [PATCH v4 07/12] video: Correct setting of cursor position

2023-11-12 Thread Anatolij Gustschin
; > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/video/vidconsole-uclass.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) Reviewed-by: Anatolij Gustschin

Re: [PATCH v3 07/12] video: Correct setting of cursor position

2023-11-12 Thread Anatolij Gustschin
; > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/video/vidconsole-uclass.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) Reviewed-by: Anatolij Gustschin

Please pull u-boot-video

2023-10-23 Thread Anatolij Gustschin
Hi Tom, please pull video driver updates for v2024.01-rc1. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/18257 Thanks! The following changes since commit 9a3a58396b78b1f9d0c14580dc03f81d29207dd2: Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-10-2

[PATCH] clk: stm32mp1: Add support for USART1 clock

2023-09-29 Thread Anatolij Gustschin
. Signed-off-by: Anatolij Gustschin --- drivers/clk/stm32/clk-stm32mp1.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/clk/stm32/clk-stm32mp1.c b/drivers/clk/stm32/clk-stm32mp1.c index 6150287694..f3ac8c7583 100644 --- a/drivers/clk/stm32/clk-stm32mp1.c +++ b/drivers/clk/stm32

Re: [PATCH 0/2] patches used to enable u-boot video driver on raspberry pi 4B platform

2023-08-13 Thread Anatolij Gustschin
On Wed, 26 Jul 2023 10:42:33 +0800 Meng Li meng...@windriver.com wrote: > From: Meng Li > > There are 2 patches as bleow: > 0001-bcm2835-Add-simiple-framebuffer-for-use-with-fkms.patch > 0002-rpi-set-the-correct-parameter-for-simple-framebuffer.patch > The first one is used to enable u-boot vide

Re: [PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE

2023-08-13 Thread Anatolij Gustschin
On Thu, 3 Aug 2023 18:40:08 +0800 Bin Meng bmeng...@gmail.com wrote: > From: Bin Meng > > Add one space between 'before' and 'loading'. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-video/master, thanks

Re: [PATCH] video: vidconsole: Fix null dereference of ops->measure

2023-08-13 Thread Anatolij Gustschin
On Thu, 3 Aug 2023 17:32:41 +0800 Bin Meng bm...@tinylab.org wrote: > At present vidconsole_measure() tests ops->select_font before calling > ops->measure, which would result in a null dereference when the console > driver provides no ops for measure. > > Fixes: b828ed7d7929 ("console: Allow mea

Please pull u-boot-video

2023-08-13 Thread Anatolij Gustschin
Hi Tom, please pull video driver fixes for for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17338 Thanks, Anatolij The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656: Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2

Re: [PATCH 2/2] drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video

2023-08-01 Thread Anatolij Gustschin
On Thu, 27 Jul 2023 12:01:26 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Perform removal of DSS if kconfigs VIDEO_REMOVE or SPL_VIDEO_REMOVE is > set by user. Otherwise if above Kconfigs are not selected, it is assumed > that user wants splash screen to be displayed until linux kernel boots > up.

Re: [PATCH 1/2] drivers: video: tidss: tidss_drv: Change remove method

2023-08-01 Thread Anatolij Gustschin
On Thu, 27 Jul 2023 12:01:25 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Change remove method of DSS video driver to disable video port instead > of performing a soft reset, as soft reset takes longer duration. Video > port is disabled by setting enable bit of video port to 0. > > Signed-off-by:

Re: [PATCH 00/18] video: bochs: Remove the x86 limitation

2023-08-01 Thread Anatolij Gustschin
Hi Bin, On Mon, 31 Jul 2023 13:26:23 +0800 Bin Meng bmeng...@gmail.com wrote: ... > Looks the first half is assigned to Anatolij and the second half to Rick. > > I guess the first half should go first. > > Ping for apply? I've applied patches 1/18 to 9/18 now, a pull request is pending. -- Ana

Re: [PATCH 09/18] video: bochs: Set the frame buffer size per configuration

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:32 +0800 Bin Meng bm...@tinylab.org wrote: > At present the uclass stored frame buffer size is set to a hard > coded value, but we can calculate the correct value based on what > is configured. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 4 ++-- > 1

Re: [PATCH 08/18] video: kconfig: Set default FB size for Bochs

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:31 +0800 Bin Meng bm...@tinylab.org wrote: > Set up a default frame buffer size of 8MiB for Bochs for non-x86 > architecturs as PCI is normally not enumerated before relocation > on these architectures. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 6 +

Re: [PATCH 07/18] video: kconfig: Drop the superfluous dependency

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:30 +0800 Bin Meng bm...@tinylab.org wrote: > PCI is always selected by X86 architecture hence "X86 && PCI" does > not make it better. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) applied t

Re: [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:29 +0800 Bin Meng bm...@tinylab.org wrote: > There is an example in the VIDEO_PCI_DEFAULT_FB_SIZE help text to > tell people how to calculate its value but the resolution given > does not match the value. Fix it. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kco

Re: [PATCH 04/18] video: bochs: Avoid using IO instructions to access VGA IO port

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:27 +0800 Bin Meng bm...@tinylab.org wrote: > At present the driver uses IO instructions to access the legacy > VGA IO ports, which unfortunately limits the driver to work only > on x86. It turns out the IO instruction is not necessary as Bochs > VGA card remaps the legacy

Re: [PATCH 02/18] video: bochs: Drop inclusion of

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:25 +0800 Bin Meng bm...@tinylab.org wrote: > The driver does not call any MTRR APIs. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 1 - > 1 file changed, 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH 01/18] dm: video: Cosmetic style fix

2023-08-01 Thread Anatolij Gustschin
On Sun, 23 Jul 2023 12:40:24 +0800 Bin Meng bm...@tinylab.org wrote: > Some coding convention fixes for video_post_bind(). > > Signed-off-by: Bin Meng > --- > > drivers/video/video-uclass.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks!

Please pull u-boot-video

2023-08-01 Thread Anatolij Gustschin
Hi Tom, please pull new video patches for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17167 Thanks, Anatolij The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534: Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot

Re: [PATCH] video: rockchip: Add support for RK3399 to dw-mipi-dsi bridge

2023-07-17 Thread Anatolij Gustschin
sted on Pinephone Pro. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > Cc: Simon Glass > Cc: Philipp Tomsich > Cc: Kever Yang > Cc: Chris Morgan > --- > drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 99 +++ > 1 file changed, 99 in

Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver

2023-07-17 Thread Anatolij Gustschin
On Mon, 22 May 2023 23:47:00 +0200 m...@xff.cz m...@xff.cz wrote: ... > Ondrej Jirman (8): > video: rockchip: vop: Fix whitespace > video: dw_mipi_dsi: Fix hsync/vsync settings > video: rockchip: dw_mipi_dsi: Fix external phy existnece check > video: rockchip: dw_mipi_dsi: Fix error path ch

Re: [PATCH] video: console: Fix default font selection

2023-07-17 Thread Anatolij Gustschin
otflow GUI menu. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > --- > drivers/video/console_core.c | 6 ++ > 1 file changed, 6 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH] video: hx8394: Add panel driver for hannstar,hsd060bhw4

2023-07-17 Thread Anatolij Gustschin
n Pinephone Pro. > > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > --- > drivers/video/Kconfig| 8 ++ > drivers/video/Makefile | 1 + > drivers/video/himax-hx8394.c | 237 +++ > 3 files changed, 246 insertions(+) > creat

Re: [PATCH] video: backlight: pwm: avoid integer overflow in duty cycle calculation

2023-07-17 Thread Anatolij Gustschin
On Fri, 30 Jun 2023 14:30:07 +0200 Matthias Schiffer matthias.schif...@ew.tq-group.com wrote: > The intermediate value could overflow for large periods and levels. > > Signed-off-by: Matthias Schiffer > --- applied to u-boot-video/master, thanks! -- Anatolij

Please pull u-boot-video

2023-07-16 Thread Anatolij Gustschin
Hi Tom, please pull new video patches for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923 Thanks, Anatolij The following changes since commit 8e21064cb3452950b09301baec06d86e37342471: Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodia

Re: [PATCH v3 0/6] Add video drivers for endeavoru and p880/p895

2023-05-07 Thread Anatolij Gustschin
On Tue, 25 Apr 2023 10:51:41 +0300 Svyatoslav Ryhel clamo...@gmail.com wrote: ... > --- > Changes from v2: > - added comments to panel drivers > - fixed typo in ssd2825 driver > > Changes from v1: > - used lower-case hex for command sequences > - ssd2825 switched to dm_spi_xfer > - used log_* inst

Re: [PATCH V9 00/14] Add splash screen support at u-boot SPL

2023-05-05 Thread Anatolij Gustschin
On Thu, 4 May 2023 20:56:11 -0400 Tom Rini tr...@konsulko.com wrote: ... > > Can this be applied, please? We have rc1 out now so this should really > > be in there by now. > > > > I have another series that depends on it, and it is also pending > > application. > > Anatolij ? Done. My u-boot-

Re: [PATCH V9 00/14] Add splash screen support at u-boot SPL

2023-05-05 Thread Anatolij Gustschin
Hi Simon, On Thu, 4 May 2023 18:40:56 -0600 Simon Glass s...@chromium.org wrote: ... > Can this be applied, please? We have rc1 out now so this should really > be in there by now. > > I have another series that depends on it, and it is also pending application. Series applied to u-boot-video no

Please pull u-boot-video

2023-05-05 Thread Anatolij Gustschin
Hi Tom, please pull video updates for v2023.07-rc2. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16257 Thanks, Anatolij The following changes since commit b646e1f69fca5d6a002be1f4e32fab00e140c091: patman: Declare the future Series memory (2023-04-23 14:24:41 -0400)

Re: [PATCH v3 00/11] Tegra DC improvements

2023-04-08 Thread Anatolij Gustschin
On Mon, 27 Mar 2023 11:11:39 +0300 Svyatoslav Ryhel clamo...@gmail.com wrote: ... > Changes from v2: > - resend after month > > Changes from v1: > - DSI driver headers were optimized > - Tested on Paz00 board > > --- > > Marcel Ziswiler (1): > tegra: lcd: video: integrate display driver for t3

Re: [PATCH] sandbox: video: Fix building without SDL

2023-04-07 Thread Anatolij Gustschin
On Fri, 17 Feb 2023 15:45:47 -0700 Simon Glass s...@chromium.org wrote: > This is currently broken. If SDL is not installed, SANDBOX_SDL becomes > false and build errors are generated, e.g.: > >test/dm/video.c:424: undefined reference to `sandbox_sdl_set_bpp' > > Fix it by making the functio

Please pull u-boot-video

2023-04-07 Thread Anatolij Gustschin
Hi Tom, please pull video updates for v2023.07. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15944 Thanks, Anatolij The following changes since commit 340bebf9c799793affefd166875d5776744988bd: Merge branch '2023-04-06-assorted-updates' (2023-04-07 10:44:19 -0400) ar

Re: [PATCH v8 00/10] vidconsole: refactoring and support for wider fonts

2023-03-10 Thread Anatolij Gustschin
On Tue, 7 Mar 2023 13:21:10 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: ... > Changes in v8: > - fix build with disabled CONFIG_VIDEO_COPY > - add 12X22 font to sandox defconfig > > Dzmitry Sankouski (10): > video console: refactoring and optimization > video console: add support for

Re: [PATCH v8 04/10] video console: implement multiple fonts configuration

2023-03-10 Thread Anatolij Gustschin
On Fri, 10 Mar 2023 11:35:12 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > вт, 7 мар. 2023 г. в 18:22, Anatolij Gustschin : > (...) > > > > there was another build error for boards with CONFIG_VIDEO_LOGO > > disabled: > > > > https://source.denx.de/u

Please pull u-boot-video/next

2023-03-07 Thread Anatolij Gustschin
Hi Tom, please pull video patches for next. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15482 Thanks, Anatolij The following changes since commit d1653548d29959a6ea6b4037a00b48a28257e6e6: Merge branch '2023-03-02-kconfig-and-CONFIG-cleanups' into next (2023-03-03 1

Re: [PATCH v8 04/10] video console: implement multiple fonts configuration

2023-03-07 Thread Anatolij Gustschin
On Tue, 7 Mar 2023 13:21:14 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: ... > @@ -138,13 +139,15 @@ void splash_display_banner(void) > if (ret) > return; > > -#ifdef CONFIG_VIDEO_LOGO > - col = BMP_LOGO_WIDTH / VIDEO_FONT_WIDTH + 1; > - row = BMP_LOGO_HEIGHT /

Re: [PATCH v7 01/10] video console: refactoring and optimization

2023-03-01 Thread Anatolij Gustschin
Hi Dzmitry, On Mon, 27 Feb 2023 20:37:01 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > - move common code to vidconsole_internal.h and console_core.c > - unite probe functions > - get rid of code duplications in switch across bpp values > - extract common pixel fill logic in two functions

Re: [PATCH v7 10/10] video console: add 12x22 console simple font test

2023-03-01 Thread Anatolij Gustschin
Hi Dzmitry, On Mon, 27 Feb 2023 20:37:10 +0300 Dzmitry Sankouski dsankou...@gmail.com wrote: > Tests fonts wider than a byte. > > Signed-off-by: Dzmitry Sankouski > Reviewed-by: Simon Glass > --- > Changes for v2: N/A > Changes for v2: none > Charges for v4: N/A > Charges for v5: N/A > Charges

Re: [RESEND PATCH v3] video: ti: am335x: restore driver-model code

2023-02-04 Thread Anatolij Gustschin
On Sat, 28 Jan 2023 16:55:31 +0100 Dario Binacchi dario.binac...@amarulasolutions.com wrote: > The commit 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD") removed not > only the LCD legacy implementation but also the code with driver model > support. The patch restores the code with driver model su

Re: [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:18 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Set splash screen related env variables. Default splash source is > set to mmc where user is expected to keep bmp in compressed format > with name ti.gz on first partition of mmc. > > Splash file will be uncompressed to DDR

Re: [PATCH v2 7/7] tools: logos: Add TI logo files

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:20 +0530 Nikhil M Jain n-ja...@ti.com wrote: > The default splashfile name saved is ti.gz. User can use these > logo files and use it to test splash screen. > > Signed-off-by: Nikhil M Jain > --- > tools/logos/ti.bmp | Bin 0 -> 160770 bytes > tools/logos/ti.gz | Bin

Re: [PATCH v2 6/7] board: ti: am62x: evm: Add splash screen support

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:19 +0530 Nikhil M Jain n-ja...@ti.com wrote: > Splash screen function needs splash source information > to load image and display it, splash_location provides > the necessary info, Set default_splash_location to MMC > at partition 1:1. Probe DSS for splash screen display.

Re: [PATCH v2 2/7] test: dm: test-fdt: Add decode_panel_timing test

2023-02-04 Thread Anatolij Gustschin
On Tue, 31 Jan 2023 15:35:15 +0530 Nikhil M Jain n-ja...@ti.com wrote: > To test decode_panel_timing add a panel-timings node > and a DM test for decode panel timingd by matching > the panel timing node parameters. > > Signed-off-by: Nikhil M Jain > --- > arch/sandbox/dts/test.dts | 18

Re: [PATCH v3 1/7] drivers: core: ofnode: Add panel timing decode.

2023-02-04 Thread Anatolij Gustschin
On Sat, 4 Feb 2023 18:41:25 +0100 Anatolij Gustschin ag...@denx.de wrote: ... > --- > Changes in v3: > - add static inline dev_decode_panel_timing() in include/dm/read.h >to fix sandbox test errors when CONFIG_DM_DEV_READ_INLINE enabled > > drivers/

Please pull u-boot-video

2023-02-04 Thread Anatolij Gustschin
Hi Tom, please pull video patches for v2023.04. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/15051 Thanks, Anatolij The following changes since commit a209c3e6b48cf042d0220245a2d1636f74389c17: Merge tag 'u-boot-imx-20230203' of https://gitlab.denx.de/u-boot/custodia

[PATCH v3 1/7] drivers: core: ofnode: Add panel timing decode.

2023-02-04 Thread Anatolij Gustschin
From: Nikhil M Jain ofnode_decode_display_timing supports reading timing parameters from subnode of display-timings node, for displays supporting multiple resolution, in case if a display supports single resolution, it fails reading directly from display-timings node, to support it ofnode_decode_

Re: [PATCH 00/16] video: Enhancements to Truetype console

2022-10-31 Thread Anatolij Gustschin
Hi Simon, On Mon, 24 Oct 2022 05:45:34 -0600 Simon Glass s...@chromium.org wrote: > Hi Anatolij, > > On Thu, 6 Oct 2022 at 08:36, Simon Glass wrote: > > > > This series includes some minor enhancements to the Truetype console to > > allow it to support multiple fonts and sizes at the same time.

Re: [PATCH 00/16] video: Enhancements to Truetype console

2022-10-31 Thread Anatolij Gustschin
On Thu, 6 Oct 2022 08:36:02 -0600 Simon Glass s...@chromium.org wrote: > This series includes some minor enhancements to the Truetype console to > allow it to support multiple fonts and sizes at the same time. This is > useful for displays where the title needs to be in a larger font than the > r

Re: [PATCH v2] video: dw_mipi_dsi: fix [hv]sync active vs back porch

2022-10-31 Thread Anatolij Gustschin
On Wed, 7 Sep 2022 12:06:32 +0100 John Keeping j...@metanate.com wrote: > The wrong fields are pulled out of the timings here so the values > programmed into the DSI_VID_HSA_LINES/DSI_VID_HBP_LINES and > DSI_VID_VSA_LINES/DSI_VID_VBP_LINES registers are swapped. > > Use the right fields so that

Re: [PATCH v3] video: simplefb: add rotation support

2022-10-31 Thread Anatolij Gustschin
On Tue, 13 Sep 2022 18:32:42 +0900 Takumi Sueda puhit...@gmail.com wrote: > It introduces the way to rotate the screen for boards with rotated screen. > > Signed-off-by: Takumi Sueda > --- > drivers/video/simplefb.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied to u-boot

Re: [PATCH v2 0/2] splash: add more options/support

2022-10-31 Thread Anatolij Gustschin
On Mon, 17 Oct 2022 10:33:18 +0200 Julien Masson jmas...@baylibre.com wrote: ... > Changes in v2: > - splash_mmc_read_raw: return -EIO in case of errors > - splash_mmc_read_raw: use IS_ENABLED(CONFIG_CMD_MMC) instead of #ifdef > - rename local var env_splashdevpart_value to devpart > > Julien Mass

Please pull u-boot-video

2022-10-30 Thread Anatolij Gustschin
Hi Tom, please pull video changes for v2023.01. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/13972 Thanks, Anatolij The following changes since commit fb63362c63c7aeacb1dfde330ee8f692da7972f9: lib: fix buggy strcmp and strncmp (2022-10-27 09:10:08 -0400) are availab

Please pull u-boot-video

2022-06-25 Thread Anatolij Gustschin
Hi Tom, please pull video fixes for v2022.07-rc5. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/12501 Thanks, Anatolij The following changes since commit 625756083e3358744fbe0a60e0eedc009041782d: Merge branch '2022-06-23-important-fixes' (2022-06-23 11:27:04 -0400) a

Re: [PATCH] video: stm32: remove test on CONFIG_DM_REGULATOR

2022-06-25 Thread Anatolij Gustschin
On Mon, 20 Jun 2022 11:55:07 +0200 Patrick Delaunay patrick.delau...@foss.st.com wrote: > The tests on CONFIG_DM_REGULATOR, added to avoid compilation issues, can > now be removed, they are no more needed since the commit 16cc5ad0b439 > ("power: regulator: add dummy helper"). > > Signed-off-by: P

Re: [PATCH] driver: video: Check allocated pointers

2022-06-25 Thread Anatolij Gustschin
On Wed, 18 May 2022 13:36:18 +0800 Bin Meng bmeng...@gmail.com wrote: > The codes that call STBTT_malloc() / stbtt__new_active() do not check > the return value at present which may cause segfault. > > Signed-off-by: Bin Meng > --- > > drivers/video/stb_truetype.h | 18 ++ > 1

Re: [PATCH v2] sandbox: sdl: Add stub sandbox_sdl_remove_display()

2022-06-25 Thread Anatolij Gustschin
> > Signed-off-by: Andrew Scull > Cc: Simon Glass > Cc: Anatolij Gustschin > Reviewed-by: Simon Glass > --- > arch/sandbox/include/asm/sdl.h | 5 + > 1 file changed, 5 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij

Re: [PATCH] RFC: net: fec: get rid of CONFIG_FEC_MXC_MDIO_BASE

2022-05-11 Thread Anatolij Gustschin
Hi Tim, On Wed, 11 May 2022 13:39:59 -0700 Tim Harvey thar...@gateworks.com wrote: ... > > Reviewed-by: Oleh Kravchenko > > Thanks Oleh. Do you know someone that does have a o4-imx6ull-nano > board to test with? > > Marcel, Fabio, Anatolij and Oliver, can you review and test your > boards wi

Re: [PATCH 00/14] video: Drop old CFB code

2022-03-28 Thread Anatolij Gustschin
On Sun, 23 Jan 2022 07:04:01 -0700 Simon Glass s...@chromium.org wrote: ... > Simon Glass (14): > video: Drop cfg_console > video: nokia_rx51: Drop obsolete video code > video: siemens: Drop unused video code > video: nexell: Drop unused and invalid code > video: Drop video_fb header >

  1   2   3   4   5   6   7   8   9   10   >