summaryrefslogtreecommitdiff
path: root/projects/linux
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-04-26 13:10:30 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-05-11 10:59:59 +0200
commit1f177090e9ea85d171573b78184650ef9d4d6ba6 (patch)
tree7cb57fc7dabb57d62c5759a124dc78a1129ac3a2 /projects/linux
parent16b3b0c722d457973595fdf7f797044c039635d5 (diff)
linux: bsp-41x: non-target: Move rcar-dmac warning fix
Rejected by driver author, cfr. for bsp392_dmaengine_rcar-dmac.yaml. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Diffstat (limited to 'projects/linux')
-rw-r--r--projects/linux/bsp-41x-non-target.yaml1
-rw-r--r--projects/linux/core/bsp41x_dmac.yaml1
2 files changed, 1 insertions, 1 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml
index cd21d5a..9c0ad55 100644
--- a/projects/linux/bsp-41x-non-target.yaml
+++ b/projects/linux/bsp-41x-non-target.yaml
@@ -484,3 +484,4 @@ bsp41x:
- 7c60e60416465fe072938224874e19e1f93d00ee # mmc: renesas_sdhi: fix selection of manual correction (Why exactly can't we use the version register?)
- 5359fccbc8e279e6f88f328eabd3566483cf4ac2 # mmc: tmio: fix bus width after reset_work (torvalds: 0a446288aa9f28ab00a31b8b51fdb005953f9f99 # mmc: tmio: restore bus width when resetting)
- 2cabdef72b5cc5734f5229fa8d731b2669ed3b26 # mmc: renesas_sdhi: Add PIO mode support (really needed? looks like a working around DMA problems of very early Gen3)
+ - 86670fceb969854fee3bb4bb41b03fa8246ebfcf # dmaengine: rcar-dmac: Fix array-bounds warning refer chcr_ts[] (Proposing 'N': Rejected by driver author")
diff --git a/projects/linux/core/bsp41x_dmac.yaml b/projects/linux/core/bsp41x_dmac.yaml
index 4b1ef95..351e9d6 100644
--- a/projects/linux/core/bsp41x_dmac.yaml
+++ b/projects/linux/core/bsp41x_dmac.yaml
@@ -7,4 +7,3 @@ bsp41x:
- 89a62dfc79805cb4492c25858a767c0ef870fe4a # dmaengine: rcar-dmac: Document optional properties
- 5ab02430ec6ca27a2e91fc4a3eda0a11551ca172 # dmaengine: rcar-dmac: Add fixed address mode support
- d49a14d0b061919d0f8c0fffbd79323a6f176475 # dmaengine: rcar-dmac: Add bus rate control support for R-Car V3U
- - 86670fceb969854fee3bb4bb41b03fa8246ebfcf # dmaengine: rcar-dmac: Fix array-bounds warning refer chcr_ts[]