#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 */ /git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2016-06-10 10:02:06 -0700
committerThierry Reding <treding@nvidia.com>2016-07-11 14:30:43 +0200
commit02d568591d18901f6d06ac397af7ae840292a966 (patch)
tree399e4ed2959fe3ce60ef502134ad443f620a08f7 /Documentation
parent360b499c0d9d728f290a2bf29ebbc90d39006b02 (diff)
dt-bindings: Add Starry KR122EA0SRA panel binding
The Starry KR122EA0SRA is a 12.2", 1920x1200 TFT-LCD panel connected using eDP interfaces. Signed-off-by: Douglas Anderson <dianders@chromium.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')