Re: [PATCH -next 1/3 v2] powerpc: boot: Fix kernel-doc param for partial_decompress

2024-04-08 Thread Randy Dunlap
On 4/8/24 1:39 AM, Yang Li wrote: > Fix the kernel-doc annotation for the 'skip' parameter in the > partial_decompress() function by adding a missing underscore and colon. > > Signed-off-by: Yang Li Reviewed-by: Randy Dunlap Thanks. > --- > arch/powerpc/boot/decompress.

Re: [PATCH -next 3/3 v2] powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()

2024-04-08 Thread Randy Dunlap
On 4/7/24 10:31 PM, Yang Li wrote: > This commit adds kernel-doc style comments with complete parameter > descriptions for the function smp_startup_cpu(). > > Signed-off-by: Yang Li Acked-by: Randy Dunlap Thanks. > --- > arch/powerpc/platforms/cell/smp.c | 1 + &g

Re: [PATCH -next 2/3 v2] powerpc: Fix kernel-doc comments in fsl_gtm.c

2024-04-08 Thread Randy Dunlap
On 4/7/24 10:31 PM, Yang Li wrote: > Fix some function names in kernel-doc comments. > > Signed-off-by: Yang Li Reviewed-by: Randy Dunlap Thanks. > --- > arch/powerpc/sysdev/fsl_gtm.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --g

Re: [PATCH -next 3/3] powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()

2024-04-07 Thread Randy Dunlap
On 4/6/24 11:39 PM, Yang Li wrote: > This commit adds kernel-doc style comments with complete parameter > descriptions for the function smp_startup_cpu(). > > Signed-off-by: Yang Li > --- > arch/powerpc/platforms/cell/smp.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [PATCH -next 2/3] powerpc: Fix kernel-doc comments in fsl_gtm.c

2024-04-07 Thread Randy Dunlap
On 4/6/24 11:39 PM, Yang Li wrote: > Fix some function names in kernel-doc comments. > > Signed-off-by: Yang Li > --- > arch/powerpc/sysdev/fsl_gtm.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/sysdev/fsl_gtm.c b/arch/powerpc/sysdev/fsl_gtm.c

Re: [PATCH -next 1/3] powerpc: boot: Fix a typo in partial_decompress() comment

2024-04-07 Thread Randy Dunlap
On 4/6/24 11:39 PM, Yang Li wrote: > This commit adds kernel-doc style comments with complete parameter > descriptions for the function partial_decompress(). > > Signed-off-by: Yang Li Reviewed-by: Randy Dunlap Thanks. > --- > arch/powerpc/boot/decompress.c | 2 +- &g

Re: linux-next: Tree for Feb 26 (drivers/mtd/ubi/nvmem.c)

2024-02-26 Thread Randy Dunlap
On 2/25/24 22:55, Stephen Rothwell wrote: > Hi all, > > Changes since 20240223: > on powerpc32: In file included from ./arch/powerpc/include/generated/asm/div64.h:1, from ../include/linux/math.h:6, from ../include/linux/kernel.h:27, from

Re: linux-next: Tree for Feb 14 (arch/powerpc/platforms/pseries/pci_dlpar.o)

2024-02-14 Thread Randy Dunlap
On 2/13/24 20:14, Stephen Rothwell wrote: > Hi all, > > Changes since 20240213: > on powerpc64: when CONFIG_IOMMU_API is not set. powerpc64-linux-ld: arch/powerpc/platforms/pseries/pci_dlpar.o: in function `init_phb_dynamic': pci_dlpar.c:(.text+0xc4): undefined reference to

Re: Powerpc: ps3av.c:(.text+0x19e8): undefined reference to `video_get_options'

2024-02-12 Thread Randy Dunlap
On 2/12/24 10:36, Naresh Kamboju wrote: > I encountered the following build warnings/errors while compiling the powerpc > kernel on Linux next-20240208 .. next-20240212 tag with clang toolchain. > > Reported-by: Linux Kernel Functional Testing > > powerpc64le-linux-gnu-ld:

[PATCH v2 RESEND] soc: fsl: dpio: fix kernel-doc typos

2024-02-11 Thread Randy Dunlap
Correct spelling of 2 words. Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-ker...@lists.infradead.org Cc: Frank Li Cc: Guanhua Gao Cc: Roy Pledge --- v2: update Cc: list, rebase include/soc/fsl/dpaa2-io.h |4 ++-- 1 file changed, 2 insertions

[PATCH v2 RESEND] soc: fsl: fix kernel-doc warnings and typos

2024-02-11 Thread Randy Dunlap
Correct spelling of "list". Fix a kernel-doc warning by describing the nested structure completely: include/soc/fsl/dpaa2-fd.h:52: warning: Function parameter or member 'simple' not described in 'dpaa2_fd' Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org

[PATCH v2] drivers/ps3: select VIDEO to provide cmdline functions

2024-02-07 Thread Randy Dunlap
sts.freedesktop.org Signed-off-by: Randy Dunlap --- v2: add Geoff's Ack; add second Fixes: tag and more Cc:s (Thomas) arch/powerpc/platforms/ps3/Kconfig |1 + 1 file changed, 1 insertion(+) diff -- a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig --- a/arch/power

[PATCH] drivers/ps3: select VIDEO to provide cmdline functions

