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
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
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
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
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
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
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
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
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
Thanks Hector! Acknowledged the need to change to a 100ms delay, will be
addressed/changed in v4 of the patch.
Thanks,
Arminder
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
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(
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
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
defconfig
s390 allyesconfig
m68k allyesconfig
m68k allmodconfig
x86_64 defconfig
arc randconfig-r043-20221101
x86_64randconfig-a013
x86_64
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
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
> > +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
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.
>
>
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
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
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
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
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
24 matches
Mail list logo