Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1659689
| From | Phil Elwell <phil@raspberrypi.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add bcm2835aux interrupt controller |
| Date | 2017-06-07 13:20 +0200 |
| Message-ID | <tPHah-5UP-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Devices in the AUX block share a common interrupt line, with a register indicating which devices have active IRQs. Expose this as a nested interrupt controller to avoid IRQ sharing problems (easily observed if UART1 and SPI1/2 are enabled simultaneously). The interrupt functionality could arguably be forked off as a separate irqchip driver, but the clock driver has already claimed the AUX_IRQ register so some driver and DT surgery would still be required. Eric Anholt thought that including it here is reasonable, but I'm prepared to split it out if this is considered too hacky. Phil Elwell (2): clk: bcm2835: Add AUX interrupt controller ARM: dts: bcm283x: Enable AUX interrupt controller arch/arm/boot/dts/bcm283x.dtsi | 12 +++- drivers/clk/bcm/clk-bcm2835-aux.c | 120 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 3 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add bcm2835aux interrupt controller Phil Elwell <phil@raspberrypi.org> - 2017-06-07 13:20 +0200
Re: [PATCH 0/2] Add bcm2835aux interrupt controller Stefan Wahren <stefan.wahren@i2se.com> - 2017-06-07 22:40 +0200
Re: [PATCH 0/2] Add bcm2835aux interrupt controller Phil Elwell <phil@raspberrypi.org> - 2017-06-07 23:00 +0200
Re: [PATCH 0/2] Add bcm2835aux interrupt controller Florian Fainelli <f.fainelli@gmail.com> - 2017-06-07 23:00 +0200
Re: [PATCH 0/2] Add bcm2835aux interrupt controller Phil Elwell <phil@raspberrypi.org> - 2017-06-08 12:00 +0200
Re: [PATCH 0/2] Add bcm2835aux interrupt controller Florian Fainelli <f.fainelli@gmail.com> - 2017-06-08 20:10 +0200
csiph-web