linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tc358767 test mode
@ 2019-09-12  1:37 Andrey Smirnov
  2019-09-12  1:37 ` [PATCH v2 1/2] drm/bridge: tc358767: Introduce __tc_bridge_enable/disable() Andrey Smirnov
  2019-09-12  1:37 ` [PATCH v2 2/2] drm/bridge: tc358767: Expose test mode functionality via debugfs Andrey Smirnov
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Smirnov @ 2019-09-12  1:37 UTC (permalink / raw)
  To: dri-devel
  Cc: Andrey Smirnov, Andrzej Hajda, Laurent Pinchart, Tomi Valkeinen,
	Cory Tusar, Chris Healy, Lucas Stach, linux-kernel

Everyone:

This series is a couple of patches exposing TestCtl register of
tc358767, which can be pretty handy when troubleshooting link problems.

Changes since [v1]:

    - Debugfs moved into a standalone directory and is now created as
      a part of probe()

    - Added tstctl_lock to ensure mutual exclusion of tstctl code and
      bridge's enable/disable methods

    - tc_tstctl_set() changed to function only if bridge was previosly
      enabled

    - Added comment explaining data format expected by "tstctl"

    - Debugfs permission changed to reflect write-only nature of this
      feature

    - Original commit split into two

    - Minor formatting changes

Thanks,
Andrey Smirnov

[v1] lore.kernel.org/r/20190826182524.5064-1-andrew.smirnov@gmail.com

Andrey Smirnov (2):
  drm/bridge: tc358767: Introduce __tc_bridge_enable/disable()
  drm/bridge: tc358767: Expose test mode functionality via debugfs

 drivers/gpu/drm/bridge/tc358767.c | 184 ++++++++++++++++++++++++------
 1 file changed, 148 insertions(+), 36 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-12  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-12  1:37 [PATCH v2 0/2] tc358767 test mode Andrey Smirnov
2019-09-12  1:37 ` [PATCH v2 1/2] drm/bridge: tc358767: Introduce __tc_bridge_enable/disable() Andrey Smirnov
2019-09-12  1:37 ` [PATCH v2 2/2] drm/bridge: tc358767: Expose test mode functionality via debugfs Andrey Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).