From: Sam Ravnborg <sam@ravnborg.org>
To: Xin Ji <xji@analogixsemi.com>
Cc: devel@driverdev.osuosl.org,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Andrzej Hajda <a.hajda@samsung.com>,
Nicolas Boichat <drinkcat@google.com>,
Jernej Skrabec <jernej.skrabec@siol.net>,
Nicolas Boichat <drinkcat@chromium.org>,
Pi-Hsun Shih <pihsun@chromium.org>,
Jonas Karlman <jonas@kwiboo.se>, David Airlie <airlied@linux.ie>,
Neil Armstrong <narmstrong@baylibre.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Sheng Pan <span@analogixsemi.com>,
Hsin-Yi Wang <hsinyi@chromium.org>,
Dan Carpenter <dan.carpenter@oracle.com>
Subject: Re: [PATCH v14 0/2] Add initial support for slimport anx7625
Date: Mon, 10 Aug 2020 22:35:46 +0200 [thread overview]
Message-ID: <20200810203546.GA421906@ravnborg.org> (raw)
In-Reply-To: <cover.1594283160.git.xji@analogixsemi.com>
Hi Xin Ji.
On Thu, Jul 09, 2020 at 04:31:09PM +0800, Xin Ji wrote:
> Hi all,
>
> The following series add support for the Slimport ANX7625 transmitter, a
> ultra-low power Full-HD 4K MIPI to DP transmitter designed for portable device.
>
>
> This is the v14 version, any mistakes, please let me know, I will fix it in
> the next series.
>
> Change history:
> v14: Fix comments from Sam and Nicolas
> - Check flags at drm_bridge_attach
> - Use panel_bridge instead of drm_panel
> - Fix not correct return value
Sorry for ignoring this for so long time.
The patch applies but no longer builds.
I could fix it locally but wanted to know if you have a later version to
be applied?
Sam
>
> v13: Fix comments from Launrent Pinchart and Rob Herring
> - Picked up Rob's Reviewed-By
> - Add .detect and .get_edid interface in bridge funcs.
>
> v12: Fix comments from Hsin-Yi Wang
> - Rebase the code on kernel 5.7, fix DRM interface not match issue.
>
> v11: Fix comments from Rob Herring
> - Update commit message.
> - Remove unused label.
>
> v10: Fix comments from Rob Herring, Daniel.
> - Fix dt_binding_check warning.
> - Update description.
>
> v9: Fix comments from Sam, Nicolas, Daniel
> - Remove extcon interface.
> - Remove DPI support.
> - Fix dt_binding_check complains.
> - Code clean up and update description.
>
> v8: Fix comments from Nicolas.
> - Fix several coding format.
> - Update description.
>
> v7:
> - Fix critical timing(eg:odd hfp/hbp) in "mode_fixup" interface,
> enhance MIPI RX tolerance by setting register MIPI_DIGITAL_ADJ_1 to 0x3D.
>
>
> Xin Ji (2):
> dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema
> drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
>
> .../bindings/display/bridge/analogix,anx7625.yaml | 95 +
> drivers/gpu/drm/bridge/analogix/Kconfig | 9 +
> drivers/gpu/drm/bridge/analogix/Makefile | 1 +
> drivers/gpu/drm/bridge/analogix/anx7625.c | 1939 ++++++++++++++++++++
> drivers/gpu/drm/bridge/analogix/anx7625.h | 391 ++++
> 5 files changed, 2435 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
> create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.c
> create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.h
>
> --
> 2.7.4
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-08-10 20:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-09 8:31 Xin Ji
2020-07-09 8:32 ` [PATCH v14 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema Xin Ji
2020-07-09 8:34 ` [PATCH v14 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP Xin Ji
2020-08-10 20:35 ` Sam Ravnborg [this message]
[not found] ` <CAJMQK-h1BLDS_-q9n9vuOyYimqG7qonGsy7f5w8M=A_pffxHBQ@mail.gmail.com>
2020-08-19 7:05 ` Fwd: [PATCH v14 0/2] Add initial support for slimport anx7625 Xin Ji
2020-08-19 20:39 ` Sam Ravnborg
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=20200810203546.GA421906@ravnborg.org \
--to=sam@ravnborg.org \
--cc=a.hajda@samsung.com \
--cc=airlied@linux.ie \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=drinkcat@chromium.org \
--cc=drinkcat@google.com \
--cc=hsinyi@chromium.org \
--cc=jernej.skrabec@siol.net \
--cc=jonas@kwiboo.se \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=narmstrong@baylibre.com \
--cc=pihsun@chromium.org \
--cc=span@analogixsemi.com \
--cc=xji@analogixsemi.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
Powered by JetHome