Re: [PATCH 2/2] drm/bridge: Add tc358768 driver

2020-01-22 Thread Peter Ujfalusi
Hi Andrzej, On 22/01/2020 10.46, Andrzej Hajda wrote: +struct tc358768_priv { + struct device *dev; + struct regmap *regmap; + struct gpio_desc *reset_gpio; + struct regulator_bulk_data supplies[ARRAY_SIZE(tc358768_supplies)]; + struct clk *refclk; + +

Re: [PATCH 2/2] drm/bridge: Add tc358768 driver

2020-01-22 Thread Andrzej Hajda
On 21.01.2020 16:11, Peter Ujfalusi wrote: > Hi Andrzej, > > On 16/01/2020 16.35, Andrzej Hajda wrote: >> On 17.12.2019 11:15, Peter Ujfalusi wrote: >>> Add basic support for the Toshiba TC358768 RGB to DSI bridge. >>> Not all the features of the TC358768 is implemented by the initial driver: >>> M

Re: [PATCH 2/2] drm/bridge: Add tc358768 driver

2020-01-21 Thread Peter Ujfalusi
Hi Andrzej, On 16/01/2020 16.35, Andrzej Hajda wrote: > On 17.12.2019 11:15, Peter Ujfalusi wrote: >> Add basic support for the Toshiba TC358768 RGB to DSI bridge. >> Not all the features of the TC358768 is implemented by the initial driver: >> MIPI_DSI_MODE_VIDEO and MIPI_DSI_FMT_RGB888 is only s

Re: [PATCH 2/2] drm/bridge: Add tc358768 driver

2020-01-16 Thread Andrzej Hajda
On 17.12.2019 11:15, Peter Ujfalusi wrote: > Add basic support for the Toshiba TC358768 RGB to DSI bridge. > Not all the features of the TC358768 is implemented by the initial driver: > MIPI_DSI_MODE_VIDEO and MIPI_DSI_FMT_RGB888 is only supported and tested. > > Only write is implemented for mipi_