Re: [PATCH v2 08/50] drm/bridge: simple-bridge: Add support for non-VGA bridges

2019-08-26 Thread Maxime Ripard
On Tue, Aug 20, 2019 at 04:16:39AM +0300, Laurent Pinchart wrote: > Create a new simple_bridge_info structure that stores information about > the bridge model, and store the bridge timings in there, along with the > connector type. Use that new structure for of_device_id data. This > enables suppor

Re: [PATCH v2 08/50] drm/bridge: simple-bridge: Add support for non-VGA bridges

2019-08-22 Thread Boris Brezillon
On Tue, 20 Aug 2019 04:16:39 +0300 Laurent Pinchart wrote: > Create a new simple_bridge_info structure that stores information about > the bridge model, and store the bridge timings in there, along with the > connector type. Use that new structure for of_device_id data. This > enables support for

[PATCH v2 08/50] drm/bridge: simple-bridge: Add support for non-VGA bridges

2019-08-19 Thread Laurent Pinchart
Create a new simple_bridge_info structure that stores information about the bridge model, and store the bridge timings in there, along with the connector type. Use that new structure for of_device_id data. This enables support for non-VGA bridges. Signed-off-by: Laurent Pinchart Reviewed-by: Andr