[PATCH] add support for the haba-knx-lite controller

2015-01-15 Thread Gregory Hermant
Signed-off-by: Gregory Hermant --- arch/arm/boards/Makefile|1 + arch/arm/boards/haba-knx/Makefile |1 + arch/arm/boards/haba-knx/env/bin/init_board | 49 arch/arm/boards/haba-knx/env/config | 40 +++ arch/arm/boards/haba-knx/init.c

[PATCH] at91: add Calao QIL-A9G20

2013-05-17 Thread Gregory Hermant
Signed-off-by: Gregory Hermant --- arch/arm/Makefile |3 +- arch/arm/boards/{qil-a9260 => qil-a926x}/Makefile |0 arch/arm/boards/{qil-a9260 => qil-a926x}/config.h |0 .../{qil-a9260 => qil-a926x}/env/bin/init_board|0 .../arm/bo

[PATCH 1/2] Add support for the Calao-systems HABA-KNX controllers

2012-10-05 Thread Gregory Hermant
Signed-off-by: Gregory Hermant Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Documentation/boards.dox |2 + arch/arm/Makefile |2 + arch/arm/boards/haba-knx/Makefile |1 + arch/arm/boards/haba-knx

[PATCH 2/2] mach-types file updated

2012-10-05 Thread Gregory Hermant
Signed-off-by: Gregory Hermant Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/tools/mach-types | 184 - 1 file changed, 182 insertions(+), 2 deletions(-) diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index 325513f

Re: [PATCH] NAND Flash SMC timings update (nwe_pulse) for calao board based on AT91SAM9G20 SoC

2012-08-30 Thread gregory hermant
Hello sascha, It's just a typo. gregory Sascha Hauer wrote: > On Tue, Aug 28, 2012 at 08:40:57AM +0200, gregory hermant wrote: >> Signed-off-by: Gregory Hermant > > The commmit log is a bit sparse. It would be interesting if this is an > enhancement, fixes a problem, i

[PATCH] Add documentation for the calao boards

2012-08-27 Thread gregory hermant
Signed-off-by: Gregory Hermant --- Documentation/boards.dox|5 +++ arch/arm/boards/qil-a9260/qil-a9260.dox | 22 arch/arm/boards/tny-a926x/tny-a9263.dox | 33 arch/arm/boards/tny-a926x/tny-a9g20-lpw.dox | 37

[PATCH] NAND Flash SMC timings update (nwe_pulse) for calao board based on AT91SAM9G20 SoC

2012-08-27 Thread gregory hermant
Signed-off-by: Gregory Hermant --- arch/arm/boards/tny-a926x/init.c |2 +- arch/arm/boards/usb-a926x/init.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boards/tny-a926x/init.c b/arch/arm/boards/tny-a926x/init.c index d58132a..5538a44 100644 --- a/arch

[PATCH] Enable pull-up on Rx serial ports for the CALAO MB-QIL-A9260

2012-08-03 Thread gregory hermant
ACTIVATE_ALL=y). Signed-off-by: Gregory Hermant --- arch/arm/boards/qil-a9260/init.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/boards/qil-a9260/init.c b/arch/arm/boards/qil-a9260/init.c index 305d733..b43cace 100644 --- a/arch/arm/boards/qil-a9260/ini