Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-06-09 Thread Sumit Semwal
Hi Joel, On Wed, 8 Jun 2022 at 22:10, Joel Selvaraj wrote: > > Hi Sumit, > > On 08/06/22 22:00, Sumit Semwal wrote: > > This is entirely my fault - It somehow missed my radar, and I didn't > > queue it up. I will push it via drm-misc tree tonight. Apologies > > again! > > No problem. Thanks for

Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-06-09 Thread Sumit Semwal
Hi Joel, On Wed, 8 Jun 2022 at 00:01, Joel Selvaraj wrote: > > Hi, > > I can see that the dts changes from this patch series has been applied > to 5.19-rc1 release. However, this patch that has the related change to > the panel driver, is not applied in the 5.19-rc1 release. Any particular >

Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-06-08 Thread Joel Selvaraj
Hi Sumit, On 08/06/22 23:22, Sumit Semwal wrote: Not for 5.19-rcs for sure, but I think it should make it for 5.20-rcs? Ok. No problem. Thanks. Best, Sumit. Best Regards, Joel Selvaraj

Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-06-08 Thread Joel Selvaraj
Hi Sumit, On 08/06/22 22:00, Sumit Semwal wrote: This is entirely my fault - It somehow missed my radar, and I didn't queue it up. I will push it via drm-misc tree tonight. Apologies again! No problem. Thanks for the update! So it will land on upcoming 5.19-rcs or 5.20-rc? Best, Sumit.

Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-06-07 Thread Joel Selvaraj
Hi, I can see that the dts changes from this patch series has been applied to 5.19-rc1 release. However, this patch that has the related change to the panel driver, is not applied in the 5.19-rc1 release. Any particular reason why it's not picked up? or just that, it got missed out? Kindly

Re: (subset) [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-04-21 Thread Bjorn Andersson
On Fri, 1 Apr 2022 05:48:08 +0530, Joel Selvaraj wrote: > Add support for backlight. This panel supports backlight control > through the QCOM WLED driver in Xiaomi Poco F1 device. > > Applied, thanks! [3/3] arm64: dts: qcom: sdm845-xiaomi-beryllium: enable qcom wled backlight and link to

Re: [PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-04-06 Thread Marijn Suijten
On 2022-04-01 05:48:08, Joel Selvaraj wrote: > Add support for backlight. This panel supports backlight control > through the QCOM WLED driver in Xiaomi Poco F1 device. > > Signed-off-by: Joel Selvaraj Reviewed-by: Marijn Suijten > --- > drivers/gpu/drm/panel/panel-novatek-nt36672a.c | 4

[PATCH v2 1/3] drm/panel: nt36672a: add backlight support

2022-03-31 Thread Joel Selvaraj
Add support for backlight. This panel supports backlight control through the QCOM WLED driver in Xiaomi Poco F1 device. Signed-off-by: Joel Selvaraj --- drivers/gpu/drm/panel/panel-novatek-nt36672a.c | 4 1 file changed, 4 insertions(+) diff --git