Re: [RESEND PATCH] drm/panel: otm8009a: Set backlight parent to panel device

2023-04-17 Thread Neil Armstrong
Hi, On Wed, 12 Apr 2023 17:35:07 +, James Cowgill wrote: > This is the logical place to put the backlight device, and it also > fixes a kernel crash if the MIPI host is removed. Previously the > backlight device would be unregistered twice when this happened - once > as a child of the MIPI hos

Re: [RESEND PATCH] drm/panel: otm8009a: Set backlight parent to panel device

2023-04-17 Thread Neil Armstrong
On 12/04/2023 19:35, James Cowgill wrote: This is the logical place to put the backlight device, and it also fixes a kernel crash if the MIPI host is removed. Previously the backlight device would be unregistered twice when this happened - once as a child of the MIPI host through `mipi_dsi_host_u

[RESEND PATCH] drm/panel: otm8009a: Set backlight parent to panel device

2023-04-13 Thread James Cowgill
This is the logical place to put the backlight device, and it also fixes a kernel crash if the MIPI host is removed. Previously the backlight device would be unregistered twice when this happened - once as a child of the MIPI host through `mipi_dsi_host_unregister`, and once when the panel device i

[RESEND PATCH] drm/panel: otm8009a: Set backlight parent to panel device

2023-02-01 Thread James Cowgill
This is the logical place to put the backlight device, and it also fixes a kernel crash if the MIPI host is removed. Previously the backlight device would be unregistered twice when this happened - once as a child of the MIPI host through `mipi_dsi_host_unregister`, and once when the panel device i