summaryrefslogtreecommitdiffstats
path: root/arch/kvx/lib/dtb.c
Commit message (Collapse)AuthorAgeFilesLines
* kvx: lib: dtb: Remove unused variableJules Maselbas2021-03-171-3/+0
| | | | | | | Local variables `root` and `ret` are not used anymore, remove them. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* of: Add common device tree register functionSascha Hauer2020-10-121-11/+1
| | | | | | | | The different architectures duplicate some code around unflattening and registering the device tree. Add common functions to reduce this duplication. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* kvx: Initial Kalray Coolidge (kv3) architecture supportClement Leger2020-04-151-0/+29
Add kalray coolidge arch/ support. Signed-off-by: Clement Leger <cleger@kalray.eu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>