Re: [PATCH 00/19] drm/gma500: Unify most of the lvds code

2022-06-14 Thread Thomas Zimmermann
Hi Patrik, I've send comments on a few patches. For the other patches, you can add Acked-by: Thomas Zimmermann Best regards Thomas Am 13.06.22 um 14:34 schrieb Patrik Jakobsson: Much of the lvds code for Poulsbo, Oaktrail and Cedarview are almost identical so there is no need to keep three c

[PATCH 00/19] drm/gma500: Unify most of the lvds code

2022-06-13 Thread Patrik Jakobsson
Much of the lvds code for Poulsbo, Oaktrail and Cedarview are almost identical so there is no need to keep three copies of it. Unify as much as possible into one implementation. There are still things like the init code that can be unified but that requires unifying other parts of the driver first.