Message ID | 20230102230733.3506624-1-javierm@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Add PinePhone Pro display support | expand |
On Tue, Jan 3, 2023 at 12:07 AM Javier Martinez Canillas <javierm@redhat.com> wrote: > This series adds support for the display present in the PinePhone Pro. > > Patch #1 adds a devicetree binding schema for panels based on the Himax > HX8394 controller, such as the HSD060BHW4 720x1440 TFT LCD panel present > in the PinePhone Pro. Patch #2 adds the panel driver for this controller > and finally patch #3 adds an entry for the driver in MAINTAINERS file. > > This version doesn't include the DTS changes, since Ondrej mentioned that > there are still things to sort out before enabling it. The DTS bits will > be proposed as a follow-up patch series. > > This allows for example the Fedora distro to support the PinePhone Pro with > a DTB provided by the firmware. > > This is a v5 of the patch-set that addresses issues pointed out in v4: I looked over the patches a last time. This driver looks great. Acks by Krzysztof and Sam are in place. Patches applied to drm-misc-next! Yours, Linus Walleij
Hello Linus, On 1/10/23 13:30, Linus Walleij wrote: > On Tue, Jan 3, 2023 at 12:07 AM Javier Martinez Canillas > <javierm@redhat.com> wrote: > >> This series adds support for the display present in the PinePhone Pro. >> >> Patch #1 adds a devicetree binding schema for panels based on the Himax >> HX8394 controller, such as the HSD060BHW4 720x1440 TFT LCD panel present >> in the PinePhone Pro. Patch #2 adds the panel driver for this controller >> and finally patch #3 adds an entry for the driver in MAINTAINERS file. >> >> This version doesn't include the DTS changes, since Ondrej mentioned that >> there are still things to sort out before enabling it. The DTS bits will >> be proposed as a follow-up patch series. >> >> This allows for example the Fedora distro to support the PinePhone Pro with >> a DTB provided by the firmware. >> >> This is a v5 of the patch-set that addresses issues pointed out in v4: > > I looked over the patches a last time. This driver looks great. > Acks by Krzysztof and Sam are in place. > Patches applied to drm-misc-next! > Awesome. Thanks a lot!