Re: [PATCH v2 0/5] memory: renesas-rpc-if: Trivial fixes

2020-12-03 Thread Geert Uytterhoeven
ory: renesas-rpc-if: Export symbols as GPL > > > As these are fixes to the existing driver will these be part of v5.10 release > ? IIUIC, only the first one[*] is a fix for an issue that could happen during normal operation? [*] -EPROBE_DEFER would be eaten, causing no reprobe to happe

Re: [Ksummit-discuss] crediting bug reports and fixes folded into original patch

2020-12-03 Thread Geert Uytterhoeven
> > > sure about > > > it myself, as AFAIK SoB is mainly a DCO thing, and for a maintainer it > > > means > > > something else ("passed through my tree") than for a patch author. And > > > this > > > approach would still lose the other tags.

Re: [PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM

2020-12-01 Thread Geert Uytterhoeven
gt; > >> That's with "localmodconfig", see attached configuration file. > > > > Thanks. > > It seems that the recent addition of TIF_NOTIFY_SIGNAL to ia64 in > > linux-next caused the issue. Can you please try the below patch? > > That's a

Build regressions/improvements in v5.10-rc6

2020-11-30 Thread Geert Uytterhoeven
c.c: warning: (near initialization for 'add_llc.hd') [-Wmissing-braces]: 1212:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'del_llc.hd') [-Wmissing-braces]: 1245:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for &

Re: [PATCH/RFC] dt-bindings: pci: rcar-pci-ep: Document missing interrupts property

2020-11-30 Thread Geert Uytterhoeven
On Thu, Nov 26, 2020 at 3:20 PM Geert Uytterhoeven wrote: > The R-Car PCIe controller does not use interrupts when configured > for endpoint mode, hence the bindings do not document the interrupt > property. However, all DTS files provide interrupts properties, and > thus fail

Re: [PATCH v4 1/2] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Separate out ov5640 nodes

2020-11-30 Thread Geert Uytterhoeven
On Thu, Nov 26, 2020 at 3:20 PM Geert Uytterhoeven wrote: > From: Lad Prabhakar > > The camera daughter board can also be connected to 8-bit ov7725 sensors, > so in preparation for configurable option to choose depending on the > camera's connected separate out the ov5640

[PATCH v2] clk: renesas: r9a06g032: Drop __packed for portability

2020-11-30 Thread Geert Uytterhoeven
: 4c3d88526eba2143 ("clk: renesas: Renesas R9A06G032 clock driver") Signed-off-by: Geert Uytterhoeven --- v2: - Fix authorship. --- drivers/clk/renesas/r9a06g032-clocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/renesas/r9a06g032-clocks.c b/drivers/clk/renesas

Re: [PATCH] powerpc: fix the allyesconfig build

2020-11-30 Thread Geert Uytterhoeven
bad relocations > ce56510b R_PPC64_UADDR64 .rodata+0x01c72378 > ce565126 R_PPC64_UADDR64 .rodata+0x01c723c0 > > They are not drivers that are used on PowerPC (I assume), so mark them > to not be built on PPC64 when CONFIG_RELOCATABLE is enabled. &g

[PATCH] clk: renesas: r9a06g032: Drop __packed for portability

2020-11-30 Thread Geert Uytterhoeven
: 4c3d88526eba2143 ("clk: renesas: Renesas R9A06G032 clock driver") Signed-off-by: Geert Uytterhoeven --- Please take directly (ppc or clk), as this is a build fix. https://lore.kernel.org/linux-clk/20201128122819.32187...@canb.auug.org.au/ Compile-tested only due to lack of hardware. drivers/c

[tip: efi/urgent] efi: EFI_EARLYCON should depend on EFI

2020-11-27 Thread tip-bot2 for Geert Uytterhoeven
The following commit has been merged into the efi/urgent branch of tip: Commit-ID: 36a237526cd81ff4b6829e6ebd60921c6f976e3b Gitweb: https://git.kernel.org/tip/36a237526cd81ff4b6829e6ebd60921c6f976e3b Author:Geert Uytterhoeven AuthorDate:Tue, 24 Nov 2020 20:16:46 +01:00

Re: [PATCH v2 1/1] arm64: defconfig: Enable more Librem 5 hardware

2020-11-27 Thread Geert Uytterhoeven
> > as modules. > > Signed-off-by: Guido Günther 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 t

Re: [PATCH v2 3/5] memory: renesas-rpc-if: Fix a reference leak in rpcif_probe()

2020-11-27 Thread Geert Uytterhoeven
ger.kernel.org > Reviewed-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven 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 wh

Re: [PATCH v2 1/5] memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xfer()

2020-11-27 Thread Geert Uytterhoeven
PC-IF driver") > Reported-by: Pavel Machek > Signed-off-by: Lad Prabhakar > Cc: sta...@vger.kernel.org > Reviewed-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia3

Re: [PATCH v2] fbdev: aty: SPARC64 requires FB_ATY_CT

2020-11-27 Thread Geert Uytterhoeven
b.ko] undefined! > > Fixes: f7018c213502 ("video: move fbdev to drivers/video/fbdev") > Signed-off-by: Randy Dunlap Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li

Re: [PATCH 000/141] Fix fall-through warnings for Clang

2020-11-26 Thread Geert Uytterhoeven
sed uninitialized" warnings thrown up by gcc-4.1, until (a bit later than) support for that compiler was removed... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal con

[PATCH v4 2/2] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add support for 8-bit ov7725 sensors

2020-11-26 Thread Geert Uytterhoeven
cameras connected. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das [geert: describe a single camera in the .dtsi, include multiple times] Signed-off-by: Geert Uytterhoeven --- v4: - Describe a single camera in the .dtsi file, - Include the .dtsi multiple times, .../boot/dts/r8a7742

[PATCH/RFC] dt-bindings: pci: rcar-pci-ep: Document missing interrupts property

2020-11-26 Thread Geert Uytterhoeven
: 5be478f9c24fbdf8 ("dt-bindings: Another round of adding missing 'additionalProperties'") Fixes: 4c0f80920923f103 ("dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller") Signed-off-by: Geert Uytterhoeven --- Alternatively, the interrupts properties should be

[PATCH v4 1/2] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Separate out ov5640 nodes

2020-11-26 Thread Geert Uytterhoeven
geert: describe a single camera in the .dtsi, include multiple times] Signed-off-by: Geert Uytterhoeven --- v4: - Describe a single camera in the .dtsi file, - Include the .dtsi multiple times, .../boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts| 151 +- .../r8a7742-iwg21d-q7-dbcm-o

[PATCH v4 0/2] ARM: dts: r8a7742-iwg21d-q7-dbcm: Add support for ov7725 sensors

2020-11-26 Thread Geert Uytterhoeven
100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi create mode 100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32

Re: [PATCH v3 2/2] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add support for 8-bit ov7725 sensors

2020-11-26 Thread Geert Uytterhoeven
set VINx_SENSOR depending > on the cameras connected. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Thanks for your patch! Reviewed-by: Geert Uytterhoeven However, I think this can still be improved upon. As it's a bit difficult to explain, I'll send an u

Re: [PATCH v3 1/2] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Separate out ov5640 nodes

2020-11-26 Thread Geert Uytterhoeven
; > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Thanks for your patch! Reviewed-by: Geert Uytterhoeven However, I think this can still be improved upon. As it's a bit difficult to explain, I'll send an updated version of your series with my sugges

Re: [PATCH 2/2] arm64: dts: renesas: r8a77951: Add PCIe EP nodes

2020-11-26 Thread Geert Uytterhoeven
On Wed, Nov 25, 2020 at 8:43 AM Yuya Hamamachi wrote: > Add PCIe EP nodes for R8A77951 SoC dtsi. > > Signed-off-by: Yuya Hamamachi Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-devel for v5.11. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -

Re: [PATCH 1/2] dt-bindings: pci: rcar-pci-ep: Document r8a7795

2020-11-26 Thread Geert Uytterhoeven
On Wed, Nov 25, 2020 at 8:45 AM Yuya Hamamachi wrote: > Document the support for R-Car PCIe EP on R8A7795 SoC device. > > Signed-off-by: Yuya Hamamachi Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots o

Re: [PATCH] fbdev: aty: SPARC64 requires FB_ATY_CT

2020-11-26 Thread Geert Uytterhoeven
default y if SPARC64 && PCI > help What about letting FB_ATY select FB_ATY_CT if SPARC64 && PCI, and dropping the "default y"-line, instead? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Lin

Re: [PATCH v2 0/2] r8a7742-iwg21d-q7-dbcm: Add support for ov7725 sensors

2020-11-25 Thread Geert Uytterhoeven
Hi Prabhakar, On Wed, Nov 25, 2020 at 6:23 PM Lad, Prabhakar wrote: > On Wed, Nov 25, 2020 at 4:32 PM Geert Uytterhoeven > wrote: > > On Wed, Nov 25, 2020 at 5:26 PM Prabhakar Mahadev Lad > > wrote: > > > > -Original Message- > > > > From: Gee

