|
[PATCH 5.10.y-cip 11/11] spi: spi-rspi: Fix PIO fallback on RZ platforms
From: Biju Das <biju.das.jz@...> commit b620aa3a7be346f04ae7789b165937615c6ee8d3 upstream. RSPI IP on RZ/{A, G2L} SoC's has the same signal for both interrupt and DMA transfer request. Sett
From: Biju Das <biju.das.jz@...> commit b620aa3a7be346f04ae7789b165937615c6ee8d3 upstream. RSPI IP on RZ/{A, G2L} SoC's has the same signal for both interrupt and DMA transfer request. Sett
|
By
Lad Prabhakar
· #9183
·
|
|
[PATCH 5.10.y-cip 10/11] spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()
commit 1d734f592e1a1d41af80e90001d109cec1c98fb4 upstream. "ret" variable is already declared in qspi_transfer_in() at the beginning of function, drop redeclaring ret in the if block, fixing below: spi
commit 1d734f592e1a1d41af80e90001d109cec1c98fb4 upstream. "ret" variable is already declared in qspi_transfer_in() at the beginning of function, drop redeclaring ret in the if block, fixing below: spi
|
By
Lad Prabhakar
· #9182
·
|
|
[PATCH 5.10.y-cip 09/11] spi: rspi: drop unneeded MODULE_ALIAS
From: Krzysztof Kozlowski <krzysztof.kozlowski@...> commit 98c29b35a7e3b1ef7e64a8dd05a4383ea2e2ac72 upstream. The MODULE_DEVICE_TABLE already creates proper alias for platform driver. Having
From: Krzysztof Kozlowski <krzysztof.kozlowski@...> commit 98c29b35a7e3b1ef7e64a8dd05a4383ea2e2ac72 upstream. The MODULE_DEVICE_TABLE already creates proper alias for platform driver. Having
|
By
Lad Prabhakar
· #9181
·
|
|
[PATCH 5.10.y-cip 08/11] spi: spi-rspi: : use proper DMAENGINE API for termination
From: Wolfram Sang <wsa+renesas@...> commit 29176edd6e7ad7333d0bb19a309b2104fa4f4341 upstream. dmaengine_terminate_all() is deprecated in favor of explicitly saying if it should be sy
From: Wolfram Sang <wsa+renesas@...> commit 29176edd6e7ad7333d0bb19a309b2104fa4f4341 upstream. dmaengine_terminate_all() is deprecated in favor of explicitly saying if it should be sy
|
By
Lad Prabhakar
· #9180
·
|
|
[PATCH 5.10.y-cip 07/11] spi: rpc-if: Fix RPM imbalance in probe error path
From: Geert Uytterhoeven <geert+renesas@...> commit 2f8cf5f642e80f8b6b0e660a9c86924a1f41cd80 upstream. If rpcif_hw_init() fails, Runtime PM is left enabled. Fixes: b04cc0d912eb80d3 ("memory: ren
From: Geert Uytterhoeven <geert+renesas@...> commit 2f8cf5f642e80f8b6b0e660a9c86924a1f41cd80 upstream. If rpcif_hw_init() fails, Runtime PM is left enabled. Fixes: b04cc0d912eb80d3 ("memory: ren
|
By
Lad Prabhakar
· #9179
·
|
|
[PATCH 5.10.y-cip 06/11] memory: renesas-rpc-if: simplify platform_get_resource_byname()
From: Krzysztof Kozlowski <krzysztof.kozlowski@...> commit 2ca47b33a7794ce92ae881d6d62affea953814cd upstream. Use devm_platform_ioremap_resource_byname() instead of platform_get_resource_byname
From: Krzysztof Kozlowski <krzysztof.kozlowski@...> commit 2ca47b33a7794ce92ae881d6d62affea953814cd upstream. Use devm_platform_ioremap_resource_byname() instead of platform_get_resource_byname
|
By
Lad Prabhakar
· #9178
·
|
|
[PATCH 5.10.y-cip 05/11] memory: renesas-rpc-if: Simplify single/double data register access
From: Geert Uytterhoeven <geert+renesas@...> commit 1f26a60b55aa654c73b5b9eb9eab8a7d687d429d upstream. For manual write and read, factor out the common access to the first data register by keepi
From: Geert Uytterhoeven <geert+renesas@...> commit 1f26a60b55aa654c73b5b9eb9eab8a7d687d429d upstream. For manual write and read, factor out the common access to the first data register by keepi
|
By
Lad Prabhakar
· #9177
·
|
|
[PATCH 5.10.y-cip 04/11] memory: renesas-rpc-if: refactor MOIIO and IOFV macros
From: Wolfram Sang <wsa+renesas@...> commit 3542de6a5b159fac0e7ca84d77a57ea99125d6b1 upstream. Don't use _HIZ macros but also provide a val. This is more consistent with the other mac
From: Wolfram Sang <wsa+renesas@...> commit 3542de6a5b159fac0e7ca84d77a57ea99125d6b1 upstream. Don't use _HIZ macros but also provide a val. This is more consistent with the other mac
|
By
Lad Prabhakar
· #9176
·
|
|
[PATCH 5.10.y-cip 03/11] memory: renesas-rpc-if: avoid use of undocumented bits
From: Wolfram Sang <wsa+renesas@...> commit 57ea9daad51f7707f61a602a743decf10cf9fea9 upstream. Instead of writing fixed values with undocumented bits which happen to be set on some So
From: Wolfram Sang <wsa+renesas@...> commit 57ea9daad51f7707f61a602a743decf10cf9fea9 upstream. Instead of writing fixed values with undocumented bits which happen to be set on some So
|
By
Lad Prabhakar
· #9175
·
|
|
[PATCH 5.10.y-cip 02/11] memory: renesas-rpc-if: simplify register update
From: Wolfram Sang <wsa+renesas@...> commit 2db468d6fda4c33d26ba9dde7c72e081b2b86ad1 upstream. No need to open code regmap_update_bits(). Signed-off-by: Wolfram Sang <wsa+renesas@sang
From: Wolfram Sang <wsa+renesas@...> commit 2db468d6fda4c33d26ba9dde7c72e081b2b86ad1 upstream. No need to open code regmap_update_bits(). Signed-off-by: Wolfram Sang <wsa+renesas@sang
|
By
Lad Prabhakar
· #9174
·
|
|
[PATCH 5.10.y-cip 01/11] memory: renesas-rpc-if: Silence clang warning
commit 2602dc10f9d930bcc537467d13de4cfbfaa2126d upstream. This patch silences the following clang warning: | drivers/memory/renesas-rpc-if.c:253:14: warning: cast to smaller integer | type 'enum rpcif
commit 2602dc10f9d930bcc537467d13de4cfbfaa2126d upstream. This patch silences the following clang warning: | drivers/memory/renesas-rpc-if.c:253:14: warning: cast to smaller integer | type 'enum rpcif
|
By
Lad Prabhakar
· #9173
·
|
|
[PATCH 5.10.y-cip 00/11] Renesas RPCI-IF and RSPI driver fixes and improvements
Hi All, This patch series backports RPCI-IF and RSPI driver fixes and improvements. Note: All the patches have been cherry picked from v5.19 kernel. Cheers, Prabhakar Biju Das (1): spi: spi-rspi: Fix
Hi All, This patch series backports RPCI-IF and RSPI driver fixes and improvements. Note: All the patches have been cherry picked from v5.19 kernel. Cheers, Prabhakar Biju Das (1): spi: spi-rspi: Fix
|
By
Lad Prabhakar
· #9172
·
|
|
[PATCH 5.10.y-cip 00/24] Add sound support to Renesas RZ/G2L SoC
Hi Nobuhiro-san,
By
Lad Prabhakar
· #8192
·
|
|
[PATCH 5.10.y-cip 04/24] ASoC: sh: Add RZ/G2L SSIF-2 driver
Hi Pavel,
By
Lad Prabhakar
· #8163
·
|
|
[PATCH 5.10.y-cip 05/24] ASoC: sh: rz-ssi: Add SSI DMAC support
Hi Pavel, Thank you for the review.
Hi Pavel, Thank you for the review.
|
By
Lad Prabhakar
· #8159
·
|
|
[PATCH 5.10.y-cip 03/24] ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
Hi Pavel, Thank you for the review.
Hi Pavel, Thank you for the review.
|
By
Lad Prabhakar
· #8158
·
|
|
[PATCH 5.10.y-cip 04/24] ASoC: sh: Add RZ/G2L SSIF-2 driver
Hi Nobuhiro, Thank you for the review.
Hi Nobuhiro, Thank you for the review.
|
By
Lad Prabhakar
· #8157
·
|
|
[PATCH 5.10.y-cip 24/24] arm64: defconfig: Enable SND_SOC_WM8978
From: Biju Das <biju.das.jz@...> commit 3c158ec884d8d75526594c888997cabc3223f521 upstream. WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. Enable it on arm64 defconfig as module. Signe
From: Biju Das <biju.das.jz@...> commit 3c158ec884d8d75526594c888997cabc3223f521 upstream. WM8978 audio CODEC is supported on RZ/G2L SMARC EVK. Enable it on arm64 defconfig as module. Signe
|
By
Lad Prabhakar
· #8146
·
|
|
[PATCH 5.10.y-cip 23/24] arm64: defconfig: Enable SOUND_SOC_RZ
From: Biju Das <biju.das.jz@...> commit be15aa5cc14f94b520c13ab3540fdf7e735bff47 upstream. Enable sound driver support for Renesas RZ/G2L based platforms. Signed-off-by: Biju Das <biju.das.
From: Biju Das <biju.das.jz@...> commit be15aa5cc14f94b520c13ab3540fdf7e735bff47 upstream. Enable sound driver support for Renesas RZ/G2L based platforms. Signed-off-by: Biju Das <biju.das.
|
By
Lad Prabhakar
· #8145
·
|
|
[PATCH 5.10.y-cip 22/24] arm64: dts: renesas: rzg2l-smarc: Add Mic routing
From: Biju Das <biju.das.jz@...> commit 87b1e27af4c1e3422bb2189b5f8f72075e841d6f upstream. Add audio routing for Mic with bias to reduce noise when doing audio capture. Signed-off-by: Biju
From: Biju Das <biju.das.jz@...> commit 87b1e27af4c1e3422bb2189b5f8f72075e841d6f upstream. Add audio routing for Mic with bias to reduce noise when doing audio capture. Signed-off-by: Biju
|
By
Lad Prabhakar
· #8144
·
|