Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2025-02-13 Thread Neil Armstrong
Hi, On Fri, 27 Sep 2024 09:53:05 -0400, Hugo Villeneuve wrote: > In jadard_prepare() a reset pulse is generated with the following > statements (delays ommited for clarity): > > gpiod_set_value(jadard->reset, 1); --> Deassert reset > gpiod_set_value(jadard->reset, 0); --> Assert reset for

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2025-02-13 Thread neil . armstrong
On 13/02/2025 12:42, Linus Walleij wrote: On Tue, Feb 4, 2025 at 6:46 PM Hugo Villeneuve wrote: On Mon, 30 Sep 2024 18:24:44 +0200 neil.armstr...@linaro.org wrote: OK then: Reviewed-by: Neil Armstrong Hi Neil, it seems this patch was never applied/picked-up? We have some soft rule that

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2025-02-13 Thread Linus Walleij
On Tue, Feb 4, 2025 at 6:46 PM Hugo Villeneuve wrote: > On Mon, 30 Sep 2024 18:24:44 +0200 > neil.armstr...@linaro.org wrote: > > OK then: > > Reviewed-by: Neil Armstrong > > Hi Neil, > it seems this patch was never applied/picked-up? We have some soft rule that the reviewer and committer shoul

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2025-02-04 Thread Hugo Villeneuve
On Mon, 30 Sep 2024 18:24:44 +0200 neil.armstr...@linaro.org wrote: > On 30/09/2024 17:05, Hugo Villeneuve wrote: > > On Mon, 30 Sep 2024 16:38:14 +0200 > > Neil Armstrong wrote: > > > >> Hi, > >> > >> On 27/09/2024 15:53, Hugo Villeneuve wrote: > >>> From: Hugo Villeneuve > >>> > >>> In jadard

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2024-09-30 Thread neil . armstrong
On 30/09/2024 17:05, Hugo Villeneuve wrote: On Mon, 30 Sep 2024 16:38:14 +0200 Neil Armstrong wrote: Hi, On 27/09/2024 15:53, Hugo Villeneuve wrote: From: Hugo Villeneuve In jadard_prepare() a reset pulse is generated with the following statements (delays ommited for clarity): gpiod

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2024-09-30 Thread Hugo Villeneuve
On Mon, 30 Sep 2024 16:38:14 +0200 Neil Armstrong wrote: > Hi, > > On 27/09/2024 15:53, Hugo Villeneuve wrote: > > From: Hugo Villeneuve > > > > In jadard_prepare() a reset pulse is generated with the following > > statements (delays ommited for clarity): > > > > gpiod_set_value(jadard->

Re: [PATCH] drm: panel: jd9365da-h3: fix reset signal polarity

2024-09-30 Thread Neil Armstrong
Hi, On 27/09/2024 15:53, Hugo Villeneuve wrote: From: Hugo Villeneuve In jadard_prepare() a reset pulse is generated with the following statements (delays ommited for clarity): gpiod_set_value(jadard->reset, 1); --> Deassert reset gpiod_set_value(jadard->reset, 0); --> Assert reset