Re: [PATCH 1/2] powerpc: export the CPU node count

2022-10-29 Thread kernel test robot
' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Laurent-Dufour/Consider-the-size-of-the-added-CPU-nodes-in-the-kexec-FDT/20221029-000955 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git

[PATCH] Change maintainers for vnic driver

2022-10-29 Thread Rick Lindsley
Changed maintainers for vnic driver, since Dany has new responsibilities. Also added Nick Child as reviewer. Signed-off-by: Rick Lindsley --- MAINTAINERS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 10c1344b4473..d5a5e776febb 100644

[PATCH v3] ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

2022-10-29 Thread Maarten Zanders
When CONFIG_PM=N, pm_runtime_put_sync() returns -ENOSYS which breaks the probe function of these drivers. Other users of pm_runtime_put_sync() typically don't check the return value. In order to keep the program flow as intended, check for -ENOSYS. This commit is similar to commit 0434d3f4525a

[PATCH v2] ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

2022-10-29 Thread Maarten Zanders
When CONFIG_PM=N, pm_runtime_put_sync() returns -ENOSYS which breaks the probe function of these drivers. Other users of pm_runtime_put_sync() typically don't check the return value. In order to keep the program flow as intended, check for -ENOSYS. This commit is similar to commit 0434d3f4525a

Re: [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning

2022-10-29 Thread Yury Norov
On Fri, Oct 28, 2022, 10:03 AM Borislav Petkov wrote: > On Fri, Oct 28, 2022 at 07:46:08AM -0700, Yury Norov wrote: > > I'll take it in bitmap-for-next this weekend. > > Why? Because it's related to bitmap API usage and has been revealed after some work in bitmaps. And because nobody else

[PATCH] ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

2022-10-29 Thread Maarten Zanders
When CONFIG_PM=N, pm_runtime_put_sync() returns -ENOSYS which breaks the probe function of these drivers. Other users of pm_runtime_put_sync() typically don't check the return value. In order to keep the program flow as intended, check for -ENOSYS. This commit is similar to commit 0434d3f

Re: [PATCH 3/3] ASoC: fsl_sai: Specify the maxburst to 8 on i.MX93 platform

2022-10-29 Thread Shengjiu Wang
On Thu, Oct 27, 2022 at 2:04 PM Chancel Liu wrote: > There is a limit to eDMA AXI on i.MX93. Only TCD that has NBYTES in a > multiple of 8bytes can enable scatter-gather. NBYTES is calculated by > bus width times maxburst. On i.MX93 platform the value of maxburst is > specified to 8. It makes

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

2022-10-29 Thread Shengjiu Wang
On Thu, Oct 27, 2022 at 2:04 PM Chancel Liu wrote: > Add compatible string and specific soc data to support SAI on i.MX93 > platform. > > Signed-off-by: Chancel Liu > Acked-by: Shengjiu Wang best regards wang shengjiu > --- > sound/soc/fsl/fsl_sai.c | 12 > 1 file changed, 12

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-3 tag

2022-10-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Oct 2022 21:48:41 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.1-3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/91562cf99364dd29755988f3cc33ce9a46cd5b0a Thank you! --

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-29 Thread Segher Boessenkool
On Mon, Oct 17, 2022 at 09:53:04AM +0200, Christian Zigotzky wrote: > > On 17. Oct 2022, at 02:43, Michael Ellerman wrote: > > Previously BIG_ENDIAN && GENERIC_CPU would use -mcpu=power5, now it uses > > -mcpu=power4. > > Maybe this is the issue. We will wait and not release the RC1 for testing

Re: Issues with the first PowerPC updates for the kernel 6.1

2022-10-29 Thread Christian Zigotzky
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 uses -mcpu=power4. Maybe this is the issue. We will wait

[PATCH v2] powerpc/fsl_rio: add missing of_node_put() in fsl_rio_setup()

2022-10-29 Thread Yang Yingliang
The of node returned by of_find_compatible_node() or for_each_child_of_node() with refcount decremented, of_node_put() need be called after using it to avoid refcount leak. Fixes: abc3aeae3aaa ("fsl-rio: Add two ports and rapidio message units support") Signed-off-by: Yang Yingliang --- v1 ->

[PATCH v2] powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe()

2022-10-29 Thread Yang Yingliang
If platform_device_add() is not called or failed, it can not call platform_device_del() to clean up memory, it should call platform_device_put() in error case. Fixes: 26f6cb999366 ("[POWERPC] fsl_soc: add support for fsl_spi") Signed-off-by: Yang Yingliang --- v1 -> v2: Correct fix tag. v1

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-3 tag

2022-10-29 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 6.1: The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the git repository at:

[PATCH] selftests/powerpc: Remove repeated word in comments

2022-10-29 Thread Shaomin Deng
Remove the repeated word "not" in comments. Signed-off-by: Shaomin Deng --- tools/testing/selftests/powerpc/include/pkeys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/powerpc/include/pkeys.h b/tools/testing/selftests/powerpc/include/pkeys.h

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

2022-10-29 Thread Bagas Sanjaya
On Thu, Oct 27, 2022 at 03:11:08PM -0400, Sean Anderson wrote: > .. only:: subproject and html > diff --git a/Documentation/driver-api/phy/lynx_10g.rst > b/Documentation/driver-api/phy/lynx_10g.rst > new file mode 100644 > index ..ebbf4dd86726 > --- /dev/null > +++