Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-08 Thread Geert Uytterhoeven
Add support for R-Car > V3U") > > has these problem(s): > > - Target SHA1 does not exist Oops, my bad. > Maybe you meant > > Fixes: 17bcc8035d2d ("clk: renesas: cpg-mssr: Add support for R-Car V3U") Yes I did. Mike/Stephen: do you want me to respin my pull reques

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-07 Thread Geert Uytterhoeven
Hi Doug, On Mon, Dec 7, 2020 at 11:15 PM Doug Anderson wrote: > On Mon, Dec 7, 2020 at 1:55 PM Arnd Bergmann wrote: > > On Mon, Dec 7, 2020 at 9:23 PM Geert Uytterhoeven > > wrote: > > > On Tue, Dec 1, 2020 at 3:06 PM Arnd Bergmann wrote: > > > > On Tue,

Re: [GIT PULL] ARM: SoC fixes for v5.10, part 3

2020-12-07 Thread Geert Uytterhoeven
t aliases, as there is no support for dynamically updating the aliases list). 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

Re: [PATCH 1/2] clocksource/drivers/sh_cmt: Fix potential deadlock when calling runtime PM

2020-12-07 Thread Geert Uytterhoeven
wer.lock){}-{3:3}, at: __pm_runtime_resume+0x54/0x80 other info that might help us debug this: context-{5:5} 3 locks held by swapper/1: #0: c254ccd0 (>mutex){}-{4:4}, at: device_driver_attach+0x18/0x5c #1: c0bed230 (clockevents_lock){}-{2:2}, at: clockevents_registe

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

2020-12-07 Thread Geert Uytterhoeven
On Mon, Dec 7, 2020 at 1:08 PM Geert Uytterhoeven wrote: > JFYI, when comparing v5.10-rc7[1] to v5.10-rc6[3], the summaries are: > - build errors: +1/-0 + /kisskb/src/arch/powerpc/platforms/powermac/smp.c: error: implicit declaration of function 'cleanup_cpu_mmu_context' [-Werror=im

Build regressions/improvements in v5.10-rc7

2020-12-07 Thread Geert Uytterhoeven
near initialization for 'delllc.hd') [-Wmissing-braces]: 1317:9 => - /kisskb/src/net/smc/smc_llc.c: warning: missing braces around initializer [-Wmissing-braces]: 1212:9, 1317:9, 1245:9 => - warning: 148 bad relocations: N/A => Gr{oetje,eeting}s,

Re: [PATCH] MAINTAINERS: Update 68k Mac entry

2020-12-06 Thread Geert Uytterhoeven
ners to deal with. Update the "M68K ON APPLE MACINTOSH" section > accordingly. > > Cc: Michael Ellerman > Cc: Benjamin Herrenschmidt > Cc: Joshua Thompson > Cc: linuxppc-...@lists.ozlabs.org > Cc: linux-m...@lists.linux-m68k.org > Signed-off-by: Finn Thain Re

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

2020-12-05 Thread Geert Uytterhoeven
Hi Stephen, On Sat, Dec 5, 2020 at 7:24 AM Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2020-11-30 00:57:43) > > The R9A06G032 clock driver uses an array of packed structures to reduce > > kernel size. However, this array contains pointers, which are no longer > &

Re: [PATCH] macintosh/adb-iop: Always wait for reply message from IOP

2020-12-04 Thread Geert Uytterhoeven
pecting a reply. It's ignored. Just wondering: what kind of messages are being dropped? If reply packets from different ADB commands become mixed up, they are still (expected?) replies to messages we sent before. Why shouldn't we depend on receiving the replies? > >

Re: [PATCH] macintosh/adb-iop: Send correct poll command

2020-12-04 Thread Geert Uytterhoeven
Implement idle -> sending state > transition") WARNING: Unknown commit id 'fa3b5a9929fc', maybe rebased or not pulled? 32226e817043? > Tested-by: Stan Johnson > Signed-off-by: Finn Thain Thanks, will queue in the m68k for-v5.11 branch. Gr{oetje,eeting}s,

Re: [PATCH v10 1/3] ARM: uncompress: Add be32tocpu macro

2020-12-04 Thread Geert Uytterhoeven
Hi Ard, On Thu, Dec 3, 2020 at 1:50 PM Ard Biesheuvel wrote: > On Thu, 3 Dec 2020 at 13:19, Geert Uytterhoeven > wrote: > > DTB stores all values as 32-bit big-endian integers. > > Add a macro to convert such values to native CPU endianness, to reduce > > duplica