Re: [PATCH v2 0/2] r8a7742-iwg21d-q7-dbcm: Add support for ov7725 sensors

2020-11-25 Thread Geert Uytterhoeven
Hi Prabhakar, On Wed, Nov 25, 2020 at 5:26 PM Prabhakar Mahadev Lad wrote: > > -Original Message- > > From: Geert Uytterhoeven > > Sent: 25 November 2020 16:21 > > To: Prabhakar Mahadev Lad > > Cc: Magnus Damm ; Rob Herring ; > > Linux-Renesas

Re: [PATCH v2 0/2] r8a7742-iwg21d-q7-dbcm: Add support for ov7725 sensors

2020-11-25 Thread Geert Uytterhoeven
should all four cameras be of the same type? 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 j

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 12:00 PM Damien Le Moal wrote: > On 2020/11/25 18:26, Geert Uytterhoeven wrote: > > On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal > > wrote: > >> On 2020/11/25 17:51, Geert Uytterhoeven wrote: > >> I was just fiddling with

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal wrote: > On 2020/11/25 17:51, Geert Uytterhoeven wrote: > > On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal > > wrote: > >> On 2020/11/25 3:57, Geert Uytterhoeven wrote: > >>> There is no need to en

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > On 2020/11/25 3:57, Geert Uytterhoeven wrote: > > There is no need to enable Virtual Terminal support in the Canaan > > Kendryte K210 defconfigs, as no terminal devices are supported and > > enabled. Hence d

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > On 2020/11/25 3:57, Geert Uytterhoeven wrote: > > There is no need to enable Virtual Terminal support in the Canaan > > Kendryte K210 defconfigs, as no terminal devices are supported and > > enabled. Hence d

[PATCH] efi: EFI_EARLYCON should depend on EFI

2020-11-24 Thread Geert Uytterhoeven
more than 4 KiB. Fixes: 69c1f396f25b805a ("efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation") Signed-off-by: Geert Uytterhoeven --- drivers/firmware/efi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/efi/Kconfig b/dri

[PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-24 Thread Geert Uytterhoeven
There is no need to enable Virtual Terminal support in the Canaan Kendryte K210 defconfigs, as no terminal devices are supported and enabled. Hence disable CONFIG_VT, and remove the no longer needed override for CONFIG_VGA_CONSOLE. This reduces kernel size by ca. 65 KiB. Signed-off-by: Geert

Re: [PATCH 2/5] memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inline

2020-11-24 Thread Geert Uytterhoeven
nable() could be called from rpcif_sw_init(), 2. pm_runtime_put_sync() can be called from a new rpc_sw_deinit() function, to be called by the SPI and MTD drivers on probe failure and on remove. > +} Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There&#

[tip: irq/core] sh/irq: Add missing closing parentheses in arch_show_interrupts()

2020-11-24 Thread tip-bot2 for Geert Uytterhoeven
The following commit has been merged into the irq/core branch of tip: Commit-ID: 15b8d9372f27c47e17c91f6f16d359314cf11404 Gitweb: https://git.kernel.org/tip/15b8d9372f27c47e17c91f6f16d359314cf11404 Author:Geert Uytterhoeven AuthorDate:Tue, 24 Nov 2020 14:06:56 +01:00

[PATCH] sh/irq: Add missing closing parentheses in arch_show_interrupts()

2020-11-24 Thread Geert Uytterhoeven
5d7cd3062c ("sh: Get rid of nmi_count()") Signed-off-by: Geert Uytterhoeven --- arch/sh/kernel/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 5addcb2c2da0cc63..ab5f790b0cd27784 100644 --- a/arch/sh/kernel/irq.c

Re: [PATCH] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add OV7725 nodes

2020-11-24 Thread Geert Uytterhoeven
p node with > +* remote-endpoint = <&ov7725_2>; > +*/ > + /* remote-endpoint = <&vin2ep>; */ > + }; > + }; > + }; > }; Gr{oetje,e

Re: at91 git tree in linux-next

2020-11-23 Thread Geert Uytterhoeven
stead of linux.git): $ git show linux-next/master:Next/Trees | grep at91 at91-fixes git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git#at91-fixes at91 git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux-at91.git#at91-next $ git ls-remote git://git.kernel.org/pub/scm/l

Build regressions/improvements in v5.10-rc5

2020-11-23 Thread Geert Uytterhoeven
- /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'add_llc.hd') [-Wmissing-braces]: 1212:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'del_llc.hd') [-Wmissing-braces]: 1245:9 => - /kisskb/src/net/smc/smc_llc.c: warning

Re: [PATCH v2] m68k: Fix WARNING splat in pmac_zilog driver

