[PATCH 0/2] kbuild: trivial fixes of "make mrproper"

2015-01-07 Thread Masahiro Yamada
Masahiro Yamada (2): kbuild: delete include/generated directory by "make mrproper" kbuild: drop include/asm from MRPROPER_FILES Makefile | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) -- 1.9.1 ___ barebox mailing list barebox@li

[PATCH 1/2] kbuild: delete include/generated directory by "make mrproper"

2015-01-07 Thread Masahiro Yamada
Otherwise, "make mrproper" misses to delete some generated files such as include/generated/compile.h. Signed-off-by: Masahiro Yamada --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 92889b3..5f73a47 100644 --- a/Makefile +++ b/Makef

[PATCH 2/2] kbuild: drop include/asm from MRPROPER_FILES

2015-01-07 Thread Masahiro Yamada
Since commit a1a9665113e4 (kbuild: do not create symbolic link include/asm), the symbolic link include/asm is not created. Signed-off-by: Masahiro Yamada --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f73a47..9606765 100644 --- a/Make

Re: [PATCH 2/2] driver: workarroud resource request that conflist with errno PTR

2015-01-07 Thread Sascha Hauer
On Tue, Jan 06, 2015 at 12:37:06PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > broken since > > commit ed6e965824303255cacc1c1a195d3684caa26bce > Author: Sascha Hauer > resource: Let dev_request_mem_region return an error pointer > > Introduce dev_request_mem_region_err_null > > only

[PATCH] driver: workaroud resource request that conflicts with errno PTR

2015-01-07 Thread Sascha Hauer
From: Jean-Christophe PLAGNIOL-VILLARD broken since commit ed6e965824303255cacc1c1a195d3684caa26bce Author: Sascha Hauer resource: Let dev_request_mem_region return an error pointer Introduce dev_request_mem_region_err_null only used on platform like at91 where the resource address confli

[PATCH 1/2] sizes.h: move include/sizes.h to include/linux/sizes.h

2015-01-07 Thread Masahiro Yamada
This file originates in Linux. Linux has it under include/linux/ directory since commit dccd2304cc90. Let's move it to the same place as well in barebox. This commit was generated by the following commands: find -name '*.[chS]' | xargs sed -i -e 's:::' git mv include/sizes.h include/linux/

[PATCH 2/2] sizes.h: sync with Linux 3.19-rc3

2015-01-07 Thread Masahiro Yamada
Looks like I am also highly addicted to Linux... Signed-off-by: Masahiro Yamada --- include/linux/sizes.h | 23 +++ 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/include/linux/sizes.h b/include/linux/sizes.h index 6f91e9b..ce3e815 100644 --- a/include/linux/

[PATCH v2] mtd: nand: add mrvl-nand driver

2015-01-07 Thread Robert Jarzmik
The driver is taken from the Linux kernel, with the following changes : - all DMA removed - all asynchronous handling removed, including the interrupt handler, and the asynchronous state handling - pxa armada support removed Most the kernel structure was kept, to ease up future fixes integra

Re: [PATCH v2] i2c: omap: fix fclk_rate for ti,omap4-i2c

2015-01-07 Thread Jan Weitzel
On Tue, Jan 06, 2015 at 02:47:13PM +0100, Sascha Hauer wrote: > On Mon, Jan 05, 2015 at 01:22:04PM +0100, Jan Weitzel wrote: > > On Thu, Dec 11, 2014 at 10:47:59AM +0100, Jan Weitzel wrote: > > > The compatible "ti,omap4-i2c" don't help to get fclk_rate. So set it > > > acording to > > > cpu compa