mbox series

[0/2] Improve tc358767 debugging

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

Message

Alexander Stein Aug. 17, 2023, 7:52 a.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.

Best regards,
Alexander

Alexander Stein (2):
  drm/bridge: tc358767: Use dev_err_probe
  drm: bridge: tc358767: Only print GPIO debug output if they actually
    occur

 drivers/gpu/drm/bridge/tc358767.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Comments

Alexander Stein Nov. 28, 2023, 1:34 p.m. UTC | #1
Hi,

is there any feedback on this series?

Thanks
Alexander

Am Donnerstag, 17. August 2023, 09:52:32 CET schrieb Alexander Stein:
> 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.
> 
> Best regards,
> Alexander
> 
> Alexander Stein (2):
>   drm/bridge: tc358767: Use dev_err_probe
>   drm: bridge: tc358767: Only print GPIO debug output if they actually
>     occur
> 
>  drivers/gpu/drm/bridge/tc358767.c | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)