2020-11-22 Thread Geert Uytterhoeven
s > undesirable. Instead of that comparison, just test for resource existence. > > Cc: Michael Ellerman > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Joshua Thompson > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: sta...@vger.kernel.org

Re: [PATCH] m68k: Fix WARNING splat in pmac_zilog driver

2020-11-21 Thread Geert Uytterhoeven
Hi Finn, On Sat, Nov 21, 2020 at 12:47 AM Finn Thain wrote: > On Fri, 20 Nov 2020, Geert Uytterhoeven wrote: > > On Fri, Nov 20, 2020 at 5:51 AM Finn Thain > > wrote: > > > Don't add platform resources that won't be used. This avoids a > > > recent

Re: [PATCH 1/2] media: max9271: Fix GPIO enable/disable

2020-11-20 Thread Geert Uytterhoeven
ked as reserved. > > Fixes: 34009bffc1c6 ("media: i2c: Add RDACM20 driver") > Signed-off-by: Jacopo Mondi Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org I

Re: [PATCH 049/141] pinctrl: Fix fall-through warnings for Clang

2020-11-20 Thread Geert Uytterhoeven
es/115 > Signed-off-by: Gustavo A. R. Silva Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with t

Re: [PATCH 1/4] pinctrl: renesas: r8a77990: Add QSPI[01] pins, groups and functions

2020-11-20 Thread Geert Uytterhoeven
On Thu, Nov 19, 2020 at 2:09 PM Lad Prabhakar wrote: > Add pins, groups and functions for QSPIO[01]. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11... > --- a/drivers/pinctrl/renesas/pfc-r8a

Re: [PATCH 3/4] pinctrl: renesas: r8a7796: Add QSPI[01] pins, groups and functions

2020-11-20 Thread Geert Uytterhoeven
ic const unsigned int qspi1_data4_pins[] = { > + /* QSPI1_MOSI_IO0, QSPI1_MISO_IO1 */ > + PIN_QSPI1_MOSI_IO0, PIN_QSPI1_MISO_IO1, > + /* QSPI1_IO2, QSPI1_IO3 */ I'll fix the double space while applying. > + PIN_QSPI1_IO2, PIN_QSPI1_IO3, > +}; Gr{oetje,eeting}s,

Re: [PATCH 4/4] pinctrl: renesas: r8a77965: Add QSPI[01] pins, groups and functions

2020-11-20 Thread Geert Uytterhoeven
On Thu, Nov 19, 2020 at 2:09 PM Lad Prabhakar wrote: > Add pins, groups and functions for QSPIO[01]. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11. Gr{oetje,eeting}s,

Re: [PATCH 3/4] pinctrl: renesas: r8a7796: Add QSPI[01] pins, groups and functions

2020-11-20 Thread Geert Uytterhoeven
On Thu, Nov 19, 2020 at 2:09 PM Lad Prabhakar wrote: > Add pins, groups and functions for QSPIO[01]. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11. Gr{oetje,eeting}s,

Re: [PATCH 2/4] pinctrl: renesas: r8a77951: Add QSPI[01] pins, groups and functions

2020-11-20 Thread Geert Uytterhoeven
On Thu, Nov 19, 2020 at 2:09 PM Lad Prabhakar wrote: > Add pins, groups and functions for QSPIO[01]. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11. Gr{oetje,eeting}s,

Re: [PATCH 2/2] m68k: Add a missing ELF_DETAILS in link script

2020-11-20 Thread Geert Uytterhoeven
ouling Tang Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11 branch. 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 h

Re: [PATCH 1/2] m68k: Drop redundant NOTES in link script

2020-11-20 Thread Geert Uytterhoeven
On Fri, Nov 20, 2020 at 7:08 AM Youling Tang wrote: > Commit eaf937075c9a ("vmlinux.lds.h: Move NOTES into RO_DATA") after > should remove redundant NOTES. > > Signed-off-by: Youling Tang Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11 bran

Re: [PATCH] m68k/mac: Remove redundant VIA register writes

2020-11-20 Thread Geert Uytterhoeven
r. > > Cc: Joshua Thompson > Tested-by: Stan Johnson > Signed-off-by: Finn Thain Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 --

Re: [PATCH] m68k/mac: Refactor iop_preinit() and iop_init()

2020-11-19 Thread Geert Uytterhoeven
ribed in the comments, it gets called immediately before > iop_init() so it might as well part of iop_init(). > > Cc: Joshua Thompson > Tested-by: Stan Johnson > Signed-off-by: Finn Thain Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11

Re: [PATCH] m68k: Fix WARNING splat in pmac_zilog driver

2020-11-19 Thread Geert Uytterhoeven
ev, IORESOURCE_IRQ, 0); > + if (!r_ports || !r_irq) > return -ENODEV; > > uap->port.mapbase = r_ports->start; > uap->port.membase = (unsigned char __iomem *) r_ports->start; > uap->port.iotype = UPIO_MEM; > - u

