|
[PATCH 5.10.y-cip 17/24] arm64: dts: renesas: r9a07g044: Add external audio clock nodes
From: Biju Das <biju.das.jz@...>
commit 6f48272f11b1863e652530b7171a54fc9b24e275 upstream.
Add external audio clocks nodes to RZ/G2L (a.k.a R9A07G044) SoC DTSI.
The external audio clocks
From: Biju Das <biju.das.jz@...>
commit 6f48272f11b1863e652530b7171a54fc9b24e275 upstream.
Add external audio clocks nodes to RZ/G2L (a.k.a R9A07G044) SoC DTSI.
The external audio clocks
|
By
Lad Prabhakar
·
#8139
·
|
|
[PATCH 5.10.y-cip 16/24] ASoC: sh: rz-ssi: Remove duplicate macros
commit acfa1e2c2ff5cd7fb7948b0c5c2057acd9dceb14 upstream.
Remove SSICR_MST and SSICR_CKDV macros which are defined more than once.
Signed-off-by: Lad Prabhakar
commit acfa1e2c2ff5cd7fb7948b0c5c2057acd9dceb14 upstream.
Remove SSICR_MST and SSICR_CKDV macros which are defined more than once.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#8138
·
|
|
[PATCH 5.10.y-cip 15/24] ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper function
commit 962ff7ecb60b684fe15b135ccbe07628b8bb522a upstream.
A copy of substream pointer is stored in priv structure during
rz_ssi_dai_trigger() callback ie in SNDRV_PCM_TRIGGER_START case
and the
commit 962ff7ecb60b684fe15b135ccbe07628b8bb522a upstream.
A copy of substream pointer is stored in priv structure during
rz_ssi_dai_trigger() callback ie in SNDRV_PCM_TRIGGER_START case
and the
|
By
Lad Prabhakar
·
#8137
·
|
|
[PATCH 5.10.y-cip 14/24] ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()
commit 7276d3f329c633340f3c539ce35ed254d2fe467b upstream.
Use a do-while loop while reading the samples from RX FIFO. The "done"
flag was only changed as an outcome of the last if-statement (last
commit 7276d3f329c633340f3c539ce35ed254d2fe467b upstream.
Use a do-while loop while reading the samples from RX FIFO. The "done"
flag was only changed as an outcome of the last if-statement (last
|
By
Lad Prabhakar
·
#8136
·
|
|
[PATCH 5.10.y-cip 13/24] ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to bool
commit e42c903e8bf400728c4ae1f922169b4d28b72efa upstream.
rz_ssi_stream_is_valid() never returns an int, it returns the result of
a condition which is either true or false.
While at it, drop "!!" as
commit e42c903e8bf400728c4ae1f922169b4d28b72efa upstream.
rz_ssi_stream_is_valid() never returns an int, it returns the result of
a condition which is either true or false.
While at it, drop "!!" as
|
By
Lad Prabhakar
·
#8135
·
|
|
[PATCH 5.10.y-cip 12/24] ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()
commit 4f78f3c970f131a179fd135806a9b693fa606beb upstream.
ssi parameter is unused in rz_ssi_stream_init() so just drop it.
While at it, change the return type of rz_ssi_stream_init() to void
instead
commit 4f78f3c970f131a179fd135806a9b693fa606beb upstream.
ssi parameter is unused in rz_ssi_stream_init() so just drop it.
While at it, change the return type of rz_ssi_stream_init() to void
instead
|
By
Lad Prabhakar
·
#8134
·
|
|
[PATCH 5.10.y-cip 11/24] ASoC: sh: rz-ssi: Make the data structures available before registering the handlers
commit 0788785c78342d422f93b1c9831c2b2b7f137937 upstream.
Initialize the spinlock and make the data structures available before
registering the interrupt handlers.
Reported-by: Pavel Machek
commit 0788785c78342d422f93b1c9831c2b2b7f137937 upstream.
Initialize the spinlock and make the data structures available before
registering the interrupt handlers.
Reported-by: Pavel Machek
|
By
Lad Prabhakar
·
#8133
·
|
|
[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
·
|