Message ID | 20231117194405.1386265-1-macroalpha82@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Elida KD35T133 Panel Improvements | expand |
Hi, On Fri, 17 Nov 2023 13:44:00 -0600, Chris Morgan wrote: > From: Chris Morgan <macromorgan@hotmail.com> > > Fix a few bugs and clean up no longer needed code on the Elida KD35T133 > DSI panel, as used in devices such as the Odroid Go Advance and the > Anbernic RG351M. > > Changes since V1: > - Split removal of shutdown logic into a new patch independent of > dropping of prepared tracking. > - Added fixes to patch holding panel in reset after unprepare. > > [...] Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/5] drm/panel-elida-kd35t133: trival: update panel size from 5.5 to 3.5 https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c18b1b49764a1db824ed74286338b6283b619286 [2/5] drm/panel-elida-kd35t133: hold panel in reset for unprepare https://cgit.freedesktop.org/drm/drm-misc/commit/?id=03c5b2a5f6c39fe4e090346536cf1c14ee18b61e [3/5] drm/panel-elida-kd35t133: drop drm_connector_set_orientation_from_panel https://cgit.freedesktop.org/drm/drm-misc/commit/?id=3fc828b8ce2362982237f46a7cd46677f9094a8e [4/5] drm/panel-elida-kd35t133: Drop shutdown logic https://cgit.freedesktop.org/drm/drm-misc/commit/?id=5dea0c3fedee65413271a5700e653eff633e9a7f [5/5] drm/panel-elida-kd35t133: Drop prepare/unprepare logic https://cgit.freedesktop.org/drm/drm-misc/commit/?id=9f5ac1969df6dc0c2282454b147138c32d065b41
From: Chris Morgan <macromorgan@hotmail.com> Fix a few bugs and clean up no longer needed code on the Elida KD35T133 DSI panel, as used in devices such as the Odroid Go Advance and the Anbernic RG351M. Changes since V1: - Split removal of shutdown logic into a new patch independent of dropping of prepared tracking. - Added fixes to patch holding panel in reset after unprepare. Chris Morgan (5): drm/panel-elida-kd35t133: trival: update panel size from 5.5 to 3.5 drm/panel-elida-kd35t133: hold panel in reset for unprepare drm/panel-elida-kd35t133: drop drm_connector_set_orientation_from_panel drm/panel-elida-kd35t133: Drop shutdown logic drm/panel-elida-kd35t133: Drop prepare/unprepare logic drivers/gpu/drm/panel/panel-elida-kd35t133.c | 37 ++------------------ 1 file changed, 3 insertions(+), 34 deletions(-)