summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPhil Reid <preid@electromag.com.au>2017-01-25 09:31:08 +0800
committerPeter Rosin <peda@axentia.se>2017-02-10 08:23:51 +0100
commitf2114795f721bd5028284ddf84b150798a9b7a73 (patch)
treefa8a69ca6f27bed885bed0005cc6a04cafe1768d /Documentation
parent9aedcc61ed101b4dbb7fa7013deca4a7ed7ff418 (diff)
downloadlinux-f2114795f721bd5028284ddf84b150798a9b7a73.tar.gz
linux-f2114795f721bd5028284ddf84b150798a9b7a73.tar.xz
i2c: mux: pca954x: Add interrupt controller support
Various muxes can aggregate multiple interrupts from each i2c bus. All of the muxes with interrupt support combine the active low irq lines using an internal 'and' function and generate a combined active low output. The muxes do provide the ability to read a control register to determine which irq is active. By making the mux an irq controller isr latency can potentially be reduced by reading the status register and then only calling the registered isr on that bus segment. As there is no irq masking on the mux irq are disabled until irq_unmask is called at least once. Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions