[PATCH v2 0/3] Panel HIMAX support for Microchip's AC40T08A MIPI display

Manikandan Muralidharan posted 3 patches 1 year, 5 months ago
.../bindings/display/panel/himax,hx8394.yaml  |  17 +-
drivers/gpu/drm/panel/panel-himax-hx8394.c    | 153 +++++++++++++++++-
2 files changed, 165 insertions(+), 5 deletions(-)
[PATCH v2 0/3] Panel HIMAX support for Microchip's AC40T08A MIPI display
Posted by Manikandan Muralidharan 1 year, 5 months ago
This patch series adds panel himax display controller support for the
Microchip's AC40T08A MIPI display.

yaml file is validated using the following commands

make dt_binding_check DT_SCHEMA_FILES=<converted_yaml_file>
make CHECK_DTBS=y DT_SCHEMA_FILES=<converted_yaml_file>

Changelogs are available in respective patches.

Manikandan Muralidharan (3):
  dt-bindings: display: himax-hx8394: Add Microchip AC40T08A MIPI
    Display panel
  drm/panel: himax-hx8394: switch to devm_gpiod_get_optional() for
    reset_gpio
  drm/panel: himax-hx8394: Add Support for Microchip AC40T08A MIPI
    Display Panel

 .../bindings/display/panel/himax,hx8394.yaml  |  17 +-
 drivers/gpu/drm/panel/panel-himax-hx8394.c    | 153 +++++++++++++++++-
 2 files changed, 165 insertions(+), 5 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/3] Panel HIMAX support for Microchip's AC40T08A MIPI display
Posted by Neil Armstrong 1 year, 5 months ago
Hi,

On Mon, 01 Jul 2024 14:28:34 +0530, Manikandan Muralidharan wrote:
> This patch series adds panel himax display controller support for the
> Microchip's AC40T08A MIPI display.
> 
> yaml file is validated using the following commands
> 
> make dt_binding_check DT_SCHEMA_FILES=<converted_yaml_file>
> make CHECK_DTBS=y DT_SCHEMA_FILES=<converted_yaml_file>
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/3] dt-bindings: display: himax-hx8394: Add Microchip AC40T08A MIPI Display panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/223c12dd492d67d90d3712ef3d9e042116a47522
[2/3] drm/panel: himax-hx8394: switch to devm_gpiod_get_optional() for reset_gpio
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/1dcfca093be9e013a53e3c9b74b3f60ea9c5160e
[3/3] drm/panel: himax-hx8394: Add Support for Microchip AC40T08A MIPI Display Panel
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/014e597d35816b56c7aac1348b77c73657c4066e

-- 
Neil