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
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
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 loadabl
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
> bool
h the 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, pointed
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
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.
--
Robert
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
___
ble-check.
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
was called before
> 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")
commit
a52db659c79c ("spi: pxa2xx: Fix cs_change management") for PXA based
boards.
This fix makes the TD035S work again on a cm-x300 board. The same
applies to other PXA boards, ie. corgi and tosa.
Fixes: a52db659c79c ("spi: pxa2xx: Fix cs_change management")
Reported-by: And
xargs perl -i -e 'local $/; while (<>) {
>> s/\bDEVICE_ATTR\s*\(\s*(\w+)\s*,\s*\(?(?:\s*S_IRUGO\s*|\s*0444\s*)\)?\s*,\s*\1_show\s*,\s*NULL\s*\)/DEVICE_ATTR_RO(\1)/g;
>> print;}'
>>
>> Signed-off-by: Joe Perches
>> ---
>> arch/arm/mach-pxa/shar
12 matches
Mail list logo