[U-Boot] [PATCH v2 3/4] dm: core: Scan "/firmware" node by default

2018-09-19 Thread Rajan Vaja
ave its own "compatible" property. This patch scans "/firmware" node by default like "/clocks". Signed-off-by: Rajan Vaja Reviewed-by: Simon Glass --- Changes in v2: * None --- drivers/core/root.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

[U-Boot] [PATCH v2 2/4] dm: core: Move "/clock" node scan into function

2018-09-19 Thread Rajan Vaja
Create separate function for scanning node by path and move "/clock" node scan code into that function. This will be usable if scanning of more node is required. Signed-off-by: Rajan Vaja Reviewed-by: Simon Glass --- Changes in v2: * None --- drivers/core/r

[U-Boot] [PATCH v2 0/4] dm: core: Scan "/firmware" node by default

2018-09-19 Thread Rajan Vaja
ave its own "compatible" property. This patch series scans "/firmware" node by default like "/clocks". To avoid duplication of code, first patch moves, node scan code into separate function. This series also test to make sure "/firmware" nodes are scann

[U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test

2018-09-19 Thread Rajan Vaja
Add a test which verifies that all subnodes under "/firmware" nodes are scanned. Signed-off-by: Rajan Vaja --- Changes in v2: * New patch --- arch/sandbox/dts/test.dts | 7 +++ drivers/firmware/Makefile | 1 + drivers/firmware/firmware-sand

[U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string

2018-09-19 Thread Rajan Vaja
There is no prompt string for FIRMWARE config. Without this, FIRMWARE config cannot be enabled through menuconfing or config file. Fix this by adding prompt summary. Signed-off-by: Rajan Vaja --- Changes in v2: * New patch --- drivers/firmware/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [UBOOT PATCH 2/2] dm: core: Scan "/firmware" node by default

2018-08-11 Thread Rajan Vaja
ave its own "compatible" property. This patch scans "/firmware" node by default like "/clocks". Signed-off-by: Rajan Vaja --- drivers/core/root.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/core/root.c b/drivers/core/root.c

[U-Boot] [UBOOT PATCH 1/2] dm: core: Move "/clock" node scan into function

2018-08-11 Thread Rajan Vaja
Create separate function for scanning node by path and move "/clock" node scan code into that function. This will be usable if scanning of more node is required. Signed-off-by: Rajan Vaja --- drivers/core/root.c | 33 ++--- 1 file changed, 18 inserti

[U-Boot] [UBOOT PATCH 0/2] dm: core: Scan "/firmware" node by default

2018-08-11 Thread Rajan Vaja
ave its own "compatible" property. This patch series scans "/firmware" node by default like "/clocks". To avoid duplication of code, first patch moves, node scan code into separate function. Rajan Vaja (2): dm: core: Move "/clock" node scan into

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Rajan Vaja
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 15 May 2018 02:26 AM > To: Michal Simek ; u-boot@lists.denx.de > Cc: Rajan Vaja ; mon...@monstr.eu; Albert Aribaud > > Subject: Re: [PATCH] soc: zynqmp: Update required API version to 1