Re: [PATCH v2 09/21] drm/bridge: Introduce drm_bridge_chain_get_next_bridge()

2019-08-27 Thread Neil Armstrong
On 26/08/2019 17:26, Boris Brezillon wrote: > And use it in drivers accessing the bridge->next field directly. > This is part of our attempt to make the bridge chain a double-linked list > based on the generic list helpers. Reviewed-by: Neil Armstrong > > Signed-off-by: Boris Brezillon > ---

[PATCH v2 09/21] drm/bridge: Introduce drm_bridge_chain_get_next_bridge()

2019-08-26 Thread Boris Brezillon
And use it in drivers accessing the bridge->next field directly. This is part of our attempt to make the bridge chain a double-linked list based on the generic list helpers. Signed-off-by: Boris Brezillon --- Changes in v2: * Kill the last/first helpers (they're not really needed) * Drop the