mbox series

[v2,0/2] Rockchip W552793DBA-V10 panel support

Message ID 20250207-raydium-rm67200-v2-0-1fdc927aae82@kernel.org (mailing list archive)
Headers show
Series Rockchip W552793DBA-V10 panel support | expand

Message

Sebastian Reichel Feb. 7, 2025, 4:21 p.m. UTC
Hi,

This has been tested in combination with the series from Heiko Stübner
enabling DSI support for the RK3588 [0] (DSI controller support has been
merged already, only the PHY support is missing) on the RK3588 EVB1.

[0] https://lore.kernel.org/linux-rockchip/20241203164934.1500616-1-heiko@sntech.de/

Changes since PATCHv1:
 * https://lore.kernel.org/all/20241210164333.121253-1-sebastian.reichel@collabora.com/
 * move additionalProperties below required in the DT binding
 * collect Reviewed-by from Krzysztof Kozlowski, Andy Yan and Jessica Zhang
 * improve Kconfig help text

Thanks for having a look.

Greetings,

-- Sebastian

---
Sebastian Reichel (2):
      dt-bindings: display: panel: Add Raydium RM67200
      drm/panel: add Raydium RM67200 panel driver

 .../bindings/display/panel/raydium,rm67200.yaml    |  72 +++
 drivers/gpu/drm/panel/Kconfig                      |  10 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-raydium-rm67200.c      | 503 +++++++++++++++++++++
 4 files changed, 586 insertions(+)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250207-raydium-rm67200-eb92932c28ec

Best regards,

Comments

Sebastian Reichel Feb. 24, 2025, 5:07 p.m. UTC | #1
Hi,

On Fri, Feb 07, 2025 at 05:21:46PM +0100, Sebastian Reichel wrote:
> This has been tested in combination with the series from Heiko Stübner
> enabling DSI support for the RK3588 [0] (DSI controller support has been
> merged already, only the PHY support is missing) on the RK3588 EVB1.
> 
> [0] https://lore.kernel.org/linux-rockchip/20241203164934.1500616-1-heiko@sntech.de/
> 
> Changes since PATCHv1:
>  * https://lore.kernel.org/all/20241210164333.121253-1-sebastian.reichel@collabora.com/
>  * move additionalProperties below required in the DT binding
>  * collect Reviewed-by from Krzysztof Kozlowski, Andy Yan and Jessica Zhang
>  * improve Kconfig help text
> 
> Thanks for having a look.

I believe this has all necessary Reviewed-by tags. Can somebody
merge it please? :)

Greetings,

-- Sebastian
Neil Armstrong Feb. 25, 2025, 10:12 a.m. UTC | #2
On 24/02/2025 18:07, Sebastian Reichel wrote:
> Hi,
> 
> On Fri, Feb 07, 2025 at 05:21:46PM +0100, Sebastian Reichel wrote:
>> This has been tested in combination with the series from Heiko Stübner
>> enabling DSI support for the RK3588 [0] (DSI controller support has been
>> merged already, only the PHY support is missing) on the RK3588 EVB1.
>>
>> [0] https://lore.kernel.org/linux-rockchip/20241203164934.1500616-1-heiko@sntech.de/
>>
>> Changes since PATCHv1:
>>   * https://lore.kernel.org/all/20241210164333.121253-1-sebastian.reichel@collabora.com/
>>   * move additionalProperties below required in the DT binding
>>   * collect Reviewed-by from Krzysztof Kozlowski, Andy Yan and Jessica Zhang
>>   * improve Kconfig help text
>>
>> Thanks for having a look.
> 
> I believe this has all necessary Reviewed-by tags. Can somebody
> merge it please? :)

Can you fix the reported issues by Dmitry on patch 2 ?

Thanks,
Neil

> 
> Greetings,
> 
> -- Sebastian