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 */
'35'>35space:mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-04-15 15:32:53 +0900
committerSylwester Nawrocki <s.nawrocki@samsung.com>2016-04-15 18:13:45 +0200
commit81fed6e342c04a4ecb0650c914d24bd57c6c168f (patch)
tree6b0d48e7ef66a2a9cb655dba3c18596cbf181cdc /Documentation
parent72b67b3fcb5f500e73dfd42dce3a4749ba84e4bf (diff)
clk: samsung: exynos542x: Add the clock id for ACLK
This patch adds the clock id for ACLK clock which is source clock of AMBA AXI bus. This clock should be handled in the bus frequency scaling driver. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Tested-by: Markus Reichl <m.reichl@fivetechno.de> Tested-by: Anand Moon <linux.amoon@gmail.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'Documentation')