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 */
th>Archit Taneja <architt@codeaurora.org>2016-04-29 18:04:47 +0530 committerRob Clark <robdclark@gmail.com>2016-07-16 10:08:47 -0400 commit69696ea041fa7bffb04d2141f6ec997c24cf09da (patch) tree1e80c2da0fdb03c1a535936ce088daf0b04b5dcb parentb9ac76f6ac984158175f8928d10bc1a7038b699b (diff)
drm/msm/dsi: Use generic PHY bindings
The DSI host links to the DSI PHY device using a custom binding. Switch to the generic PHY bindings. The DSI PHY driver itself doesn't use the common PHY framework for now. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat