On Fri, 06 Jun 2025 07:57:32 +0200, Ahmad Fatoum wrote: > This enables barebox to make use of the MIPI DSI display on the DK2. > The RK35xx also has a Designware MIPI-DSI host and there's already VOP2 > support, so that will likely follow in future. > > v1 -> v2: > - fix breakage for ACPI/EFI, because struct bus_type::dev > change > - add various header includes to fix allyesconfig sandbox > build. Now everything is green > > [...]
Applied, thanks! [01/16] driver: bus: embed bus driver node into bus https://git.pengutronix.de/cgit/barebox/commit/?id=157754820a9d (link may not be stable) [02/16] driver: switch busses to device class https://git.pengutronix.de/cgit/barebox/commit/?id=1ed465e89247 (link may not be stable) [03/16] driver: factor out bus definitions into separate header https://git.pengutronix.de/cgit/barebox/commit/?id=bc618db7c6ff (link may not be stable) [04/16] driver: bus: add helpers for finding devices in busses https://git.pengutronix.de/cgit/barebox/commit/?id=74dfb8c554aa (link may not be stable) [05/16] drive: bus: make use of new bus_find_device helper https://git.pengutronix.de/cgit/barebox/commit/?id=4a5a9b58b568 (link may not be stable) [06/16] of: implement of_alias_from_compatible https://git.pengutronix.de/cgit/barebox/commit/?id=3d2d5d762e21 (link may not be stable) [07/16] video: vpl: fix potential read of uninitialized variable https://git.pengutronix.de/cgit/barebox/commit/?id=46c400664109 (link may not be stable) [08/16] video: vpl: factor out vpl_for_each https://git.pengutronix.de/cgit/barebox/commit/?id=b7f62e5703cd (link may not be stable) [09/16] video: vpl: handle missing struct vpl::ioctl gracefully https://git.pengutronix.de/cgit/barebox/commit/?id=0e8b1e6d6fec (link may not be stable) [10/16] video: vpl: add vpl_bridge abstraction https://git.pengutronix.de/cgit/barebox/commit/?id=be3b7f293d88 (link may not be stable) [11/16] video: factor out drm_mode_vrefresh https://git.pengutronix.de/cgit/barebox/commit/?id=2063c8262547 (link may not be stable) [12/16] video: add base MIPI DSI support https://git.pengutronix.de/cgit/barebox/commit/?id=e24df7f66a58 (link may not be stable) [13/16] video: add Designware MIPI-DSI support https://git.pengutronix.de/cgit/barebox/commit/?id=11331c15e5bd (link may not be stable) [14/16] video: add STM32 MIPI DSI video driver https://git.pengutronix.de/cgit/barebox/commit/?id=02b940436ca7 (link may not be stable) [15/16] video: add support for Orise Technology otm8009a panel https://git.pengutronix.de/cgit/barebox/commit/?id=ba765ed64b42 (link may not be stable) [16/16] ARM: stm32mp: dk2: enable MIPI-DSI display by default https://git.pengutronix.de/cgit/barebox/commit/?id=fd14266ab7d4 (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>