[linux-sunxi] Re: [PATCH v2 27/52] dt-bindings: media: Convert OV5640 binding to a schema

2021-10-14 Thread Geert Uytterhoeven
it am: warning: 1 line adds whitespace errors. > + - 180 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to

[linux-sunxi] Re: [PATCH 5/5] RFC spi: sun4i: add DMA support

2016-05-30 Thread Geert Uytterhoeven
o way to distinguish between -EPROBE_DEFER due to the SPI master driver being probed before the DMA engine driver, and -EPROBE_DEFER due to support for the DMA engine not having been compiled in. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-05-03 Thread Geert Uytterhoeven
drivers support adding more compatible entries through /sysfs. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-29 Thread Geert Uytterhoeven
, before user space can access them, cfr. /sys/class/gpio/export? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-27 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus

[linux-sunxi] Re: [PATCH 2/4] simplefb: Add support for enumerating simplefb dt nodes in /chosen

2014-11-13 Thread Geert Uytterhoeven
; + + for (i = 0; ; i++) { Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

[linux-sunxi] Re: [PATCH 2/4] simplefb: Add support for enumerating simplefb dt nodes in /chosen

2014-11-13 Thread Geert Uytterhoeven
On Thu, Nov 13, 2014 at 9:15 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Wed, Nov 12, 2014 at 11:08 PM, Hans de Goede hdego...@redhat.com wrote: --- a/drivers/video/fbdev/simplefb.c +++ b/drivers/video/fbdev/simplefb.c @@ -385,7 +386,37 @@ static struct platform_driver

Re: [linux-sunxi] [PATCH 2/4] simplefb: Add support for enumerating simplefb dt nodes in /chosen

2014-11-13 Thread Geert Uytterhoeven
beyond that, as the index will be truncated to 4 digits due to the size of name[]. It will stop when (signed) i becomes negative, though ;-) One solution is to increase the size of name[], another to use kasprintf(). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

[linux-sunxi] Re: [PATCH 1/4] dt-bindings: simplefb: Specify node location and handoff related properties

2014-11-13 Thread Geert Uytterhoeven
to fill and use simplefb nodes from a firmware pov. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org --- .../bindings/video/simple-framebuffer.txt | 37 +- 1 file changed, 36 insertions(+), 1 deletion(-) diff

[linux-sunxi] Re: [PATCH 3/4] simplefb: Change simplefb_init from module_init to fs_initcall

2014-11-13 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds -- You

[linux-sunxi] Re: [PATCH v6] simplefb: add clock handling code

2014-11-13 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

Re: [linux-sunxi] Re: [PATCH v4 0/5] simplefb: add clock handling code

2014-11-12 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[linux-sunxi] Re: [PATCH v4 0/5] simplefb: add clock handling code

2014-11-12 Thread Geert Uytterhoeven
Hi Grant, On Wed, Nov 12, 2014 at 10:57 AM, Grant Likely grant.lik...@linaro.org wrote: On Wednesday, November 12, 2014, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Nov 11, 2014 at 10:49 PM, Grant Likely grant.lik...@linaro.org wrote: However, I am concerned about handover. I've

[linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Geert Uytterhoeven
the kernel that those clocks had to be enabled. The only way for the driver to know which clocks to enable is by adding them to the description in DT. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Geert Uytterhoeven
On Fri, Oct 3, 2014 at 10:55 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Oct 2, 2014 at 9:46 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Thu, Oct 2, 2014 at 3:34 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: Does the clock and regulator cleanup happen before

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-02 Thread Geert Uytterhoeven
/clk.c:late_initcall_sync(clk_disable_unused); drivers/regulator/core.c:late_initcall_sync(regulator_init_complete); Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-02 Thread Geert Uytterhoeven
are disabled. Cfr. http://marc.info/?l=linux-shm=141227657322649w=2 So there's no safety in this world without calling clk_prepare_enable(). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-10-01 Thread Geert Uytterhoeven
(and perhaps a few other simplefb-specific properties). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Geert Uytterhoeven
domains, ... up and running? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Geert Uytterhoeven
Hi Thierry, On Mon, Sep 29, 2014 at 10:54 AM, Thierry Reding thierry.red...@gmail.com wrote: On Mon, Sep 29, 2014 at 10:27:41AM +0200, Geert Uytterhoeven wrote: (CC linux-pm, as PM is the real reason behind disabling unused clocks) (CC gregkh and lkml, for driver core) On Mon, Sep 29, 2014

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Geert Uytterhoeven
is what will happen here. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-09-29 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds -- You

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-28 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-28 Thread Geert Uytterhoeven
On Thu, Aug 28, 2014 at 4:33 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Aug 28, 2014 at 10:20 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Thu, Aug 28, 2014 at 3:22 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: 2) We don't want to hardcode these clocks

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-27 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-27 Thread Geert Uytterhoeven
}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[linux-sunxi] Re: [PATCH 1/4] simplefb: formalize pseudo palette handling

2014-08-13 Thread Geert Uytterhoeven
); + info-pseudo_palette = (void *) par-palette; I think coding-style is this (i.e., no whitespace): info-pseudo_palette = (void*)par-palette; casts-are-evil Is this cast even needed? /casts-are-evil Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots