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 */
ass='label'>space:mode:
authorPierre-Hugues Husson <phh@phh.me>2016-11-05 17:19:24 +0100
committerLee Jones <lee.jones@linaro.org>2016-11-29 08:21:35 +0000
commitc5e589a171728c9f5c587f9254ec6b343153c2ce (patch)
tree179efe36d56ff8243e243a8535e69da3553ae3ea /Documentation
parent34d9030b5d06ec0072796b3ab6a3fa24e53ece3d (diff)
mfd: rn5t618: Add Ricoh RC5T619 PMIC support
The Ricoh RN5T567 is from the same family as the Ricoh RN5T618 is, the differences are: + DCDC4/DCDC5 + LDO7-10 + Slightly different output voltage/currents + 32kHz Output + RTC + USB Charger detection Signed-off-by: Pierre-Hugues Husson <phh@phh.me> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation')