[PATCH 5.15 098/132] perf vendor events power10: Fix hv-24x7 metric events

2022-11-01 Thread Greg Kroah-Hartman
From: Kajol Jain [ Upstream commit b92dd11725a7c57f55e148c7d3ce58a86f480575 ] Testcase stat_all_metrics.sh fails in powerpc: 90: perf all metrics test : FAILED! The testcase "stat_all_metrics.sh" verifies perf stat result for all the metric events present in perf list. It runs perf metric e

[PATCH 6.0 201/240] perf vendor events power10: Fix hv-24x7 metric events

2022-11-01 Thread Greg Kroah-Hartman
From: Kajol Jain [ Upstream commit b92dd11725a7c57f55e148c7d3ce58a86f480575 ] Testcase stat_all_metrics.sh fails in powerpc: 90: perf all metrics test : FAILED! The testcase "stat_all_metrics.sh" verifies perf stat result for all the metric events present in perf list. It runs perf metric e

Re: [PATCH v8 4/9] phy: fsl: Add Lynx 10G SerDes driver

2022-11-01 Thread Sean Anderson
On 11/1/22 16:07, Stephen Boyd wrote: > Quoting Sean Anderson (2022-10-28 09:13:57) >> On 10/27/22 19:03, Stephen Boyd wrote: >> > Quoting Sean Anderson (2022-10-27 12:11:08) >> >> diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig >> >> index 853958fb2c06..a6f9e39b 1006

Re: [PATCH v8 4/9] phy: fsl: Add Lynx 10G SerDes driver

2022-11-01 Thread Sean Anderson
On 11/1/22 16:10, Stephen Boyd wrote: > Quoting Sean Anderson (2022-10-28 09:33:59) >> On 10/28/22 12:13, Sean Anderson wrote: >> > On 10/27/22 19:03, Stephen Boyd wrote: >> >>> +   ref = devm_clk_get(dev, ref_name); >> >>> +   if (IS_ERR(clk->ref)) { >> >>> +   ret = PTR_ERR(cl

Re: [PATCH 2/7] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static

2022-11-01 Thread Pali Rohár
On Sunday 16 October 2022 16:59:53 Christophe Leroy wrote: > Hello, > > Le 16/10/2022 à 13:05, Pali Rohár a écrit : > > Hello Christophe! Do you have any other comments for this patch series? > > I'm AFK for two weeks, but as far as I remember I don't have any more > comments. Hello! When you a

Re: [PATCH] powerpc: dts: turris1x.dts: Add channel labels for temperature sensor

2022-11-01 Thread Pali Rohár
Michael, could you take this patch? On Sunday 09 October 2022 14:05:06 Pali Rohár wrote: > On Friday 30 September 2022 14:46:18 Pali Rohár wrote: > > + CC hwmon ML > > > > On Friday 30 September 2022 14:39:01 Pali Rohár wrote: > > > Channel 0 of SA56004ED chip refers to internal SA56004ED chip se

Re: [PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map

2022-11-01 Thread Pali Rohár
Hello! Gentle reminder... On Sunday 09 October 2022 13:25:55 Pali Rohár wrote: > Hello! Any comments on this? It would be nice to take these two patches > (or at least patch 2) to finally enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT > by default where possible. > > Per following comment there can be a

Re: [PATCH] powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primary

2022-11-01 Thread Pali Rohár
Hello! I would like to remind this patch. On Sunday 09 October 2022 13:08:08 Pali Rohár wrote: > Hello! Any opinion on this patch? > > On Saturday 20 August 2022 14:33:27 Pali Rohár wrote: > > If there's no PCI host bridge with ISA then check for PCI host bridge with > > alias "pci0" (first PCI h

Re: [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

2022-11-01 Thread Pali Rohár
On Sunday 09 October 2022 13:06:52 Pali Rohár wrote: > On Monday 29 August 2022 10:54:51 Pali Rohár wrote: > > On Sunday 28 August 2022 17:43:53 Christophe Leroy wrote: > > > Le 28/08/2022 à 19:41, Pali Rohár a écrit : > > > > On Sunday 28 August 2022 17:39:25 Christophe Leroy wrote: > > > >> Le 28

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Arminder Singh
Thanks Hector! Acknowledged the need to change to a 100ms delay, will be addressed/changed in v4 of the patch. Thanks, Arminder

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Arminder Singh
Don't worry I have not forgotten about the patch! I am working on a v4, however I just got pretty busy with real life things so I ended up putting this aside for a bit. v4 of the patch should be ready by the end of the week assuming everything goes well. Thanks, Arminder

Re: [PATCH v8 4/9] phy: fsl: Add Lynx 10G SerDes driver

2022-11-01 Thread Stephen Boyd
Quoting Sean Anderson (2022-10-28 09:33:59) > On 10/28/22 12:13, Sean Anderson wrote: > > On 10/27/22 19:03, Stephen Boyd wrote: > >>> +   ref = devm_clk_get(dev, ref_name); > >>> +   if (IS_ERR(clk->ref)) { > >>> +   ret = PTR_ERR(clk->ref); > >>> +   dev_err_probe(

Re: [PATCH v8 4/9] phy: fsl: Add Lynx 10G SerDes driver

2022-11-01 Thread Stephen Boyd
Quoting Sean Anderson (2022-10-28 09:13:57) > On 10/27/22 19:03, Stephen Boyd wrote: > > Quoting Sean Anderson (2022-10-27 12:11:08) > >> diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig > >> index 853958fb2c06..a6f9e39b 100644 > >> --- a/drivers/phy/freescale/Kconfig

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Hector Martin
On 07/10/2022 09.42, Arminder Singh wrote: > This patch adds IRQ support to the PASemi I2C controller driver to > increase the performace of I2C transactions on platforms with PASemi I2C > controllers. While primarily intended for Apple silicon platforms, this > patch should also help in enablin

[powerpc:fixes-test] BUILD SUCCESS 02a771c9a68a9f08cce4ec5e324fb1bc4dce7202

2022-11-01 Thread kernel test robot
defconfig s390 allyesconfig m68k allyesconfig m68k allmodconfig x86_64 defconfig arc randconfig-r043-20221101 x86_64randconfig-a013 x86_64

Issues with the first PowerPC updates for the kernel 6.1

2022-11-01 Thread Christian Zigotzky
On 30 October 2022 at 02:30 pm, Christian Zigotzky wrote: On 29 October 2022 at 01:44 pm, Christian Zigotzky wrote: On 17 October 2022 at 09:53 am, Christian Zigotzky wrote: On 17. Oct 2022, at 02:43, Michael Ellerman wrote: Previously BIG_ENDIAN && GENERIC_CPU would use -mcpu=power5, now it

Re: [PATCH 0/3] Add support for MICFIL on i.MX93 platform

2022-11-01 Thread Mark Brown
On Fri, 28 Oct 2022 16:27:47 +0800, Chancel Liu wrote: > This patchset supports MICFIL on i.MX93 platform. > > Chancel Liu (3): > ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX93 > platform > ASoC: fsl_micfil: Add support for i.MX93 platform > ASoC: fsl_micfil: Add support

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Wolfram Sang
> > +complete(&smbus->irq_completion); > > I only realized just now that you also want to disable the interrupt > right here by writing to IMASK. This is a level sensitive interrupt at > AIC level so the moment this handler returns it will fire again until > you reach the write above after th

Re: [PATCH] powerpc/32: fix syscall wrappers with 64-bit arguments

2022-11-01 Thread Michael Ellerman
On Mon, 31 Oct 2022 15:47:35 +0100, Andreas Schwab wrote: > With the introducion of syscall wrappers all wrappers for syscalls with > 64-bit arguments must be handled specially, not only those that have > unaligned 64-bit arguments. This left out the fallocate and > sync_file_range2 syscalls. > >

Re: [PATCH] asm-generic: compat: fix compat_arg_u64 and compat_arg_u64_dual

2022-11-01 Thread Michael Ellerman
On Mon, 31 Oct 2022 14:23:13 +0100, Andreas Schwab wrote: > The macros are defined backwards. > > Applied to powerpc/fixes. [1/1] asm-generic: compat: fix compat_arg_u64 and compat_arg_u64_dual https://git.kernel.org/powerpc/c/40ff21432883216aa440b6619d559ad8f7d7a7d9 cheers

Re: [PATCH] powerpc/32: Select ARCH_SPLIT_ARG64

2022-11-01 Thread Michael Ellerman
On Tue, 1 Nov 2022 14:48:52 +1100, Michael Ellerman wrote: > On 32-bit kernels, 64-bit syscall arguments are split into two > registers. For that to work with syscall wrappers, the prototype of the > syscall must have the argument split so that the wrapper macro properly > unpacks the arguments fro

Re: [PATCH] powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec

2022-11-01 Thread Michael Ellerman
On Thu, 27 Oct 2022 23:56:26 +1100, Michael Ellerman wrote: > There's a build failure for Book3E without AltiVec: > Error: cc1: error: AltiVec not supported in this target > make[6]: *** [/linux/scripts/Makefile.build:250: > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o] Err

Re: [PATCH 3/3] ASoC: fsl_micfil: Add support when using eDMA

2022-11-01 Thread Shengjiu Wang
On Fri, Oct 28, 2022 at 4:28 PM Chancel Liu wrote: > On i.MX93 platform MICFIL uses eDMA. The maxburst should be set to the > number of channels in eDMA multiple FIFO mode. > > Signed-off-by: Chancel Liu > Acked-by: Shengjiu Wang best regards wang shengjiu > --- > sound/soc/fsl/fsl_micfil.c

Re: [PATCH 2/3] ASoC: fsl_micfil: Add support for i.MX93 platform

2022-11-01 Thread Shengjiu Wang
On Fri, Oct 28, 2022 at 4:28 PM Chancel Liu wrote: > Add compatible string and specific soc data to support MICFIL on i.MX93 > platform. > > Signed-off-by: Chancel Liu > Acked-by: Shengjiu Wang Best regards wang shengjiu > --- > sound/soc/fsl/fsl_micfil.c | 9 + > 1 file changed, 9