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

2023-04-04 Thread Jon Cormier
On Fri, Mar 31, 2023 at 5:00 AM Neil Armstrong wrote: > > Hi, > > On 20/02/2023 23:10, Jonathan Cormier wrote: > > 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, > >

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

2023-03-30 Thread Jon Cormier
Bumping patch submission. On Mon, Feb 20, 2023 at 5:10 PM Jonathan Cormier wrote: > The TFP410 driver does not support I2C. As such, the device remains in > Power Down if the I2C is enabled by the bootstrap pins. > > Add basic support for the I2C interface, and provide support to take > the

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

2023-01-30 Thread Jon Cormier
On Sat, Jan 28, 2023 at 7:47 PM kernel test robot wrote: > > Hi Jonathan, > > Thank you for the patch! Perhaps something to improve: Good bot. > > [auto build test WARNING on 93f875a8526a291005e7f38478079526c843cbec] > > url: >

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

2023-01-26 Thread Jon Cormier
On Thu, Jan 26, 2023 at 10:41 AM Krzysztof Kozlowski < krzysztof.kozlow...@linaro.org> wrote: > On 25/01/2023 22:09, Jonathan Cormier wrote: > > From: Michael Williamson > > > > The TFP410 driver does not support I2C. As such, the device remains in > > Power Down if the I2C is enabled by the

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

2023-01-26 Thread Jon Cormier
On Thu, Jan 26, 2023 at 10:40 AM Krzysztof Kozlowski < krzysztof.kozlow...@linaro.org> wrote: > On 25/01/2023 22:09, Jonathan Cormier wrote: > > Add a i2c example with HDMI connector > > Why? It's the same - but more on this below. > The existing example is for the previous setup where it was

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

2023-01-25 Thread Jon Cormier
On Wed, Jan 25, 2023 at 4:24 PM Laurent Pinchart wrote: > > Hi Jonathan, > > Thank you for the patch. > > On Wed, Jan 25, 2023 at 04:09:09PM -0500, Jonathan Cormier wrote: > > Add a i2c example with HDMI connector > > > > Signed-off-by: Jonathan Cormier > > --- > >