summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-22projects: linux: io: update tasks after last meetingWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-19projects: linux: mm: add new driver taskKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-19projects: linux: mm: update Sound task statusKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-19wiki: Add M/M chatlog for 2021-02-18Kuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-19wiki: Add I/O chatlog for 2021-02-18Kuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-18wiki: Add Core chatlog for 2021-02-18Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-12Makefile: force symlinks to allow rebuildingWolfram Sang
Currently, "make -B" to rebuild everything fails because the symlinks are already there. Force them to allow the rebuild. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-11scripts: Use yaml.safe_load()Laurent Pinchart
Before PyYAWL 4.1, yaml.load() can load to arbitrary code execution. yaml.safe_load() is recommended as a safe alternative. Starting at v4.1, yaml.load() calls yaml.safe_load(). See https://seclists.org/oss-sec/2018/q2/240 for more information. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-11projects: linux: io: update tasks after move to new gitWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-09scripts: remove myhtml.pyKuninori Morimoto
No one is using myhtml.py anymore. This patch removes it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_member/status/team/bsp.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "member", "status", "team", "bsp" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_menu.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "menu" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_index/body/subindex.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "index", "body", "subindex" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_wiki.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "wiki" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_summary.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "summary" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_task.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "task" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-08Add Schedule supportKuninori Morimoto
This patch adds SoC/BSP schedule support. PeriPeri member can know the Renesas plan from it. It is based on timesheet JavaScript which from below with small customize. https://github.com/sbstjn/timesheet.js.git Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-08wiki: fixup PeriJect linkKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-05linux: bsp-41x: move provisional & in-house patches to non-targetWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-05linux: bsp-41x: move "Proposing N" patches to non-targetWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-05linux: bsp-41x: move internal and local patches to non-targetWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-05linux: bsp-41x: move local MMP patches to non-targetWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-03wiki: add IO chatlog from 20210114Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2021-02-03linux: bsp-41x: core sysc triageGeert Uytterhoeven
Move core sysc commits from bsp-41x to separate tasks. Move upstreamed commits to non target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: core dmac triageGeert Uytterhoeven
Move core dmac commits from bsp-41x to separate tasks. Move upstreamed commits to non target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: core ipmmu triageGeert Uytterhoeven
Move core ipmmu commits from bsp-41x to separate tasks. Move not-applicable commits to non target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: core pinctrl triageGeert Uytterhoeven
Move core pinctrl commits from bsp-41x to separate tasks. Move upstreamed commits to non target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: core clk triageGeert Uytterhoeven
Move core clk commits from bsp-41x to separate tasks. Move upstreamed commits to non target. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: Move upstreamed R-Car V3U support to non targetGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: Move upstreamed defconfig to non targetGeert Uytterhoeven
Move upstreamed arm64 defconfig updates to non target. Some of these may be modular instead of built-in, as per upstream policies. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: Move commits in next-20210202 to non target (summary)Geert Uytterhoeven
Move upstreamed commits in next-20210202 to non target (based on one-line summary). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: Move commits in v5.11-rc6 to non target (summary)Geert Uytterhoeven
Move upstreamed commits in v5.11-rc6 to non target (based on one-line summary). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-03linux: bsp-41x: Move commits in v5.11-rc6 to non target (patch-id)Geert Uytterhoeven
Move upstreamed commits in v5.11-rc6 to non target (based on git patch-id). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-02projects: linux: core: coresight: Fix pathGeert Uytterhoeven
Documentation/trace/coresight.txt went through a few conversions and renames, to settle at Documentation/trace/coresight/coresight-cpu-debug.rst Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-02projects: linux: core: Update bd9574mwvGeert Uytterhoeven
All bd9574mwv patches have been queued in linux-next. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-02projects: linux: core: Update json-schema conversionsGeert Uytterhoeven
New conversions have been posted: - sysc-remobile Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-02projects: linux: io: r8a77961: Fix bad lore linkGeert Uytterhoeven
Lore links should specify the Message-ID, not the full URL. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-02linux: bsp-41x: Move BD9574MWF patches to non targetYoshihiro Shimoda
Move BD9574MWF which was already upstreamed to non target. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02linux: bsp-41x: Move out-of-tree drivers to non targetYoshihiro Shimoda
Move out-of-tree drivers (ADSP, GSX, MFIS and QoS) to non target. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02linux: bsp-41x: Move MMNGR support to non targetYoshihiro Shimoda
Move MMNGR support to non target. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02linux: bsp-41x: Move cherry picked commits to non targetYoshihiro Shimoda
Move cherry picked commits which were upstreamed to non target. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02project: replace bsp-commits to bsp39xKuninori Morimoto
bsp-commits is no longer used today. Let's replace it to bsp39x. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02Merge branch 'topic/bsp41x' into HEADKuninori Morimoto
2021-02-02bsp41x: ASoC related commits are non upport targetKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02add BSP 4.1.x upport requestKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-01wiki: Add Core chatlog for 2021-01-14Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-01Manual sweep for old next linksGeert Uytterhoeven
Next links added after the commit has entered upstream are not auto-detected by my scripting. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-02-01Auto-update sweep for v5.11-rc1Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-01-29Hardware: update user for V3UKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-01-29myhtml: update to indicate each BSP upport statusKuninori Morimoto
Current periject indicates BSP upport status as all-in-one, but it is not good to know *each* BSP. This patch update for it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>