summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-10Auto-update sweep for v5.5-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-28projects: linux: io: update tasks after updates 20191128Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-11-25projects: linux: core: Mark r8a77990 upport doneGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: cpuidle: Unblock, updateGeert Uytterhoeven
Disabling cpuible was just one possible mitigation for a system controller issue, to prevent conflicts between powering off CPU cores or the 3D Graphics Engine, and changing the state of another power domain through SYSC, which could lead to CPG state machine lock-ups. Other mitigations are to make use of the new System Controller External Request Mask Register, present in newer SoCs and SoC revisions, or to keep some power areas always powered. However, we believe this issue cannot happen in the upstream kernel, as upstream has no support for graphics acceleration yet. Hence this task became unblocked. CPUidle for R-Car H3 and M3-W is in next. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: clk/.determine_rate(): UpdateGeert Uytterhoeven
.determine_rate() has been implemented for Z and SD clocks, on R-Car Gen2 and Gen3. To do: div6 and RZ/N1. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: pfc-r8a77990: Upport is in nextGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Mark R-Car M3-N SYSC upport doneGeert Uytterhoeven
Add SYSCEXTMASK explanation. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Add bsp396 r8a77965 syscYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Add bsp396 sysc for r8a77961Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Add bsp396 bd9574mwv supportYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Add bsp396 clk for r8a77961Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25projects: linux: core: Add bsp396 for adding iommus of sdhiYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25Makefile: add .git/hooks/pre-commitKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-25scripts/pre-commit: Auto-generate keys when neededGeert Uytterhoeven
Generate unique keys for YAML project files lacking them. There are two minor issues left: 1. Due to the "git add", not only the key is added to the file, but also any other changes that are not yet staged, 2. When doing "git add <file>; git commit <file>", the addition of the key is also left in the unstaged changes as a side effect, so "git diff" still shows that change as uncommitted. More investigation shows this only happens when passing the file name to the "git commit" command. Hence it does not happen when doing "git add <file>; git commit". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2019-11-25scripts: Add a pre-commit hook to validate YAML project filesGeert Uytterhoeven
To enable: ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-21project: linux: mm: Add GMSL tracking taskKieran Bingham
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2019-11-20projects: linux: io: Add I2C Probe rename taskKieran Bingham
2019-11-14scripts: html.py: Change counting of "upstream" and "done"Yoshihiro Shimoda
Even if the tasks' status is "New", "Active", "Blocked" or "Paused", the def bsp on htmi.py increases cnt_{up,all} when task_commit_upstream returns non-zero. However, these countings are possible to overlook which bsp patches are still in progress. So, this patch changes the task done counting. Also adds task's status related upported patches counting like below: bsp:184/upstream:160 = 87.0% --> keep as-is. task:57/done:43 = 75.4% (bsp:184/upstream:106 = 57.6%) ~~~~~~~ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ changed add Suggested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
2019-11-14Makefile: don't depend dirKuninori Morimoto
Current each files are depend its dir, but because of it, sometimes we needed to run "make" twice. This patch creates dir as 1 target, and each files never depends it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-11-12project: linux: io: Abandoned bsp395_SDHIYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> [wsa: mark this one as 'Abandoned' instead of 'Done'. Minor rewording] Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-11-12project: linux: io: Abandoned bsp392_SDHI_HS400_addYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> [wsa: mark this one as 'Done' instead of 'Abandoned'. Minor rewording] Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-11-12project: linux: io: Add bsp397_SDHIYoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-10-30html.py: indicate update timeKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-10-24projects: linux: io: update tasks after updates 20191010Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-10-04projects: linux: core: Mark IPMMU cache snoop disable doneGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-10-04Auto-update sweep for v5.4-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-10-02html.py: add status at bsp()Kuninori Morimoto
We want to count "Done" status upport patch as done even though it doesn't have upstream patch. This patch indicate status. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-10-02html.py: use existing relpath_y2h() at bsp()Kuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-09-30Makefile: fixup make orderKuninori Morimoto
Current periject need to make many times. It is because of make order. This patch fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-09-13projects: linux: io: update tasks after updates 20190913Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-09-05projects: linux: core: Create bsp396 R-Car E3 PFC upport taskGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-09-05projects: linux: core: Create bsp396 IPMMU upport taskGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-09-03projects: linux: mm: update ALSA SoC cleanup statusKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-09-03Makefile: update Menu when new file/folder was createdKuninori Morimoto
Current periject doesn't update Menu Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-08-22projects: linux: io: update tasks after meeting 20190822Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-08-22projects: linux: mm: Add CMM support entryJacopo Mondi
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-08-21projects: linux: io: update tasksWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-08-20BSP 3.9.6 upport-request-file: Remove upstreamed commitsGeert Uytterhoeven
The following commits were already upstreamed when the list was created: bsp: 63ec9d6fc03d5692 ("arm64: dts: r8a77990: Fix SCIF5 DMA channels") v5.1: e20119f7eaaaf6aa ("arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels") bsp: 2fba5e0e94db930a ("media: i2c: adv748x: Use devm to allocate the device struct") v5.1: fb517583b3fe0bb6 ("media: i2c: adv748x: Use devm to allocate the device struct") bsp: 620f3e493e55cf95 ("media: rcar-vin: Allow independent VIN link enablement") v5.1: c5ff0edb8e2270a7 ("media: rcar-vin: Allow independent VIN link enablement") bsp: 3058f51605307b06 ("clk: renesas: r8a77{95,96,965,990}: Rename DRIF clock names") v5.2: 3c14505c68ca6b3b ("clk: renesas: rcar-gen3: Rename DRIF clocks") bsp: 46a818b22337d135 ("clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate return value") v5.2: b953eaaeb58efc94 ("clk: renesas: rcar-gen3: Fix cpg_sd_clock_round_rate() return value") bsp: f920a58743e6980b ("pinctrl: sh-pfc: r8a77990: Rename RTS{0,1,3,4}# pin function definitions") v5.2: 624a7a12cc0cc776 ("pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions") bsp: e4118df28958fdcc ("pinctrl: sh-pfc: r8a77965: Fix SEL_NDF name") bsp: 988d160a4e6f4e0c ("pinctrl: sh-pfc: r8a7796: Rename SEL_NDFC to SEL_NDF") v5.2: e551122cdb7fcb9a ("pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF") bsp: 79bbcf1d8d76fd0a ("pinctrl: sh-pfc: r8a77{95,96,965}: Rename SEL_ADG_B to SEL_ADGB and rename SEL_ADG_C to SEL_ADGC") v5.2: a040f3dec8eb7b11 ("pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C}") Hence remove them. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20BSP 3.9.6 upport-request-file: Remove YAMLized commitsGeert Uytterhoeven
All of these are already present in YAML files: - addfe9203290e3c2 ("mmc: renesas_sdhi: Fix hang up in HS400 timing mode selection") - b2e044a3602f7f9f ("mmc: renesas_sdhi: Change HS400 manual calibration value for r8a77990") - 2e4d341d1cc11c05 ("ravb: Protect access to ts_skb_list with spinlock.") - 444401e833c4ad62 ("ravb: Fix use-after-free ravb_tstamp_skb") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: Update R-Car E3 DT statusGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: Mark IPMMU suspend/resume doneGeert Uytterhoeven
Included in v5.3-rc1. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: virt: Add GPIO Aggregator RFCGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: Update Ebisu DT statusGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20Auto-update sweep for v5.3-rc5Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-20projects: linux: core: cpuidle: Clarify blocked stateGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-08-01projects: linux: io: update tasks after updates 20190711Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-07-25projects: linux: mm: rcar-csi2: Update driver with new datasheet informationNiklas Söderlund
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
2019-07-25projects: linux: mm: r8a77995: Enable VINNiklas Söderlund
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
2019-07-25projects: linux: mm: r8a77990: Fix rcar-vin and rcar-csi nodesNiklas Söderlund
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
2019-07-25projects: linux: mm: adv748x: Fix reg hex value for r8a77990-ebisuNiklas Söderlund
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>