Re: [PATCH v4 0/3] drm/bridge: tfp410: Add i2c support

2023-09-26 Thread Jonathan Cormier
How do I bump this patch submission?

[PATCH v4 3/3] drm/bridge: tfp410: If connected, use I2C for polled HPD status.

2023-04-04 Thread Jonathan Cormier
Williamson Reviewed-by: Neil Armstrong Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp410.c index 41007d05d584..eeb7202452aa 100644 --- a

[PATCH v4 2/3] drm/bridge: tfp410: Fix logic to configured polled HPD

2023-04-04 Thread Jonathan Cormier
dling with bridge") Signed-off-by: Michael Williamson Reviewed-by: Neil Armstrong Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp4

[PATCH v4 1/3] drm/bridge: tfp410: Support basic I2C interface

2023-04-04 Thread Jonathan Cormier
pins via the CTL_1_MODE register when using the I2C bus. Signed-off-by: Michael Williamson Reviewed-by: Neil Armstrong Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 93 +++--- 1 file changed, 67 insertions(+), 26 deletions(-) diff

[PATCH v4 0/3] drm/bridge: tfp410: Add i2c support

2023-04-04 Thread Jonathan Cormier
register when using the I2C bus. Also allow polling device to support hdmi/dvi hotplug detection. Signed-off-by: Jonathan Cormier --- Changes in v4: - Add Reviewed-by: Neil Armstrong - Add Fixes: 5cafa0f1853b ("drm/bridge: tfp410: Replace manual connector handling with bridge") -

[PATCH v3 3/3] drm/bridge: tfp410: If connected, use I2C for polled HPD status.

2023-02-20 Thread Jonathan Cormier
Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp410.c index 41007d05d584..eeb7202452aa 100644 --- a/drivers/gpu/drm/bridge/ti-tfp410.c

[PATCH v3 2/3] drm/bridge: tfp410: Fix logic to configured polled HPD

2023-02-20 Thread Jonathan Cormier
From: Michael Williamson The logic to configure polling (vs async/irq notification) of hot-plug events was not correct. If the connected bridge requires polling, then inform the upstream bridge we also require polling. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier

[PATCH v3 1/3] drm/bridge: tfp410: Support basic I2C interface

2023-02-20 Thread Jonathan Cormier
pins via the CTL_1_MODE register when using the I2C bus. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 93 +++--- 1 file changed, 67 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/bridge/ti

[PATCH v3 0/3] drm/bridge: tfp410: Add i2c support

2023-02-20 Thread Jonathan Cormier
register when using the I2C bus. Also allow polling device to support hdmi/dvi hotplug detection. Signed-off-by: Jonathan Cormier --- Changes in v3: - Drop dt-bindings i2c example - Link to v2: https://lore.kernel.org/r/20230125-tfp410_i2c-v2-0-bf22f4dcb...@criticallink.com Changes in v2: - Fix

[PATCH v2 3/4] drm/bridge: tfp410: Fix logic to configured polled HPD

2023-01-26 Thread Jonathan Cormier
From: Michael Williamson The logic to configure polling (vs async/irq notification) of hot-plug events was not correct. If the connected bridge requires polling, then inform the upstream bridge we also require polling. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier

[PATCH v2 4/4] drm/bridge: tfp410: If connected, use I2C for polled HPD status.

2023-01-26 Thread Jonathan Cormier
Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp410.c index 41007d05d584..eeb7202452aa 100644 --- a/drivers/gpu/drm/bridge/ti-tfp410.c

[PATCH v2 2/4] drm/bridge: tfp410: Support basic I2C interface

2023-01-26 Thread Jonathan Cormier
pins via the CTL_1_MODE register when using the I2C bus. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 93 +++--- 1 file changed, 67 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/bridge/ti

[PATCH v2 1/4] dt-bindings: display: bridge: tfp410: Add tfp410 i2c example

2023-01-26 Thread Jonathan Cormier
Add a i2c example with HDMI connector Signed-off-by: Jonathan Cormier --- .../bindings/display/bridge/ti,tfp410.yaml | 30 ++ 1 file changed, 30 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/ti,tfp410.yaml b/Documentation/devicetree

[PATCH v2 0/4] drm/bridge: tfp410: Add i2c support

2023-01-26 Thread Jonathan Cormier
register when using the I2C bus. Also allow polling device to support hdmi/dvi hotplug detection. Signed-off-by: Jonathan Cormier --- Changes in v2: - Fix dt_binding_check errors - Remove hdmi connector from binding example - Fix compile warning. Unused variable and unsigned int instead of int for

[PATCH 4/4] DRM: BRIDGE: TFP410: If connected, use I2C for polled HPD status.

2023-01-25 Thread Jonathan Cormier
Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp410.c index 837e1f81a0ff..ac216eaec3c8 100644 --- a/drivers/gpu/drm/bridge/ti-tfp410

[PATCH 1/4] dt-bindings: display: bridge: tfp410: Add tfp410 i2c example

2023-01-25 Thread Jonathan Cormier
Add a i2c example with HDMI connector Signed-off-by: Jonathan Cormier --- .../bindings/display/bridge/ti,tfp410.yaml | 42 ++ 1 file changed, 42 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/ti,tfp410.yaml b/Documentation/devicetree

[PATCH 0/4] DRM: BRIDGE: TFP410: Add i2c support

2023-01-25 Thread Jonathan Cormier
: Tomi Valkeinen To: Jyri Sarha Cc: dri-devel@lists.freedesktop.org Cc: devicet...@vger.kernel.org Cc: linux-ker...@vger.kernel.org Cc: Michael Williamson Cc: Bob Duke Signed-off-by: Jonathan Cormier --- Jonathan Cormier (1): dt-bindings: display: bridge: tfp410: Add tfp410 i2c example

[PATCH 2/4] DRM: BRIDGE: TFP410: Support basic I2C interface

2023-01-25 Thread Jonathan Cormier
pins via the CTL_1_MODE register when using the I2C bus. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier --- drivers/gpu/drm/bridge/ti-tfp410.c | 95 +++--- 1 file changed, 68 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/bridge/ti

[PATCH 3/4] DRM: BRIDGE: TFP410: Fix logic to configured polled HPD

2023-01-25 Thread Jonathan Cormier
From: Michael Williamson The logic to configure polling (vs async/irq notification) of hot-plug events was not correct. If the connected bridge requires polling, then inform the upstream bridge we also require polling. Signed-off-by: Michael Williamson Signed-off-by: Jonathan Cormier