Re: [PATCH 1/2] pinctrl: at91: add pinctrl driver

2014-08-06 Thread Raphaël Poggi
Ok, let's do it like that Best regards, Raphaël Poggi 2014-08-06 5:48 GMT+02:00 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: On Aug 6, 2014, at 11:46 AM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On Aug 5, 2014, at 7:38 PM, Raphaël Poggi raphi...@gmail.com

Re: [PATCH V2 0/2] Add device tree support of i2c Atmel driver

2014-08-06 Thread Raphaël Poggi
Ok, about the signed-off, do I have to let your name ? or my name + your name ? Sorry if my question seems stupid, but i'm new to open source development. 2014-08-06 3:06 GMT+02:00 Bo Shen voice.s...@atmel.com: Hi Raphaël Poggi, On 08/06/2014 04:05 AM, Raphaël Poggi wrote: I am ready to

Re: [PATCH 1/5] mtd: nand: remove NAND_ATMEL_PMECC

2014-08-06 Thread Raphaël Poggi
Ok, I did it because we need a structure member to retrieve atmel,has-pmecc from device tree. Is this ok if I add the has_pmecc member (feed by atmel_nand_of_init), let the NAND_ATMEL_PMECC, and the if will be like : if (IS_ENABLED(CONFIG_NAND_ATMEL_PMECC) || pdata-has_pmecc) With this we can

Re: envfs: provide an intentional way to ignore an existing external environment

2014-08-06 Thread Uwe Kleine-König
Hello Michael, On Wed, Aug 06, 2014 at 09:04:13AM +0200, Michael Olbrich wrote: On Thu, Jul 31, 2014 at 09:44:16AM +0200, Uwe Kleine-König wrote: On Thu, Jul 31, 2014 at 09:33:02AM +0200, Juergen Borleis wrote: On Thursday 31 July 2014 09:14:25 Uwe Kleine-König wrote: [...] Compared

Re: v2014.08.0

2014-08-06 Thread Robert Schwebel
On Mon, Aug 04, 2014 at 09:11:12PM +0200, Sascha Hauer wrote: We have an August release. Could you upload the tarball? rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8,

Re: [PATCH V2 0/2] Add device tree support of i2c Atmel driver

2014-08-06 Thread Bo Shen
Hi Raphaël Poggi, On 08/06/2014 03:16 PM, Raphaël Poggi wrote: Ok, about the signed-off, do I have to let your name ? or my name + your name ? Sorry if my question seems stupid, but i'm new to open source development. I think, you can first git am my patch, and then apply your patch and

Re: [PATCH V2 0/2] Add device tree support of i2c Atmel driver

2014-08-06 Thread Raphaël Poggi
All right, thanks. Raphaël Poggi 2014-08-06 9:33 GMT+02:00 Bo Shen voice.s...@atmel.com: Hi Raphaël Poggi, On 08/06/2014 03:16 PM, Raphaël Poggi wrote: Ok, about the signed-off, do I have to let your name ? or my name + your name ? Sorry if my question seems stupid, but i'm new to open

[PATCH v3 2/3] at91sam9g45: clock: add i2c clocks

2014-08-06 Thread Raphaël Poggi
Add the device tree and non device tree at91 i2c clocks. Signed-off-by: Raphaël Poggi poggi.r...@gmail.com --- arch/arm/mach-at91/at91sam9g45.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c index 9a50deb..d19d26a

[PATCH v3 1/3] i2c: at91: add support of device tree

2014-08-06 Thread Raphaël Poggi
Signed-off-by: Raphaël Poggi poggi.r...@gmail.com --- drivers/i2c/busses/i2c-at91.c | 92 - 1 file changed, 73 insertions(+), 19 deletions(-) diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c index 399f6a9..651cfc7 100644 ---

[PATCH v3 3/3] I2C: at91: fix the method for interrupt

