Re: [PATCH] Align Raspberry Pi DMA interrupts with Linux DTS

2022-07-12 Thread Philippe Mathieu-Daudé via
+Pete/Jeremy On 26/6/22 12:16, Peter Maydell wrote: On Fri, 24 Jun 2022 at 21:54, Andrey Makarov wrote: All Raspberry Pi models 1-3 (based on bcm2835) have Linux device tree (arch/arm/boot/dts/bcm2835-common.dtsi +25): /* dma channel 11-14 share one irq */ which mismatched the Qemu

Re: [PATCH] Align Raspberry Pi DMA interrupts with Linux DTS

2022-06-30 Thread Makarov, Andrey
, I will send another version of patch. Andrey Makarov, Team Lead From: Peter Maydell Sent: Sunday, June 26, 2022 1:16:18 PM To: Andrey Makarov Cc: qemu-devel@nongnu.org; Makarov, Andrey Subject: Re: [PATCH] Align Raspberry Pi DMA interrupts with Linux DTS

Re: [PATCH] Align Raspberry Pi DMA interrupts with Linux DTS

2022-06-26 Thread Peter Maydell
On Fri, 24 Jun 2022 at 21:54, Andrey Makarov wrote: > > All Raspberry Pi models 1-3 (based on bcm2835) have > Linux device tree (arch/arm/boot/dts/bcm2835-common.dtsi +25): > > /* dma channel 11-14 share one irq */ > > which mismatched the Qemu model. > In this patch channels 0--10 and 11--14

[PATCH] Align Raspberry Pi DMA interrupts with Linux DTS

2022-06-24 Thread Andrey Makarov
All Raspberry Pi models 1-3 (based on bcm2835) have Linux device tree (arch/arm/boot/dts/bcm2835-common.dtsi +25): /* dma channel 11-14 share one irq */ which mismatched the Qemu model. In this patch channels 0--10 and 11--14 are handled separately. Signed-off-by: Andrey Makarov ---