Re: [PATCH v2 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol

2019-05-16 Thread Alexander Shiyan
Hello. Looks like you're right. Can you create a patch to fix this? Thanks. >Среда, 15 мая 2019, 11:57 +03:00 от Geert Uytterhoeven : > >Hi Alexander, > >On Thu, Jan 17, 2019 at 2:39 PM Alexander Shiyan < shc_w...@mail.ru > wrote: >> We have two *_CL

[PATCH] gpu: ipu-v3: Fix i.MX51 CSI control registers offset

2018-12-20 Thread Alexander Shiyan
The CSI0/CSI1 registers offset is at +0xe03/+0xe038000 relative to the control module registers on IPUv3EX. This patch fixes wrong values for i.MX51 CSI0/CSI1. Signed-off-by: Alexander Shiyan --- drivers/gpu/ipu-v3/ipu-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH v2] backlight: pwm_bl: Use SIMPLE_DEV_PM_OPS()

2019-01-17 Thread Alexander Shiyan
Use the SIMPLE_DEV_PM_OPS() macro to declare the driver's pm_ops. As a side effect, removing #ifdef CONFIG_PM_SLEEP will improve compilation coverage. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/pwm_bl.c | 16 1 file changed, 4 insertions(+), 12 dele

[PATCH v2 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol

2019-01-18 Thread Alexander Shiyan
We have two *_CLASS_DEVICE kernel config options (LCD_CLASS_DEVICE and BACKLIGHT_LCD_DEVICE) that do the same job. The patch removes useless BACKLIGHT_LCD_SUPPORT option and converts LCD_CLASS_DEVICE into a menu. Signed-off-by: Alexander Shiyan --- arch/unicore32/Kconfig| 1

[PATCH v2 2/2] video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

2019-01-18 Thread Alexander Shiyan
This patch removes dependencies on BACKLIGHT_CLASS_DEVICE for items that are already placed under #if BACKLIGHT_CLASS_DEVICE. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/Kconfig | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a

[PATCH] video: clps711x-fb: Use syscon_regmap_lookup_by_phandle

2022-04-20 Thread Alexander Shiyan
Since version 5.13, the standard syscon bindings have been added to all clps711x DT nodes, so we can now use the more general syscon_regmap_lookup_by_phandle function to get the syscon pointer. Signed-off-by: Alexander Shiyan --- drivers/video/fbdev/clps711x-fb.c | 3 +-- 1 file changed, 1

DRM_FBDEV_EMULATION with 2 or more displays

2016-07-06 Thread Alexander Shiyan
Hello. I have a question to experts of GPU/DRM subsystem. Can I use a frame buffer for each display or subsystem involves only a single frame buffer in emulation mode (DRM_FBDEV_EMULATION option)? In my current configuration is created, only one frame buffer for the FIRST display (fb0). Are there

Re: DRM_FBDEV_EMULATION with 2 or more displays

2016-07-10 Thread Alexander Shiyan
>Среда, 6 июля 2016, 14:52 +03:00 от Alexander Shiyan mail.ru>: > >Hello. > >I have a question to experts of GPU/DRM subsystem. >Can I use a frame buffer for each display or subsystem involves only a >single frame buffer in emulation mode (DRM_FBDEV_EMULATION

Re: [PATCH] video: fbdev: remove dead old CLPS711x LCD support driver

2018-10-09 Thread Alexander Shiyan
XX_OLD >code as it has been dead for over 2 years now. Please note that the >new CLPS711x LCD support driver (enabled by the FB_CLPS711X config >option) is still available in the kernel tree. > >Signed-off-by: Bartlomiej Zolnierkiewicz < b.zolnier...@samsung.com > Reviewed-b

[PATCH 2/2] video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

2018-12-16 Thread Alexander Shiyan
This patch removes dependencies on BACKLIGHT_CLASS_DEVICE for items that are already placed under #ifdef BACKLIGHT_CLASS_DEVICE. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/Kconfig | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a

[PATCH] backlight: pwm_bl: Use SIMPLE_DEV_PM_OPS()

2018-12-16 Thread Alexander Shiyan
Use the SIMPLE_DEV_PM_OPS() macro to declare the driver's pm_ops. As a side effect, removing #ifdef CONFIG_PM_SLEEP will improve compilation coverage. Signed-off-by: Alexander Shiyan --- drivers/video/backlight/pwm_bl.c | 17 - 1 file changed, 4 insertions(+), 13 dele

[PATCH 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol

2018-12-16 Thread Alexander Shiyan
Symbol BACKLIGHT_LCD_SUPPORT affecting anything, except enabling the backlight & LCD Kconfig menu. The patch removes this symbol as useless and converts it into a menu. Signed-off-by: Alexander Shiyan --- arch/unicore32/Kconfig| 1 - drivers/gpu/drm/Kconfig

Re: [PATCHv4][ 4/7] staging: imx-drm: parallel display: add regulator support.

2013-11-13 Thread Alexander Shiyan
Hello. ?, 13 ?? 2013, 10:23 +01:00 ?? Denis Carikli : ... > --- a/Documentation/devicetree/bindings/staging/imx-drm/fsl-imx-drm.txt ... > @@ -139,6 +141,12 @@ static void imx_pd_encoder_prepare(struct drm_encoder > *encoder) > { > struct imx_parallel_display *imxpd = enc_to_imxpd(e