mbox series

[0/1] Secondary Cadence GEM IRQs

Message ID 20230615134847.4157666-1-kinsey.moore@oarcorp.com
Headers show
Series Secondary Cadence GEM IRQs | expand

Message

Kinsey Moore June 15, 2023, 1:48 p.m. UTC
In testing RTEMS on the ZynqMP platform, I noticed that priority queues
were not functioning properly. I tracked this down to an unconnected
interrupt source in the Cadence GEM when multiple priority queues are
configured. I'm not sure if the Cadence IP can actually be configured
for separate interrupt sources per queue, so I opted to leave the
multiple IRQ sources intact and connect the additional sources on
platforms that need it. If it makes more sense to route all interrutps
for this peripheral through a single interrupt source, I can submit that
patch instead.