Re: [PATCH 1/4] ARM: dts: kirkwood: add Linksys EA4500

2015-11-05 Thread Imre Kaloz
On Wed, 04 Nov 2015 23:41:01 +0100, Arnd Bergmann wrote: On Wednesday 04 November 2015 22:25:05 Luka Perkov wrote: +/ { + model = "Linksys EA4500"; + compatible = "linksys,ea4500", "marvell,kirkwood-88f6282", "marvell,kirkwood"; According to

Re: [PATCH 2/4] ARM: dts: kirkwood: add Linksys EA3500

2015-11-05 Thread Imre Kaloz
On Wed, 04 Nov 2015 23:25:07 +0100, Luka Perkov wrote: Based on dts files from OpenWrt. Signed-off-by: Luka Perkov Same comments as for the EA4500 patch. The engineering name of the ea3500 is "audi". Please use that and the factory

Re: [PATCH 1/4] ARM: dts: kirkwood: add Linksys EA4500

2015-11-05 Thread Imre Kaloz
On Wed, 04 Nov 2015 23:25:05 +0100, Luka Perkov wrote: --- a/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt +++ b/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt @@ -49,6 +49,7 @@ board. Currently known boards are: "lacie,netspace_max_v2"

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-27 Thread Imre Kaloz
On Mon, 25 May 2015 13:17:13 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: Sorry, I didn't word it right - the series is missing the crypto nodes for the orion, 375 and 38x platforms. I only add nodes for platforms I have tested on. If you're able to test on those

Re: [PATCH v3 14/16] ARM: marvell/dt: enable crypto on armada-xp-gp

2015-05-26 Thread Imre Kaloz
On Tue, 26 May 2015 10:59:36 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: snip As the crypto engine really depend on the SoC itself and not of the board, what about updating the dts of the other board using an Armada XP? But that means introducing changes I haven't

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Imre Kaloz
Hi Boris, On Mon, 25 May 2015 13:08:12 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: Yep, I noticed that after submitting this version. I guess I only needed the import function for my test cases and thus forgot to implement the import function. Anyway, I just added

Re: [PATCH v3 02/16] crypto: add a new driver for Marvell's CESA

2015-05-25 Thread Imre Kaloz
Hi Boris, On Mon, 25 May 2015 10:10:16 +0200, Boris Brezillon boris.brezil...@free-electrons.com wrote: snip Yep, I noticed that after submitting this version. I guess I only needed the import function for my test cases and thus forgot to implement the import function. Anyway, I just added

Re: [PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-25 Thread Imre Kaloz
Hi Gregory, On Mon, 25 May 2015 14:58:22 +0200, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: snip it seems that you missed my comment about removing bootargs and just using stdout-path = serial0:115200n8; If you agree and if there is no remark about the DSA part from

[PATCHv2] ARM: mvebu: add support for the new Aramda 385 based Linksys boards

2015-05-20 Thread Imre Kaloz
-off-by: Imre Kaloz ka...@openwrt.org --- Changes since v1: added DSA support --- The only difference between the two boards is the radio configuration (2x2 vs 3x3), so everything except the leds (to be named properly) is in the dtsi file. When the wireless driver will be submitted upstream

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

2015-02-23 Thread Imre Kaloz
Hi Gregory, On Mon, 23 Feb 2015 19:32:53 +0100, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: ... @@ -0,0 +1,348 @@ +/* + * Device Tree file for the Linksys WRT1900AC (Mamba). + * + * Note: this board is shipped with a new generation boot loader that + * remaps internal

Re: [PATCHv6 2/2] leds: tlc591xx: Driver for the TI 8/16 Channel i2c LED driver

2015-02-16 Thread Imre Kaloz
: matthew.fathe...@belkin.com I've tested the driver on the Mamba (WRT1900AC) and it has been integrated to OpenWrt trunk for a while now, and no issues has been reported by the community either. Please feel free to add Tested-by: Imre Kaloz ka...@openwrt.org. Thanks, Imre -- To unsubscribe

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

2015-02-16 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-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-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-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

[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

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

2015-01-09 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 --- arch

Re: [PATCH 2/2] leds: tlc59116: Driver for the TI 16 Channel i2c LED driver

2015-01-09 Thread Imre Kaloz
Hi Andrew, On Fri, 09 Jan 2015 01:26:18 +0100, Andrew Lunn and...@lunn.ch wrote: The TLC59116 is an I2C bus controlled 16-channel LED driver. Each LED output has its own 8-bit fixed-frequency PWM controller to control the brightness of the LED. This is based on a driver from Belkin, but has

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

2015-01-09 Thread Imre Kaloz
On Fri, 09 Jan 2015 13:46:27 +0100, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Hi Gregory, snip + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed as is without any + * warranty of any kind, whether express or