Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-27 Thread Imre Kaloz
Hi Andrew, On Mon, 26 Jan 2015 19:44:36 +0100, Andrew Lunn and...@lunn.ch wrote: + model = Linksys WRT1900AC (Mamba); + compatible = linksys,mamba, marvell,armadaxp-mv78230, +marvell,armadaxp, marvell,armada-370-xp; Hi Imre So the consensus seems to be

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-26 Thread Gregory CLEMENT
Hi Jason, Andrew, On 25/01/2015 20:18, Jason Cooper wrote: On Sun, Jan 25, 2015 at 06:09:25PM +0100, Andrew Lunn wrote: + +power { +label = mamba:white:power; Please replace this mamba with wrt1900ac. It is a property of the device, not the board. Another device using

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-26 Thread Gregory CLEMENT
On 25/01/2015 20:16, Imre Kaloz wrote: Hi Sebastian, On Sun, 25 Jan 2015 17:54:02 +0100, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: - OpenWrt is the only firmware/stack other than the official one and people already know this device as mamba. - Let's say the same

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-26 Thread Andrew Lunn
On Mon, Jan 19, 2015 at 06:15:01PM +0100, Imre Kaloz wrote: The Linksys WRT1900AC (Mamba) is a router that has - 2 mini-PCIe slots with Marvell 88W8864 radios - 1 USB 3.0 port - 1 USB 2.0/eSATAp port - 2 Ethernet interfaces connected to a 88E6172 switch (1x WAN + 4x LAN) - 128MB NAND flash

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-25 Thread Andrew Lunn
+ +power { +label = mamba:white:power; Please replace this mamba with wrt1900ac. It is a property of the device, not the board. Another device using the mamba board may use it differently. See above. The LED should be named by the device, not the platform. If

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-25 Thread Sebastian Hesselbarth
On 20.01.2015 11:57, Imre Kaloz wrote: On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn and...@lunn.ch wrote: Thanks for the v2. I have a few comments, and some points we will need to discuss. [...] +model = Linksys WRT1900AC (Mamba); +compatible = linksys,mamba,

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-25 Thread Imre Kaloz
Hi Sebastian, On Sun, 25 Jan 2015 17:54:02 +0100, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: - OpenWrt is the only firmware/stack other than the official one and people already know this device as mamba. - Let's say the same device gets released under the same name or

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-25 Thread Jason Cooper
On Sun, Jan 25, 2015 at 06:09:25PM +0100, Andrew Lunn wrote: + +power { +label = mamba:white:power; Please replace this mamba with wrt1900ac. It is a property of the device, not the board. Another device using the mamba board may use it differently. See

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-20 Thread Imre Kaloz
Hi Andrew, On Mon, 19 Jan 2015 19:21:13 +0100, Andrew Lunn and...@lunn.ch wrote: Thanks for the v2. I have a few comments, and some points we will need to discuss. Sure thing, thanks. + * + * Note: this board is shipped with a new generation boot loader that + * remaps internal registers

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-20 Thread Andrew Lunn
It would be nice to document the jumper and pinout here. + serial@12000 { + status = okay; + }; Do you mean serial console pinout? Yes. Looking at https://github.com/Chadster766/McWRT/wiki/Linksys-WRT1900AC-Serial-Port it

[PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-19 Thread Imre Kaloz
The Linksys WRT1900AC (Mamba) is a router that has - 2 mini-PCIe slots with Marvell 88W8864 radios - 1 USB 3.0 port - 1 USB 2.0/eSATAp port - 2 Ethernet interfaces connected to a 88E6172 switch (1x WAN + 4x LAN) - 128MB NAND flash - 256MB RAM Signed-off-by: Imre Kaloz ka...@openwrt.org ---

Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support

2015-01-19 Thread Andrew Lunn
On Mon, Jan 19, 2015 at 06:15:01PM +0100, Imre Kaloz wrote: The Linksys WRT1900AC (Mamba) is a router that has - 2 mini-PCIe slots with Marvell 88W8864 radios - 1 USB 3.0 port - 1 USB 2.0/eSATAp port - 2 Ethernet interfaces connected to a 88E6172 switch (1x WAN + 4x LAN) - 128MB NAND flash