Re: [PATCH v9 14/15] media: imx-asrc: Add memory to memory driver

2023-11-11 Thread Krzysztof Kozlowski
On 10/11/2023 06:48, Shengjiu Wang wrote: > +static int asrc_m2m_probe(struct platform_device *pdev) > +{ > + struct fsl_asrc_m2m_pdata *data = pdev->dev.platform_data; > + struct device *dev = &pdev->dev; > + struct asrc_m2m *m2m; > + int ret; > + > + m2m = devm_kzalloc(dev, si

Re: [PATCH v2] powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes

2023-11-11 Thread Christophe Leroy
Le 02/11/2023 à 12:39, Michael Ellerman a écrit : > Matthew Wilcox writes: >> On Tue, Oct 24, 2023 at 08:06:04PM +0530, Aneesh Kumar K.V wrote: >>> ptep++; >>> - pte = __pte(pte_val(pte) + (1UL << PTE_RPN_SHIFT)); >>> addr += PAGE_SIZE; >>> + /* >>> +

Re: [PATCH v9 13/15] media: uapi: Add an entity type for audio resampler

2023-11-11 Thread kernel test robot
e/20231110-143635 base: git://linuxtv.org/media_tree.git master patch link: https://lore.kernel.org/r/1699595289-25773-14-git-send-email-shengjiu.wang%40nxp.com patch subject: [PATCH v9 13/15] media: uapi: Add an entity type for audio resampler reproduce: (https://download.01.org/0day-ci/archiv

[PATCH][next] soc: fsl: dpio: remove redundant assignment to pointer p

2023-11-11 Thread Colin Ian King
The pointer p is being assigned a value that is never read, the assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/soc/fsl/dpio/qbman-portal.c:662:3: warning: Value stored to 'p' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King --- drivers/s

Re: [PATCH v3 0/9] RISC-V SBI debug console extension support

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Anup Patel : On Fri, 20 Oct 2023 12:51:31 +0530 you wrote: > The SBI v2.0 specification is now frozen. The SBI v2.0 specification defines > SBI debug console (DBCN) extension which replaces the legacy SBI v0.1 > functions sbi_console_pu

Re: [PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Masahiro Yamada : On Tue, 17 Oct 2023 19:37:39 +0900 you wrote: > The '%.ko' rule in arch/*/Makefile.postlink does nothing but call the > 'true' command. > > Remove the meaningless code. > > Signed-off-by: Masahiro Yamada > > [...]

[GIT PULL] Please pull powerpc/linux.git powerpc-6.7-2 tag

2023-11-11 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull a few more powerpc updates for 6.7: The following changes since commit 707df298cbde200b939c70be2577b20775fe3345: Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2023-11-03 10:07:3

Re: [PATCH 12/22] csky: fix arch_jump_label_transform_static override

2023-11-11 Thread Guo Ren
On Wed, Nov 8, 2023 at 8:02 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > The arch_jump_label_transform_static() function in csky was originally meant > to > override the generic __weak function, but that got changed to an #ifndef > check. > > This showed up as a missing-prototype warning