|
[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.
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.
|
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,
commit 1d734f592e1a1d41af80e90001d109cec1c98fb4 upstream.
"ret" variable is already declared in qspi_transfer_in() at the
beginning of function, drop redeclaring ret in the if block,
|
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.
From: Krzysztof Kozlowski <krzysztof.kozlowski@...>
commit 98c29b35a7e3b1ef7e64a8dd05a4383ea2e2ac72 upstream.
The MODULE_DEVICE_TABLE already creates proper alias for platform
driver.
|
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
From: Wolfram Sang <wsa+renesas@...>
commit 29176edd6e7ad7333d0bb19a309b2104fa4f4341 upstream.
dmaengine_terminate_all() is deprecated in favor of explicitly saying if
it should be
|
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:
From: Geert Uytterhoeven <geert+renesas@...>
commit 2f8cf5f642e80f8b6b0e660a9c86924a1f41cd80 upstream.
If rpcif_hw_init() fails, Runtime PM is left enabled.
Fixes: b04cc0d912eb80d3 ("memory:
|
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
From: Krzysztof Kozlowski <krzysztof.kozlowski@...>
commit 2ca47b33a7794ce92ae881d6d62affea953814cd upstream.
Use devm_platform_ioremap_resource_byname() instead
|
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
From: Geert Uytterhoeven <geert+renesas@...>
commit 1f26a60b55aa654c73b5b9eb9eab8a7d687d429d upstream.
For manual write and read, factor out the common access to the first
data register by
|
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
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
|
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
From: Wolfram Sang <wsa+renesas@...>
commit 57ea9daad51f7707f61a602a743decf10cf9fea9 upstream.
Instead of writing fixed values with undocumented bits which happen to
be set on some
|
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
From: Wolfram Sang <wsa+renesas@...>
commit 2db468d6fda4c33d26ba9dde7c72e081b2b86ad1 upstream.
No need to open code regmap_update_bits().
Signed-off-by: Wolfram 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
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
|
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:
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:
|
By
Lad Prabhakar
·
#9172
·
|
|
[isar-cip-core][PATCH v5 3/3] kas: Remove efibootguard.yml
From: Quirin Gylstorff <quirin.gylstorff@...>
A build with only the option `kas/efibootguard.yml` will not succeed.
Move the content to a include in the image directory and the adapt the
From: Quirin Gylstorff <quirin.gylstorff@...>
A build with only the option `kas/efibootguard.yml` will not succeed.
Move the content to a include in the image directory and the adapt the
|
By
Quirin Gylstorff
·
#9171
·
|
|
[isar-cip-core][PATCH v5 0/3] clean up kas/opt
From: Quirin Gylstorff <quirin.gylstorff@...>
Remove the kas option for efibootguard as it cannot build a image.
Move the package installation for swupdate to the include.
Changes V2:
-
From: Quirin Gylstorff <quirin.gylstorff@...>
Remove the kas option for efibootguard as it cannot build a image.
Move the package installation for swupdate to the include.
Changes V2:
-
|
By
Quirin Gylstorff
·
#9170
·
|
|
[isar-cip-core][PATCH v5 2/3] kas/opt/swupdate: Move the package installation to swupdate.inc
From: Quirin Gylstorff <quirin.gylstorff@...>
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
kas/opt/ebg-secure-boot-snakeoil.yml | 4 ----
kas/opt/swupdate.yml
From: Quirin Gylstorff <quirin.gylstorff@...>
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...>
---
kas/opt/ebg-secure-boot-snakeoil.yml | 4 ----
kas/opt/swupdate.yml
|
By
Quirin Gylstorff
·
#9169
·
|
|
[isar-cip-core][PATCH v5 1/3] initramfs-*-hook: Add DEBIAN_CONFLICTS
From: Quirin Gylstorff <quirin.gylstorff@...>
If both initramfs-abrootfs-hook and initramfs-verity-hook
are installed the system will enter a reboot loop.
Signed-off-by: Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
If both initramfs-abrootfs-hook and initramfs-verity-hook
are installed the system will enter a reboot loop.
Signed-off-by: Quirin Gylstorff
|
By
Quirin Gylstorff
·
#9168
·
|
|
Root filesystem for risc-v board
Hi!
So... how do you get root filesystem for RISC-V board? Ideally I'd
like to get something Debian based.
Best I could try is debootstrap for Debian testing:
sudo debootstrap --no-check-gpg
Hi!
So... how do you get root filesystem for RISC-V board? Ideally I'd
like to get something Debian based.
Best I could try is debootstrap for Debian testing:
sudo debootstrap --no-check-gpg
|
By
Pavel Machek
·
#9167
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc smc: 9 runs, 4 regressions (v5.10.131-cip13-493-ge129308279043)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc smc: 9 runs, 4 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch | lab
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc smc: 9 runs, 4 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch | lab
|
By
kernelci.org bot <bot@...>
·
#9166
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-lkdtm: 5 runs, 2 regressions (v5.10.131-cip13-493-ge129308279043)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-lkdtm: 5 runs, 2 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch |
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-lkdtm: 5 runs, 2 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch |
|
By
kernelci.org bot <bot@...>
·
#9165
·
|
|
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-futex: 9 runs, 1 regressions (v5.10.131-cip13-493-ge129308279043)
#kernelci
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-futex: 9 runs, 1 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch |
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-futex: 9 runs, 1 regressions (v5.10.131-cip13-493-ge129308279043)
Regressions Summary
-------------------
platform | arch |
|
By
kernelci.org bot <bot@...>
·
#9164
·
|