Re: [PATCH 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver

2019-10-31 Thread Adrian Ratiu
On Thu, 31 Oct 2019, Emil Velikov wrote: Hi Adrian, Hi Emil! On Thu, 31 Oct 2019 at 14:26, Adrian Ratiu wrote: Having a generic Synopsis DesignWare MIPI-DSI host controller bridge driver is a very good idea, however the current implementation has hardcoded quite a lot

[PATCH 1/4] drm: bridge: dw_mipi_dsi: access registers via a regmap

2019-10-31 Thread Adrian Ratiu
form drivers to provide a regmap via their plat_data. Going further each platform driver can also add its own regmap configuration like for maximum write offsets, r/w callbacks or different register layouts. Suggested-by: Boris Brezillon Signed-off-by: Adrian Ratiu --- drivers/gpu/drm/br

[PATCH 2/4] drm: bridge: dw_mipi_dsi: abstract register access using reg_fields

2019-10-31 Thread Adrian Ratiu
accesses have been converted: only the minimum difference between the versions supplied by the current 3 rockchip, stm and imx host controller cores, moore can be moved in the future as needed. Suggested-by: Boris Brezillon Signed-off-by: Adrian Ratiu --- drivers/gpu/drm/bridge/synopsys/dw-mipi

[PATCH 4/4] dt-bindings: display: add IMX MIPI DSI host controller doc

2019-10-31 Thread Adrian Ratiu
Signed-off-by: Sjoerd Simons Signed-off-by: Martyn Welch Signed-off-by: Adrian Ratiu --- .../bindings/display/imx/mipi-dsi.txt | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/imx/mipi-dsi.txt diff --git

[PATCH 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver

2019-10-31 Thread Adrian Ratiu
linux-next tree, next-20191031. Adrian Ratiu (4): drm: bridge: dw_mipi_dsi: access registers via a regmap drm: bridge: dw_mipi_dsi: abstract register access using reg_fields drm: imx: Add i.MX 6 MIPI DSI host driver dt-bindings: display: add IMX MIPI DSI host controller doc .../bindings

[PATCH 3/4] drm: imx: Add i.MX 6 MIPI DSI host driver

2019-10-31 Thread Adrian Ratiu
- ARM: dtsi: imx6qdl: Add support for MIPI DSI host controller Signed-off-by: Liu Ying Signed-off-by: Sjoerd Simons Signed-off-by: Martyn Welch Signed-off-by: Adrian Ratiu --- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 25 +- drivers/gpu/drm/imx/Kconfig | 7

[PATCH 1/1] drm/i915/dma: enforce pr_ consistency

2015-10-31 Thread Ioan-Adrian Ratiu
One branch of the if clause uses pr_info, the other pr_err; change the 'false' branch to also use pr_info. This minor oversight has gone unfixed since the initial vga_switcheroo implementation in 6a9ee8af. Signed-off-by: Ioan-Adrian Ratiu --- drivers/gpu/drm/i915/i915_dma.c | 2 +- 1 file

<    1   2