mbox series

[v2,0/3] Clean up it6505 driver and improve synchronization

Message ID 20221013110411.1674359-1-treapking@chromium.org (mailing list archive)
Headers show
Series Clean up it6505 driver and improve synchronization | expand

Message

Pin-yen Lin Oct. 13, 2022, 11:04 a.m. UTC
The main purpose of this series is to improve the synchronizations of
it6505 driver. The first two patches are required for the third one, but
they alone can be clean ups to the driver.

Changes in v2:
- Remove redundant spaces in it6505_detect
- Read sink count in it6505_irq_hpd
- Add the empty line back

Pin-yen Lin (3):
  drm/bridge: it6505: Initialize AUX channel in it6505_i2c_probe
  drm/bridge: it6505: Setup links in it6505_irq_hpd
  drm/bridge: it6505: Improve synchronization between extcon subsystem

 drivers/gpu/drm/bridge/ite-it6505.c | 106 +++++++++++++---------------
 1 file changed, 51 insertions(+), 55 deletions(-)

Comments

Robert Foss Oct. 24, 2022, 8:10 a.m. UTC | #1
On Thu, 13 Oct 2022 at 13:04, Pin-yen Lin <treapking@chromium.org> wrote:
>
> The main purpose of this series is to improve the synchronizations of
> it6505 driver. The first two patches are required for the third one, but
> they alone can be clean ups to the driver.
>
> Changes in v2:
> - Remove redundant spaces in it6505_detect
> - Read sink count in it6505_irq_hpd
> - Add the empty line back
>
> Pin-yen Lin (3):
>   drm/bridge: it6505: Initialize AUX channel in it6505_i2c_probe
>   drm/bridge: it6505: Setup links in it6505_irq_hpd
>   drm/bridge: it6505: Improve synchronization between extcon subsystem
>
>  drivers/gpu/drm/bridge/ite-it6505.c | 106 +++++++++++++---------------
>  1 file changed, 51 insertions(+), 55 deletions(-)
>
> --
> 2.38.0.rc1.362.ged0d419d3c-goog
>

Applied to drm-misc-next.