[PATCH] ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit

2024-09-29 Thread Shengjiu Wang
FCONT=1 means On FIFO error, the SAI will continue from the same word that caused the FIFO error to set after the FIFO warning flag has been cleared. Set FCONT bit in control register to avoid the channel swap issue after SAI xrun. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_sai.c | 5 ++

Re: [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

2024-09-29 Thread Hari Bathini
On 17/09/24 1:20 pm, Alexei Starovoitov wrote: On Sun, Sep 15, 2024 at 10:58 PM Hari Bathini wrote: + + /* +* Generated stack layout: +* +* func prev back chain [ back chain] +* [ ] +

Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-29 Thread Christian Zigotzky
> On 26 September 2024 at 6:38pm, Christian Zigotzky > wrote: > > On 26 September 2024 at 5:50pm, Alex Deucher wrote: > > Can you attach your dmesg output? There was a regression in the dma > subsystem what was fixed by this commit: > > commit b348b6d17fd1d5d89b86db602f02be > a54a754bd8 > A

[PATCH v1] ps3: Correct some typos in comments

2024-09-29 Thread Shen Lichuan
Fixed some confusing typos that were currently identified with codespell, the details are as follows: -in the code comments: drivers/ps3/ps3-lpm.c:94: rigths ==> rights drivers/ps3/ps3-sys-manager.c:365: acnowledge ==> acknowledge drivers/ps3/ps3-vuart.c:470: remaning ==> remaining drivers/ps3/ps3

[PATCH v2] selftests/powerpc: Remove the path after initialization.

2024-09-29 Thread zhangjiao2
From: zhang jiao If there were no anamolies noted, then we can simply remove the log file and return. Signed-off-by: zhang jiao --- v1->v2: Remove the path after initialization. tools/testing/selftests/powerpc/mm/tlbie_test.c | 10 +- 1 file changed, 5 insertions(+), 5 deletio

FSL P5040 board doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-29 Thread Christian Zigotzky
Hello, I tested the latest Git kernel with my VAPOR-X Radeon HD5870 1GB GDDR5 PCI-E DUAL DVI-I/HDMI/DP on my PASEMI Nemo board today. Unfortunately it has the same issue like my FSL P5040 board. I think it depends on which graphics card is used. It could be, that FSL P5020 boards are also affec

Re: Are 256K page sizes really a thing (on ppc64le in particular)?

2024-09-29 Thread Michael Ellerman
LEROY Christophe writes: > Le 28/09/2024 à 18:08, Florian Weimer a écrit : >> I'm working on adding a header to glibc, so that >> programmers can easily determine the range of possible page sizes for a >> particular target, for things like pointer tagging and mapped file >> alignment requirement