Re: [PATCH] drm/bridge/analogix/anx78xx: Add missing definition

2023-09-20 Thread Robert Foss
On Sat, 9 Sep 2023 04:37:53 +0200, Alicja Michalska wrote: > Analogix ANX78XX driver is missing definitions for anx7816. > It uses the same I2C register set as anx7818. > > Applied, thanks! [1/1] drm/bridge/analogix/anx78xx: Add missing definition

Re: [PATCH] drm/bridge/analogix/anx78xx: Add missing definition

2023-09-18 Thread Alicja Michalska
Oops, my bad. I'm new to ARM development, so I forgot to update dt-bindings. You should see a patch dropping soon (or already did), although I decided to move to a new email address (which hopefully shouldn't cause any issues). On 18/09/2023 12:07, Robert Foss wrote: > On Sat, Sep 9, 2023 at

Re: [PATCH] drm/bridge/analogix/anx78xx: Add missing definition

2023-09-18 Thread Robert Foss
On Sat, Sep 9, 2023 at 4:43 AM Alicja Michalska wrote: > > Analogix ANX78XX driver is missing definitions for anx7816. > It uses the same I2C register set as anx7818. > > Signed-off-by: Alicja Michalska > --- > drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 2 ++ > 1 file changed, 2

[PATCH] drm/bridge/analogix/anx78xx: Add missing definition

2023-09-09 Thread Alicja Michalska
Analogix ANX78XX driver is missing definitions for anx7816. It uses the same I2C register set as anx7818. Signed-off-by: Alicja Michalska --- drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git