2024-02-06 Thread Randy Dunlap
When VIDEO is not set, there is a build error. Fix that by selecting VIDEO for PS3_PS3AV. ERROR: modpost: ".video_get_options" [drivers/ps3/ps3av_mod.ko] undefined! Fixes: dae7fbf43fd0 ("driver/ps3: Include for mode parsing") Signed-off-by: Randy Dunlap Cc: Michael El

[PATCH v2] soc: fsl: fix kernel-doc warnings and typos

2024-02-04 Thread Randy Dunlap
Correct spelling of "list". Fix a kernel-doc warning by describing the nested structure completely: include/soc/fsl/dpaa2-fd.h:52: warning: Function parameter or member 'simple' not described in 'dpaa2_fd' Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org

[PATCH v2] soc: fsl: dpio: fix kernel-doc typos

2024-02-04 Thread Randy Dunlap
Correct spelling of 2 words. Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-ker...@lists.infradead.org Cc: Frank Li Cc: Guanhua Gao Cc: Roy Pledge --- v2: update Cc: list, rebase include/soc/fsl/dpaa2-io.h |4 ++-- 1 file changed, 2 insertions

Re: [PATCH -fixes v2] RISC-V: KVM: Require HAVE_KVM

2024-01-04 Thread Randy Dunlap
s which have KVM > but not EVENTFD, as was discovered with a randconfig test. > > Fixes: 99cdc6c18c2d ("RISC-V: Add initial skeletal KVM support") > Reported-by: Randy Dunlap > Closes: > https://lore.kernel.org/all/44907c6b-c5bd-4e4a-a921-e4d382553...@infradead.org/ &

Re: [PATCH 7/8] powerpc: Fix typos

2024-01-03 Thread Randy Dunlap
s/powernv/pci-sriov.c | 4 ++-- > arch/powerpc/platforms/powernv/vas-window.c | 2 +- > arch/powerpc/platforms/pseries/vas.c | 2 +- > arch/powerpc/sysdev/xive/common.c| 4 ++-- > arch/powerpc/sysdev/xive/native.c| 2 +- > 29 files changed, 40 insertions(+), 40 deletions(-) Reviewed-by: Randy Dunlap Thanks. -- #Randy

[PATCH] soc: fsl: dpio: fix spelling errors

2023-12-12 Thread Randy Dunlap
Correct spelling mistakes as identified by codespell. Signed-off-by: Randy Dunlap Cc: Roy Pledge Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-ker...@lists.infradead.org --- include/soc/fsl/dpaa2-io.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] powerpc/44x: select I2C for CURRITUCK

2023-11-30 Thread Randy Dunlap
/platforms/44x/ppc476.o: in function `ppc47x_device_probe': ppc476.c:(.init.text+0x18): undefined reference to `i2c_register_driver' Fixes: 2a2c74b2efcb ("IBM Akebono: Add the Akebono platform") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Closes: lore.kernel.org/r/20

Re: linux-next: Tree for Nov 16 (arch/powerpc/platforms/86xx/pic.o)

2023-11-16 Thread Randy Dunlap
On 11/15/23 18:17, Stephen Rothwell wrote: > Hi all, > > Changes since 20231115: > on ppc32 (using gcc 13.2.0 from kernel.org): CONFIG_PPC_86xx=y # CONFIG_GEF_PPC9A is not set # CONFIG_GEF_SBC310 is not set # CONFIG_GEF_SBC610 is not set # CONFIG_MVME7100 is not set (CONFIG_MPIC is not

Re: linux-next: Tree for Sep 20 (ppc32: ADB_CUDA Kconfig warning)

2023-10-07 Thread Randy Dunlap
Hi Michael, On 9/21/23 21:51, Randy Dunlap wrote: > > > On 9/21/23 17:10, Michael Ellerman wrote: >> Randy Dunlap writes: >>> On 9/19/23 20:37, Stephen Rothwell wrote: >>>> Hi all, >>>> >>>> Changes since 20230919: >>>> &g

[PATCH] soc: fsl: fix kernel-doc warnings and typos

2023-09-30 Thread Randy Dunlap
Correct spelling of "list". Fix a kernel-doc warning by describing the nested structure completely: include/soc/fsl/dpaa2-fd.h:52: warning: Function parameter or member 'simple' not described in 'dpaa2_fd' Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org

[PATCH] soc: fsl: dpio: fix kernel-doc typos

2023-09-30 Thread Randy Dunlap
Correct spelling of 2 words. Signed-off-by: Randy Dunlap Cc: Li Yang Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-arm-ker...@lists.infradead.org Cc: Roy Pledge --- include/soc/fsl/dpaa2-io.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -- a/include/soc/fsl/dpaa2-io.h b

Re: linux-next: Tree for Sep 26 (arch/powerpc/platforms/86xx/pic.o)

2023-09-26 Thread Randy Dunlap
On 9/25/23 22:50, Stephen Rothwell wrote: > Hi all, > > Changes since 20230925: > on powerpc 32BIT: powerpc-linux-ld: arch/powerpc/platforms/86xx/pic.o: in function `mpc86xx_init_irq': pic.c:(.init.text+0x38): undefined reference to `mpic_alloc' powerpc-linux-ld: pic.c:(.init.text+0x58):

Re: linux-next: Tree for Sep 20 (ppc32: ADB_CUDA Kconfig warning)

