Message ID | 20240103-si902x-fixes-v1-0-b9fd3e448411@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/bridge: sii902x: Crash fixes | expand |
On Wed, Jan 3, 2024 at 2:31 PM Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> wrote: > Two small fixes to sii902x for crashes. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> These look good to me! Acked-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On 03/01/24 19:01, Tomi Valkeinen wrote: > Two small fixes to sii902x for crashes. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> > --- > Tomi Valkeinen (2): > drm/bridge: sii902x: Fix probing race issue > drm/bridge: sii902x: Fix audio codec unregistration Stress-tested kernel boot on SK-AM62, SK-AM62-LP, SK-AM62A, and I couldn't reproduce the issue. The kernel booted fine every time. For the series, Reviewed-by: Aradhya Bhatia <a-bhatia1@ti.com> > > drivers/gpu/drm/bridge/sii902x.c | 42 +++++++++++++++++++++++++++------------- > 1 file changed, 29 insertions(+), 13 deletions(-) > --- > base-commit: 0c75d52190b8bfa22cdb66e07148aea599c4535d > change-id: 20240103-si902x-fixes-468d7153b8ee > > Best regards,
Hi, On Wed, 03 Jan 2024 15:31:06 +0200, Tomi Valkeinen wrote: > Two small fixes to sii902x for crashes. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-fixes) [1/2] drm/bridge: sii902x: Fix probing race issue https://cgit.freedesktop.org/drm/drm-misc/commit/?id=08ac6f132dd77e40f786d8af51140c96c6d739c9 [2/2] drm/bridge: sii902x: Fix audio codec unregistration https://cgit.freedesktop.org/drm/drm-misc/commit/?id=3fc6c76a8d208d3955c9e64b382d0ff370bc61fc
On Wed, 03 Jan 2024 15:31:06 +0200, Tomi Valkeinen wrote: > Two small fixes to sii902x for crashes. > > Applied, thanks! [1/2] drm/bridge: sii902x: Fix probing race issue https://cgit.freedesktop.org/drm/drm-misc/commit/?id=dffdfb8f5de1 [2/2] drm/bridge: sii902x: Fix audio codec unregistration https://cgit.freedesktop.org/drm/drm-misc/commit/?id=bc77bde2d3f0 Rob
Two small fixes to sii902x for crashes. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> --- Tomi Valkeinen (2): drm/bridge: sii902x: Fix probing race issue drm/bridge: sii902x: Fix audio codec unregistration drivers/gpu/drm/bridge/sii902x.c | 42 +++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) --- base-commit: 0c75d52190b8bfa22cdb66e07148aea599c4535d change-id: 20240103-si902x-fixes-468d7153b8ee Best regards,