[PATCH v4 2/3] irqchip: brcmstb-l2: Abstract register accesses

2017-09-18 Thread Doug Berger
Added register block offsets to the brcmstb_l2_intc_data structure for the status and mask registers to support reading the active interupts in an abstracted way. It seems like an irq_chip method should have been provided for this, but it's not there yet. Abstracted the implementation of the

[PATCH v4 2/3] irqchip: brcmstb-l2: Abstract register accesses

2017-09-18 Thread Doug Berger
Added register block offsets to the brcmstb_l2_intc_data structure for the status and mask registers to support reading the active interupts in an abstracted way. It seems like an irq_chip method should have been provided for this, but it's not there yet. Abstracted the implementation of the