mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@barebox.org>
Subject: Re: [PATCH v2 00/16] ARM: stm32mp: add MIPI DSI support
Date: Mon, 23 Jun 2025 13:58:18 +0200	[thread overview]
Message-ID: <175067989824.3033819.13840012820878206443.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250606055748.1990383-1-a.fatoum@barebox.org>


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.hauer@pengutronix.de>




      parent reply	other threads:[~2025-06-23 13:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06  5:57 Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 01/16] driver: bus: embed bus driver node into bus Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 02/16] driver: switch busses to device class Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 03/16] driver: factor out bus definitions into separate header Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 04/16] driver: bus: add helpers for finding devices in busses Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 05/16] drive: bus: make use of new bus_find_device helper Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 06/16] of: implement of_alias_from_compatible Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 07/16] video: vpl: fix potential read of uninitialized variable Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 08/16] video: vpl: factor out vpl_for_each Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 09/16] video: vpl: handle missing struct vpl::ioctl gracefully Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 10/16] video: vpl: add vpl_bridge abstraction Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 11/16] video: factor out drm_mode_vrefresh Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 12/16] video: add base MIPI DSI support Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 13/16] video: add Designware MIPI-DSI support Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 14/16] video: add STM32 MIPI DSI video driver Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 15/16] video: add support for Orise Technology otm8009a panel Ahmad Fatoum
2025-06-06  5:57 ` [PATCH v2 16/16] ARM: stm32mp: dk2: enable MIPI-DSI display by default Ahmad Fatoum
2025-06-23 11:58 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=175067989824.3033819.13840012820878206443.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox