summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-09Add html supportKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09view: add set_data/get_dataKuninori Morimoto
To be more object, let's add set_data/get_data Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09find: add -a optionKuninori Morimoto
default will ignore Done status, but we sometimes want to get all tasks. This patch adds -a option for it Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09find: find from specified dirKuninori Morimoto
We want to find tasks from specified dir Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09find: find yaml fileKuninori Morimoto
find yaml file, not -type f Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09view: add -r option to show relationshipsKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09view: add get_data()Kuninori Morimoto
To support relationships, directly getting Yaml data on each function is more useful. Let's add get_data() and do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09add PeriJect viewerKuninori Morimoto
Very simple 1st verstion Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-05projects: linux: io: update tasks after meeting 2019-04-04Wolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-04-03projects: linux: core: Update Salvator common DTS sortingGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-04-03projects: linux: core: Update pin control errataGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-28projects: linux: core: Clock errata are activeGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-28projects: linux: core: Update clock errataGeert Uytterhoeven
Add patchwork links for upported and submmitted patches. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: Import tasks from peripelist for CoreGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Mark r8a77990 pinctrl doneGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge r8a77990 and ebisu DT filesGeert Uytterhoeven
There were two versions of each: with/without "renesas". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Fix DT prefixesGeert Uytterhoeven
"arm64: dts: ..." => "arm64: dts: renesas: ...". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge SPI aliases, and mark doneGeert Uytterhoeven
Proposing 'N'. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge CPUIdle DT, mark blockedGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge INTC clock removal, and mark doneGeert Uytterhoeven
Proposing 'N'. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge TEEGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge VIN pin controlGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Mark SD HS400 clocks doneGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge Z/Z2 clocksGeert Uytterhoeven
Mark active, and assigned to Simon Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge PFC errataGeert Uytterhoeven
Mark active, and assigned to Geert Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Merge clock errataGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: linux: core: Mark completed tasks doneGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22projects: Import upport tasks from bsp392 for CoreGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-22Add .gitignoreGeert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-03-21projects: linux: io: update tasksWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-03-05scripts/peripelist_conv: always add assignee fieldWolfram Sang
Fall back to 'TBD' if there is no assignment yet. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-03-05projects: linux: io: update tasksWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-02-13Readme.txt: remove un-used textKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-02-06projects: add upport tasks from bsp392 for IOWolfram Sang
First real data to play with \o/ Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-02-06schema: add Kaneko-sanWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-02-06scripts/periupport_conv: mention ticket file in filename and descWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-02-06scripts/periupport_conv: create dest dir if it does not existWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-02-06scripts/periupport_conv: add assignee templateWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-01-24scripts/periupport_conv: cosmetic changes in outputWolfram Sang
Change group from 'MM' to 'TBD', set default status to 'New', and merge commit descs to the same line as commits. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> merge commit desc line
2019-01-24scripts/periupport_conv: handle multiple U: lines per commitWolfram Sang
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-01-23scripts/periupport_conv: preserve ':' in commentsWolfram Sang
Done by staying with ' ' as FS. Suggested-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-01-23scripts/periupport_conv: refactor filename generation into seperate functionWolfram Sang
And don't produce useless '_' when generating filenames. Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2019-01-23scripts/periupport_conv: remove superfluous newlineWolfram Sang
Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2018-12-14scripts/periupport_conv: add sorting of commitsWolfram Sang
Makes it easier to find e.g. corresponding comments to commits. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2018-12-14scripts: add import tool for periupport ticket filesWolfram Sang
Usage: periupport_conv <ticket text output> <dest path> Example usage for converting the bsp370 text output file: $ scripts/periupport_conv ../periupport/out/bsp370.txt /tmp/bsp370/ Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2018-12-13scripts: add import tool for periperlist todo filesWolfram Sang
Usage: peripelist_conv <source todo> <dest path> <groupname> Example usage for converting the IO todo file: $ scripts/peripelist_conv ../peripelist/io/todo projects/linux/io/ IO Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2018-12-07schema: support wildcard patchwork instancesKieran Bingham
Use a regex rule to match patchwork instances within the schema. The validator/title parser shall use the key as part of the URL to obtain further patch information. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
2018-12-07schema: Move 'relationships' to a mapping sequenceKieran Bingham
This may be subject to further change so that we can ensure only one parent exists, or that keys are unique in the dependencies list for example. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
2018-12-07schema: Extend upstream with URL and patchworkKieran Bingham
Provide the option to specify a URL or patchwork number reference. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
2018-12-07schema: reduce upstream-commits sequences to mappingsKieran Bingham
Reduce the specific 'torvalds' and 'linux-next' sequences to mappings of their own. This allows the following syntax: upstream: - torvalds: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d # Linux 4.19 - torvalds: 6d9666fb78526a7728cc4954ec1da4c2b416753d - next: e0868bcfd529997cf98da1dd14bab8cb8175eda7 Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>