2023-09-21 Thread Randy Dunlap
On 9/21/23 17:10, Michael Ellerman wrote: > Randy Dunlap writes: >> On 9/19/23 20:37, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20230919: >>> >>> The mm tree lost its boot warning. >>> >>> The drm-mi

Re: linux-next: Tree for Sep 20 (ppc32: ADB_CUDA Kconfig warning)

2023-09-20 Thread Randy Dunlap
On 9/19/23 20:37, Stephen Rothwell wrote: > Hi all, > > Changes since 20230919: > > The mm tree lost its boot warning. > > The drm-misc tree gained a conflict against Linus' tree. > > Non-merge commits (relative to Linus' tree): 6006 > 3996 files changed, 459968 insertions(+), 111742

Re: [PATCH] powerpc/82xx: Select FSL_SOC

2023-09-14 Thread Randy Dunlap
("powerpc/82xx: Remove CONFIG_8260 > and CONFIG_8272") CONFIG_CPM2 depends on CONFIG_MPC82xx instead > but CONFIG_MPC82xx doesn't directly selects CONFIG_FSL_SOC. > > Fix it by forcing CONFIG_MPC82xx to select CONFIG_FSL_SOC just > like already done by MPC8xx, MPC512x, MPC83xx,

Re: [PATCH] macintosh: Explicitly include correct DT includes

2023-08-31 Thread Randy Dunlap
On 8/31/23 07:04, Guenter Roeck wrote: > On Fri, Jul 14, 2023 at 11:46:54AM -0600, Rob Herring wrote: >> The DT of_device.h and of_platform.h date back to the separate >> of_platform_bus_type before it as merged into the regular platform bus. >> As part of that merge prepping Arm DT support 13

Re: [PATCH] macintosh/ams: linux/platform_device.h is needed

2023-08-30 Thread Randy Dunlap
Hi, On 8/29/23 22:46, Christophe Leroy wrote: > > > Le 30/08/2023 à 00:58, Randy Dunlap a écrit : >> ams.h uses struct platform_device, so the header should be used >> to prevent build errors: >> >> drivers/macintosh/ams/ams-input.c: In function 'ams_input_enab

[PATCH] macintosh/ams: linux/platform_device.h is needed

2023-08-29 Thread Randy Dunlap
tosh/ams/ams-input.c:147:1: error: control reaches end of non-void function [-Werror=return-type] 147 | } Fixes: 233d687d1b78 ("macintosh: Explicitly include correct DT includes") Signed-off-by: Randy Dunlap Cc: Rob Herring Cc: linuxppc-dev@lists.ozlabs.org Cc: Michael Ellerman ---

Re: [PATCH] kbuild: Show Kconfig fragments in "help"

2023-08-25 Thread Randy Dunlap
On 8/25/23 11:20, Kees Cook wrote: > On Thu, Aug 24, 2023 at 05:04:02PM -0700, Randy Dunlap wrote: >> Hi Kees, >> >> On 8/24/23 15:36, Kees Cook wrote: >>> Doing a "make help" would show only hard-coded Kconfig targets and >>> depended on

Re: [PATCH] kbuild: Show Kconfig fragments in "help"

2023-08-24 Thread Randy Dunlap
Hi Kees, On 8/24/23 15:36, Kees Cook wrote: > Doing a "make help" would show only hard-coded Kconfig targets and > depended on the archhelp target to include ".config" targets. There was > nothing showing global kernel/configs/ targets. Solve this by walking > the wildcard list and include them

Re: [PATCH] treewide: drop CONFIG_EMBEDDED

2023-08-18 Thread Randy Dunlap
Hi Jesse, I replied to your comment a few days ago, but for some reason your email to me contains: Reply-To: 20230816055010.31534-1-rdun...@infradead.org so it wasn't sent directly to you. My former reply is below. On 8/16/23 20:15, Randy Dunlap wrote: > Hi Jesse, > > On 8/16/23 15:

Re: [PATCH v4 27/28] ASoC: codecs: Add support for the framer codec

2023-08-18 Thread Randy Dunlap
Hi, On 8/18/23 09:39, Christophe Leroy wrote: > +config SND_SOC_FRAMER > + tristate "Framer codec" > + depends on GENERIC_FRAMER > + help > + Enable support for the framer codec. > + The framer codec uses the generic framer infrastructure to transport > + some audio

Re: [PATCH] treewide: drop CONFIG_EMBEDDED

2023-08-16 Thread Randy Dunlap
Hi Jesse, On 8/16/23 15:45, Jesse Taube wrote: > Hi, Randy > >> diff -- a/init/Kconfig b/init/Kconfig >> --- a/init/Kconfig >> +++ b/init/Kconfig >> @@ -1790,14 +1790,6 @@ config DEBUG_RSEQ >> >>    If unsure, say N. >> >> -config EMBEDDED >> -    bool "Embedded system" >> -    select EXPERT

[PATCH] treewide: drop CONFIG_EMBEDDED

2023-08-15 Thread Randy Dunlap
There is only one Kconfig user of CONFIG_EMBEDDED and it can be switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd). Signed-off-by: Randy Dunlap Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc: Arnd Bergmann Cc: Jason A. Donenfeld Cc: wiregu...@lists.zx

[PATCH] powerpc/pseries: PLPKS: undo kernel-doc comment notation

