Andrey Makarov
004c8a8bc5
Align Raspberry Pi DMA interrupts with Linux DTS
...
There is nothing in the specs on DMA engine interrupt lines: it should have
been in the "BCM2835 ARM Peripherals" datasheet but the appropriate
"ARM peripherals interrupt table" (p.113) is nearly empty.
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 */
This information is repeated in the driver code
(drivers/dma/bcm2835-dma.c +1344):
/*
* in case of channel >= 11
* use the 11th interrupt and that is shared
*/
In this patch channels 0--10 and 11--14 are handled separately.
Signed-off-by: Andrey Makarov <andrey.makarov@auriga.com >
Message-id: 20220716113210.349153-1-andrey.makarov@auriga.com
[PMM: fixed checkpatch nits]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2022-07-18 13:25:13 +01:00
..
2022-07-13 16:58:57 +02:00
2022-05-12 12:07:06 +02:00
2022-05-03 15:16:51 +04:00
2022-04-06 14:31:55 +02:00
2022-05-03 15:16:51 +04:00
2021-07-08 14:41:59 -05:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-07-14 16:24:38 +02:00
2022-05-03 09:13:17 -07:00
2022-07-14 16:24:38 +02:00
2022-07-18 13:25:13 +01:00
2022-06-09 19:32:49 -04:00
2022-06-09 19:32:49 -04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2021-01-29 15:54:42 +00:00
2021-01-29 15:54:42 +00:00
2021-01-29 15:54:44 +00:00
2022-04-06 14:31:55 +02:00
2022-06-09 19:32:49 -04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-12 12:07:06 +02:00
2022-05-03 15:16:51 +04:00
2021-06-17 07:10:32 -05:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-12 13:03:25 +02:00
2022-05-03 15:16:51 +04:00
2022-07-13 16:58:57 +02:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-02-21 10:13:23 +01:00
2022-05-03 15:16:51 +04:00
2022-03-21 10:25:21 +01:00
2022-04-06 14:31:55 +02:00
2021-05-14 12:28:01 +02:00
2022-05-03 15:16:51 +04:00
2022-03-08 18:46:48 +01:00
2022-05-03 15:46:08 +04:00
2022-05-28 11:42:56 +02:00
2022-05-28 11:42:56 +02:00
2022-05-03 15:16:51 +04:00
2022-05-25 10:31:33 +02:00
2022-05-25 10:31:33 +02:00
2022-05-03 15:16:51 +04:00
2022-02-08 10:56:29 +00:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2021-07-08 14:42:00 -05:00
2022-05-03 15:16:51 +04:00
2022-07-18 13:25:13 +01:00
2022-05-03 15:16:51 +04:00
2022-07-05 09:33:58 +02:00
2022-05-16 11:46:04 +01:00
2022-07-05 09:33:58 +02:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-07-18 13:20:14 +01:00
2022-04-06 14:31:55 +02:00
2022-06-03 08:03:28 +02:00
2022-04-06 14:31:43 +02:00
2022-06-10 14:32:35 +01:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-09 11:47:55 +01:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2021-02-16 17:15:39 +01:00
2022-05-03 15:16:51 +04:00
2021-05-14 12:28:01 +02:00
2022-04-06 14:31:55 +02:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2021-03-08 17:20:03 +00:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2021-12-22 08:13:05 +01:00
2022-04-06 14:31:55 +02:00
2021-06-17 07:10:32 -05:00
2022-05-03 15:16:51 +04:00
2021-08-31 17:33:11 -04:00
2021-08-31 17:33:12 -04:00
2022-05-03 15:16:51 +04:00
2021-06-03 16:43:27 +01:00
2022-05-03 15:16:51 +04:00
2021-08-31 17:33:11 -04:00
2022-05-03 15:16:51 +04:00
2021-08-31 17:33:11 -04:00
2021-08-31 17:33:10 -04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-12 12:07:06 +02:00
2022-06-03 08:03:28 +02:00
2022-06-16 12:44:52 +02:00
2022-05-12 12:07:06 +02:00
2022-03-06 05:08:23 -05:00
2022-05-03 15:16:51 +04:00
2022-05-12 12:07:06 +02:00
2022-05-12 12:07:06 +02:00
2021-06-04 13:47:08 +02:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00
2022-05-03 15:16:51 +04:00