¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: [PATCH] dts: meson-g12-common-u-boot: do not disable canvas
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/1] dts: meson-g12-common-u-boot: do not disable canvas
By Neil Armstrong · #2443 ·
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hi Dmitry, Thank you for the patch.
By Mattijs Korpershoek · #2442 ·
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hi Dmitry,
By Mattijs Korpershoek · #2441 ·
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
On ven., oct. 11, 2024 at 15:30, "Mattijs Korpershoek via groups.io" <mkorpershoek@...> wrote: > Hi Dmitry, > > Thank you for the patch. > > On mar., oct. 08, 2024 at 23:18, Dmitry
By Mattijs Korpershoek · #2440 ·
Re: [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
Hi Dmitry, Thank you for the patch.
By Mattijs Korpershoek · #2439 ·
Re: [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
Hi Dmitry,
By Mattijs Korpershoek · #2438 ·
Re: [PATCH v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
Hi, just test this series on Khadas vim3 board and it's working fine bcb ab_dump mmc 2#misc Bootloader Control:?????? [misc] Active Slot:????????????? _a Magic
By Guillaume La Roque · #2437 ·
[PATCH 2/2] power/domain: meson-ee-pwrc: make sure to not enable a domain twice
The upstream Device Tree for GXBB/GXL/G12A was updated with VPU domain shared between the VPU and HDMI node, causing a double enable. Simply store the enable state and avoid enabling twice,
By Neil Armstrong · #2436 ·
[PATCH 1/2] clk: meson: gxbb: add HDMI clocks
Align with g12a driver to handle the CLKID_HDMI, CLKID_HDMI_SEL and CLKID_HDMI_DIV clocks since they were added to the upstream GXBB/GXL Devicetree on v6.11 with [1] [1]
By Neil Armstrong · #2435 ·
[PATCH 0/2] ARM: mach-meson: fix HDMI since DT update to v6.11
The DT was updated with unhandled clocks and a shared power domain, causing a probe failure and a green output. Add the missing clocks and avoid enabling a power domain twice. Signed-off-by: Neil
By Neil Armstrong · #2434 ·
[PATCH v2] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
If the regulator is already enabled, this happens if the regulator is set in regulator-always-on, regulator_set_enable() return -EALREADY. Ignore the -EALREADY return since it's not an
By Neil Armstrong · #2433 ·
[PATCH] dts: meson-g12-common-u-boot: do not disable canvas
We were disabling canvas, which causes meson vpu probe failure, just stop and leave canvas alone. Fixes: ce9fa7bffc5 ("ARM: dts: meson-g12a: add U-Boot specific DT for graphics") Signed-off-by: Neil
By Neil Armstrong · #2432 ·
Re: [PATCH] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
On 08/10/2024 16:36, Jonas Karlman wrote: > Hi Neil, > On 2024-10-08 14:58, Neil Armstrong wrote: >> If the regulator is already enabled, this happens if the regulator >> is set in
By Neil Armstrong · #2431 ·
[PATCH] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
If the regulator is already enabled, this happens if the regulator is set in regulator-always-on, regulator_set_enable() return -EALREADY. Ignore the -EALREADY return since it's not an
By Neil Armstrong · #2430 ·
Re: [PATCH v3 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
Applied to u-boot/next, thanks! -- Tom
By Tom Rini <trini@...> · #2429 ·
Re: [PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards
Hi Miquel, <miquel.raynal@...> wrote:
By Dario Binacchi <dario.binacchi@...> · #2428 ·
Re: [PATCH 0/2] board: libre-computer: Add support for Libre Computer aml-a311d-cc & aml-s905d3-cc boards
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/2] ARM: meson: add support for Libre Computer aml-a311d-cc
By Neil Armstrong · #2427 ·
Re: [PATCH v2 0/2] ARM: meson: libretech-ac: add support for EFI Capsules Update
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/2] board: libretech-ac: move board support into dedicated directory
By Neil Armstrong · #2426 ·
Re: [PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards
Hi Dario, dario.binacchi@... wrote on Fri, 13 Sep 2024 11:55:42 +0200: I received a bit of feedback on this U-Boot series, I can take the feedback into account and send a v2. Then,
By Miquel Raynal <miquel.raynal@...> · #2425 ·
[PATCH v3 4/4] power: regulator: Drop regulators_enable_boot_on/off()
Both regulators_enable_boot_on/off() are unused and superseded by regulator uclass regulator_post_probe(). Remove both functions. Signed-off-by: Marek Vasut <marex@...> --- Cc: Caleb Connolly
By Marek Vasut <marex@...> · #2424 ·