mbox series

[v3,0/3] Improve tc358767 debugging

Message ID 20240904120546.1845856-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series Improve tc358767 debugging | expand

Message

Alexander Stein Sept. 4, 2024, 12:05 p.m. UTC
Hi,

this small series improves debugging the tc358767 driver by using
dev_err_probe for additional information (patch 1) and print IRQ
debug output only if hotplug status actually changed.

Changes inv 3:
* Collected Robert's and Dmitry' R-b

Changes in v2:
* Added patch for supporting write-only registers

Best regards,
Alexander

Alexander Stein (3):
  drm/bridge: tc358767: Use dev_err_probe
  drm/bridge: tc358767: Only print GPIO debug output if they actually
    occur
  drm/bridge: tc358767: Support write-only registers

 drivers/gpu/drm/bridge/tc358767.c | 56 +++++++++++++++++++------------
 1 file changed, 35 insertions(+), 21 deletions(-)

Comments

Neil Armstrong Sept. 13, 2024, 8:12 a.m. UTC | #1
Hi,

On Wed, 04 Sep 2024 14:05:42 +0200, Alexander Stein wrote:
> this small series improves debugging the tc358767 driver by using
> dev_err_probe for additional information (patch 1) and print IRQ
> debug output only if hotplug status actually changed.
> 
> Changes inv 3:
> * Collected Robert's and Dmitry' R-b
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/3] drm/bridge: tc358767: Use dev_err_probe
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/446967304b5671f9b9e5b1b7a620106b4fd6b1f2
[2/3] drm/bridge: tc358767: Only print GPIO debug output if they actually occur
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/31735a97cbd81bc3d858b44a56c8e8dc134a0a3c
[3/3] drm/bridge: tc358767: Support write-only registers
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/0d317e820d40963a63eb61732784f23ca0e82d23