Re: [OpenWrt-Devel] [RFC] ath79: Removal of GL.iNet AR300M NAND Target

2019-05-19 Thread Marty E. Plummer
On Sun, May 19, 2019 at 12:44:18PM -0700, Jeff Kletsky wrote: > I'm in the process of porting the AR750S to the ath79 target with > SPI-NAND support now available on Linux 4.19[1]. > > From what I can tell, the AR300M (NAND) target, while it builds, > does not provide a functional image with

Re: [OpenWrt-Devel] [PATCH v5] kernel: lantiq: add support for SMP IRQ routing

2019-05-19 Thread Hauke Mehrtens
Hi Petr, Thank you for the patch. On 5/17/19 5:44 AM, Petr Cvek wrote: > Some lantiq SoCs have multiple VPE support but no support for the IRQ > routing, so only the first VPE is receiving interrupts. This patch adds > support for rerouting interrupts to the other VPE. Basically it expands > the

Re: [OpenWrt-Devel] [PATCH 3/4] at91: Merge SAMA5 subtargets

2019-05-19 Thread Hauke Mehrtens
On 5/17/19 6:41 PM, sandeep.sheri...@microchip.com wrote: > Hi Hauke Mehrtens, > >      The reason I created different SAMA5 subtargets is: The additional subtargets cause us extra maintenance efforts and we also need more compute resources for our build bots because we have to build more. We

[OpenWrt-Devel] [RFC] ath79: Removal of GL.iNet AR300M NAND Target

2019-05-19 Thread Jeff Kletsky
I'm in the process of porting the AR750S to the ath79 target with SPI-NAND support now available on Linux 4.19[1]. From what I can tell, the AR300M (NAND) target, while it builds, does not provide a functional image with either Linux 4.14 or 4.19 as there has not been and is not yet an

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 905c0b: This week's update

2019-05-19 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 905c0b8e20bc3f411999aee627d3e9630f661a50 https://github.com/sdwalker/sdwalker.github.io/commit/905c0b8e20bc3f411999aee627d3e9630f661a50 Author: Stephen Walker Date: 2019-05-19 (Sun, 19 May

Re: [OpenWrt-Devel] [PATCH 3/3] ath79: Extend GL.iNet AR750S support to NAND file system

2019-05-19 Thread Jeff Kletsky
On 5/15/19 2:00 AM, Petr Štetiar wrote: Jeff Kletsky [2019-05-14 15:39:56]: [...] A question and an answer as I wrap up the punch-down list on this +comma_to_underscore() { + echo "${1%%,*}_${1#*,}" +} + [...] I think, that it would be better to add support for DT compatible based

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-05-19 Thread Hauke Mehrtens
On 5/18/19 4:08 AM, Petr Cvek wrote: > Hi again, > > I'm finishing the ethernet driver and it is still sort of slow for my > taste, but it seems I've reached the hardware limit. Will you send these patches also to the upstream kernel? I would like to see the improvements to the DMA controller