Hi Paul. On Sat, Jul 08, 2023 at 10:40:24AM +0200, Paul Cercueil wrote: > Hi, > > Follow-up on my patchset that fixes the display of the Samsung Galaxy S2 > when running PostmarketOS. > > The first two patches update the LD9040 panel driver so that it looks > much better, and supports setting the backlight. > > The third patch fixes the size of the panel in the Device Tree. The > previous values were completely bogus and caused Phosh (PmOS' UI) to > display tiny icons and text as it thought the DPI was much lower. > > Changes since V1: > [1/3]: Remove spurious new line > [2/3]: Remove .get_brightness() callback, use bl_get_data() and > backlight_get_brightness() > > Cheers, > -Paul > > Paul Cercueil (3): > drm/panel: ld9040: Use better magic values > drm/panel: ld9040: Register a backlight device > ARM: dts: exynos/i9100: Fix LCD screen's physical size The series looks good. The first two patches are: Reviewed-by: Sam Ravnborg <sam@xxxxxxxxxxxx> The third patch are: Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx> (I was not sure if I could/should stamp it r-b, so decided for the a-b). Sam