Message ID | 20230217-topic-lenovo-panel-v2-0-2e2c64729330@linaro.org |
---|---|
Headers | show |
Series | Add support for Lenovo NT36523W BOE panel | expand |
On Wed, Mar 8, 2023 at 12:02 PM Konrad Dybcio <konrad.dybcio@linaro.org> wrote: > > It would not be helpful for driver writers to have two different bindings > > for similar hardware hand having to write code to handle different > > properties depending on which binding is used, so please unify into > > one binding by cooperating with Jianhua. > I'll look into Jianhua's patchset and try to work atop that! Jianhua's driver is merged to drm-misc-next so you can make your addendum now! https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c61093b56a2ff15e449e8af56e96dc5a312baf25 https://cgit.freedesktop.org/drm/drm-misc/commit/?id=0993234a00451e0a5c3e47d8b0f2e01dac6cedbf Yours, Linus Walleij
v1 -> v2: - Use _large functions for BE backlight data - Pick up tags v1: https://lore.kernel.org/r/20230217-topic-lenovo-panel-v1-0-9d7ee1602089@linaro.org Add driver and bindings for the NT+BOE display panel found on Lenovo Tab P11 devices. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (2): dt-bindings: display/panel: Add Lenovo NT36523W BOE panel gpu/drm/panel: Add Lenovo NT36523W BOE panel .../display/panel/lenovo,nt36523w-boe-j606.yaml | 60 ++ drivers/gpu/drm/panel/Kconfig | 12 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-lenovo-nt36523w-boe.c | 747 +++++++++++++++++++++ 4 files changed, 820 insertions(+) --- base-commit: c068f40300a0eaa34f7105d137a5560b86951aa9 change-id: 20230217-topic-lenovo-panel-48c63b84e3f8 Best regards,