[PATCH v3 0/3] Improve tc358767 debugging

Alexander Stein posted 3 patches 1 year, 3 months ago
drivers/gpu/drm/bridge/tc358767.c | 56 +++++++++++++++++++------------
1 file changed, 35 insertions(+), 21 deletions(-)
[PATCH v3 0/3] Improve tc358767 debugging
Posted by Alexander Stein 1 year, 3 months ago
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(-)

-- 
2.34.1
Re: [PATCH v3 0/3] Improve tc358767 debugging
Posted by Neil Armstrong 1 year, 3 months ago
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

-- 
Neil