Message ID | 20211009022023.3796472-1-f.fainelli@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Modular Broadcom irqchip drivers | expand |
On 10/8/21 7:20 PM, Florian Fainelli wrote: > Hi Thomas, Marc, > > This patch series aims at allowing the 3 interrupt controller drivers > used on Broadcom STB platforms to be built as modules in order for those > to be shipped in a GKI enabled system (Android). > > The irq-bcm7038-l1 requires us to export a number of symbols, which is > not great, but there are not obvious solutions other than adding > accessor functions to get the same information. > > Assuming you are happy with the changes though, please do take the last > two changes as well through your tree. > > Thanks! Does this look reasonable to you? If so, can you apply all of those patches through the irqchip tree? Thanks!
On Tue, 19 Oct 2021 20:13:08 +0100, Florian Fainelli <f.fainelli@gmail.com> wrote: > > On 10/8/21 7:20 PM, Florian Fainelli wrote: > > Hi Thomas, Marc, > > > > This patch series aims at allowing the 3 interrupt controller drivers > > used on Broadcom STB platforms to be built as modules in order for those > > to be shipped in a GKI enabled system (Android). > > > > The irq-bcm7038-l1 requires us to export a number of symbols, which is > > not great, but there are not obvious solutions other than adding > > accessor functions to get the same information. > > > > Assuming you are happy with the changes though, please do take the last > > two changes as well through your tree. > > > > Thanks! > > Does this look reasonable to you? If so, can you apply all of those > patches through the irqchip tree? Thanks! Great timing! See my reply to patch #9. Please respin this to fix the glaring issue I mentioned there. M.