2023-08-09 Thread Randy Dunlap
ombination of label attributes + name. Fixes: 2454a7af0f2a ("powerpc/pseries: define driver for Platform KeyStore") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: lore.kernel.org/r/202308040430.gxmpanwz-...@intel.com Cc: Nayna Jain Cc: Michael Ellerman Cc: linuxppc-

Re: [PATCH v3 21/28] net: wan: Add framer framework support

2023-08-09 Thread Randy Dunlap
Hi, On 8/9/23 06:27, Herve Codina wrote: > diff --git a/drivers/net/wan/framer/Kconfig b/drivers/net/wan/framer/Kconfig > new file mode 100644 > index ..96ef1e7ba8eb > --- /dev/null > +++ b/drivers/net/wan/framer/Kconfig > @@ -0,0 +1,19 @@ > +# SPDX-License-Identifier: GPL-2.0-only >

Re: [PATCH v2] powerpc: Use shared font data

2023-08-08 Thread Randy Dunlap
On 8/8/23 10:28, Dr. David Alan Gilbert wrote: > * Randy Dunlap (rdun...@infradead.org) wrote: >> Hi-- >> >> On 8/6/23 18:07, li...@treblig.org wrote: >>> From: "Dr. David Alan Gilbert" >>> >>> PowerPC has a 'btext' font used f

Re: [PATCH v2] powerpc: Use shared font data

2023-08-08 Thread Randy Dunlap
Hi-- On 8/6/23 18:07, li...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > PowerPC has a 'btext' font used for the console which is almost identical > to the shared font_sun8x16, so use it rather than duplicating the data. > > They were actually identical until about a decade ago when

Re: linux-next: Tree for Aug 7 (sound/soc/fsl/)

2023-08-07 Thread Randy Dunlap
On 8/6/23 22:47, Stephen Rothwell wrote: > Hi all, > > Changes since 20230804: > on PPC32: WARNING: unmet direct dependencies detected for SND_SOC_MPC5200_AC97 Depends on [n]: SOUND [=y] && SND [=y] && SND_SOC [=y] && SND_POWERPC_SOC [=y] && PPC_MPC52xx [=y] && PPC_BESTCOMM [=n]

Re: [PATCH v2 RESEND*3] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-08-03 Thread Randy Dunlap
On 8/3/23 04:27, Mark Brown wrote: > On Wed, Aug 02, 2023 at 07:59:41PM -0700, Randy Dunlap wrote: >> Both SND_MPC52xx_SOC_PCM030 and SND_MPC52xx_SOC_EFIKA select >> SND_SOC_MPC5200_AC97. The latter symbol depends on PPC_BESTCOMM, >> so the 2 former symbols should also d

