[PATCH v4 1/2] dt-bindings: panel-simple-dsi: add Tianma TL057FVXP01

2022-08-09 Thread Julian Braha
Adds the bindings for the Tianma TL057FVXP01 DSI panel, found on the Motorola Moto G6. Signed-off-by: Julian Braha --- v4: Fixed makefile entry. v3: Fixed kconfig dependencies. v2: Fixed accidental whitespace deletion. --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2

[PATCH v3 2/2] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2022-08-08 Thread Julian Braha
This is a 5.7" 2160x1080 panel found on the Motorola Moto G6. There may be other smartphones using it, as well. Signed-off-by: Julian Braha --- v3: Fixed kconfig dependencies. v2: Fixed accidental whitespace deletion. --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gp

[PATCH v3 1/2] dt-bindings: panel-simple-dsi: add Tianma TL057FVXP01

2022-08-08 Thread Julian Braha
Adds the bindings for the Tianma TL057FVXP01 DSI panel, found on the Motorola Moto G6. Signed-off-by: Julian Braha --- v3: Fixed kconfig dependencies. v2: Fixed accidental whitespace deletion. --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++ 1 file changed, 2

[PATCH v3] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2022-01-16 Thread Julian Braha
cy bug was detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. Fixes: ce517f18944e ("drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridge") Reviewed-by: Robert Foss Reviewed-by: Laurent Pinchart Signed-off-by: Julian Braha --- v

[PATCH] [PATCH v2] drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY

2021-11-08 Thread Julian Braha
hese unmet dependency bugs were detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. v2: Fixed indentation to match the rest of the file. Signed-off-by: Julian Braha --- drivers/gpu/drm/sun4i/Kconfig | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY

2021-10-28 Thread Julian Braha
hese unmet dependency bugs were detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. Signed-off-by: Julian Braha --- drivers/gpu/drm/sun4i/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/sun4i/Kconfig b/drivers/

[PATCH v2] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2021-10-25 Thread Julian Braha
cy bug was detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. v2: - changed from "select" to "depends on" Fixes: ce517f18944e ("drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridge") Reviewed-by: Robert Foss

Re: [PATCH] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2021-10-25 Thread Julian Braha
On Monday, October 25, 2021 6:10:12 PM EDT you wrote: > Hi Julian, > > On Mon, Oct 25, 2021 at 02:51:47PM -0400, Julian Braha wrote: > > On Monday, October 25, 2021 1:47:35 PM EDT you wrote: > > > On Mon, Oct 25, 2021 at 01:42:02PM -0400, Julian Braha wrote: > >

Re: [PATCH] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2021-10-25 Thread Julian Braha
On Monday, October 25, 2021 1:47:35 PM EDT you wrote: > Hi Julian, > > Thank you for the patch. > > On Mon, Oct 25, 2021 at 01:42:02PM -0400, Julian Braha wrote: > > When DRM_CHIPONE_ICN6211 is selected, and DRM_KMS_HELPER is not selected, > > Kbuild gives the followin

[PATCH] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2021-10-25 Thread Julian Braha
cy bug was detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. Fixes: ce517f18944e ("drm: bridge: Add Chipone ICN6211 MIPI-DSI to RGB bridge") Reviewed-by: Robert Foss Signed-off-by: Julian Braha --- drivers/gpu/drm/bridge

[PATCH] drm: bridge: fix unmet dependency on DRM_KMS_HELPER for DRM_PANEL_BRIDGE

2021-10-24 Thread Julian Braha
cy bug was detected by Kismet, a static analysis tool for Kconfig. Please advise if this is not the appropriate solution. Signed-off-by: Julian Braha --- drivers/gpu/drm/bridge/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge

[PATCH RESEND v2 2/2] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2021-10-21 Thread Julian Braha
This is a 5.7" 2160x1080 panel found on the Motorola Moto G6. There may be other smartphones using it, as well. Signed-off-by: Julian Braha --- drivers/gpu/drm/panel/Kconfig | 7 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-t

[PATCH RESEND v2 1/2] dt-bindings: panel-simple-dsi: add Tianma TL057FVXP01

2021-10-21 Thread Julian Braha
Adds the bindings for the Tianma TL057FVXP01 DSI panel, found on the Motorola Moto G6. v2: Fixed accidental whitespace deletion. Signed-off-by: Julian Braha --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation

[PATCH v2] dt-bindings: panel-simple-dsi: add Tianma TL057FVXP01

2021-10-18 Thread Julian Braha
Adds the bindings for the Tianma TL057FVXP01 DSI panel, found on the Motorola Moto G6. v2: Fixed accidental whitespace deletion. Signed-off-by: Julian Braha --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation

Re: [PATCH v2] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2021-10-18 Thread Julian Braha
On Sunday, October 17, 2021 1:33:05 PM EDT Sam Ravnborg wrote: > Hi Julian, > > On Sun, Aug 08, 2021 at 04:08:54PM -0400, Julian Braha wrote: > > This is a 5.7" 2160x1080 panel found on the Motorola Moto G6. > > There may be other smartphones using it, as well. >

[PATCH] dt-bindings: panel-simple-dsi: add Tianma TL057FVXP01

2021-10-18 Thread Julian Braha
Adds the bindings for the Tianma TL057FVXP01 DSI panel, found on the Motorola Moto G6. Signed-off-by: Julian Braha --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display

[PATCH v2] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2021-08-08 Thread Julian Braha
This is a 5.7" 2160x1080 panel found on the Motorola Moto G6. There may be other smartphones using it, as well. Signed-off-by: Julian Braha --- drivers/gpu/drm/panel/Kconfig | 7 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-t

[PATCH] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2021-08-08 Thread Julian Braha
This is a 5.7" 2160x1080 panel found on the Motorola Moto G6. There may be other smartphones using it, as well. Signed-off-by: Julian Braha --- drivers/gpu/drm/panel/Kconfig | 7 ++ drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-tianma-tl057f

[PATCH] drivers: gpu: drm: bridge: fix kconfig dependency on DRM_KMS_HELPER

2021-02-22 Thread Julian Braha
IBA_TC358762 [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_BRIDGE [=y] && OF [=y] This is because DRM_TOSHIBA_TC358762 selects DRM_PANEL_BRIDGE, without depending on or selecting DRM_KMS_HELPER, despite that config option depending on DRM_KMS_HELPER. Signed-off-by: Julia