2014-08-06 Thread Raphaël Poggi
From: Bo Shen voice.s...@atmel.com As the i2c-at91 driver won't work in the interrupt mode, so need to poll the interrupts. Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/i2c/busses/i2c-at91.c | 38 +++--- 1 file changed, 23 insertions(+), 15

Re: envfs: provide an intentional way to ignore an existing external environment

2014-08-06 Thread Michael Olbrich
On Wed, Aug 06, 2014 at 09:28:56AM +0200, Uwe Kleine-König wrote: On Wed, Aug 06, 2014 at 09:04:13AM +0200, Michael Olbrich wrote: On Thu, Jul 31, 2014 at 09:44:16AM +0200, Uwe Kleine-König wrote: On Thu, Jul 31, 2014 at 09:33:02AM +0200, Juergen Borleis wrote: On Thursday 31 July 2014

[PATCH 4/6] openrisc: dts: import or1ksim.dts from linux-3.16

2014-08-06 Thread Antony Pavlov
There are some minor changes with original linux-3.16 file: * the 'model' attribute is added (it used for barebox banner board name); * all opencores,*-rtlsvn* 'compatible' attribute values are dropped; these values are not actually used in the device drivers. Signed-off-by: Antony

[PATCH 5/6] openrisc: generic board: reduce platform code

2014-08-06 Thread Antony Pavlov
Signed-off-by: Antony Pavlov antonynpav...@gmail.com Cc: Franck Jullien franck.jull...@gmail.com --- arch/openrisc/boards/generic/config.h | 5 - arch/openrisc/boards/generic/generic.c | 24 ++-- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git

[PATCH 3/6] openrisc: add initial device tree support

2014-08-06 Thread Antony Pavlov
Signed-off-by: Antony Pavlov antonynpav...@gmail.com Cc: Franck Jullien franck.jull...@gmail.com --- arch/openrisc/Kconfig | 9 + arch/openrisc/Makefile | 7 +++ arch/openrisc/cpu/barebox.lds.S | 2 ++ arch/openrisc/dts/Makefile | 5 +

[PATCH 1/6] openrisc: generic board: reserve 512K for barebox

2014-08-06 Thread Antony Pavlov
Here is a linker's error message for some configurations: or1k-elf-ld: barebox section `.eh_frame' will not fit in region `ram' or1k-elf-ld: region `ram' overflowed by 16868 bytes This patch increases space reserved for barebox from 256K to 512K so the error's probability is dramatically

[PATCH 0/6] openrisc: add device tree support

2014-08-06 Thread Antony Pavlov
This patch series adds device tree support for openrisc generic board. The barebox mips device tree support is used as a sample. Antony Pavlov (6): openrisc: generic board: reserve 512K for barebox net: ethoc: add device tree support openrisc: add initial device tree support openrisc:

[PATCH 6/6] openrisc: generic_defconfig: enable device tree stuff

2014-08-06 Thread Antony Pavlov
Also enable iomem and miitool. Signed-off-by: Antony Pavlov antonynpav...@gmail.com Cc: Franck Jullien franck.jull...@gmail.com --- arch/openrisc/configs/generic_defconfig | 35 + 1 file changed, 22 insertions(+), 13 deletions(-) diff --git

Re: v2014.08.0

2014-08-06 Thread Sascha Hauer
On Wed, Aug 06, 2014 at 09:32:36AM +0200, Robert Schwebel wrote: On Mon, Aug 04, 2014 at 09:11:12PM +0200, Sascha Hauer wrote: We have an August release. Could you upload the tarball? Done. Forgot to svn commit. Sascha -- Pengutronix e.K. |

Re: v2014.08.0

2014-08-06 Thread Sascha Hauer
On Tue, Aug 05, 2014 at 12:49:22AM +0400, Alexander Shiyan wrote: Mon, 4 Aug 2014 21:11:12 +0200 от Sascha Hauer s.ha...@pengutronix.de: We have an August release. ... I'm on holiday for this month. I'll still read my mails, but expect some delays in reviewing and applying patches. Have