[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150526122858.GJ1565@arm.com>
Date: Tue, 26 May 2015 13:28:58 +0100
From: Will Deacon <will.deacon@....com>
To: "fu.wei@...aro.org" <fu.wei@...aro.org>
Cc: "suravee.suthikulpanit@....com" <suravee.suthikulpanit@....com>,
"linaro-acpi@...ts.linaro.org" <linaro-acpi@...ts.linaro.org>,
"linux-watchdog@...r.kernel.org" <linux-watchdog@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"tekkamanninja@...il.com" <tekkamanninja@...il.com>,
"graeme.gregory@...aro.org" <graeme.gregory@...aro.org>,
"al.stone@...aro.org" <al.stone@...aro.org>,
"hanjun.guo@...aro.org" <hanjun.guo@...aro.org>,
"timur@...eaurora.org" <timur@...eaurora.org>,
"ashwin.chaugule@...aro.org" <ashwin.chaugule@...aro.org>,
"arnd@...db.de" <arnd@...db.de>,
"linux@...ck-us.net" <linux@...ck-us.net>,
"vgandhi@...eaurora.org" <vgandhi@...eaurora.org>,
"wim@...ana.be" <wim@...ana.be>, "jcm@...hat.com" <jcm@...hat.com>,
"leo.duran@....com" <leo.duran@....com>,
"corbet@....net" <corbet@....net>,
Mark Rutland <Mark.Rutland@....com>,
Catalin Marinas <Catalin.Marinas@....com>
Subject: Re: [PATCH v3 6/6] ACPI: import watchdog info of GTDT into platform
device
On Mon, May 25, 2015 at 11:03:13AM +0100, fu.wei@...aro.org wrote:
> From: Fu Wei <fu.wei@...aro.org>
>
> Parse SBSA Generic Watchdog Structure in GTDT table of ACPI,
> and create a platform device with that information.
> This platform device can be used by the ARM SBSA Generic
> Watchdog driver.
>
> Tested-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
> Tested-by: Timur Tabi <timur@...eaurora.org>
> Signed-off-by: Fu Wei <fu.wei@...aro.org>
> ---
> arch/arm64/kernel/acpi.c | 145 +++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 145 insertions(+)
Why does this all need to be under arch/arm64? The GTDT really isn't
architecture-specific, so I'd *much* rather it was parsed in the driver code
itself, like we already do for the architected timer. The GIC is an
exception because it's in the MADT, which we need to parse in the arch code
to configure SMP properly.
Will
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists