[PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support
Mohd Ayaan Anwar
mohd.anwar at oss.qualcomm.com
Tue May 5 09:38:51 PDT 2026
Hi Alex,
On Fri, May 01, 2026 at 10:54:18AM -0500, Alex Elder wrote:
> + /*
> + * TX956x has 8 TX queues but only #0 to #3 work for general IP traffic.
Minor typo in the comment: I think you meant TC956X instead of TX956X?
> +
> + for (i = 0; i < td->plat->rx_queues_to_use; i++) {
> + res->rx_irq[i] = irq_create_mapping(irq_domain, HWIRQ_RX0 + i);
> + if (!res->tx_irq[i])
Typo: res->rx_irq instead of res->tx_irq.
PS: I was able to successfully test this series out on a Rb3Gen2 board.
Ayaan
More information about the linux-arm-kernel
mailing list