From: Tony Lindgren <tony@atomide.com>
To: Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>, Simha BN <simhavcs@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Michael Walle <mwalle@kernel.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org
Subject: [PATCH v5 00/10] Improvments for tc358775 with support for tc358765
Date: Sun, 25 Feb 2024 08:19:29 +0200 [thread overview]
Message-ID: <20240225062008.33191-1-tony@atomide.com> (raw)
Hi all,
Here are v5 patches to improve tc358775 driver and add support for
tc358765.
Regards,
Tony
Changes since v4:
- Update devicetree binding to move allOf after required block
as noted by Krzysztof
Changes since v3:
- Fixed dts binding warnings
Changes since v2:
- Only make stby-gpios optional for tc358775, and disallow them for
tc358765 as noted by Krzysztof
- Added additionalProperties: false for port-base as noted by Krzysztof
- Updated patch description for why there can be a data-lanes property
for both the DSI host and the bridge as noted by Dmitry
- Improved the old dtb data-lanes warning as suggested by Michael
- Fix warning on casting of_device_get_match_data() as noted by the
kernel test robot
Changes since v1:
- After a brief offline discussion with Michael, merge series with
Michael's patch series to make stby gpio and supplies optional as they
may be hardwired
- Use Michael's better patch for the jeida timings change
- Parse lanes on the bridge side like other bridge devices do, and if not
found, also parse on the DSI host side and warn
Michael Walle (3):
dt-bindings: display: bridge: tc358775: make stby gpio optional
drm/bridge: tc358775: fix support for jeida-18 and jeida-24
drm/bridge: tc358775: make standby GPIO optional
Tony Lindgren (7):
dt-bindings: display: bridge: tc358775: Add data-lanes
dt-bindings: display: bridge: tc358775: Add support for tc358765
drm/bridge: tc358775: Get bridge data lanes instead of the DSI host
lanes
drm/bridge: tc358775: Add burst and low-power modes
drm/bridge: tc358775: Enable pre_enable_prev_first flag
drm/bridge: tc358775: Add support for tc358765
drm/bridge: tc358775: Configure hs_rate and lp_rate
.../display/bridge/toshiba,tc358775.yaml | 39 ++++++--
drivers/gpu/drm/bridge/tc358775.c | 98 ++++++++++++-------
2 files changed, 94 insertions(+), 43 deletions(-)
--
2.43.1
next reply other threads:[~2024-02-25 6:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-25 6:19 Tony Lindgren [this message]
2024-02-25 6:19 ` [PATCH v5 01/10] dt-bindings: display: bridge: tc358775: make stby gpio optional Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 02/10] dt-bindings: display: bridge: tc358775: Add data-lanes Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765 Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 04/10] drm/bridge: tc358775: fix support for jeida-18 and jeida-24 Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 05/10] drm/bridge: tc358775: make standby GPIO optional Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 06/10] drm/bridge: tc358775: Get bridge data lanes instead of the DSI host lanes Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 07/10] drm/bridge: tc358775: Add burst and low-power modes Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 08/10] drm/bridge: tc358775: Enable pre_enable_prev_first flag Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 09/10] drm/bridge: tc358775: Add support for tc358765 Tony Lindgren
2024-02-25 6:19 ` [PATCH v5 10/10] drm/bridge: tc358775: Configure hs_rate and lp_rate Tony Lindgren
2024-04-02 7:00 ` [PATCH v5 00/10] Improvments for tc358775 with support for tc358765 Michael Walle
2024-04-23 15:38 ` Robert Foss
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=20240225062008.33191-1-tony@atomide.com \
--to=tony@atomide.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=mwalle@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rfoss@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=simhavcs@gmail.com \
--cc=tzimmermann@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.