Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-30 Thread Maxime Ripard
Hi Linus, On Wed, Nov 29, 2023 at 03:38:35PM +0100, Linus Walleij wrote: > On Wed, Nov 29, 2023 at 1:32 PM Maxime Ripard wrote: > [Me] > > > It is a bigger evil to leave the tree broken than to enforce formal > > > process, > > > and it is pretty self-evident. If any of them get annoyed about

Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-29 Thread Linus Walleij
On Wed, Nov 29, 2023 at 1:32 PM Maxime Ripard wrote: [Me] > > It is a bigger evil to leave the tree broken than to enforce formal process, > > and it is pretty self-evident. If any of them get annoyed about it we can > > revert the patch, or both. > > Yeah, I definitely understand why you did it,

Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-29 Thread Maxime Ripard
Hi Linus, On Mon, Nov 27, 2023 at 11:13:31PM +0100, Linus Walleij wrote: > On Mon, Nov 27, 2023 at 5:29 PM Maxime Ripard wrote: > > On Mon, Nov 27, 2023 at 05:03:53PM +0100, Linus Walleij wrote: > > > > > Liu Ying (2): > > > > driver core: Export device_is_dependent() to modules > > > >

Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-27 Thread Linus Walleij
On Mon, Nov 27, 2023 at 5:29 PM Maxime Ripard wrote: > On Mon, Nov 27, 2023 at 05:03:53PM +0100, Linus Walleij wrote: > > > Liu Ying (2): > > > driver core: Export device_is_dependent() to modules > > > drm/bridge: panel: Check device dependency before managing device link > > > > I just

Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-27 Thread Maxime Ripard
On Mon, Nov 27, 2023 at 05:03:53PM +0100, Linus Walleij wrote: > On Mon, Nov 27, 2023 at 6:10 AM Liu Ying wrote: > > > This series aims to check panel device dependency upon DRM device before > > managing device link between them. It fixes eariler patches in v6.7-rc1 > > which tried to manage

Re: [PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-27 Thread Linus Walleij
On Mon, Nov 27, 2023 at 6:10 AM Liu Ying wrote: > This series aims to check panel device dependency upon DRM device before > managing device link between them. It fixes eariler patches in v6.7-rc1 > which tried to manage the link. Without this series, the link fails to > be added for dependent

[PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link

2023-11-26 Thread Liu Ying
Hi, This series aims to check panel device dependency upon DRM device before managing device link between them. It fixes eariler patches in v6.7-rc1 which tried to manage the link. Without this series, the link fails to be added for dependent panel devices and hence relevant panel bridges fail