|
[PATCH 5.10.y-cip 10/24] ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
commit 6570f991582e32b7992601d0497c61962a2c5dcc upstream.
Instead of recursively calling rz_ssi_pio_recv() use a while loop
to read the samples from RX fifo.
This also fixes an issue where the
commit 6570f991582e32b7992601d0497c61962a2c5dcc upstream.
Instead of recursively calling rz_ssi_pio_recv() use a while loop
to read the samples from RX fifo.
This also fixes an issue where the
|
By
Lad Prabhakar
·
#8132
·
|
|
[PATCH 5.10.y-cip 09/24] ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()
From: Heiner Kallweit <hkallweit1@...>
commit f04b4fb47d83b110a5b007fb2eddea862cfeb151 upstream.
The return value of pm_runtime_resume_and_get() needs to be checked to
avoid a usage count
From: Heiner Kallweit <hkallweit1@...>
commit f04b4fb47d83b110a5b007fb2eddea862cfeb151 upstream.
The return value of pm_runtime_resume_and_get() needs to be checked to
avoid a usage count
|
By
Lad Prabhakar
·
#8131
·
|
|
[PATCH 5.10.y-cip 08/24] ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request function
From: Biju Das <biju.das.jz@...>
commit 4b14f17912052a6963580dfba04781cfe6ccba02 upstream.
dma_request_chan() returns error pointer in case of failures, but
the rz_ssi_dma_request()
From: Biju Das <biju.das.jz@...>
commit 4b14f17912052a6963580dfba04781cfe6ccba02 upstream.
dma_request_chan() returns error pointer in case of failures, but
the rz_ssi_dma_request()
|
By
Lad Prabhakar
·
#8130
·
|
|
[PATCH 5.10.y-cip 07/24] ASoC: sh: rz-ssi: Fix wrong operator used issue
From: Biju Das <biju.das.jz@...>
commit 1b5d1d3a2f77250707225509cadc17997bab4353 upstream.
Fix wrong operator used issue reported by Coverity by replacing |
operator with &
From: Biju Das <biju.das.jz@...>
commit 1b5d1d3a2f77250707225509cadc17997bab4353 upstream.
Fix wrong operator used issue reported by Coverity by replacing |
operator with &
|
By
Lad Prabhakar
·
#8129
·
|
|
[PATCH 5.10.y-cip 06/24] ASoC: sh: rz-ssi: Fix dereference of noderef expression warning
From: Biju Das <biju.das.jz@...>
commit d40dfb860ad72a32b9c2aeae739a2725f8ce011a upstream.
Fix following sparse warning:
sound/soc/sh/rz-ssi.c:156:15: sparse: warning: dereference
From: Biju Das <biju.das.jz@...>
commit d40dfb860ad72a32b9c2aeae739a2725f8ce011a upstream.
Fix following sparse warning:
sound/soc/sh/rz-ssi.c:156:15: sparse: warning: dereference
|
By
Lad Prabhakar
·
#8128
·
|
|
[PATCH 5.10.y-cip 05/24] ASoC: sh: rz-ssi: Add SSI DMAC support
From: Biju Das <biju.das.jz@...>
commit 26ac471c5354583cf4fe0e42537a2c6b84d6d74e upstream.
Add SSI DMAC support to RZ/G2L SoC.
Signed-off-by: Biju Das
From: Biju Das <biju.das.jz@...>
commit 26ac471c5354583cf4fe0e42537a2c6b84d6d74e upstream.
Add SSI DMAC support to RZ/G2L SoC.
Signed-off-by: Biju Das
|
By
Lad Prabhakar
·
#8127
·
|
|
[PATCH 5.10.y-cip 04/24] ASoC: sh: Add RZ/G2L SSIF-2 driver
From: Biju Das <biju.das.jz@...>
commit 03e786bd43410fa93e5d2459f7a43e90ff0ae801 upstream.
Add serial sound interface(SSIF-2) driver support for
RZ/G2L SoC.
Based on the work done by
From: Biju Das <biju.das.jz@...>
commit 03e786bd43410fa93e5d2459f7a43e90ff0ae801 upstream.
Add serial sound interface(SSIF-2) driver support for
RZ/G2L SoC.
Based on the work done by
|
By
Lad Prabhakar
·
#8126
·
|
|
[PATCH 5.10.y-cip 03/24] ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
From: Biju Das <biju.das.jz@...>
commit bed0b1c1e88a27b76c74584128cadebc6fa58622 upstream.
The DMAC on RZ/G2L has specific slave channel configuration
parameters for SSI.
This patch
From: Biju Das <biju.das.jz@...>
commit bed0b1c1e88a27b76c74584128cadebc6fa58622 upstream.
The DMAC on RZ/G2L has specific slave channel configuration
parameters for SSI.
This patch
|
By
Lad Prabhakar
·
#8125
·
|
|
[PATCH 5.10.y-cip 02/24] ASoC: dt-bindings: sound: renesas,rz-ssi: Document DMA support
From: Biju Das <biju.das.jz@...>
commit 5df6dfbb6de815ba3a75c788a916865212fd5221 upstream.
Document DMA support in binding document.
Signed-off-by: Biju Das
From: Biju Das <biju.das.jz@...>
commit 5df6dfbb6de815ba3a75c788a916865212fd5221 upstream.
Document DMA support in binding document.
Signed-off-by: Biju Das
|
By
Lad Prabhakar
·
#8124
·
|
|
[PATCH 5.10.y-cip 01/24] ASoC: dt-bindings: Document RZ/G2L bindings
From: Biju Das <biju.das.jz@...>
commit 2b761f476f3a6e0a212c8c88e7855f66edb177e0 upstream.
Document RZ/G2L ASoC serial sound interface bindings.
Signed-off-by: Biju Das
From: Biju Das <biju.das.jz@...>
commit 2b761f476f3a6e0a212c8c88e7855f66edb177e0 upstream.
Document RZ/G2L ASoC serial sound interface bindings.
Signed-off-by: Biju Das
|
By
Lad Prabhakar
·
#8123
·
|
|
[PATCH 5.10.y-cip 00/24] Add sound support to Renesas RZ/G2L SoC
Hi All,
This patch series adds sound support to Renesas RZ/G2L SoC and enables
SSI and codec on Renesas RZ/G2L SMARC EVK.
All the patches have been cherry picked from v5.18-rc3.
Sound support
Hi All,
This patch series adds sound support to Renesas RZ/G2L SoC and enables
SSI and codec on Renesas RZ/G2L SMARC EVK.
All the patches have been cherry picked from v5.18-rc3.
Sound support
|
By
Lad Prabhakar
·
#8122
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-pty: 5 runs, 4 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-pty: 5 runs, 4 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-pty: 5 runs, 4 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab
|
By
kernelci.org bot <bot@...>
·
#8121
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-ipc: 8 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-ipc: 8 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab |
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-ipc: 8 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab |
|
By
kernelci.org bot <bot@...>
·
#8120
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-seccomp: 5 runs, 3 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-seccomp: 5 runs, 3 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch |
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-seccomp: 5 runs, 3 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch |
|
By
kernelci.org bot <bot@...>
·
#8119
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 124 runs, 2 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 124 runs, 2 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 124 runs, 2 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab
|
By
kernelci.org bot <bot@...>
·
#8118
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 21 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 21 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab |
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 21 runs, 1 regressions (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Regressions Summary
-------------------
platform | arch | lab |
|
By
kernelci.org bot <bot@...>
·
#8117
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc build: 190 builds: 3 failed, 187 passed, 4 errors, 10 warnings (v5.10.109-cip5-875-g6ed0fe2c3e8b)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc build: 190 builds: 3 failed, 187 passed, 4 errors, 10 warnings (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Full Build Summary:
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc build: 190 builds: 3 failed, 187 passed, 4 errors, 10 warnings (v5.10.109-cip5-875-g6ed0fe2c3e8b)
Full Build Summary:
|
By
kernelci.org bot <bot@...>
·
#8116
·
|
|
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-pty: 4 runs, 4 regressions (v4.19.237-cip71-369-gd31a7c52552af)
#kernelci
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-pty: 4 runs, 4 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-pty: 4 runs, 4 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab
|
By
kernelci.org bot <bot@...>
·
#8115
·
|
|
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline: 103 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
#kernelci
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline: 103 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab |
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline: 103 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab |
|
By
kernelci.org bot <bot@...>
·
#8114
·
|
|
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline-nfs: 13 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
#kernelci
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline-nfs: 13 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab
cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline-nfs: 13 runs, 1 regressions (v4.19.237-cip71-369-gd31a7c52552af)
Regressions Summary
-------------------
platform | arch | lab
|
By
kernelci.org bot <bot@...>
·
#8113
·
|