Re: [PATCH] ARM: atmel: sama5d3xek: let gmac auto detect phy id

2015-01-19 Thread Bo Shen
Hi J, On 01/19/2015 07:39 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:54 Mon 19 Jan , Bo Shen wrote: On the SAMA5D33 and SAMA5D35 the GMAC PHY ID is 1 while not 7. So, let the GMAC auto detect phy id, or else hard code to 7, it can not work on these two boards. Signed-off-by: Bo

Re: [PATCH] gitignore: remove obsolete link method for arch specification

2015-01-19 Thread Masahiro Yamada
Hi Sascha, How about this patch? On Tue, 13 Jan 2015 18:25:34 +0900 Masahiro Yamada yamad...@jp.panasonic.com wrote: The cross_arch and cross_compile links method is obsolete and not available any more, so we remove it from the .gitignore. Signed-off-by: Masahiro Yamada

Re: [PATCH] mtd: nand: fix marvell nand driver

2015-01-19 Thread Sascha Hauer
On Sat, Jan 17, 2015 at 04:00:01PM +0100, Robert Jarzmik wrote: This fixes 4 small bugs : - too small timings The calculated timings should be rounded up, ie. a minimum timing of 3.2 nand clock cycles should be programmed as a 4 cycles timing, and not as 3 nand clock cycles -

Re: [PATCH 1/1] raspberry-pi: mac address detection support

2015-01-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:22 Mon 19 Jan , Antony Pavlov wrote: On Mon, 19 Jan 2015 13:29:44 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: increase the mbox timeout as it take more time to retreive the mac fix led register too Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [PATCH 1/2] ARM: dts: am335x-phytec-phycore-som: Add USB host support

2015-01-19 Thread Wadim Egorov
Yes, I have tested this on Linux (3.12). On 20.01.2015 08:00, Sascha Hauer wrote: On Mon, Jan 19, 2015 at 01:34:37PM +0100, Wadim Egorov wrote: Add USB host support for all phycore-som based boards. Signed-off-by: Wadim Egorov w.ego...@phytec.de ---

Re: [PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree()

2015-01-19 Thread Sascha Hauer
On Mon, Jan 19, 2015 at 11:56:08PM +0300, Antony Pavlov wrote: The CREDITS file is removed in the commit commit 6570288f2d97d3a3dceb3e631b4e4f4305352dc8 Author: Masahiro Yamada yamad...@jp.panasonic.com Date: Tue Jan 13 14:27:07 2015 +0900 Remove the CREDITS file

Re: [PATCH 1/2] ARM: dts: am335x-phytec-phycore-som: Add USB host support

2015-01-19 Thread Sascha Hauer
On Mon, Jan 19, 2015 at 01:34:37PM +0100, Wadim Egorov wrote: Add USB host support for all phycore-som based boards. Signed-off-by: Wadim Egorov w.ego...@phytec.de --- arch/arm/dts/am335x-phytec-phycore-som.dtsi | 30 + 1 file changed, 30 insertions(+)

[PATCH] ARM: atmel: sama5d3xek: fix conflict between w1 and led

2015-01-19 Thread Bo Shen
As the 1-wire and LED d2 use the same pin (PE25) on the EK board. So, make LED enable only when the 1-wire is disabled. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boards/sama5d3xek/init.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boards/sama5d3xek/init.c

[PATCH] ARM: atmel: sama5d4 xplained: fix mci1 power pin

2015-01-19 Thread Bo Shen
Correct the mci1 power pin from PE15 to PE4. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c

Re: [PATCH] gitignore: remove obsolete link method for arch specification

2015-01-19 Thread Sascha Hauer
Hi Masahiro, On Mon, Jan 19, 2015 at 05:19:02PM +0900, Masahiro Yamada wrote: Hi Sascha, How about this patch? Sorry, missed this one. Applied now. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions |

Re: [PATCH 1/1] raspberry-pi: mac address detection support

2015-01-19 Thread Antony Pavlov
On Mon, 19 Jan 2015 13:29:44 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: increase the mbox timeout as it take more time to retreive the mac fix led register too Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ... diff --git

Re: [PATCH] ARM: atmel: sama5d3xek: let gmac auto detect phy id

2015-01-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:54 Mon 19 Jan , Bo Shen wrote: On the SAMA5D33 and SAMA5D35 the GMAC PHY ID is 1 while not 7. So, let the GMAC auto detect phy id, or else hard code to 7, it can not work on these two boards. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boards/sama5d3xek/init.c | 2

Re: [PATCH 2/6] raspberry-pi: add leds support

2015-01-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:08 Mon 19 Jan , Antony Pavlov wrote: On Tue, 13 Jan 2015 07:33:06 +0100 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- arch/arm/boards/raspberry-pi/rpi.c | 55

Re: [PATCH] fixup! raspberry-pi: add board model detection

2015-01-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:15 Mon 19 Jan , Antony Pavlov wrote: --- The 'has_onboard_eth' field is unused. nack it I need for the next patch dont remove it Best REgards, J. --- arch/arm/boards/raspberry-pi/rpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boards/raspberry-pi/rpi.c

[PATCH 2/2] ARM: dts: am335x-phytec-phyflex: Add USB host support

2015-01-19 Thread Wadim Egorov
Add USB host support for the phyflex-som. Signed-off-by: Wadim Egorov w.ego...@phytec.de --- arch/arm/dts/am335x-phytec-phyflex.dts | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/dts/am335x-phytec-phyflex.dts

[PATCH] ARM: atmel: sama5d3xek: let gmac auto detect phy id

2015-01-19 Thread Bo Shen
On the SAMA5D33 and SAMA5D35 the GMAC PHY ID is 1 while not 7. So, let the GMAC auto detect phy id, or else hard code to 7, it can not work on these two boards. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/boards/sama5d3xek/init.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/1] raspberry-pi: mac address detection support

2015-01-19 Thread Jean-Christophe PLAGNIOL-VILLARD
increase the mbox timeout as it take more time to retreive the mac fix led register too Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- arch/arm/boards/raspberry-pi/rpi.c| 44 --- arch/arm/mach-bcm2835/include/mach/mbox.h | 14

[PATCH] ARM: bcm2835: fix checkpatch warning

2015-01-19 Thread Antony Pavlov
Here is checkpatch.pl log: WARNING: space prohibited between function name and open parenthesis '(' #134: FILE: arch/arm/mach-bcm2835/core.c:75: +void __noreturn reset_cpu (unsigned long addr) Signed-off-by: Antony Pavlov antonynpav...@gmail.com --- arch/arm/mach-bcm2835/core.c | 2

[PATCH] scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_tree()

2015-01-19 Thread Antony Pavlov
The CREDITS file is removed in the commit commit 6570288f2d97d3a3dceb3e631b4e4f4305352dc8 Author: Masahiro Yamada yamad...@jp.panasonic.com Date: Tue Jan 13 14:27:07 2015 +0900 Remove the CREDITS file But checkpatch.pl still trying to check it presence. There is not such