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 eithe
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
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 wou
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 applicable
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 2
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
b
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 and