Re: [PATCH v10 2/3] ARM: uncompress: Add OF_DT_MAGIC macro

2020-12-04 Thread Geert Uytterhoeven
On Thu, Dec 3, 2020 at 5:27 PM Nicolas Pitre wrote: > On Thu, 3 Dec 2020, Geert Uytterhoeven wrote: > > The DTB magic marker is stored as a 32-bit big-endian value, and thus > > depends on the CPU's endianness. Add a macro to define this value in > > native endianness, to

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

2020-12-04 Thread Geert Uytterhoeven
Hi Linus, On Fri, Dec 4, 2020 at 9:08 AM Linus Walleij wrote: > On Wed, Nov 18, 2020 at 8:13 PM Geert Uytterhoeven > wrote: > > The dbgadtb macro is passed the size of the appended DTB, not the end > > address. > > > > Fixes: c03e41470e901123 ("ARM: 901

Re: [PATCH] scsi/NCR5380: Remove in_interrupt() test

2020-12-04 Thread Geert Uytterhoeven
e it is ignored in atomic context. So you may as well > specify 0 jiffies at these call sites. (There will be a 1 jiffy timeout > applied regardless.) Notwithstanding HZ / 64 breaks if HZ < 64. Possible values of HZ in the kernel: 24 32 48 64 100 128 200 250 256 300 500 1000 1024 1200 Gr{

[tip: timers/core] dt-bindings: timer: renesas: tmu: Convert to json-schema

2020-12-03 Thread tip-bot2 for Geert Uytterhoeven
The following commit has been merged into the timers/core branch of tip: Commit-ID: b7c0fed5ccf2c5cb4bb43ddc6b1625f042a83d0a Gitweb: https://git.kernel.org/tip/b7c0fed5ccf2c5cb4bb43ddc6b1625f042a83d0a Author:Geert Uytterhoeven AuthorDate:Tue, 10 Nov 2020 17:20:14 +01:00

Re: [PATCH v10 3/3] ARM: uncompress: Validate start of physical memory against passed DTB

2020-12-03 Thread Geert Uytterhoeven
Hi Russell, On Thu, Dec 3, 2020 at 3:05 PM Russell King - ARM Linux admin wrote: > On Thu, Dec 03, 2020 at 01:19:16PM +0100, Geert Uytterhoeven wrote: > > diff --git a/arch/arm/boot/compressed/head.S > > b/arch/arm/boot/compressed/head.S > > index d9cce7238a365081..1b

[PATCH v2] ARM: Parse kdump DT properties

2020-12-03 Thread Geert Uytterhoeven
to derive the start of memory is still used if "linux,usable-memory-range" is absent, and the "elfcorehdr=" and "mem=" kernel parameters are still parsed. Loosely based on the ARM64 version by Akashi Takahiro. Signed-off-by: Geert Uytterhoeven --- This depends o

[PATCH v10 2/3] ARM: uncompress: Add OF_DT_MAGIC macro

2020-12-03 Thread Geert Uytterhoeven
The DTB magic marker is stored as a 32-bit big-endian value, and thus depends on the CPU's endianness. Add a macro to define this value in native endianness, to reduce #ifdef clutter and (future) duplication. Signed-off-by: Geert Uytterhoeven --- v10: - New. --- arch/arm/boot/compressed

[PATCH v10 3/3] ARM: uncompress: Validate start of physical memory against passed DTB

2020-12-03 Thread Geert Uytterhoeven
memory itself. This allows to boot Linux on r7s9210/rza2mevb using the 64 MiB of SDRAM on the RZA2MEVB sub board, which is located at 0x0C00 (CS3 space), i.e. not at a multiple of 128 MiB. Suggested-by: Nicolas Pitre Suggested-by: Ard Biesheuvel Signed-off-by: Geert Uytterhoeven --- v10

[PATCH v10 0/3] ARM: uncompress: Validate start of physical memory against passed DTB

2020-12-03 Thread Geert Uytterhoeven
on a variety of boards using a passed or appended DTB. Thanks for your comments! [*] "[PATCH v9] ARM: boot: Validate start of physical memory against DTB" (https://lore.kernel.org/r/20200902153606.13652-1-geert+rene...@glider.be) Geert Uytterhoeven (3): ARM: uncompress: Add be32tocpu m

[PATCH v10 1/3] ARM: uncompress: Add be32tocpu macro

2020-12-03 Thread Geert Uytterhoeven
DTB stores all values as 32-bit big-endian integers. Add a macro to convert such values to native CPU endianness, to reduce duplication. Signed-off-by: Geert Uytterhoeven --- v10: - New. --- arch/arm/boot/compressed/head.S | 26 -- 1 file changed, 12 insertions(+), 14

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
; > 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. > > > > > > Thou

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

2020-12-01 Thread Geert Uytterhoeven
t; 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 lot of typos in that patc

Build regressions/improvements in v5.10-rc6

2020-11-30 Thread Geert Uytterhoeven
ialization for 'delllc.hd') [-Wmissing-braces]: 1317:9 => - /kisskb/src/net/smc/smc_llc.c: warning: missing braces around initializer [-Wmissing-braces]: 1212:9, 1245:9, 1317:9 => - warning: 148 bad relocations: N/A => Gr{oetje,eeting}s,

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 nodes

[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
y > > 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 to journali

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

2020-11-27 Thread Geert Uytterhoeven
.@vger.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 when I'

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...@linux-m

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

2020-11-26 Thread Geert Uytterhoeven
ialized" 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 conversations

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

2020-11-26 Thread Geert Uytterhoeven
on the 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 removed fr

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

2020-11-26 Thread Geert Uytterhoeven
: 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-ov5640

[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 -- ge

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 updated ver

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 suggestions applied.

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 of Lin

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

2020-11-26 Thread Geert Uytterhoeven
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 Linux beyond

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
ld 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 journalists I ju

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 w

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 nee

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. He

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. He

[PATCH] efi: EFI_EARLYCON should depend on EFI

2020-11-24 Thread Geert Uytterhoeven
. 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/drivers/firmware/e

[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's

[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 = <_2>; > +*/ > + /* remote-endpoint = <>; */ > + }; > + }; > + }; > }; Gr{oetje,eeting}s, Geert -- Geer

Re: at91 git tree in linux-next

2020-11-23 Thread Geert Uytterhoeven
ow 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/linux/kernel/git/at91/linux-at9

Build regressions/improvements in v5.10-rc5

2020-11-23 Thread Geert Uytterhoeven
near initialization for 'delllc.hd') [-Wmissing-braces]: 1317:9 => - /kisskb/src/net/smc/smc_llc.c: warning: missing braces around initializer [-Wmissing-braces]: 1317:9, 1212:9, 1245:9 => - warning: 148 bad relocations: N/A => Gr{oetje,eeting}s,

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

2020-11-22 Thread Geert Uytterhoeven
esirable. 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 # v5.8+ &g

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 > > > recently-a

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 In per

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 techni

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
: Youling 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 hac

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
t; > 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 -- ge...@lin

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

2020-11-19 Thread Geert Uytterhoeven
as described 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
RQ, 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; > - uap->port

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 beyon

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 beyon

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

2020-11-19 Thread Geert Uytterhoeven
ting 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 conversations with technical people, I call m

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

2020-11-19 Thread Geert Uytterhoeven
_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 Reviewed-by, - s/definions/definitions/,

[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
; v3->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 Review

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:57 ia64-defconfig

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

2020-11-16 Thread Geert Uytterhoeven
nline void vf_inherit_msi_domain(struct pci_dev *pdev) > +{ > + dev_set_msi_domain(>dev, > dev_get_msi_domain(>physfn->dev)); If CONFIG_PCI_ATS is not set: error: 'struct pci_dev' has no member named 'physfn' http://kisskb.ellerman.id.au/kisskb/buildresult/14400927/

Build regressions/improvements in v5.10-rc4

2020-11-16 Thread Geert Uytterhoeven
9 => - /kisskb/src/net/smc/smc_llc.c: warning: (near initialization for 'delllc.hd') [-Wmissing-braces]: 1317:9 => - /kisskb/src/net/smc/smc_llc.c: warning: missing braces around initializer [-Wmissing-braces]: 1317:9, 1212:9, 1245:9 => Gr{oetje,eeting}s,

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

2020-11-16 Thread Geert Uytterhoeven
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 meas

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 der

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

2020-11-16 Thread Geert Uytterhoeven
config > 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 an uphill battle, and

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

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

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
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_resource(dev, res); > + lpp->app_ba

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
quot;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 -- There's lots of

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
() was called on "dev" ("musb-hdrc.0" or "musb-hdrc.1"), after it is called on ">dev" ("47401400.usb" or "47401c00.usb"), leading to a duplicate region request, which fails. Signed-off-by: Geert Uytterhoeven --- drivers/usb/musb/musb_dsps.c

[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 changed,

[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

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