summaryrefslogtreecommitdiff
path: root/projects/linux
AgeCommit message (Collapse)Author
2022-03-04bsp-51x-upport-request: Move SDHI HS400 hack to SDHI-refactor-SDHn taskGeert Uytterhoeven
Cfr. the corresponding bsp-41x commit. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move H3/M3 DDR2400/2800 to non-targetGeert Uytterhoeven
DDR2400/2800 is not documented in the Hardware User's Manual, cfr. the corresponding bsp-41x commits. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move V3U RPC clocks to non-target (upstreamed)Geert Uytterhoeven
R-Car V3U RPC support has been upstreamed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move ULCB SDHI2 IPMMU to non-targetGeert Uytterhoeven
Not applicable, as upstream handles this in the SoC-specific .dtsi files, as it should be. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-[45]1x-upport-request: Move CCREE clock/reset removal to non-targetGeert Uytterhoeven
DT describes hardware, not documentation policy. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move KF DU/LVS DTS move to non-targetGeert Uytterhoeven
Not applicable, as upstream uses a different DTS structure. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move GIC/IRQC clock removal to non-targetGeert Uytterhoeven
DT describes hardware, not documentation policy. Removing the INTC-EX module clock breaks old DTB, INTC-AP does exist and must not be disabled. Cfr. the corresponding bsp-41x commits. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move R-Car Gen3e to non-target (upstreamed)Geert Uytterhoeven
R-Car Gen3e support (incl. 2 GHz boost modes) has been upstreamed. Note that upstream does not support R-Car Gen3e SoCs on Salvator-X, only on Salvator-XS and ULCB. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move V3U capture to bsp41x_vin_add_r8a779a0_support taskGeert Uytterhoeven
Cfr. the corresponding bsp-41x commit. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-[45]1x-upport-request: Move Falcon capture to non-target (upstreamed)Geert Uytterhoeven
Falcon capture support have been upstreamed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move V3U/Falcon display to non-target (upstreamed)Geert Uytterhoeven
R-Car V3U and Falcon display support have been upstreamed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move optee DTS additions to non-targetGeert Uytterhoeven
OP-TEE nodes should be added by the firmware (e.g. TF-A) when OP-TEE is available, cfr. the corresponding bsp-41x commits. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move UIO DTS additions to non-targetGeert Uytterhoeven
Device nodes should never declare compatibility with "generic-uio". Appropriate compatible values should be added to the match table in the UIO driver instead. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-[45]1x-upport-request: Move MLP to non-target (upstreamed)Geert Uytterhoeven
MLP will be upstreamed in v5.18-rc1. The fix is not applicable. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move more MSIOF parent clock handling to non-targetGeert Uytterhoeven
Cfr. commit e8a6c64cea991ada ("spi: sh-msiof: Add MSIOF module clock changing processing for R-Car Gen3"). Actually commit dd2769f99ad18006 ("arm64: dts: renesas: Configure the MSIOF parent clock for R-Car Gen3") is a step in the good direction, but: 1. It should be handled in the board DTS file that actually uses MSIOF. 2. There is no need to refer to the MSO clock in clocks and clock-names properties. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-03-04bsp-51x-upport-request: Move unneeded match table additions to non-targetGeert Uytterhoeven
If a driver matches against a family-specific compatible value, and the family-specific compatible value has always been present in the upstream DTS, there is no need to add SoC-specific compatible values to the driver's match table. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2022-02-23projects: linux: core: Fix R-Car V3M/V3H CPU operating points taskGeert Uytterhoeven
In bsp-51x, enabling R-Car V3M/V3H CPU operating points was split in two commits, but the second commit was missing. Fixes: f5240568501c8e9a ("bsp-51x-upport-request: Move identical requests to tasks (part 2)") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2022-02-09bsp-51x-upport-request: Move identical requests to tasks (part 2)Geert Uytterhoeven
Several upport requests for bsp-51x existed in bsp-41x with the same patch summary, and were broken out in tasks before. Move them to the existing tasks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2022-02-09bsp-51x-upport-request: Move identical requests to tasks (part 1)Geert Uytterhoeven
Several upport requests for bsp-51x existed in bsp-41x with the same patch ID, and were broken out in tasks before. Move them to the existing tasks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2022-01-24Auto-update sweep for v5.17-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-12-20projects: linux: io: updates up to W50Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-12-07Auto-update sweep for v5.16-rc4 and next-20211207Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-27linux: mm: Update active CSI-2 and VIN statusNiklas Söderlund
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2021-11-26projects: linux: io: updates up to W47Wolfram Sang
2021-11-25linux: bsp-[45]1x: non-target: Move SCCG/Clean peripheral clocks definitionGeert Uytterhoeven
The parameter names of the DEF_GEN3_PE() macro are correct: the second parent is the clean parent clock. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-24bsp-51x-upport-request: Move identical bsp-41x requests to non-targetGeert Uytterhoeven
Several upport requests for bsp-51x also existed in bsp-41x, and were considered non-target before. Move them to bsp-51x-non-target, copying the reason from bsp-41x-non-target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-11-19linux: bsp-51x: mm: VIN triageNiklas Söderlund
Triage the VIN patches. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2021-11-19linux: bsp-51x: mm: CSI-2 triageNiklas Söderlund
Triage the CSI-2 patches. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2021-11-19linux: mm: Assign CSI-2 and VIN workNiklas Söderlund
Assign new tasks to Niklas. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2021-11-19linux: mm: Update CSI-2, ISP and VIN statusNiklas Söderlund
Update the CSI-2, ISP and VIN tasks to reflect upstream status. - CSI-2 VCDT fix for V3H is incorrect and have been discussed on list. - CSI-2 support for V3U is added upstream. - DT port fix for VIN on V3U upstream. - ISP support for V3U is added upstream. - VIN Gen2 support G/S_PARAM upstream. - VIN split generic format task in subtasks as they are unrelated. - VIN support for GRAY is added upstream. - VIN support for NV12 is added upstream. - VIN support for V3U is added upstream. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2021-11-16bsp-[45]1x-upport-request: R-Car Gen3 Thermal FUSE support is upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16projects: linux: core: Mark Paravirtualized GPIO abandonedGeert Uytterhoeven
- Interrupt support for the GPIO Aggregator has been posted, - The QEMU GPIO backend has been obsoleted by GPIO support in the OASIS virtio spec, - The GPIO Aggregator is still useful for virtio and other use-cases. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-41x-upport-request: R-Car D3 Audio-DMAC is already upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-[45]1x-upport-request: IPMMUs are not disabled upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-41x-upport-request: R-Car V3U ISP already has correct power-domainsGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-[45]1x-upport-request: Falcon eMMC IPMMU enablement is upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-[45]1x-upport-request: V3hsk GEther PHY reset is already upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-51x-upport-request: Update upstreamed based on subjectGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-51x-upport-request: Update upstreamed based on patch-idGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-41x-upport-request: Update upstreamed based on subjectGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-41x-upport-request: Update upstreamed based on patch-idGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-16bsp-[45]1x-upport-request: Eagle X1 clock is already upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-15projects: linux: core: ipmmu: R-Car V3U support is upstreamGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-15projects: linux: core: pinctrl: Mark MediaLB pins doneGeert Uytterhoeven
MediaLB pins are upstream. Hence no need to upport for bsp-51x. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-15projects: linux: core: clk: MLP clocks are upstreamGeert Uytterhoeven
Hence no need to upport for bsp-51x. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-15projects: linux: io: Update sh-sci warnings without DMAGeert Uytterhoeven
This was fixed upstream in two different ways. Update/sync all BSP variants. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-15Auto-update sweep for v5.16-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-12projects: linux: io: updates up to W45Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-11-08bsp-51x-upport-request: R-Car D3 Sound is already upstream:edKuninori Morimoto
R-Car D3 Sound support patches are already upstream:ed. Theese are not backported, but just git-am:ed from ML posted patch. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-11-08add BSP 5.1.x upport requestKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>