All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Catalin Marinas <catalin.marinas@arm.com>
Cc: Timur Tabi <timur@codeaurora.org>,
	Mark Rutland <Mark.Rutland@arm.com>,
	Rob Herring <robh@kernel.org>,
	"phoenix.liyi@huawei.com" <phoenix.liyi@huawei.com>,
	Robert Richter <rric@kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"linaro-acpi@lists.linaro.org" <linaro-acpi@lists.linaro.org>,
	Marc Zyngier <Marc.Zyngier@arm.com>,
	Will Deacon <Will.Deacon@arm.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	lkml <linux-kernel@vger.kernel.org>,
	"grant.likely@linaro.org" <grant.likely@linaro.org>,
	"wangyijing@huawei.com" <wangyijing@huawei.com>,
	Mark Brown <broonie@kernel.org>,
	"hanjun.guo@linaro.org" <hanjun.guo@linaro.org>,
	"jcm@redhat.com" <jcm@redhat.com>,
	Olof Johansson <olof@lixom.net>,
	Bjorn Helgaas <bhelgaas@google.com>,
	"linux-arm-kernel@lists.infradead.org" <linux-arm-kerne>
Subject: Re: [Linaro-acpi] [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
Date: Thu, 29 Jan 2015 18:20:06 +0000	[thread overview]
Message-ID: <CAKv+Gu_=si=L5+vvg+8hRgwmTahqdePw5bZxUMFSZ8obk-VXFQ@mail.gmail.com> (raw)
In-Reply-To: <20150129151956.GF8951@e104818-lin.cambridge.arm.com>

On 29 January 2015 at 15:19, Catalin Marinas <catalin.marinas@arm.com> wrote:
> On Wed, Jan 28, 2015 at 06:18:44PM +0000, Timur Tabi wrote:
>> On 01/28/2015 12:14 PM, Catalin Marinas wrote:
>> >> >So it looks like there's a whole conversation about this already in
>> >> >this thread that I didn't notice.  However, reading through all of it,
>> >> >I still don't understand sure why the presence of ACPI tables is
>> >> >insufficient to enable ACPI.
>>
>> > Because ACPI on arm64 is still experimental, no matter how many people
>> > claim that it is production ready in their private setups.
>>
>> Fair enough.  Does this mean that passing "acpi=force" on the kernel
>> command line is a requirement for ARM64 servers?
>
> Please read my other email and ideally the whole sub-thread. The
> acpi=force should only be required if the SoC is described (from
> firmware) by both DT and ACPI.
>
>> >> >In what situation would we want to ignore ACPI tables that are
>> >> >present?
>>
>> > When DT tables are also present (and for the first platforms, that's
>> > highly recommended, though not easily enforceable at the kernel level).
>>
>> My understanding is that the EFI stub creates a device tree (and it
>> contains some important information), so I don't understand how we can
>> ever have an ACPI-only platform on ARM64 servers.
>
> If EFI stub creates the DT itself (not passed by firmware), it will
> write some information in the chosen node that the rest of the kernel
> can make use of and take the appropriate decision on whether to use ACPI
> or not. That's something that will be used by kexec and Xen as well
> which may want to boot with ACPI tables outside an EFI environment.
>

If we are going with this solution, we should also mandate that an
ACPI enabled firmware should not supply a non-DT DTB, or we wouldn't
spot the difference. Not sure how likely this is, but I could imagine
a firmware setting up an initrd and hence populating the /chosen node
in an otherwise empty DTB. In this case, the stub would not add its
'I-created-an-empty-dtb' property.

-- 
Ard.

WARNING: multiple messages have this Message-ID (diff)
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Catalin Marinas <catalin.marinas@arm.com>
Cc: Timur Tabi <timur@codeaurora.org>,
	Mark Rutland <Mark.Rutland@arm.com>,
	Rob Herring <robh@kernel.org>,
	"phoenix.liyi@huawei.com" <phoenix.liyi@huawei.com>,
	Robert Richter <rric@kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"linaro-acpi@lists.linaro.org" <linaro-acpi@lists.linaro.org>,
	Marc Zyngier <Marc.Zyngier@arm.com>,
	Will Deacon <Will.Deacon@arm.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	lkml <linux-kernel@vger.kernel.org>,
	"grant.likely@linaro.org" <grant.likely@linaro.org>,
	"wangyijing@huawei.com" <wangyijing@huawei.com>,
	Mark Brown <broonie@kernel.org>,
	"hanjun.guo@linaro.org" <hanjun.guo@linaro.org>,
	"jcm@redhat.com" <jcm@redhat.com>,
	Olof Johansson <olof@lixom.net>,
	Bjorn Helgaas <bhelgaas@google.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Jason Cooper <jason@lakedaemon.net>
Subject: Re: [Linaro-acpi] [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
Date: Thu, 29 Jan 2015 18:20:06 +0000	[thread overview]
Message-ID: <CAKv+Gu_=si=L5+vvg+8hRgwmTahqdePw5bZxUMFSZ8obk-VXFQ@mail.gmail.com> (raw)
In-Reply-To: <20150129151956.GF8951@e104818-lin.cambridge.arm.com>

On 29 January 2015 at 15:19, Catalin Marinas <catalin.marinas@arm.com> wrote:
> On Wed, Jan 28, 2015 at 06:18:44PM +0000, Timur Tabi wrote:
>> On 01/28/2015 12:14 PM, Catalin Marinas wrote:
>> >> >So it looks like there's a whole conversation about this already in
>> >> >this thread that I didn't notice.  However, reading through all of it,
>> >> >I still don't understand sure why the presence of ACPI tables is
>> >> >insufficient to enable ACPI.
>>
>> > Because ACPI on arm64 is still experimental, no matter how many people
>> > claim that it is production ready in their private setups.
>>
>> Fair enough.  Does this mean that passing "acpi=force" on the kernel
>> command line is a requirement for ARM64 servers?
>
> Please read my other email and ideally the whole sub-thread. The
> acpi=force should only be required if the SoC is described (from
> firmware) by both DT and ACPI.
>
>> >> >In what situation would we want to ignore ACPI tables that are
>> >> >present?
>>
>> > When DT tables are also present (and for the first platforms, that's
>> > highly recommended, though not easily enforceable at the kernel level).
>>
>> My understanding is that the EFI stub creates a device tree (and it
>> contains some important information), so I don't understand how we can
>> ever have an ACPI-only platform on ARM64 servers.
>
> If EFI stub creates the DT itself (not passed by firmware), it will
> write some information in the chosen node that the rest of the kernel
> can make use of and take the appropriate decision on whether to use ACPI
> or not. That's something that will be used by kexec and Xen as well
> which may want to boot with ACPI tables outside an EFI environment.
>

If we are going with this solution, we should also mandate that an
ACPI enabled firmware should not supply a non-DT DTB, or we wouldn't
spot the difference. Not sure how likely this is, but I could imagine
a firmware setting up an initrd and hence populating the /chosen node
in an otherwise empty DTB. In this case, the stub would not add its
'I-created-an-empty-dtb' property.

-- 
Ard.

WARNING: multiple messages have this Message-ID (diff)
From: ard.biesheuvel@linaro.org (Ard Biesheuvel)
To: linux-arm-kernel@lists.infradead.org
Subject: [Linaro-acpi] [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
Date: Thu, 29 Jan 2015 18:20:06 +0000	[thread overview]
Message-ID: <CAKv+Gu_=si=L5+vvg+8hRgwmTahqdePw5bZxUMFSZ8obk-VXFQ@mail.gmail.com> (raw)
In-Reply-To: <20150129151956.GF8951@e104818-lin.cambridge.arm.com>

On 29 January 2015 at 15:19, Catalin Marinas <catalin.marinas@arm.com> wrote:
> On Wed, Jan 28, 2015 at 06:18:44PM +0000, Timur Tabi wrote:
>> On 01/28/2015 12:14 PM, Catalin Marinas wrote:
>> >> >So it looks like there's a whole conversation about this already in
>> >> >this thread that I didn't notice.  However, reading through all of it,
>> >> >I still don't understand sure why the presence of ACPI tables is
>> >> >insufficient to enable ACPI.
>>
>> > Because ACPI on arm64 is still experimental, no matter how many people
>> > claim that it is production ready in their private setups.
>>
>> Fair enough.  Does this mean that passing "acpi=force" on the kernel
>> command line is a requirement for ARM64 servers?
>
> Please read my other email and ideally the whole sub-thread. The
> acpi=force should only be required if the SoC is described (from
> firmware) by both DT and ACPI.
>
>> >> >In what situation would we want to ignore ACPI tables that are
>> >> >present?
>>
>> > When DT tables are also present (and for the first platforms, that's
>> > highly recommended, though not easily enforceable at the kernel level).
>>
>> My understanding is that the EFI stub creates a device tree (and it
>> contains some important information), so I don't understand how we can
>> ever have an ACPI-only platform on ARM64 servers.
>
> If EFI stub creates the DT itself (not passed by firmware), it will
> write some information in the chosen node that the rest of the kernel
> can make use of and take the appropriate decision on whether to use ACPI
> or not. That's something that will be used by kexec and Xen as well
> which may want to boot with ACPI tables outside an EFI environment.
>

If we are going with this solution, we should also mandate that an
ACPI enabled firmware should not supply a non-DT DTB, or we wouldn't
spot the difference. Not sure how likely this is, but I could imagine
a firmware setting up an initrd and hence populating the /chosen node
in an otherwise empty DTB. In this case, the stub would not add its
'I-created-an-empty-dtb' property.

-- 
Ard.

  reply	other threads:[~2015-01-29 18:20 UTC|newest]

Thread overview: 429+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14 15:04 [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1 Hanjun Guo
2015-01-14 15:04 ` Hanjun Guo
2015-01-14 15:04 ` [PATCH v7 01/17] arm64: allow late use of early_ioremap Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:44   ` Mark Langsdorf
2015-01-15 18:44     ` Mark Langsdorf
2015-01-14 15:04 ` [PATCH v7 02/17] ARM64 / ACPI: Get RSDP and ACPI boot-time tables Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:45   ` Mark Langsdorf
2015-01-15 18:45     ` Mark Langsdorf
2015-01-14 15:04 ` [PATCH v7 03/17] ARM64 / ACPI: Introduce sleep-arm.c Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:45   ` Mark Langsdorf
2015-01-15 18:45     ` Mark Langsdorf
2015-01-14 15:04 ` [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:46   ` Mark Langsdorf
2015-01-15 18:46     ` Mark Langsdorf
2015-01-19 11:42   ` Catalin Marinas
2015-01-19 11:42     ` Catalin Marinas
2015-01-19 11:42     ` Catalin Marinas
2015-01-19 11:55     ` Ard Biesheuvel
2015-01-19 11:55       ` Ard Biesheuvel
2015-01-19 11:55       ` Ard Biesheuvel
2015-01-19 13:51       ` Catalin Marinas
2015-01-19 13:51         ` Catalin Marinas
2015-01-19 13:51         ` Catalin Marinas
2015-01-19 14:00         ` Ard Biesheuvel
2015-01-19 14:00           ` Ard Biesheuvel
2015-01-19 14:00           ` Ard Biesheuvel
2015-01-19 14:22           ` Catalin Marinas
2015-01-19 14:22             ` Catalin Marinas
2015-01-19 14:22             ` Catalin Marinas
2015-01-19 15:13         ` Grant Likely
2015-01-19 15:13           ` Grant Likely
2015-01-19 15:13           ` Grant Likely
2015-01-19 16:59           ` Jon Masters
2015-01-19 16:59             ` Jon Masters
2015-01-19 16:59             ` Jon Masters
2015-01-19 17:52             ` Catalin Marinas
2015-01-19 17:52               ` Catalin Marinas
2015-01-19 17:52               ` Catalin Marinas
2015-01-19 18:01               ` Mark Rutland
2015-01-19 18:01                 ` Mark Rutland
2015-01-19 18:01                 ` Mark Rutland
2015-01-20  9:29                 ` Hanjun Guo
2015-01-20  9:29                   ` Hanjun Guo
2015-01-20  9:29                   ` Hanjun Guo
2015-01-20 10:56                   ` Catalin Marinas
2015-01-20 10:56                     ` Catalin Marinas
2015-01-20 10:56                     ` Catalin Marinas
2015-01-20 11:10                   ` Mark Rutland
2015-01-20 11:10                     ` Mark Rutland
2015-01-20 11:10                     ` Mark Rutland
2015-01-20 12:17                     ` Hanjun Guo
2015-01-20 12:17                       ` Hanjun Guo
2015-01-20 12:17                       ` Hanjun Guo
2015-01-20 12:31                     ` Leif Lindholm
2015-01-20 12:31                       ` Leif Lindholm
2015-01-20 12:31                       ` Leif Lindholm
2015-01-20 19:20                   ` Stefano Stabellini
2015-01-20 19:20                     ` Stefano Stabellini
2015-01-20 19:20                     ` Stefano Stabellini
2015-01-21  9:43                     ` Parth Dixit
2015-01-21  9:43                       ` Parth Dixit
2015-01-21  9:43                       ` Parth Dixit
2015-01-21 15:23                     ` Catalin Marinas
2015-01-21 15:23                       ` Catalin Marinas
2015-01-21 15:23                       ` Catalin Marinas
2015-01-21 15:29                       ` Jon Masters
2015-01-21 15:29                         ` Jon Masters
2015-01-21 15:29                         ` Jon Masters
2015-01-21 15:42                         ` Catalin Marinas
2015-01-21 15:42                           ` Catalin Marinas
2015-01-21 15:42                           ` Catalin Marinas
2015-01-21 15:56                           ` Graeme Gregory
2015-01-21 15:56                             ` Graeme Gregory
2015-01-21 15:56                             ` Graeme Gregory
2015-01-21 16:05                           ` Jon Masters
2015-01-21 16:05                             ` Jon Masters
2015-01-21 16:05                             ` Jon Masters
2015-01-21 16:16                             ` Catalin Marinas
2015-01-21 16:16                               ` Catalin Marinas
2015-01-21 16:16                               ` Catalin Marinas
2015-01-21 16:51                               ` Parth Dixit
2015-01-21 16:51                                 ` Parth Dixit
2015-01-21 16:51                                 ` Parth Dixit
2015-01-21 16:10                       ` Stefano Stabellini
2015-01-21 16:10                         ` Stefano Stabellini
2015-01-21 16:10                         ` Stefano Stabellini
2015-01-22 12:29                         ` Daniel Kiper
2015-01-22 12:29                           ` Daniel Kiper
2015-01-22 12:29                           ` Daniel Kiper
2015-01-28 17:58   ` [Linaro-acpi] " Timur Tabi
2015-01-28 17:58     ` Timur Tabi
2015-01-28 17:58     ` Timur Tabi
2015-01-28 18:08     ` Catalin Marinas
2015-01-28 18:08       ` Catalin Marinas
2015-01-28 18:08       ` Catalin Marinas
2015-01-28 18:08     ` Timur Tabi
2015-01-28 18:08       ` Timur Tabi
2015-01-28 18:08       ` Timur Tabi
2015-01-28 18:14       ` Catalin Marinas
2015-01-28 18:14         ` Catalin Marinas
2015-01-28 18:14         ` Catalin Marinas
2015-01-28 18:18         ` Timur Tabi
2015-01-28 18:18           ` Timur Tabi
2015-01-28 18:18           ` Timur Tabi
2015-01-29 15:19           ` Catalin Marinas
2015-01-29 15:19             ` Catalin Marinas
2015-01-29 15:19             ` Catalin Marinas
2015-01-29 18:20             ` Ard Biesheuvel [this message]
2015-01-29 18:20               ` Ard Biesheuvel
2015-01-29 18:20               ` Ard Biesheuvel
2015-01-29 18:21               ` Timur Tabi
2015-01-29 18:21                 ` Timur Tabi
2015-01-29 18:21                 ` Timur Tabi
2015-01-29 18:28                 ` Ard Biesheuvel
2015-01-29 18:28                   ` Ard Biesheuvel
2015-01-29 18:28                   ` Ard Biesheuvel
2015-01-29 18:34                   ` Timur Tabi
2015-01-29 18:34                     ` Timur Tabi
2015-01-29 18:34                     ` Timur Tabi
2015-01-29 18:44                     ` Jon Masters
2015-01-29 18:44                       ` Jon Masters
2015-01-29 18:44                       ` Jon Masters
2015-01-29 23:11                       ` Catalin Marinas
2015-01-29 23:11                         ` Catalin Marinas
2015-01-29 23:11                         ` Catalin Marinas
2015-01-29 23:16                         ` Jon Masters
2015-01-29 23:16                           ` Jon Masters
2015-01-29 23:16                           ` Jon Masters
2015-01-29 23:30                           ` Catalin Marinas
2015-01-29 23:30                             ` Catalin Marinas
2015-01-29 23:30                             ` Catalin Marinas
2015-01-30 11:13               ` Catalin Marinas
2015-01-30 11:13                 ` Catalin Marinas
2015-01-30 11:13                 ` Catalin Marinas
2015-01-30 14:48                 ` Timur Tabi
2015-01-30 14:48                   ` Timur Tabi
2015-01-30 14:48                   ` Timur Tabi
2015-01-30 15:12                   ` Ard Biesheuvel
2015-01-30 15:12                     ` Ard Biesheuvel
2015-01-30 15:12                     ` Ard Biesheuvel
2015-01-14 15:04 ` [PATCH v7 05/17] ARM64 / ACPI: If we chose to boot from acpi then disable FDT Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:46   ` Mark Langsdorf
2015-01-15 18:46     ` Mark Langsdorf
2015-01-19 11:45   ` Catalin Marinas
2015-01-19 11:45     ` Catalin Marinas
2015-01-19 11:45     ` Catalin Marinas
2015-01-14 15:04 ` [PATCH v7 06/17] ARM64 / ACPI: Make PCI optional for ACPI on ARM64 Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:46   ` Mark Langsdorf
2015-01-15 18:46     ` Mark Langsdorf
2015-01-16  9:49   ` Catalin Marinas
2015-01-16  9:49     ` Catalin Marinas
2015-01-16  9:49     ` Catalin Marinas
2015-01-18  6:25     ` Hanjun Guo
2015-01-18  6:25       ` Hanjun Guo
2015-01-18  6:25       ` Hanjun Guo
2015-01-18  6:31       ` Jon Masters
2015-01-18  6:31         ` Jon Masters
2015-01-18  6:31         ` Jon Masters
2015-01-18  6:46         ` Hanjun Guo
2015-01-18  6:46           ` Hanjun Guo
2015-01-18  6:46           ` Hanjun Guo
2015-01-18  9:29           ` Graeme Gregory
2015-01-18  9:29             ` Graeme Gregory
2015-01-18  9:29             ` Graeme Gregory
2015-01-18 12:32             ` Jon Masters
2015-01-18 12:32               ` Jon Masters
2015-01-18 12:32               ` Jon Masters
2015-01-19  4:26             ` Hanjun Guo
2015-01-19  4:26               ` Hanjun Guo
2015-01-19  4:26               ` Hanjun Guo
2015-01-19 10:37             ` Catalin Marinas
2015-01-19 10:37               ` Catalin Marinas
2015-01-19 10:37               ` Catalin Marinas
2015-01-19 10:42       ` Catalin Marinas
2015-01-19 10:42         ` Catalin Marinas
2015-01-19 10:42         ` Catalin Marinas
2015-01-20  2:39         ` Hanjun Guo
2015-01-20  2:39           ` Hanjun Guo
2015-01-20  2:39           ` Hanjun Guo
2015-01-20 11:00           ` Catalin Marinas
2015-01-20 11:00             ` Catalin Marinas
2015-01-20 11:00             ` Catalin Marinas
2015-01-20 11:56             ` Hanjun Guo
2015-01-20 11:56               ` Hanjun Guo
2015-01-20 11:56               ` Hanjun Guo
2015-01-20 12:26             ` [Linaro-acpi] " Tomasz Nowicki
2015-01-20 12:26               ` Tomasz Nowicki
2015-01-20 12:26               ` Tomasz Nowicki
2015-01-20 15:10               ` Catalin Marinas
2015-01-20 15:10                 ` Catalin Marinas
2015-01-20 15:10                 ` Catalin Marinas
2015-01-14 15:04 ` [PATCH v7 07/17] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1 Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:47   ` Mark Langsdorf
2015-01-15 18:47     ` Mark Langsdorf
2015-01-16 14:33   ` Lorenzo Pieralisi
2015-01-16 14:33     ` Lorenzo Pieralisi
2015-01-16 14:33     ` Lorenzo Pieralisi
2015-01-18  5:49     ` Hanjun Guo
2015-01-18  5:49       ` Hanjun Guo
2015-01-18  5:49       ` Hanjun Guo
2015-01-19 11:50   ` Catalin Marinas
2015-01-19 11:50     ` Catalin Marinas
2015-01-19 11:50     ` Catalin Marinas
2015-01-20  3:05     ` Hanjun Guo
2015-01-20  3:05       ` Hanjun Guo
2015-01-20  3:05       ` Hanjun Guo
2015-01-14 15:04 ` [PATCH v7 08/17] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:47   ` Mark Langsdorf
2015-01-15 18:47     ` Mark Langsdorf
2015-01-14 15:04 ` [PATCH v7 09/17] ACPI / table: Print GIC information when MADT is parsed Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:47   ` Mark Langsdorf
2015-01-15 18:47     ` Mark Langsdorf
2015-01-14 15:04 ` [PATCH v7 10/17] ARM64 / ACPI: Parse MADT for SMP initialization Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:48   ` Mark Langsdorf
2015-01-15 18:48     ` Mark Langsdorf
2015-01-16 18:18   ` Lorenzo Pieralisi
2015-01-16 18:18     ` Lorenzo Pieralisi
2015-01-16 18:18     ` Lorenzo Pieralisi
2015-01-20 13:09     ` Hanjun Guo
2015-01-20 13:09       ` Hanjun Guo
2015-01-20 13:09       ` Hanjun Guo
2015-01-20 15:16       ` Lorenzo Pieralisi
2015-01-20 15:16         ` Lorenzo Pieralisi
2015-01-20 15:16         ` Lorenzo Pieralisi
2015-01-14 15:04 ` [PATCH v7 11/17] ACPI / processor: Make it possible to get CPU hardware ID via GICC Hanjun Guo
2015-01-14 15:04   ` Hanjun Guo
2015-01-15 18:48   ` Mark Langsdorf
2015-01-15 18:48     ` Mark Langsdorf
2015-01-20 11:17   ` Catalin Marinas
2015-01-20 11:17     ` Catalin Marinas
2015-01-20 11:17     ` Catalin Marinas
2015-01-20 12:26     ` Hanjun Guo
2015-01-20 12:26       ` Hanjun Guo
2015-01-20 12:26       ` Hanjun Guo
2015-01-20 16:16   ` Lorenzo Pieralisi
2015-01-20 16:16     ` Lorenzo Pieralisi
2015-01-20 16:16     ` Lorenzo Pieralisi
2015-01-14 15:05 ` [PATCH v7 12/17] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:48   ` Mark Langsdorf
2015-01-15 18:48     ` Mark Langsdorf
2015-01-16 10:45   ` Marc Zyngier
2015-01-16 10:45     ` Marc Zyngier
2015-01-16 10:45     ` Marc Zyngier
2015-01-14 15:05 ` [PATCH v7 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:50   ` Mark Langsdorf
2015-01-15 18:50     ` Mark Langsdorf
2015-01-16 11:15   ` Marc Zyngier
2015-01-16 11:15     ` Marc Zyngier
2015-01-16 11:15     ` Marc Zyngier
2015-01-16 13:54     ` Grant Likely
2015-01-16 13:54       ` Grant Likely
2015-01-16 13:54       ` Grant Likely
2015-01-16 14:37       ` Marc Zyngier
2015-01-16 14:37         ` Marc Zyngier
2015-01-16 14:37         ` Marc Zyngier
2015-01-22 12:46         ` Hanjun Guo
2015-01-22 12:46           ` Hanjun Guo
2015-01-22 12:46           ` Hanjun Guo
2015-01-22 14:46           ` Marc Zyngier
2015-01-22 14:46             ` Marc Zyngier
2015-01-22 14:46             ` Marc Zyngier
2015-01-23  9:38             ` Hanjun Guo
2015-01-23  9:38               ` Hanjun Guo
2015-01-23  9:38               ` Hanjun Guo
2015-01-27 16:12         ` Grant Likely
2015-01-27 16:12           ` Grant Likely
2015-01-27 16:12           ` Grant Likely
2015-01-29 15:29           ` Catalin Marinas
2015-01-29 15:29             ` Catalin Marinas
2015-01-29 15:29             ` Catalin Marinas
2015-01-29 16:06             ` Tomasz Nowicki
2015-01-29 16:06               ` Tomasz Nowicki
2015-01-29 16:06               ` Tomasz Nowicki
2015-01-20 10:40     ` Tomasz Nowicki
2015-01-20 10:40       ` Tomasz Nowicki
2015-01-20 10:40       ` Tomasz Nowicki
2015-01-20 13:05       ` Jon Masters
2015-01-20 13:05         ` Jon Masters
2015-01-20 13:05         ` Jon Masters
2015-01-14 15:05 ` [PATCH v7 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:50   ` Mark Langsdorf
2015-01-15 18:50     ` Mark Langsdorf
2015-01-14 15:05 ` [PATCH v7 15/17] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64 Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:50   ` Mark Langsdorf
2015-01-15 18:50     ` Mark Langsdorf
2015-01-14 15:05 ` [PATCH v7 16/17] ARM64 / ACPI: Enable ARM64 in Kconfig Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:50   ` Mark Langsdorf
2015-01-15 18:50     ` Mark Langsdorf
2015-01-14 15:05 ` [PATCH v7 17/17] Documentation: ACPI for ARM64 Hanjun Guo
2015-01-14 15:05   ` Hanjun Guo
2015-01-15 18:54   ` Mark Langsdorf
2015-01-15 18:54     ` Mark Langsdorf
2015-01-15 16:26 ` [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1 Grant Likely
2015-01-15 16:26   ` Grant Likely
2015-01-15 16:26   ` Grant Likely
2015-01-15 18:23   ` Catalin Marinas
2015-01-15 18:23     ` Catalin Marinas
2015-01-15 18:23     ` Catalin Marinas
2015-01-15 19:02     ` Mark Brown
2015-01-15 19:02       ` Mark Brown
2015-01-15 19:02       ` Mark Brown
2015-01-15 20:04       ` Jason Cooper
2015-01-15 20:04         ` Jason Cooper
2015-01-15 20:04         ` Jason Cooper
2015-01-15 20:31         ` Mark Brown
2015-01-15 20:31           ` Mark Brown
2015-01-15 20:31           ` Mark Brown
2015-01-15 20:51           ` Jason Cooper
2015-01-15 20:51             ` Jason Cooper
2015-01-15 20:51             ` Jason Cooper
2015-01-16 11:49             ` Mark Brown
2015-01-16 11:49               ` Mark Brown
2015-01-16 11:49               ` Mark Brown
2015-01-16  7:24           ` Hanjun Guo
2015-01-16  7:24             ` Hanjun Guo
2015-01-16  7:24             ` Hanjun Guo
2015-01-16 10:10         ` Catalin Marinas
2015-01-16 10:10           ` Catalin Marinas
2015-01-16 10:10           ` Catalin Marinas
2015-01-16 12:05           ` Mark Brown
2015-01-16 12:05             ` Mark Brown
2015-01-16 12:05             ` Mark Brown
2015-01-16 12:29             ` Will Deacon
2015-01-16 12:29               ` Will Deacon
2015-01-16 12:29               ` Will Deacon
2015-01-16 16:54               ` Mark Brown
2015-01-16 16:54                 ` Mark Brown
2015-01-16 16:54                 ` Mark Brown
2015-01-18  6:36           ` Hanjun Guo
2015-01-18  6:36             ` Hanjun Guo
2015-01-18  6:36             ` Hanjun Guo
2015-01-15 21:31     ` Al Stone
2015-01-15 21:31       ` Al Stone
2015-01-15 21:31       ` Al Stone
2015-01-15 21:38       ` Jon Masters
2015-01-15 21:38         ` Jon Masters
2015-01-15 21:38         ` Jon Masters
2015-01-16 10:20       ` Catalin Marinas
2015-01-16 10:20         ` Catalin Marinas
2015-01-16 10:20         ` Catalin Marinas
2015-01-16 15:17         ` [Linaro-acpi] " Al Stone
2015-01-16 15:17           ` Al Stone
2015-01-16 15:17           ` Al Stone
2015-01-16 15:23           ` Al Stone
2015-01-16 15:23             ` Al Stone
2015-01-16 15:23             ` Al Stone
2015-01-16 15:44           ` Suravee Suthikulpanit
2015-01-16 15:44             ` Suravee Suthikulpanit
2015-01-16 15:44             ` Suravee Suthikulpanit
2015-01-16  7:17     ` Hanjun Guo
2015-01-16  7:17       ` Hanjun Guo
2015-01-16  7:17       ` Hanjun Guo
2015-01-16 10:04       ` Catalin Marinas
2015-01-16 10:04         ` Catalin Marinas
2015-01-16 10:04         ` Catalin Marinas
2015-01-16 14:45       ` Tom Lendacky
2015-01-16 14:45         ` Tom Lendacky
2015-01-16 14:45         ` Tom Lendacky
2015-01-16 14:55         ` Will Deacon
2015-01-16 14:55           ` Will Deacon
2015-01-16 14:55           ` Will Deacon
2015-01-16 15:14           ` Arnd Bergmann
2015-01-16 15:14             ` Arnd Bergmann
2015-01-16 15:14             ` Arnd Bergmann
2015-01-16 15:25             ` Catalin Marinas
2015-01-16 15:25               ` Catalin Marinas
2015-01-16 15:25               ` Catalin Marinas
2015-01-16 15:33             ` Will Deacon
2015-01-16 15:33               ` Will Deacon
2015-01-16 15:33               ` Will Deacon
2015-01-16 15:40               ` Arnd Bergmann
2015-01-16 15:40                 ` Arnd Bergmann
2015-01-16 15:40                 ` Arnd Bergmann
2015-01-16 15:43                 ` [Linaro-acpi] " Arnd Bergmann
2015-01-16 15:43                   ` Arnd Bergmann
2015-01-16 15:49                 ` Will Deacon
2015-01-16 15:49                   ` Will Deacon
2015-01-16 15:49                   ` Will Deacon
2015-01-16 15:53                   ` [Linaro-acpi] " Arnd Bergmann
2015-01-16 15:53                     ` Arnd Bergmann
2015-01-16 15:53                     ` Arnd Bergmann
2015-01-17 17:53                     ` Rob Herring
2015-01-17 17:53                       ` Rob Herring
2015-01-17 17:53                       ` Rob Herring
2015-01-16 17:12                   ` Tom Lendacky
2015-01-16 17:12                     ` Tom Lendacky
2015-01-16 17:12                     ` Tom Lendacky
2015-01-16 15:16           ` Tom Lendacky
2015-01-16 15:16             ` Tom Lendacky
2015-01-16 15:16             ` Tom Lendacky
2015-01-16 16:29     ` Grant Likely
2015-01-16 16:29       ` Grant Likely
2015-01-16 16:29       ` Grant Likely
2015-01-16 17:20       ` [Linaro-acpi] " Arnd Bergmann
2015-01-16 17:20         ` Arnd Bergmann
2015-01-16 17:20         ` Arnd Bergmann
2015-01-17 11:52       ` Catalin Marinas
2015-01-17 11:52         ` Catalin Marinas
2015-01-17 11:52         ` Catalin Marinas
2015-01-15 18:58 ` Jon Masters
2015-01-15 18:58   ` Jon Masters
2015-01-15 19:49 ` Mark Langsdorf
2015-01-16  8:37   ` Hanjun Guo
2015-01-15 21:33 ` Suravee Suthikulanit
2015-01-15 21:33   ` Suravee Suthikulanit
2015-01-15 21:33   ` Suravee Suthikulanit
2015-01-27 17:46 ` Timur Tabi
2015-01-27 17:46   ` Timur Tabi
2015-01-28 13:53   ` Hanjun Guo
2015-01-28 13:53     ` Hanjun Guo
2015-01-28 13:53     ` Hanjun Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKv+Gu_=si=L5+vvg+8hRgwmTahqdePw5bZxUMFSZ8obk-VXFQ@mail.gmail.com' \
    --to=ard.biesheuvel@linaro.org \
    --cc=Marc.Zyngier@arm.com \
    --cc=Mark.Rutland@arm.com \
    --cc=Will.Deacon@arm.com \
    --cc=arnd@arndb.de \
    --cc=bhelgaas@google.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=grant.likely@linaro.org \
    --cc=hanjun.guo@linaro.org \
    --cc=jcm@redhat.com \
    --cc=linaro-acpi@lists.linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=phoenix.liyi@huawei.com \
    --cc=rdunlap@infradead.org \
    --cc=rjw@rjwysocki.net \
    --cc=robh@kernel.org \
    --cc=rric@kernel.org \
    --cc=timur@codeaurora.org \
    --cc=wangyijing@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.