Re: [PATCH 00/30] ARM: pxa: remove all unused boards

2022-10-20 Thread Robert Jarzmik
Arnd Bergmann writes: > From: Arnd Bergmann ...zip... > A good number of drivers become impossible to select after this, so > each of these also get dropped. I'm including the driver patches in the > series here and can either merge them through the soc tree, or they > can get picked up by the

Re: [PATCH 00/30] ARM: pxa: remove all unused boards

2022-10-20 Thread Robert Jarzmik
Arnd Bergmann writes: > From: Arnd Bergmann ...zip... > A good number of drivers become impossible to select after this, so > each of these also get dropped. I'm including the driver patches in the > series here and can either merge them through the soc tree, or they > can get picked up by the

Re: [PATCH 2/8] fbdev/ARM: pxa: avoid selecting CONFIG_FB

2020-04-20 Thread Robert Jarzmik
Arnd Bergmann writes: > In order to add more compile-time dependencies to CONFIG_FB, remove the > last few instances of selecting it from platform code. > > This was originally written to allow a modular driver, but that never > worked because vmlinux cannot call exported functions from a

Re: [PATCH 1/8] fbdev: w100fb: clean up mach-pxa compile-time dependency

2020-04-20 Thread Robert Jarzmik
Arnd Bergmann writes: Hi Arnd, > diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig > index f60bc29aef68..8444d40df1b3 100644 > --- a/arch/arm/mach-pxa/Kconfig > +++ b/arch/arm/mach-pxa/Kconfig > @@ -549,9 +549,6 @@ config MACH_ICONTROL > > config ARCH_PXA_ESERIES >

Re: [PATCH v2] backlight: pwm_bl: Switch to full GPIO descriptor

2019-12-19 Thread Robert Jarzmik
new API. > > Cc: Krzysztof Kozlowski > Cc: Robert Jarzmik > Cc: Guan Xuetao > Reviewed-by: Bartosz Golaszewski > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Located a missing removal of .enable_gpio in the Palm TC > board file, po

Re: [PATCH] backlight: corgi: Convert to use GPIO descriptors

2019-12-14 Thread Robert Jarzmik
Linus Walleij writes: > On Sun, Dec 8, 2019 at 9:06 PM Robert Jarzmik wrote: > >> Linus Walleij writes: >> > @@ -525,13 +525,33 @@ static void spitz_bl_kick_battery(void) >> > } >> > } >> > >> > +static struct gpiod_lookup_table

Re: [PATCH] backlight: pwm_bl: Switch to full GPIO descriptor

2019-12-14 Thread Robert Jarzmik
Daniel Thompson writes: > > ... I worry that palmtc.c is no longer compilable for some configs. I you're right, there is a very simple way to test it : make pxa_defconfig && make -j It should scream if the compilation is broken, and the kernel CI should certainly protect us. Cheers. --

Re: [PATCH] backlight: corgi: Convert to use GPIO descriptors

2019-12-09 Thread Robert Jarzmik
Linus Walleij writes: Hi Linus, > @@ -525,13 +525,33 @@ static void spitz_bl_kick_battery(void) > } > } > > +static struct gpiod_lookup_table spitz_lcdcon_gpio_table = { > + .dev_id = "spi0.1", How do you know the correct device name is "spi0.1" ? Cheers. -- Robert

Re: [PATCH 38/46] video: backlight: tosa: use gpio lookup table

2019-10-31 Thread Robert Jarzmik
heck. Ah the I2C and SPI devices querrying GPIOs ... unless someone does an actual test, this will probably be very regression prone ... Anyway : Acked-by: Robert Jarzmik Cheers. -- Robert ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-08-27 Thread Robert Jarzmik
gt; pwm_apply_args() so state.period was not initialized. The patch moves > the pwm_apply_args() call before any call to pwm_get_state(). > > Fixes: '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED linearly > to human eye")' > Reported-by: Rober

[PATCH v3] backlight: tdo24m: fix the spi cs between transfers

2017-12-28 Thread Robert Jarzmik
ea Adami <andrea.ad...@gmail.com> Signed-off-by: Robert Jarzmik <robert.jarz...@free.fr> Acked-by: Daniel Thompson <daniel.thomp...@linaro.org> --- Since v1: added 2 other panels Since v2: added Daniel's ack --- drivers/video/backlight/corgi_lcd.c | 2 +- drivers/video/backlight/t

Re: [-next PATCH 3/4] treewide: Use DEVICE_ATTR_RO

2017-12-21 Thread Robert Jarzmik
;> --- >> arch/arm/mach-pxa/sharpsl_pm.c | 4 ++-- For mach-pxa: Acked-by: Robert Jarzmik <robert.jarz...@free.fr> Cheers. -- Robert ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel