Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565883
| From | Mark Rutland <mark.rutland@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC 4/4] irqchip, gicv3-its: Add HiSilicon acpi based erratum data. |
| Date | 2017-01-24 15:10 +0100 |
| Message-ID | <t39Xk-5ij-13@gated-at.bofh.it> (permalink) |
| References | <t39NE-4ZI-31@gated-at.bofh.it> <t39NE-4ZI-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 24, 2017 at 01:53:09PM +0000, Shameerali Kolothum Thodi wrote:
> This enables the acpi based workaround for HiSilicon erratum 161010801.
>
> Signed-off-by: shameer <shameerali.kolothum.thodi@huawei.com>
> ---
> drivers/irqchip/irq-gic-v3-its.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c
> index 9fa12b7..d0f5099 100644
> --- a/drivers/irqchip/irq-gic-v3-its.c
> +++ b/drivers/irqchip/irq-gic-v3-its.c
> @@ -1868,7 +1868,10 @@ struct acpi_madt_its_quirks {
>
> /*Upadate as per the board OEM ID and TABLE ID*/
> struct acpi_madt_its_quirks acpi_its_quirks[] __initdata = {
> -
> +#ifdef CONFIG_HISILICON_ERRATUM_161010801
> + {"HISI ", "HIP06 ", 0, 0, "hisilicon,erratum-161010801"},
> + {"HISI ", "HIP07 ", 0, 0, "hisilicon,erratum-161010801"},
> +#endif
> };
Similarly to the arch timer patch, NAK to bodging ACPI match data to DT
property names.
Thanks,
Mark.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC 4/4] irqchip, gicv3-its: Add HiSilicon acpi based erratum data. Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com> - 2017-01-24 15:00 +0100 Re: [RFC 4/4] irqchip, gicv3-its: Add HiSilicon acpi based erratum data. Mark Rutland <mark.rutland@arm.com> - 2017-01-24 15:10 +0100
csiph-web