[U-Boot] [PATCH v2 1/3] x86: irq: Parse number of PIRQ links from device tree

Simon Glass sjg at chromium.org
Wed Jun 13 01:29:05 UTC 2018


Hi Bin,

On 12 June 2018 at 02:26, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>

At some point this driver should be converted to livetree.


More information about the U-Boot mailing list