[U-Boot] [PATCH 1/2] icore: configs: Fix merge conflict issue

2017-09-28 Thread Chakra Divi
From: Jagan Teki Fix for finding mmc devices on i.MX6Q icore boards added in below comment "icorem6: Fix to find MMC devices" (sha1: a2b137b38d925df91afef52f5122927de024f81a) which is reverted in during u-boot-imx merge " Merge git://git.denx.de/u-boot-imx" (sha1:

[U-Boot] [PATCH v2 3/5] rk3288: vyasa: Add TPL support

2017-09-27 Thread Chakra Divi
From: Jagan Teki Since the size of SPL can't be exceeded 0x8000 bytes in RK3288, it is not possible add new SPL features like Falcon mode or etc. So add TPL stage so-that adding new features to SPL is possible. - TPL: DRAM init, clocks - SPL: MMC, falcon, etc

[U-Boot] [PATCH v2 4/5] rk3288: vyasa: Add falcon mode support

2017-09-27 Thread Chakra Divi
From: Jagan Teki Add Falcon mode support in vyasa rk3288 board. Signed-off-by: Jagan Teki Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich --- Changes

[U-Boot] [PATCH v2 5/5] rk3288: spl: Add dram_init_banksize

2017-09-27 Thread Chakra Divi
From: Jagan Teki Falcon mode, is updating DDR dt node configuration through spl_fixup_fdt() so add appropriate DDR base and size through dram_init_banksize. Signed-off-by: Jagan Teki Reviewed-by: Philipp Tomsich

[U-Boot] [PATCH v2 1/5] armv7: Move L2CTLR read/write to common

2017-09-27 Thread Chakra Divi
From: Jagan Teki L2CTLR read/write functions are common to armv7 so, move them in to include/asm/armv7.h and use them where ever it need. Cc: Tom Warren Signed-off-by: Jagan Teki --- Changes for v2: - New patch

[U-Boot] [PATCH v2 2/5] armv7: rk3288: Move configure_l2ctlr to common

2017-09-27 Thread Chakra Divi
From: Jagan Teki configure_l2ctlr will be shared between SPL and TPL so move them into asm/arch/sys_proto.h Signed-off-by: Jagan Teki --- Changes for v2: - New patch arch/arm/include/asm/arch-rockchip/sys_proto.h | 23

[U-Boot] [PATCH v2 0/5] rk3288: Falcon mode support

2017-09-27 Thread Chakra Divi
From: Jagan Teki Updated with fixing previous version changes. Hi Philipp, TPL working fine but Falcon mode is not working in latest master - hang at mmc read [1] with CMD 12, hoping that Debug uart not printing further on console. Let me know if you find any,

[U-Boot] [PATCH] board: mpl: pci: Fix checkpatch.pl

2017-06-05 Thread Chakra Divi
From: Chakra Divi <cha...@openedev.com> Fixed checkpatch.pl errors/warnings in board/mpl/common/pci.c Signed-off-by: Chakra Divi <cha...@openedev.com> --- board/mpl/common/pci.c | 42 +- 1 file changed, 25 insertions(+), 17 deletions(-)

[U-Boot] [PATCH] spi: zynq_spi.c:Optmizations done in spi_xfer func

2015-06-20 Thread Chakra Divi
This Patch replaces the arithmatic operators with bitwise operators for optimizations hoping it would save some cycles Signed-off-by: Chakra Divi cd...@openedev.com --- Note: Jagan or anyone please test this patch, I don't have hardware with me. --- drivers/spi/zynq_spi.c |4 ++-- 1 file

[U-Boot] [PATCH] spi: fsl_espi.c: fix checkpatch.pl erorrs/warnings

2015-06-14 Thread Chakra Divi
This patch clears the errors found by running checkpatch.pl on file drivers/spi/fsl_espi.c Signed-off-by: Chakra Divi cd...@openedev.com --- drivers/spi/fsl_espi.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi

[U-Boot] [PATCH] This patch clears the errors found my running checkpatch.pl on file drivers/spi/fsl_espi.c

2015-06-14 Thread Chakra Divi
Signed-off-by: Chakra Divi cd...@openedev.com --- drivers/spi/fsl_espi.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c index 375dc07..9d9a6e0 100644 --- a/drivers/spi/fsl_espi.c +++ b/drivers/spi/fsl_espi.c