Searched hist:e1add7dd6183b9d4184847c310f8dd9f1a2ba7a4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.h | diff e1add7dd6183b9d4184847c310f8dd9f1a2ba7a4 Thu Sep 22 02:10:27 CDT 2022 Arun Ramadoss <arun.ramadoss@microchip.com> net: dsa: microchip: use common irq routines for girq and pirq
The global port interrupt routines and individual ports interrupt routines has similar implementation except the mask & status register and number of nested irqs in them. The mask & status register and pointer to ksz_device is added to ksz_irq and uses the ksz_irq as irq_chip_data.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ksz_common.c | diff e1add7dd6183b9d4184847c310f8dd9f1a2ba7a4 Thu Sep 22 02:10:27 CDT 2022 Arun Ramadoss <arun.ramadoss@microchip.com> net: dsa: microchip: use common irq routines for girq and pirq
The global port interrupt routines and individual ports interrupt routines has similar implementation except the mask & status register and number of nested irqs in them. The mask & status register and pointer to ksz_device is added to ksz_irq and uses the ksz_irq as irq_chip_data.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|