Re: [PATCH] m68k/mac: Remove dead code

2020-11-19 Thread Geert Uytterhoeven
On Fri, Nov 20, 2020 at 5:51 AM Finn Thain wrote: > Cc: Joshua Thompson > Signed-off-by: Finn Thain Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [PATCH] m68k/mac: Update Kconfig help

2020-11-19 Thread Geert Uytterhoeven
rt is mostly documented at the web site, so add the URL. > > Cc: Joshua Thompson > Signed-off-by: Finn Thain Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.11 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [RFC PATCH] spi: Take the SPI IO-mutex in the spi_setup() method

2020-11-19 Thread Geert Uytterhoeven
iver author into believing that writing to registers during .setup() is not an issue. Until an integrator starts using cs-gpios... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversati

[PATCH] media: fsl-viu: Use proper check for presence of {out,in}_be32()

2020-11-19 Thread Geert Uytterhoeven
dia: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68K") Reported-by: kernel test robot Signed-off-by: Geert Uytterhoeven Reviewed-by: Hans Verkuil --- Compile-tested on m68k, microblaze, and powerpc. Assembler output before/after compared for powerpc. v2: - Add Revie

[PATCH] ARM: uncompress: Fix dbgadtb size parameter name

2020-11-18 Thread Geert Uytterhoeven
The dbgadtb macro is passed the size of the appended DTB, not the end address. Fixes: c03e41470e901123 ("ARM: 9010/1: uncompress: Print the location of appended DTB") Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/compressed/head.S | 4 ++-- 1 file changed, 2 insertions(+), 2

[tip: efi/core] efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes

2020-11-17 Thread tip-bot2 for Geert Uytterhoeven
The following commit has been merged into the efi/core branch of tip: Commit-ID: 6edcf9dc2e1aff3aa1f5a69ee420fb30dd0e968a Gitweb: https://git.kernel.org/tip/6edcf9dc2e1aff3aa1f5a69ee420fb30dd0e968a Author:Geert Uytterhoeven AuthorDate:Wed, 28 Oct 2020 16:34:02 +01:00

Re: [PATCH] dt-bindings: arm: add additionalProperties

2020-11-17 Thread Geert Uytterhoeven
- ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 >- const: actions,s900 > + > +additionalProperties: true Looks very similar to commit 62298364bd489b06 ("dt-bindings: Explicitly allow additional properties in board/SoC schemas") in v5.10-rc2? Gr{oetje,eeting}s,

Re: [PATCH v4] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Geert Uytterhoeven
3->v4 > * Dropped cross verification of clock source > * Changed DEF_FIXED_RPCSRC_E3 macro so that SoC specific div can be passed > which would make addition of D3 SoC easier > * Renamed CLK_TYPE_GEN3E3_RPCSRC to CLK_TYPE_GEN3_E3_RPCSRC > * Updated the commit message Reviewed-b

Re: Build regressions/improvements in v5.10-rc4

2020-11-16 Thread Geert Uytterhoeven
On Mon, Nov 16, 2020 at 10:48 AM Geert Uytterhoeven wrote: > JFYI, when comparing v5.10-rc4[1] to v5.10-rc3[3], the summaries are: > - build errors: +1/-0 + /kisskb/src/drivers/iommu/intel/dmar.c: error: 'struct pci_dev' has no member named 'physfn': => 338:

Re: iommu/vt-d: Cure VF irqdomain hickup

