Re: [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest

2019-09-21 Thread Frank Rowand
On 9/20/19 9:57 AM, Rob Herring wrote: > Following up from LPC discussions... > > On Thu, Mar 21, 2019 at 8:30 PM Brendan Higgins > wrote: >> >> On Thu, Mar 21, 2019 at 5:22 PM Frank Rowand wrote: >>> >>> On 2/27/19 7:52 PM, Brendan Higgins wrote: On Wed, Feb 20, 2019 at 12:45 PM Frank Rowa

Re: [PATCH 3/3] ARM: logicpd-torpedo-37xx-devkit-28: Reference new DRM panel

2019-09-21 Thread Sam Ravnborg
Hi Adam. On Tue, Sep 17, 2019 at 11:12:13AM -0500, Adam Ford wrote: > With the removal of the panel-dpi from the omap drivers, the > LCD no longer works. This patch points the device tree to > a newly created panel named "logicpd,type28" > > Fixes: 8bf4b1621178 ("drm/omap: Remove panel-dpi drive

Re: [PATCH 1/3] drm/panel: simple: Add Logic PD Type 28 display support

2019-09-21 Thread Sam Ravnborg
Hi Adam. On Tue, Sep 17, 2019 at 11:12:11AM -0500, Adam Ford wrote: > Previously, there was an omap panel-dpi driver that would > read generic timings from the device tree and set the display > timing accordingly. This driver was removed so the screen > no longer functions. This patch modifies t

Re: [PATCH 2/3] dt-bindings: Add Logic PD Type 28 display panel

2019-09-21 Thread Sam Ravnborg
Hi Adam. Good with even more panels. But for new bindings please use meta-schema (.yaml) format. This is what we use for new bindings as it allows better validation. Sam On Tue, Sep 17, 2019 at 11:12:12AM -0500, Adam Ford wrote: > This patch adds documentation of device tree bindings for

[PATCH] drm/tegra: vic: Use devm_platform_ioremap_resource() in vic_probe()

2019-09-21 Thread Markus Elfring
From: Markus Elfring Date: Sat, 21 Sep 2019 20:51:52 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/gpu/drm/tegra/vic.c | 9 + 1 file changed, 1 insertio

[PATCH] drm/rockchip/rk3066: Use devm_platform_ioremap_resource() in rk3066_hdmi_bind()

2019-09-21 Thread Markus Elfring
From: Markus Elfring Date: Sat, 21 Sep 2019 20:32:25 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/gpu/drm/rockchip/rk3066_hdmi.c | 8 +--- 1 file changed,

[PATCH] drm/bridge/synopsys: dsi: Use devm_platform_ioremap_resource() in __dw_mipi_dsi_probe()

2019-09-21 Thread Markus Elfring
From: Markus Elfring Date: Sat, 21 Sep 2019 20:04:08 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 7 +-- 1 file cha

[PATCH] drm/komeda: Use devm_platform_ioremap_resource() in komeda_dev_create()

2019-09-21 Thread Markus Elfring
From: Markus Elfring Date: Sat, 21 Sep 2019 19:43:51 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 9 + 1 file

[PATCH] drm/panel: samsung: s6e8aa0: Add backlight control support

2019-09-21 Thread Joonas Kylmälä
This makes the backlight brightness controllable from the userspace. Signed-off-by: Joonas Kylmälä --- drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c | 82 --- 1 file changed, 60 insertions(+), 22 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c b/