Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: bivvy.bi@rock-chips.com, jernej.skrabec@siol.net,
	kuninori.morimoto.gx@renesas.com, jonas@kwiboo.se,
	sean@poorly.run, xzy.xu@rock-chips.com, philippe.cornu@st.com,
	dri-devel@lists.freedesktop.org, hjc@rock-chips.com,
	yannick.fertre@st.com, nickey.yang@rock-chips.com,
	eddie.cai@rock-chips.com, Laurent.pinchart@ideasonboard.com,
	linux-rockchip@lists.infradead.org, sam@ravnborg.org,
	christoph.muellner@theobroma-systems.com
Subject: Re: [PATCH v5 0/6] drm/rockchip: px30 dsi support
Date: Mon, 16 Dec 2019 12:17:53 +0100	[thread overview]
Message-ID: <4524104.zPHHQK04YB@phil> (raw)
In-Reply-To: <8a071340-6452-4de3-10c9-393bce815ad7@baylibre.com>

Hi Neil,

Am Montag, 16. Dezember 2019, 11:40:00 CET schrieb Neil Armstrong:
> On 09/12/2019 15:31, Heiko Stuebner wrote:
> > From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> > 
> > This series addes support for the px30 Rockchip soc to the dsi driver.
> > This includes support for external dsi-phys like used on the px30.
> > 
> > What happened between v1 and v5? The then separate dsi hs2lp timing
> > patch happened ;-) . As both it and this series touch similar areas
> > in the dsi driver ordering becomes an issue and so combining them to
> > make ordering explicit is helpful. v2-v4 where then iterations of the
> > timing patch.
> > 
> > So this v5 is mainly rebased on 5.5-rc1 and rechecked against drm-misc.
> > 
> > Heiko Stuebner (6):
> >   drm/bridge/synopsys: dsi: driver-specific configuration of phy timings
> >   drm/bridge/synopsys: dsi: move phy_ops callbacks around panel
> >     enablement
> >   dt-bindings: display: rockchip-dsi: document external phys
> >   drm/rockchip: add ability to handle external dphys in mipi-dsi
> >   dt-bindings: display: rockchip-dsi: add px30 compatible
> >   drm/rockchip: dsi: add px30 support
> > 
> >  .../display/rockchip/dw_mipi_dsi_rockchip.txt |  13 +-
> >  drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c |  40 ++--
> >  drivers/gpu/drm/rockchip/Kconfig              |   1 +
> >  .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c   | 173 +++++++++++++++++-
> >  drivers/gpu/drm/stm/dw_mipi_dsi-stm.c         |  13 ++
> >  include/drm/bridge/dw_mipi_dsi.h              |   9 +
> >  6 files changed, 227 insertions(+), 22 deletions(-)
> > 
> 
> You can go ahead and merge the whole serie with bridge stuff into drm-misc-next if you want,
> or I can do it.

I've applied the patches to drm-misc-next now (after double checking again).

Thanks a lot for doing the reviews
Heiko

      reply	other threads:[~2019-12-16 11:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 14:31 [PATCH v5 0/6] drm/rockchip: px30 dsi support Heiko Stuebner
2019-12-09 14:31 ` [PATCH v5 1/6] drm/bridge/synopsys: dsi: driver-specific configuration of phy timings Heiko Stuebner
2019-12-16 10:37   ` Neil Armstrong
2019-12-09 14:31 ` [PATCH v5 2/6] drm/bridge/synopsys: dsi: move phy_ops callbacks around panel enablement Heiko Stuebner
2019-12-09 14:31 ` [PATCH v5 3/6] dt-bindings: display: rockchip-dsi: document external phys Heiko Stuebner
2019-12-09 14:31 ` [PATCH v5 4/6] drm/rockchip: add ability to handle external dphys in mipi-dsi Heiko Stuebner
2019-12-16 10:39   ` Neil Armstrong
2019-12-09 14:31 ` [PATCH v5 5/6] dt-bindings: display: rockchip-dsi: add px30 compatible Heiko Stuebner
     [not found] ` <20191209143130.4553-1-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2019-12-09 14:31   ` [PATCH v5 6/6] drm/rockchip: dsi: add px30 support Heiko Stuebner
2019-12-16 10:39     ` Neil Armstrong
2019-12-16 10:40 ` [PATCH v5 0/6] drm/rockchip: px30 dsi support Neil Armstrong
2019-12-16 11:17   ` Heiko Stuebner [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=4524104.zPHHQK04YB@phil \
    --to=heiko@sntech.de \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=bivvy.bi@rock-chips.com \
    --cc=christoph.muellner@theobroma-systems.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=eddie.cai@rock-chips.com \
    --cc=hjc@rock-chips.com \
    --cc=jernej.skrabec@siol.net \
    --cc=jonas@kwiboo.se \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=narmstrong@baylibre.com \
    --cc=nickey.yang@rock-chips.com \
    --cc=philippe.cornu@st.com \
    --cc=sam@ravnborg.org \
    --cc=sean@poorly.run \
    --cc=xzy.xu@rock-chips.com \
    --cc=yannick.fertre@st.com \
    /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