
13 Jun
2018
13 Jun
'18
3:29 a.m.
Hi Bin,
On 12 June 2018 at 02:26, Bin Meng bmeng.cn@gmail.com wrote:
The "intel,pirq-link" property in Intel IRQ router's dt bindings has two cells, where the second one represents the number of PIRQ links on the platform. However current driver does not parse this information from device tree. This adds the codes to do the parse and save it for future use.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- drop patches that were applied to u-boot-x86
- drop v1 patches using Kconfig option CONFIG_DISCRETE_PIRQ_ROUT
- new patch to "parse number of PIRQ links from device tree"
arch/x86/cpu/irq.c | 14 ++++++++++---- arch/x86/include/asm/irq.h | 2 ++ 2 files changed, 12 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
At some point this driver should be converted to livetree.