2020-11-16 Thread Geert Uytterhoeven
+static inline void vf_inherit_msi_domain(struct pci_dev *pdev) > +{ > + dev_set_msi_domain(&pdev->dev, > dev_get_msi_domain(&pdev->physfn->dev)); If CONFIG_PCI_ATS is not set: error: 'struct pci_dev' has no member named 'physfn' http://

Build regressions/improvements in v5.10-rc4

2020-11-16 Thread Geert Uytterhoeven
'br_get_stats64' uses dynamic stack allocation: 230:1 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'add_llc.hd') [-Wmissing-braces]: 1212:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'del_llc.hd') [-

Re: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Geert Uytterhoeven
D[4:1] select the boot device, and determine the _initial values_ of the DIV[4:0] bits. Nothing in the documentation says they cannot be changed later, after which the DIV[4:3] bits no longer match MD[4:1]. If you want to be really sure, you can change the bits, and measu

Re: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Geert Uytterhoeven
Hi Prabhakar, On Mon, Nov 16, 2020 at 9:54 AM Lad, Prabhakar wrote: > On Mon, Nov 16, 2020 at 8:34 AM Geert Uytterhoeven > wrote: > > On Tue, Nov 10, 2020 at 1:56 PM Lad Prabhakar > > wrote: > > > Describe the RPCSRC internal clock and the RPC[D2] clocks derived fr

Re: irq-loongson-pch-pic.c:undefined reference to `of_iomap'

2020-11-16 Thread Geert Uytterhoeven
allmodconfig > with CONFIG_PCI disabled, and got warnings and failures in many other places, > see full log at the end of this mail. > > While in theory, all of those should depend on 'HAS_IOMEM' or some other > symbol, > keeping these dependencies sounds like a

Re: [PATCH v3] clk: renesas: r8a774c0: Add RPC clocks

2020-11-16 Thread Geert Uytterhoeven
ded. > + break; > + case 3: > + default: > + div = 2; > + break; > + } > + break; > + > case CLK_TYPE_GEN3_RPC: > return cpg

Re: [PATCH] docs: ABI: Drop trailing whitespace

2020-11-14 Thread Geert Uytterhoeven
Hi Jon, On Fri, Nov 13, 2020 at 11:04 PM Jonathan Corbet wrote: > On Tue, 10 Nov 2020 15:40:33 +0100 > Geert Uytterhoeven wrote: > > Remove all trailing whitespace from the ABI documentation. > > Most of it was introduced during recent updates. > > > > Sig

Re: [PATCH v1] PCI: dwc: convert to devm_platform_ioremap_resource_byname()

2020-11-12 Thread Geert Uytterhoeven
rces(struct > platform_device *pdev) > ret = of_pci_get_max_link_speed(dev->of_node); > lpp->link_gen = ret < 0 ? 0 : ret; > > - res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "app"); > - lpp->app_base = devm_ioremap_reso

Re: [PATCH v2] scsi: ufs-exynos: use devm_platform_ioremap_resource_byname()

2020-11-12 Thread Geert Uytterhoeven
Hi Bean, On Thu, Nov 12, 2020 at 3:06 PM Geert Uytterhoeven wrote: > On Wed, Sep 16, 2020 at 10:43 AM Bean Huo wrote: > > From: Bean Huo > > > > Use devm_platform_ioremap_resource_byname() to simplify the code. > > > > Signed-off-by: Bean Huo > > Tha

Re: [PATCH 7/7] usb: musb: convert to devm_platform_ioremap_resource_byname

2020-11-12 Thread Geert Uytterhoeven
t;dev" ("47401400.usb" or "47401c00.usb"), leading to a duplicate region request, which fails. I have sent a revert: https://lore.kernel.org/linux-usb/20201112135900.3822599-1-geert+rene...@glider.be/ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- Th

Re: [PATCH v2] scsi: ufs-exynos: use devm_platform_ioremap_resource_byname()

2020-11-12 Thread Geert Uytterhoeven
*/ > - res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "ufsp"); > - ufs->reg_ufsp = devm_ioremap_resource(dev, res); > + ufs->reg_ufsp = devm_platform_ioremap_resource_byname(pdev, "ufsp"); > if (IS_ERR(ufs->reg_ufsp)) { >

[PATCH] Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"

2020-11-12 Thread Geert Uytterhoeven
urce() was called on "dev" ("musb-hdrc.0" or "musb-hdrc.1"), after it is called on "&pdev->dev" ("47401400.usb" or "47401c00.usb"), leading to a duplicate region request, which fails. Signed-off-by: Geert Uytterhoeven --- drive

[PATCH] ASoC: Fix 7/8 spaces indentation in Kconfig

2020-11-10 Thread Geert Uytterhoeven
Some entries used 7 or 8 spaces instead if a single TAB. Signed-off-by: Geert Uytterhoeven --- sound/soc/codecs/Kconfig | 18 +- sound/soc/generic/Kconfig | 2 +- sound/soc/intel/boards/Kconfig | 2 +- sound/soc/meson/Kconfig| 2 +- sound/soc/pxa/Kconfig

[PATCH] parisc/uapi: Use Kbuild logic to provide

2020-11-10 Thread Geert Uytterhoeven
Uapi just includes Signed-off-by: Geert Uytterhoeven --- This is a resend of a very old patch from 2013, which is still valid. arch/parisc/include/uapi/asm/types.h | 7 --- 1 file changed, 7 deletions(-) delete mode 100644 arch/parisc/include/uapi/asm/types.h diff --git a/arch/parisc

[PATCH] mips: Remove #include from

2020-11-10 Thread Geert Uytterhoeven
Everything in arch/mips/include/uapi/asm/types.h is protected by "#ifndef __KERNEL__", so it's unused for kernelspace. Signed-off-by: Geert Uytterhoeven --- This is a resend of a very old patch from 2013, which is still valid. arch/mips/include/asm/types.h | 1 - 1 file chan

[PATCH v5 2/2] dt-bindings: timer: renesas: tmu: Convert to json-schema

2020-11-10 Thread Geert Uytterhoeven
Convert the Renesas R-Mobile/R-Car Timer Unit (TMU) Device Tree binding documentation to json-schema. Document missing properties. Update the example to match reality. Signed-off-by: Geert Uytterhoeven Reviewed-by: Rob Herring --- v5: - No changes, v4: - Rebase on top of "dt-bin

[PATCH v5 1/2] dt-bindings: timer: renesas: tmu: Document r8a774e1 bindings

2020-11-10 Thread Geert Uytterhoeven
From: Marian-Cristian Rotariu Document RZ/G2H (R8A774E1) SoC in the Renesas TMU bindings. Signed-off-by: Marian-Cristian Rotariu Signed-off-by: Lad Prabhakar Signed-off-by: Geert Uytterhoeven --- v5: - Pick up as a dependency. --- Documentation/devicetree/bindings/timer/renesas,tmu.txt

[PATCH v5 0/2] dt-bindings: timer: renesas: tmu: Document r8a774e1 and

2020-11-10 Thread Geert Uytterhoeven
Hi Daniel, Thomas, This patch series picks up missing Device Tree binding updates for the Renesas Timer Unit (TMU), and converts the bindings to json-schema. Thanks for applying! Geert Uytterhoeven (1): dt-bindings: timer: renesas: tmu: Convert to json-schema Marian-Cristian Rotariu

[PATCH v2] mfd: MFD_SL28CPLD should depends on ARCH_LAYERSCAPE

2020-11-10 Thread Geert Uytterhoeven
. Fixes: a538ad229bbee4f8 ("mfd: simple-mfd-i2c: Add sl28cpld support") Signed-off-by: Geert Uytterhoeven Acked-by: Michael Walle --- v2: - Add Acked-by. --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index cc0b73

[PATCH resend] c6x: Remove unused

2020-11-10 Thread Geert Uytterhoeven
C6X never used , which was presumably opied from ARM. Signed-off-by: Geert Uytterhoeven --- arch/c6x/include/asm/procinfo.h | 24 arch/c6x/kernel/asm-offsets.c | 1 - 2 files changed, 25 deletions(-) delete mode 100644 arch/c6x/include/asm/procinfo.h diff --git a

[PATCH resend v2] xtensa: Replace by

2020-11-10 Thread Geert Uytterhoeven
The Xtensa time code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd Acked-by: Max Filippov --- v2: - Add Reviewed-by, Acked-by. --- arch/xtensa/kernel/time.c | 2 +- 1 file

[PATCH resend v2] sh: boards: Replace by

2020-11-10 Thread Geert Uytterhoeven
The SuperH/J2 DT platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd --- v2: - Add Reviewed-by. --- arch/sh/boards/of-generic.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH resend2] sh/intc: Restore devm_ioremap() alignment

2020-11-10 Thread Geert Uytterhoeven
Restore alignment of the continuation of the devm_ioremap() call in register_intc_controller(). Fixes: 4bdc0d676a643140 ("remove ioremap_nocache and devm_ioremap_nocache") Signed-off-by: Geert Uytterhoeven --- drivers/sh/intc/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH resend v2] microblaze: Replace by

2020-11-10 Thread Geert Uytterhoeven
The MicroBlaze platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd --- v2: - Add Reviewed-by. --- arch/microblaze/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2] clk: qoriq: Add platform dependencies

2020-11-10 Thread Geert Uytterhoeven
The Freescale QorIQ clock controller is only present on Freescale E500MC and Layerscape SoCs. Add platform dependencies to the CLK_QORIQ config symbol, to avoid asking the user about it when configuring a kernel without E500MC or Layerscape support. Signed-off-by: Geert Uytterhoeven Acked-by

[PATCH v2] ahci: qoriq: Add platform dependencies

2020-11-10 Thread Geert Uytterhoeven
The Freescale QorIQ AHCI SATA controller is only present on Freescale Layerscape SoCs. Add platform dependencies to the AHCI_QORIQ config symbol, to avoid asking the user about it when configuring a kernel without Layerscape support. Signed-off-by: Geert Uytterhoeven Acked-by: Arnd Bergmann

[PATCH trivial v5] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/

2020-11-10 Thread Geert Uytterhoeven
The standard DT property name is "interrupt-names". Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support") Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring Reviewed-by: Brian Norris Acked-by: Rajat Jain --- Who takes this patch, before i

[PATCH] ASoC: fsl: SND_SOC_FSL_AUD2HTX should depend on ARCH_MXC

2020-11-10 Thread Geert Uytterhoeven
river") Signed-off-by: Geert Uytterhoeven --- sound/soc/fsl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 52a5622150088b49..ad9f90d314b7a033 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -107,6 +107,7

[PATCH] ASoC: intel: SND_SOC_INTEL_KEEMBAY should depend on ARCH_KEEMBAY

2020-11-10 Thread Geert Uytterhoeven
anges for KeemBay") Signed-off-by: Geert Uytterhoeven --- sound/soc/intel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index a5b446d5af19fc2d..c1bf69a0bcfe18c3 100644 --- a/sound/soc/intel/Kconfig +++ b/sound

[PATCH] phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAY

2020-11-10 Thread Geert Uytterhoeven
t;) Signed-off-by: Geert Uytterhoeven --- drivers/phy/intel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/intel/Kconfig b/drivers/phy/intel/Kconfig index 58ec695c92ec8fb9..62c24764654b2e5d 100644 --- a/drivers/phy/intel/Kconfig +++ b/drivers/phy/intel/Kconf

[PATCH] drm: DRM_KMB_DISPLAY should depend on ARCH_KEEMBAY

2020-11-10 Thread Geert Uytterhoeven
are only supported in arm64 kernel builds, 2. The dependencies on OF and COMMON_CLK can be dropped for compile-testing, as the driver builds fine regardless. Fixes: ed794057b052b52a ("drm/kmb: Build files for KeemBay Display driver") Signed-off-by: Geert Uytterhoeven --- d

[PATCH] drm: DRM_KMB_DISPLAY should select DRM_MIPI_DSI

2020-11-10 Thread Geert Uytterhoeven
ridge_init': kmb_dsi.c:(.text+0xb14): undefined reference to `mipi_dsi_host_register' Fix this be selecting DRM_MIPI_DSI, like other drivers do. Fixes: ed794057b052b52a ("drm/kmb: Build files for KeemBay Display driver") Signed-off-by: Geert Uytterhoeven --- drivers/gpu

[PATCH] docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask

2020-11-10 Thread Geert Uytterhoeven
Clarify how to pass the field width for bitmaps, and mention the helper macros that are available to ease printing cpumask and nodemask. Signed-off-by: Geert Uytterhoeven --- Documentation/core-api/printk-formats.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a

[PATCH] docs: ABI: Drop trailing whitespace

2020-11-10 Thread Geert Uytterhoeven
Remove all trailing whitespace from the ABI documentation. Most of it was introduced during recent updates. Signed-off-by: Geert Uytterhoeven --- Fixes: 0ea6e61122196509 ("Documentation: update broken web addresses.") Fixes: 54a19b4d3fe0fa0a ("docs: ABI: cleanup several ABI do

Re: [PATCH V8 2/5] mfd: Intel Platform Monitoring Technology support

2020-11-10 Thread Geert Uytterhoeven
Telemetry, Watcher, and Crashlog PMT capabilities/devices for > + platforms starting from Tiger Lake. > + 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" or something like that. -- Linus Torvalds

[PATCH] drm/fb_helper: Use min_t() to handle size_t and unsigned long

2020-11-10 Thread Geert Uytterhoeven
macro ‘min’ 2115 | size_t alloc_size = min(count, PAGE_SIZE); | ^~~ Indeed, on 32-bit size_t is "unsigned int", not "unsigned long". Fixes: 222ec45f4c69dfa8 ("drm/fb_helper: Support framebuffers in I/O memory") Sig

Re: [PATCH] pinctrl: renesas: Constify sh73a0_vccq_mc0_ops

2020-11-10 Thread Geert Uytterhoeven
-off-by: Rikard Falkeborn Reviewed-by: Geert Uytterhoeven i.e. will queue in renesas-pinctrl-for-v5.11. 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

Build regressions/improvements in v5.10-rc3

2020-11-09 Thread Geert Uytterhoeven
c/net/smc/smc_llc.c: warning: (near initialization for 'add_llc.hd') [-Wmissing-braces]: 1212:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'del_llc.hd') [-Wmissing-braces]: 1245:9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initi

<    3   4   5   6   7   8   9   10   11   12   >