[PATCH v2 RESEND*3] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-08-02 Thread Randy Dunlap
SND_POWERPC_SOC [=m] && PPC_EFIKA [=y] ERROR: modpost: "mpc5200_audio_dma_destroy" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! ERROR: modpost: "mpc5200_audio_dma_create" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! Fixes: 40d9ec14e7e1 ("ASoC: remove BROKEN from Efika and pcm030 f

Re: [PATCH] powerpc: Use shared font data

2023-08-02 Thread Randy Dunlap
On 8/2/23 05:19, Michael Ellerman wrote: > "Dr. David Alan Gilbert" writes: >> * Michael Ellerman (m...@ellerman.id.au) wrote: >>> li...@treblig.org writes: From: "Dr. David Alan Gilbert" PowerPC has a 'btext' font used for the console which is almost identical to the

Re: [PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers

2023-07-31 Thread Randy Dunlap
Hi Christophe, On 7/31/23 22:21, Christophe Leroy wrote: > > > Le 24/07/2023 à 08:33, Randy Dunlap a écrit : >> Reconcile devices.txt with serial/ucc_uart.c regarding device number >> assignments. ucc_uart.c supports 4 ports and uses minor devnums >> 46-49, so update

Re: [PATCH] fbdev/ps3fb: Build without kernel device

2023-07-31 Thread Randy Dunlap
> | ^~~ > ../drivers/video/fbdev/ps3fb.c:1171:9: note: in expansion of macro 'dev_info' > 1171 | dev_info(info->device, "%s %s, using %u KiB of video > memory\n", > | ^~~~ > > Reporte

Re: [PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers

2023-07-25 Thread Randy Dunlap
On 7/25/23 13:38, Timur Tabi wrote: > On Mon, Jul 24, 2023 at 1:33 AM Randy Dunlap wrote: >> >> Reconcile devices.txt with serial/ucc_uart.c regarding device number >> assignments. ucc_uart.c supports 4 ports and uses minor devnums >> 46-49, so update devices.txt wit

Re: [PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers

2023-07-25 Thread Randy Dunlap
On 7/25/23 10:27, Greg Kroah-Hartman wrote: > On Sun, Jul 23, 2023 at 11:33:41PM -0700, Randy Dunlap wrote: >> Reconcile devices.txt with serial/ucc_uart.c regarding device number >> assignments. ucc_uart.c supports 4 ports and uses minor devnums >> 46-49, so update devic

Re: [PATCH 24/26] ASoC: codecs: Add support for the framer codec

2023-07-25 Thread Randy Dunlap
On 7/25/23 02:24, Herve Codina wrote: > +config SND_SOC_FRAMER > + tristate "Framer codec" > + depends on GENERIC_FRAMER > + help > + Enable support for the framer codec. > + The framer codec uses the generic framer infrastructure to transport > + some audio data

Re: linux-next: Tree for Jul 24 (arch/powerpc/platforms/embedded6xx/mvme5100.c)

2023-07-24 Thread Randy Dunlap
On 7/23/23 21:08, Stephen Rothwell wrote: > Hi all, > > Changes since 20230721: > on ppc32: ../arch/powerpc/platforms/embedded6xx/mvme5100.c: In function 'mvme5100_add_bridge': ../arch/powerpc/platforms/embedded6xx/mvme5100.c:135:65: error: passing argument 5 of 'early_read_config_dword'

[PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers

2023-07-24 Thread Randy Dunlap
: d7584ed2b994 ("[POWERPC] qe-uart: add support for Freescale QUICCEngine UART") Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Randy Dunlap Cc: Timur Tabi Cc: Kumar Gala Cc: linuxppc-dev@lists.ozlabs.org Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-ser...@vger.kernel.org

Re: linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)

2023-07-18 Thread Randy Dunlap
On 7/18/23 04:48, Michael Ellerman wrote: > Bagas Sanjaya writes: >> On Thu, Jul 13, 2023 at 09:11:10AM -0700, Randy Dunlap wrote: >>> on ppc64: >>> >>> In file included from ../include/linux/device.h:15, >>> from ../arch/powerpc/i

Re: linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)

2023-07-17 Thread Randy Dunlap
Hi Thomas, On 7/14/23 13:46, Randy Dunlap wrote: > Thomas, > > On 7/13/23 09:11, Randy Dunlap wrote: >> >> >> On 7/12/23 19:37, Stephen Rothwell wrote: >>> Hi all, >>> > > I still see this build error on linux-next 20230714. I still see this

Re: linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)

2023-07-14 Thread Randy Dunlap
Thomas, On 7/13/23 09:11, Randy Dunlap wrote: > > > On 7/12/23 19:37, Stephen Rothwell wrote: >> Hi all, >> I still see this build error on linux-next 20230714. >> Changes since 20230712: >> > > on ppc64: > > In file included from ../inclu

Re: linux-next: Tree for Jul 13 (drivers/video/fbdev/ps3fb.c)

2023-07-13 Thread Randy Dunlap
On 7/12/23 19:37, Stephen Rothwell wrote: > Hi all, > > Changes since 20230712: > on ppc64: In file included from ../include/linux/device.h:15, from ../arch/powerpc/include/asm/io.h:22, from ../include/linux/io.h:13, from

Re: [PATCH v2 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data

2023-07-13 Thread Randy Dunlap
On 7/13/23 06:21, Miguel Ojeda wrote: > On Thu, Jul 13, 2023 at 3:03 PM Thomas Zimmermann wrote: >> >> Most fbdev drivers depend on framebuffer_alloc() to initialize the >> allocated memory to 0. Document this guarantee. >> >> Suggested-by: Miguel Ojeda >> Signed-off-by: Thomas Zimmermann >>

Re: [PATCH 01/79] fs: add ctime accessors infrastructure

2023-07-12 Thread Randy Dunlap
Hi Jeff, On arch/um/, (subarch i386 or x86_64), hostfs build fails with: ../fs/hostfs/hostfs_kern.c:520:36: error: incompatible type for arg ument 2 of 'inode_set_ctime_to_ts' ../include/linux/fs.h:1499:73: note: expected 'struct timespec64' b ut argument is of type 'const struct hostfs_timespec

Re: [PATCH v2 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file

2023-07-11 Thread Randy Dunlap
Hi, Same correction comments as in the other 4 patches (not repeated here). On 7/10/23 02:27, Kajol Jain wrote: > Add details of the new hv-gpci interface file called > "affinity_domain_via_partition" in the ABI documentation. > > Signed-off-by: Kajol Jain > --- >

Re: [PATCH v2 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file

2023-07-11 Thread Randy Dunlap
Hi, On 7/10/23 02:27, Kajol Jain wrote: > Add details of the new hv-gpci interface file called > "affinity_domain_via_domain" in the ABI documentation. > > Signed-off-by: Kajol Jain > --- > .../sysfs-bus-event_source-devices-hv_gpci| 32 +++ > 1 file changed, 32

Re: [PATCH v2 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file

2023-07-11 Thread Randy Dunlap
Hi-- On 7/10/23 02:27, Kajol Jain wrote: > Add details of the new hv-gpci interface file called > "affinity_domain_via_virtual_processor" in the ABI documentation. > > Signed-off-by: Kajol Jain > --- > .../sysfs-bus-event_source-devices-hv_gpci| 32 +++ > 1 file changed, 32

Re: [PATCH v2 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file

2023-07-11 Thread Randy Dunlap
Hi-- On 7/10/23 02:27, Kajol Jain wrote: > Add details of the new hv-gpci interface file called > "processor_config" in the ABI documentation. > > Signed-off-by: Kajol Jain > --- > .../sysfs-bus-event_source-devices-hv_gpci| 32 +++ > 1 file changed, 32 insertions(+) > >

Re: [PATCH v2 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file

2023-07-11 Thread Randy Dunlap
Hi-- On 7/10/23 02:27, Kajol Jain wrote: > Add details of the new hv-gpci interface file called > "processor_bus_topology" in the ABI documentation. > > Signed-off-by: Kajol Jain > --- > .../sysfs-bus-event_source-devices-hv_gpci| 32 +++ > 1 file changed, 32 insertions(+)

[PATCH v2] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y

2023-06-30 Thread Randy Dunlap
t;[POWERPC] Add early debug console for CPM serial ports.") Signed-off-by: Randy Dunlap Cc: Kumar Gala Cc: "Pali Rohár" Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org Reviewed-by: Pali Rohár --- v2: add Pali's R-b; drop S

Re: [PATCH] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y

2023-06-30 Thread Randy Dunlap
On 6/9/23 20:11, Randy Dunlap wrote: > Hi-- > > On 5/16/23 11:54, Pali Rohár wrote: >> On Tuesday 16 May 2023 08:28:54 Randy Dunlap wrote: >>> In a randconfig with CONFIG_SERIAL_CPM=m and >>> CONFIG_PPC_EARLY_DEBUG_CPM=y, there is a build error: >>>

[PATCH v2 RESEND RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-06-30 Thread Randy Dunlap
SND_POWERPC_SOC [=m] && PPC_EFIKA [=y] ERROR: modpost: "mpc5200_audio_dma_destroy" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! ERROR: modpost: "mpc5200_audio_dma_create" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! Fixes: 40d9ec14e7e1 ("ASoC: remove BROKEN from Efika and pcm030 f

Re: [PATCH] powerpc: Include asm/nmi.c in mobility.c for watchdog_hardlockup_set_timeout_pct()

2023-06-29 Thread Randy Dunlap
ardlockup: define > HARDLOCKUP_DETECTOR_ARCH"). Let's add the explicit include. > > Reported-by: Randy Dunlap > Closes: > https://lore.kernel.org/r/af19b76d-aa4b-6c88-9cac-eae4b2072...@infradead.org > Fixes: 7ca8fe94aa92 ("watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCH") >

Re: [PATCH] syscalls: Cleanup references to sys_lookup_dcookie()

2023-06-28 Thread Randy Dunlap
ures to directly point to sys_ni_syscall() instead. > > Signed-off-by: Sohil Mehta Reviewed-by: Randy Dunlap Thanks. > --- > This patch has a dependency on another patch that has been applied to the > asm-generic tree: > https://lore.kernel.org/lkml/20230621223600.1348693-1-so

Re: [PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-06-16 Thread Randy Dunlap
Hi Mark, Liam, On 5/30/23 16:38, Randy Dunlap wrote: > Hello maintainers, > > I am still seeing these build errors on linux-next-20230530. > > Is there a problem with the patch? > Thanks. > I am still seeing build errors on linux-next-20230615. Is there a problem

Re: linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)

2023-06-15 Thread Randy Dunlap
On 6/15/23 09:13, Randy Dunlap wrote: > > > On 6/15/23 09:05, Timothy Pearson wrote: >> >> >> - Original Message ----- >>> From: "Randy Dunlap" >>> To: "Timothy Pearson" , "Michael Ellerman" >&

Re: linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)

2023-06-15 Thread Randy Dunlap
On 6/15/23 09:05, Timothy Pearson wrote: > > > - Original Message - >> From: "Randy Dunlap" >> To: "Timothy Pearson" , "Michael Ellerman" >> >> Cc: "Stephen Rothwell" , "Linux Next Mailing List&q

Re: linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)

2023-06-15 Thread Randy Dunlap
Hi Timothy, On 6/3/23 20:57, Timothy Pearson wrote: > > > - Original Message - >> From: "Michael Ellerman" >> To: "Randy Dunlap" , "Stephen Rothwell" >> , "Linux Next Mailing List" >> >> Cc: &qu

Re: [PATCH net-next] eth: fs_enet: fix print format for resource size

2023-06-14 Thread Randy Dunlap
.kernel.org/all/8f9f8d38-d9c7-9f1b-feb0-103d76902...@infradead.org/ > Signed-off-by: Jakub Kicinski > --- > CC: Randy Dunlap > CC: pantelis.anton...@gmail.com > CC: linuxppc-dev@lists.ozlabs.org I'm using gcc-12.2.0. Reported-by: Randy Dunlap Acked-by: Randy Dunlap Tested-by: Randy Du

Re: linux-next: Tree for Jun 13 (drivers/net/ethernet/freescale/fs_enet/mii-fec.c)

2023-06-13 Thread Randy Dunlap
On 6/12/23 23:59, Stephen Rothwell wrote: > Hi all, > > Changes since 20230609: > on PPC32: ../drivers/net/ethernet/freescale/fs_enet/mii-fec.c: In function 'fs_enet_mdio_probe': ../drivers/net/ethernet/freescale/fs_enet/mii-fec.c:130:50: warning: format '%x' expects argument of type

Re: [PATCH] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y

2023-06-09 Thread Randy Dunlap
Hi-- On 5/16/23 11:54, Pali Rohár wrote: > On Tuesday 16 May 2023 08:28:54 Randy Dunlap wrote: >> In a randconfig with CONFIG_SERIAL_CPM=m and >> CONFIG_PPC_EARLY_DEBUG_CPM=y, there is a build error: >> ERROR: modpost: "udbg_putc" [drivers/tty/serial/cpm_

Re: [PATCH v4 1/2] powerpc/legacy_serial: Handle SERIAL_8250_FSL=n build failures

2023-06-09 Thread Randy Dunlap
o make SERIAL_8250_FSL modular. > > Reported-by: Randy Dunlap > Fixes: 66eff0ef528b ("powerpc/legacy_serial: Warn about 8250 devices operated > without active FSL workarounds") > Signed-off-by: Uwe Kleine-König Acked-by: Randy Dunlap Tested-by: Randy Dunlap

[PATCH] powerpc/legacy_serial: check CONFIG_SERIAL_8250_CONSOLE

2023-06-08 Thread Randy Dunlap
("powerpc/legacy_serial: Warn about 8250 devices operated without active FSL workarounds") Signed-off-by: Randy Dunlap Cc: Uwe Kleine-König Cc: Greg Kroah-Hartman Cc: linux-ser...@vger.kernel.org Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org

Re: linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)

2023-06-04 Thread Randy Dunlap
On 6/3/23 20:57, Timothy Pearson wrote: > > > - Original Message - >> From: "Michael Ellerman" >> To: "Randy Dunlap" , "Stephen Rothwell" >> , "Linux Next Mailing List" >> >> Cc: "linux-kerne

Re: linux-next: Tree for Jun 2 (arch/powerpc/kernel/iommu.c)

2023-06-02 Thread Randy Dunlap
On 6/1/23 21:01, Stephen Rothwell wrote: > Hi all, > > Changes since 20230601: > On powerpc64, a randconfig failed with: In file included from ../include/linux/list.h:5, from ../include/linux/preempt.h:11, from ../include/linux/spinlock.h:56,

Re: [PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-05-30 Thread Randy Dunlap
Hello maintainers, I am still seeing these build errors on linux-next-20230530. Is there a problem with the patch? Thanks. On 5/21/23 15:57, Randy Dunlap wrote: > Both SND_MPC52xx_SOC_PCM030 and SND_MPC52xx_SOC_EFIKA select > SND_SOC_MPC5200_AC97. The latter symbol depends on PPC_BESTCOMM

Re: [PATCH v2 1/2] soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST

2023-05-25 Thread Randy Dunlap
ve Codina > Reported-by: kernel test robot > Link: > https://lore.kernel.org/oe-kbuild-all/202305160221.9xgweobz-...@intel.com/ Fixes all of my CPM build issues. (with patch 2/2 also applied) Thanks. Acked-by: Randy Dunlap Tested-by: Randy Dunlap # build-tested > --- > drivers/s

[PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-05-21 Thread Randy Dunlap
SND_POWERPC_SOC [=m] && PPC_EFIKA [=y] ERROR: modpost: "mpc5200_audio_dma_destroy" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! ERROR: modpost: "mpc5200_audio_dma_create" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! Fixes: 40d9ec14e7e1 ("ASoC: remove BROKEN from Efika and pcm030 f

[PATCH v2 RESEND] soc/fsl/qe: fix usb.c build errors

2023-05-21 Thread Randy Dunlap
t;) Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: https://lore.kernel.org/all/202301101500.pillnv6r-...@intel.com/ Suggested-by: Michael Ellerman Cc: Christophe Leroy Cc: Leo Li Cc: Masahiro Yamada Cc: Nicolas Schier Cc: Qiang Zhao Cc: linuxppc-dev Cc:

[PATCH v2 RESEND] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set

2023-05-21 Thread Randy Dunlap
be conditional on PCI and use "imply" instead of "select". Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org Suggested-by: Michael Ellerman # use "imply" --- v2: use imply instead

[PATCH RESEND] powerpc: delete empty config entry for PPC_86xx

2023-05-21 Thread Randy Dunlap
Drop an unused and empty "config" entry for PPC_86xx. It has no keyword entries under it and the following line's "menuconfig" for the same Kconfig symbol is what kconfig uses. Fixes: d8267c1a3686 ("powerpc: Add 82xx/83xx/86xx to 6xx Multiplatform") Signed-off-by: Ra

[PATCH] powerpc/crypto: fix build warnings when DEBUG_FS is not enabled

2023-05-19 Thread Randy Dunlap
that. Fixes: ae0222b7289d ("powerpc/crypto: nx driver code supporting nx encryption") Fixes: aef7b31c8833 ("powerpc/crypto: Build files for the nx device driver") Signed-off-by: Randy Dunlap Cc: Breno Leitão Cc: Nayna Jain Cc: Paulo Flabiano Smorigo Cc: Herbert Xu Cc: "David

[PATCH] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y

2023-05-16 Thread Randy Dunlap
t;[POWERPC] Add early debug console for CPM serial ports.") Signed-off-by: Randy Dunlap Cc: Scott Wood Cc: Kumar Gala Cc: "Pali Rohár" Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/Kconfig.debug |2 +- 1 f

Re: linux-next: Tree for May 15 (drivers/macintosh/ams/ams-core.c)

2023-05-15 Thread Randy Dunlap
On 5/14/23 21:12, Stephen Rothwell wrote: > Hi all, > > Changes since 20230512: > ../drivers/macintosh/ams/ams-core.c: In function 'ams_init': ../drivers/macintosh/ams/ams-core.c:181:29: warning: unused variable 'np' [-Wunused-variable] 181 | struct device_node *np; |

Re: [RFC PATCH] powerpc: udbg: export udbg_putc

2023-05-13 Thread Randy Dunlap
On 5/13/23 16:05, Pali Rohár wrote: > On Saturday 13 May 2023 15:53:19 Randy Dunlap wrote: >> Hi Pali, >> >> On 5/13/23 02:13, Pali Rohár wrote: >>> On Friday 12 May 2023 22:58:04 Randy Dunlap wrote: >>>> In a randconfig with CONFIG_SERIAL_C

Re: [RFC PATCH] powerpc: udbg: export udbg_putc

2023-05-13 Thread Randy Dunlap
Hi Pali, On 5/13/23 02:13, Pali Rohár wrote: > On Friday 12 May 2023 22:58:04 Randy Dunlap wrote: >> In a randconfig with CONFIG_SERIAL_CPM=m and >> CONFIG_PPC_EARLY_DEBUG_CPM=y, there is a build error: >> ERROR: modpost: "udbg_putc" [drivers/tty/serial/cpm_

[RFC PATCH] powerpc: udbg: export udbg_putc

2023-05-12 Thread Randy Dunlap
is more appropriate in arch/powerpc/Kconfig.debug? config PPC_EARLY_DEBUG_CPM bool "Early serial debugging for Freescale CPM-based serial ports" - depends on SERIAL_CPM + depends on SERIAL_CPM=y Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Nicholas Piggin Cc:

[PATCH v2] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set

2023-05-12 Thread Randy Dunlap
be conditional on PCI and use "imply" instead of "select". Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org Suggested-by: Michael Ellerman # use "imply" --- v2: use imply instead

Re: [PATCH v2] soc/fsl/qe: fix usb.c build errors

2023-05-12 Thread Randy Dunlap
Any comments on this patch? I am still seeing this build error. On 4/9/23 18:12, Randy Dunlap wrote: > Fix build errors in soc/fsl/qe/usb.c when QUICC_ENGINE is not set. > This happens when PPC_EP88XC is set, which selects CPM1 & CPM. > When CPM is set, USB_FSL_QE can be set without

Re: [PATCH AUTOSEL 6.3 6/7] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support

2023-05-08 Thread Randy Dunlap
Hi-- Just a heads up. This patch can cause build errors. I sent a patch for these on 2023-APR-28: https://lore.kernel.org/linuxppc-dev/20230429043519.19807-1-rdun...@infradead.org/ Michael, I think this is your area if I'm not mistaken. On 5/8/23 20:54, Sasha Levin wrote: > From: Pali Rohár

[PATCH] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set

2023-05-05 Thread Randy Dunlap
be conditional on PCI. Signed-off-by: Randy Dunlap Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/platforms/embedded6xx/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -- a/arch/powerpc/platforms

[PATCH v2] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-04-29 Thread Randy Dunlap
SND_POWERPC_SOC [=m] && PPC_EFIKA [=y] ERROR: modpost: "mpc5200_audio_dma_destroy" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! ERROR: modpost: "mpc5200_audio_dma_create" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! Fixes: 40d9ec14e7e1 ("ASoC: remove BROKEN from Efika and pcm030 f

[PATCH] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-04-29 Thread Randy Dunlap
SND_POWERPC_SOC [=m] && PPC_EFIKA [=y] ERROR: modpost: "mpc5200_audio_dma_destroy" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! ERROR: modpost: "mpc5200_audio_dma_create" [sound/soc/fsl/mpc5200_psc_ac97.ko] undefined! Fixes: 40d9ec14e7e1 ("ASoC: remove BROKEN from Efika and pcm030 f

[PATCH -next?] powerpc/fsl_uli1575: fix kconfig warnings and build errors

2023-04-28 Thread Randy Dunlap
t direct dependencies detected for PPC_INDIRECT_PCI Depends on [n]: PCI [=n] Selected by [y]: - FSL_PCI [=y] and 30+ build errors. Fixes: 22fdf79171e8 ("powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support") Signed-off-by: Randy Dunlap Cc: Pali Rohár Cc: Michael Ellerman

[PATCH] powerpc: delete empty config entry for PPC_86xx

2023-04-28 Thread Randy Dunlap
Drop an unused and empty "config" entry for PPC_86xx. It has no keyword entries under it and the following line's "menuconfig" for the same Kconfig symbol is what kconfig uses. Fixes: d8267c1a3686 ("powerpc: Add 82xx/83xx/86xx to 6xx Multiplatform") Signed-off-by: Ra

[PATCH v2] soc/fsl/qe: fix usb.c build errors

2023-04-11 Thread Randy Dunlap
t;) Signed-off-by: Randy Dunlap Reported-by: kernel test robot Link: https://lore.kernel.org/all/202301101500.pillnv6r-...@intel.com/ Suggested-by: Michael Ellerman Cc: Christophe Leroy Cc: Leo Li Cc: Masahiro Yamada Cc: Nicolas Schier Cc: Qiang Zhao Cc: linuxppc-dev Cc:

Kconfig unmet dependency warning

2023-02-24 Thread Randy Dunlap
Hi, I see this every few weeks(?) and don't know what to do about it. Any ideas/suggestions? WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: -

  1   2   3   4   >