summaryrefslogtreecommitdiff
path: root/irq.h
blob: 005e22418b38976242987f578e06594485189d2b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IRQ_H
#define IRQ_H

extern int device_irq_number(const char *ifname);
extern void device_restore_irq_affinity_list(void);
extern int device_set_irq_affinity_list(int irq, unsigned long from,
					unsigned long to);
extern int device_set_irq_affinity(int irq, unsigned long cpu);

#endif /* IRQ_H */
ption value='2'>stat only
authorKamal Dasu <kdasu.kdev@gmail.com>2016-08-24 18:04:29 -0400
committerMark Brown <broonie@kernel.org>2016-09-24 20:03:25 +0100
commitcc20a38612dbc87dc7396affc9758e3bfbe92340 (patch)
tree3c8764494d7345d8ba1ef847a42000392727e135
parent71b8f350a4f03730f3024bfa7dc2414904a21bcb (diff)
spi: iproc-qspi: Add Broadcom iProc SoCs support
This spi driver uses the common spi-bcm-qspi driver and implements iProc SoCs specific interrupt controller. The common driver now calls the SoC handlers when present. Adding support for both muxed l1 and unmuxed interrupt sources. Signed-off-by: Kamal Dasu <kdasu.kdev@gmail.com> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat