mbox series

[0/6] drm/vc4: dsi: Conversion to bridge

Message ID 20221207-rpi-dsi-bridge-v1-0-8f68ee0b0adb@cerno.tech (mailing list archive)
Headers show
Series drm/vc4: dsi: Conversion to bridge | expand

Message

Maxime Ripard Dec. 7, 2022, 10:22 a.m. UTC
Hi,

This series converts the vc4 DSI driver to a bridge. It's been in use for a
while on the downstream tree.

Let me know what you think,
Maxime

To: Emma Anholt <emma@anholt.net>
To: Maxime Ripard <mripard@kernel.org>
To: David Airlie <airlied@gmail.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

---
Dave Stevenson (6):
      drm/vc4: dsi: Rename bridge to out_bridge
      drm/vc4: dsi: Move initialisation to encoder_mode_set
      drm/vc4: dsi: Remove splitting the bridge chain from the driver
      drm/vc4: dsi: Convert to use atomic operations
      drm/vc4: dsi: Convert to using a bridge instead of encoder
      drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disable

 drivers/gpu/drm/vc4/vc4_dsi.c | 173 ++++++++++++++++++++++++------------------
 1 file changed, 99 insertions(+), 74 deletions(-)
---
base-commit: 99e2d98adc738597abcc5d38b03d0e9858db5c00
change-id: 20221207-rpi-dsi-bridge-09e3bb50dde2

Best regards,

Comments

Maxime Ripard Dec. 15, 2022, 7:59 a.m. UTC | #1
On Wed, 07 Dec 2022 11:22:43 +0100, Maxime Ripard wrote:
> This series converts the vc4 DSI driver to a bridge. It's been in use for a
> while on the downstream tree.
> 
> Let me know what you think,
> Maxime
> 
> 
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime