[PATCH 6/9] ARM: socfpga: socrates: add qspi flash

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/dts/socfpga_cyclone5_socrates.dts | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index

[PATCH 3/9] mtd: spi-nor: add cadence quadspi driver

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- drivers/mtd/spi-nor/Kconfig |9 + drivers/mtd/spi-nor/Makefile |1 + drivers/mtd/spi-nor/cadence-quadspi.c | 1193 + include/platform_data/cadence_qspi.h |9 + 4 files

[PATCH 2/9] mtd: spi-nor: enable quadspi for n25q00/n25q256a

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- drivers/mtd/spi-nor/spi-nor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index d914a5bac17e..69b1c7a3a840 100644 ---

[PATCH 4/9] ARM: dts: socfpga: add qspi node

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/dts/socfpga.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi index afac867c991d..251d87ed4ea2 100644 --- a/arch/arm/dts/socfpga.dtsi +++

[PATCH 5/9] ARM: socfpga: socdk add qspi flash

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/dts/socfpga_cyclone5_socdk.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts index 025d07c18c02..d123bf679ecc

[PATCH 9/9] ARM: socfpga: update defconfigs

2015-03-06 Thread Steffen Trumtrar
- disable mc13xxx - enable bootstrap_devfs - enable cadence qspi Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/configs/socfpga-xload_defconfig | 3 +- arch/arm/configs/socfpga_defconfig | 77 +--- 2 files changed, 42 insertions(+), 38

[PATCH 0/9] Socfpga: QSPI support

2015-03-06 Thread Steffen Trumtrar
Hi! This series adds support for reading,writing and booting from Quad SPI flash chips on the SoCFPFGA platform. The driver is based on a patch for linux, which is still in development. As this driver uses the spi-nor framework, this is imported into barebox, too. A next step would be to update

[PATCH 1/9] mtd: spi-nor: add SPI-NOR framework

2015-03-06 Thread Steffen Trumtrar
Import the SPI-NOR framework from the linux kernel. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- drivers/mtd/Kconfig |1 + drivers/mtd/Makefile|1 + drivers/mtd/spi-nor/Kconfig |6 + drivers/mtd/spi-nor/Makefile|1 +

[PATCH 7/9] ARM: socfpga: sockit: add qspi flash

2015-03-06 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/dts/socfpga_cyclone5_sockit.dts | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/dts/socfpga_cyclone5_sockit.dts b/arch/arm/dts/socfpga_cyclone5_sockit.dts index e8e00aedfc10..1c3fb4d39c0b

[PATCH 8/9] ARM: socfpga: xload: support qspi bootsource

2015-03-06 Thread Steffen Trumtrar
Add qspi as a new recognized bootsource and load barebox from the 256KB offset. (The boot ROM supports up to 4 preloaders with 64KB each.) Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- Documentation/boards/socfpga.rst | 56 --

[PATCH 1/2] MMC: dw_mmc: PIO mode fixes

2015-03-06 Thread Andrey Panov
Simplify PIO mode routines. Fix a bug when IO is possibly performed twice because of using old interrupt status. Support for slow-speed card writes. Signed-off-by: Andrey Panov rockf...@yandex.ru --- drivers/mci/dw_mmc.c | 129 ++- 1 file changed,

[PATCH 2/2] ARM: Rockchip: Update defconfig

2015-03-06 Thread Andrey Panov
Signed-off-by: Andrey Panov rockf...@yandex.ru --- arch/arm/configs/rockchip_defconfig | 92 +++-- 1 file changed, 67 insertions(+), 25 deletions(-) diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 40442ac..e08699d

Re: [PATCH] ARM: Rockchip: Update defconfig

2015-03-06 Thread Панов Андрей
06.03.2015, 09:40, Sascha Hauer s.ha...@pengutronix.de: On Thu, Mar 05, 2015 at 09:45:19PM +0300, Andrey Panov wrote:  Signed-off-by: Andrey Panov rockf...@yandex.ru  ---   arch/arm/configs/rockchip_defconfig | 91 ++---   1 file changed, 65 insertions(+),

[PATCH 1/2] images: move board variable to parent makefile

2015-03-06 Thread Lucas Stach
A lot of the image makefiles define an equal board variable, which gives the impression that this variable is unique for this makefile. As those files aren't freestanding makefiles but get included into a parent makefile this is not actually true. Attempts to override this variable will not work

[PATCH 2/2] images: fix Tegra out-of-tree build

2015-03-06 Thread Lucas Stach
The BCTs are build objects and as such are located in the objtree instead of the srctree. Fix out-of-tree build by defining a variable which refers to the board directories in the objtree and use it for Tegra. Signed-off-by: Lucas Stach d...@lynxeye.de --- images/Makefile | 1 +