All of lore.kernel.org
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: ACPI vs DT at runtime
Date: Mon, 18 Nov 2013 09:28:47 -0600	[thread overview]
Message-ID: <CAL_Jsq+QUXj5CX3aV9gAnb0HOU3eJwFLjeeC3wMBSH6qwLmq+w@mail.gmail.com> (raw)
In-Reply-To: <5289A356.4060004@jonmasters.org>

On Sun, Nov 17, 2013 at 11:19 PM, Jon Masters <jonathan@jonmasters.org> wrote:
> Olof, thanks for starting this thread. Mark, thanks for the followup.
>
> Comments on both inline, below. But before I reply to the specific
> points, let me add that this is clearly an emotional topic for many.
> There are a great many companies involved in ARMv8 on servers, and a
> great many have yet to say anything in public. I am trying to strike a
> balance constantly by being fair to those who have announced and those
> who have yet to do so. But regardless, we have one chance here to make a
> good server platform that can challenge the incumbent architectures. If
> I weren't utterly convinced of that, and of the need for such standards
> as UEFI and ACPI, then I wouldn't be so vocal about it. Given who is
> involved in this space, regardless of a decision to adopt ACPI now or
> later, it is coming. It can be done right now, or not.
>
> I (and others) pushed 3 years ago for the adoption of ACPI. Dong, and
> others instigated the legal processes that resulted in the movement of
> ACPI under UEFI Forum recently, to become a fully open standard that can
> be shaped - both by the Linux community, and by others. ACPI.next will
> benefit from the same development process that has shaped UEFI standards
> over the past few years, and most people here can easily get involved in
> shaping that standard - as they can on x86 as well now.
>
> I am pushing for a few other things to become public that will help to
> explain why ACPI is being adopted and provide a standardized description
> of the ways in which it will be used/consumed.
>
> On 11/15/2013 04:57 AM, Mark Rutland wrote:
>> On Fri, Nov 15, 2013 at 01:44:10AM +0000, Olof Johansson wrote:
>>> The more I start to see early UEFI/ACPI code, the more I am certain
>>> that we want none of that crap in the kernel. It's making things
>>> considerably messier, while we're already very busy trying to convert
>>> everything over and enable DT -- we'll be preempting that effort just
>>> to add even more boilerplate everywhere and total progress will be
>>> hurt.
>
> Firstly, I would note that I don't expect DeviceTree to go away. Only on
> server class systems. I expect all server class ARMv8 systems in the
> Enterprise/Cloud environment to boot using UEFI and ACPI. This is
> certainly the case of most future design starts already underway. These
> can either be supported properly, or not, but ignoring the impending
> ACPI systems isn't practical. Translation won't work reliably either.
>
> For the record, I did suggest to Applied that the first posting of that
> SATA driver not have the ACPI bits in (since we know it needs cleaning
> up to use the key/value approaches already discussed, and so on), but
> after chatting with Loc about it, it seemed reasonable to use the
> opportunity to start a discussion - which seems to be on cue here.

That and the Exynos SATA support are great examples of how ACPI won't
help solve anything. Both are "standard AHCI" yet require lots of code
at runtime that ACPI is simply not going abstract away. Even we had to
do modifications for highbank due to an errata. What's to keep the
next gen chips from changing because they will. New process technology
will mean new phy which will no doubt have different programming or
quirks.


>> I'm of the opinion that the only way we should support ACPI is as a
>> first-class citizen.
>
> There really isn't another way to do it in my opinion.
>
>> We don't need to modify every driver and subsystem
>> to support ACPI, only those necessary to support the minimal set of
>> platforms using ACPI. ACPI is new in the arm space, and we can enforce
>> quality standards on ACPI _now_ above what we're allowing for DT, and
>> avoid future problems.
>
> This is key. It's not going to be ACPI everywhere. It's going to be ACPI
> on server class systems. And later, maybe some client systems. But the
> big push is from the server crowd. We need to build systems that in 5-10
> years time can still boot an older kernel. This can't be done without a
> standardized/versioned enumeration/discovery mechanism like ACPI that
> has an API enshrined in stone as far as compatibility. Device Tree is
> wonderful, anyone can make a binding and use it. Or change the binding
> in the next kernel release. Or...this doesn't work in the server space.
> Server platforms aren't vertically welded shut like in the embedded
> space, where DeviceTree has brought all kinds of benefits for those
> building with a single kernel for many different targets, but has also
> seen a huge amount of churn from one kernel to the next. If I counted
> the number of times I've been told "just update your dtb"...then I would
> be shivering in the corner a sadden wreck. You can't "just update your
> dtb" on a server class system. You shouldn't.

I think people are being misled that ACPI somehow solves the problem
of new systems just work. It doesn't. It is having a single platform,
tons of legacy h/w or emulation of the h/w, and the ability to trap
into the firmware. That all takes upfront design and verification
requirements to achieve. This is not how the ARM world works. Yes, we
have secret documents attempting to standardize things, but they are
hardly sufficient. Using AHCI for SATA is specified, but the above
example shows why this is insufficient. Granted, those chips were not
designed to target any standardization doc, but I doubt anyone reads
the doc and believes they are not already compliant. When it comes
down to changing the kernel or spinning the Si, vendors are going to
do the former.

> But anyway, emotional plea aside, a very large number of ACPI systems
> are coming. Yes, I've been pushing to get existing players to switch,
> but that's because I know what is coming. And if you want certain other
> players to appear in this space, you'll need to have ACPI for them, too.

Well, first a large number of DT systems are coming because ACPI is
simply not ready. Yes, some of the core ACPI support is getting in
place, but until how to deal with it in drivers is worked out drivers
are going to use DT. As this thread shows, there is currently nothing
more than ideas thrown around of how to deal with both.

>> There may even be things which we don't have to deal with at all on ACPI
>> systems as used in servers (e.g. clock management), but perhaps we will
>> if people see value in those elements.
>>
>>> The server guys really want UEFI for their boot protocols,
>>> installation managers, etc, etc. That's fine, let them do that, but
>>> that doesn't mean we need to bring the same APIs all the way into the
>>> kernel.
>>>
>>> So, I'm strongly urging that whatever the server guys try to do, it
>>> will in the end result in the ACPI data being translated into DT
>>> equivalents, such that the kernel _only_ needs to handle data via DT.
>>
>> I'm not sure that translating ACPI tables to dt makes any sense. If AML
>> is used (even sparingly), I do not believe that we can do any sensible
>> conversion to device tree. My understanding is that AML includes
>> functionality for modifying ACPI tables, and I don't see how we can
>> possibly support that without having to add a lot of boilerplate to all
>> the code handling AML to add a device tree backend...
>
> AML includes code that is runtime interpreted, for things like power
> button emulation and the like. You can't just translate this. This comes
> up every few years - it's impractical. You'll end up having to ship both
> DTB and ACPI tables for a system. Which means two tables for a platform
> vendor to get right. You know what will happen - only one table with be
> correct. Perhaps it seems that it will be the DTB that is more correct,
> and this might be true this week, but by 2016 I *guarantee* you that the
> ACPI table will be the one winning.

Perhaps we spend so much pointless effort on ACPI conversion rather
than areas that really benefit end users that we win the battle and
lose the war.

Rob

  parent reply	other threads:[~2013-11-18 15:28 UTC|newest]

Thread overview: 186+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15  1:44 ACPI vs DT at runtime Olof Johansson
2013-11-15  1:44 ` Olof Johansson
2013-11-15  9:57 ` Mark Rutland
2013-11-15  9:57   ` Mark Rutland
     [not found]   ` <20131115175241. GB27174@quad.lixom.net>
     [not found]   ` <20131115095717.GC1709-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-15 17:52     ` Olof Johansson
2013-11-15 17:52       ` Olof Johansson
2013-11-15 18:13       ` David Goodenough
2013-11-21 16:15         ` Grant Likely
2013-11-18 17:47       ` Jon Masters
2013-11-18 17:47         ` Jon Masters
     [not found]       ` <20131115175241.GB27174-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-15 18:08         ` Russell King - ARM Linux
2013-11-15 18:08           ` Russell King - ARM Linux
     [not found]           ` <20131115180832.GR16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-15 18:42             ` Olof Johansson
2013-11-15 18:42               ` Olof Johansson
2013-11-15 19:56             ` Arnd Bergmann
2013-11-15 19:56               ` Arnd Bergmann
     [not found]               ` <201311152056.47846.arnd-r2nGTMty4D4@public.gmane.org>
2013-11-15 23:21                 ` Russell King - ARM Linux
2013-11-15 23:21                   ` Russell King - ARM Linux
     [not found]                   ` <20131115232109.GT16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-18 15:05                     ` Arnd Bergmann
2013-11-18 15:05                       ` Arnd Bergmann
     [not found]                       ` <201311181605.37300.arnd-r2nGTMty4D4@public.gmane.org>
2013-11-18 15:19                         ` Russell King - ARM Linux
2013-11-18 15:19                           ` Russell King - ARM Linux
2013-11-18 15:46                           ` Arnd Bergmann
2013-11-18 15:46                             ` Arnd Bergmann
2013-11-21 16:10                         ` Grant Likely
2013-11-21 16:10                           ` Grant Likely
     [not found]                           ` <20131121161037.C528CC406A3-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2013-11-21 18:26                             ` Arnd Bergmann
2013-11-21 18:26                               ` Arnd Bergmann
2013-11-21 19:40                               ` Mark Brown
2013-11-21 19:40                                 ` Mark Brown
     [not found]                       ` <20131118151900.GF16735@ n2100.arm.linux.org.uk>
     [not found]                         ` <20131118151900.GF16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-21 16:11                           ` Grant Likely
2013-11-21 16:11                             ` Grant Likely
2013-11-21 16:00                     ` Grant Likely
2013-11-21 16:00                       ` Grant Likely
2013-11-19 11:30         ` Mark Rutland
2013-11-19 11:30           ` Mark Rutland
2013-11-19 11:35           ` Mark Rutland
2013-11-19 11:35             ` Mark Rutland
     [not found]             ` <20131119113557.GI5914-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-19 11:51               ` Leif Lindholm
2013-11-19 11:51                 ` Leif Lindholm
     [not found]           ` <20131119113015.GH5914-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-19 11:57             ` Russell King - ARM Linux
2013-11-19 11:57               ` Russell King - ARM Linux
2013-11-19 13:56             ` Stefano Stabellini
2013-11-19 13:56               ` Stefano Stabellini
2013-11-19 14:38               ` Mark Rutland
2013-11-19 14:38                 ` Mark Rutland
     [not found]                 ` <20131119143840.GN5914-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-19 14:59                   ` Leif Lindholm
2013-11-19 14:59                     ` Leif Lindholm
2013-11-19 18:23                   ` Olof Johansson
2013-11-19 18:23                     ` Olof Johansson
2013-11-19 14:05             ` Arnd Bergmann
2013-11-19 14:05               ` Arnd Bergmann
2013-11-19 15:21               ` Mark Rutland
2013-11-19 15:21                 ` Mark Rutland
     [not found]                 ` <20131119152157.GO5914-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-19 16:19                   ` Arnd Bergmann
2013-11-19 16:19                     ` Arnd Bergmann
2013-11-19 18:34                   ` Olof Johansson
2013-11-19 18:34                     ` Olof Johansson
2013-11-19 19:06                   ` Tom Rini
2013-11-19 19:06                     ` Tom Rini
2013-11-19 18:19             ` Olof Johansson
2013-11-19 18:19               ` Olof Johansson
     [not found]               ` <20131119181959.GA20967-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-21 16:37                 ` Grant Likely
2013-11-21 16:37                   ` Grant Likely
2013-11-21 16:29             ` Grant Likely
2013-11-21 16:29               ` Grant Likely
     [not found]               ` <20131121170122. GB22960@srcf.ucam.org>
     [not found]                 ` <20131121170122.GB22960-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2013-11-21 18:38                   ` Grant Likely
2013-11-21 18:38                     ` Grant Likely
     [not found]               ` <20131121162944.F087FC406A3-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2013-11-21 17:01                 ` Matthew Garrett
2013-11-21 17:01                   ` Matthew Garrett
2013-11-21 17:58                 ` Olof Johansson
2013-11-21 17:58                   ` Olof Johansson
     [not found]                   ` <20131121175822.GA9590-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-21 18:19                     ` Matthew Garrett
2013-11-21 18:19                       ` Matthew Garrett
2013-11-21 18:33                     ` Arnd Bergmann
2013-11-21 18:33                       ` Arnd Bergmann
2013-11-21 18:54                     ` Russell King - ARM Linux
2013-11-21 18:54                       ` Russell King - ARM Linux
     [not found]                       ` <20131121185408.GX16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-21 18:59                         ` Olof Johansson
2013-11-21 18:59                           ` Olof Johansson
     [not found]                           ` <CAOesGMgzUSMDy99XojipfRd5OM88UhfbCYO0aoc5m-Q8Fwnddg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-21 19:01                             ` Russell King - ARM Linux
2013-11-21 19:01                               ` Russell King - ARM Linux
     [not found]                               ` <20131121190126.GZ16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-21 19:31                                 ` Olof Johansson
2013-11-21 19:31                                   ` Olof Johansson
     [not found]                       ` < CAOesGMgzUSMDy99XojipfRd5OM88UhfbCYO0aoc5m-Q8Fwnddg@mail.gmail.com>
     [not found]                         ` < 20131121190126.GZ16735@n2100.arm.linux.org.uk>
     [not found]                           ` < CAOesGMgxGq1Zmo+Dq-Rmy2F02-=12yUzB0AKn35yK2j3CacNRQ@mail.gmail.com>
     [not found]                             ` <CAOesGMgxGq1Zmo+Dq-Rmy2F02-=12yUzB0AKn35yK2j3CacNRQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-21 20:44                               ` Grant Likely
2013-11-21 20:44                                 ` Grant Likely
2013-11-21 18:53                 ` Mark Brown
2013-11-21 18:53                   ` Mark Brown
2013-11-15 18:28     ` Jason Gunthorpe
2013-11-15 18:28       ` Jason Gunthorpe
     [not found]       ` <20131115182826.GB14920-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2013-11-15 18:57         ` Arnd Bergmann
2013-11-15 18:57           ` Arnd Bergmann
2013-11-20 13:49     ` Grant Likely
2013-11-20 13:49       ` Grant Likely
     [not found]       ` <20131120134942.95DBFC4079D-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2013-11-20 17:43         ` Stefano Stabellini
2013-11-20 17:43           ` Stefano Stabellini
     [not found]           ` <alpine.DEB.2.02.1311201737410.3198-7Z66fg9igcxYtxbxJUhB2Dgeux46jI+i@public.gmane.org>
2013-11-20 17:47             ` Olof Johansson
2013-11-20 17:47               ` Olof Johansson
2013-11-18  5:19   ` Jon Masters
2013-11-18  5:26     ` Jon Masters
     [not found]       ` <5289A4F3.5040203-Zp4isUonpHBD60Wz+7aTrA@public.gmane.org>
2013-11-18 19:25         ` Olof Johansson
2013-11-18 19:25           ` Olof Johansson
     [not found]           ` <20131118192552.GD5886-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-18 20:43             ` Jon Masters
2013-11-18 20:43               ` Jon Masters
     [not found]               ` <528A7BFD.4020303-Zp4isUonpHBD60Wz+7aTrA@public.gmane.org>
2013-11-18 21:25                 ` Olof Johansson
2013-11-18 21:25                   ` Olof Johansson
2013-11-18  7:22     ` Richard Cochran
2013-11-18 13:55     ` Stefano Stabellini
2013-11-18 15:00     ` Mark Brown
     [not found]       ` <20131118150052.GC24408-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2013-11-18 19:13         ` Olof Johansson
2013-11-18 19:13           ` Olof Johansson
     [not found]           ` <20131118191336.GB5886-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-19  9:12             ` Richard Cochran
2013-11-19  9:12               ` Richard Cochran
2013-11-19 18:48               ` Olof Johansson
2013-11-19 18:48                 ` Olof Johansson
     [not found]                 ` <20131119184827.GD20967-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-20  6:40                   ` Richard Cochran
2013-11-20  6:40                     ` Richard Cochran
2013-11-21 18:16                     ` Grant Likely
2013-11-21 18:16                       ` Grant Likely
2013-11-21 19:21                     ` Russell King - ARM Linux
2013-11-21 19:21                       ` Russell King - ARM Linux
     [not found]                     ` < 20131121192136.GA16735@n2100.arm.linux.org.uk>
     [not found]                       ` <20131121192136.GA16735-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-11-21 20:47                         ` Grant Likely
2013-11-21 20:47                           ` Grant Likely
     [not found]                           ` <20131121204704.E4487C40753-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2013-11-22 11:43                             ` Catalin Marinas
2013-11-22 11:43                               ` Catalin Marinas
     [not found]                               ` <CAHkRjk5MstjD9JFk+co8k89i8geJBmSF6uObhGdmWSe0GJHo8g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-22 12:00                                 ` Pantelis Antoniou
2013-11-22 12:00                                   ` Pantelis Antoniou
     [not found]                                   ` <97692EF2-013E-4E4B-BC16-E0915D67EFEC-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>
2014-05-05  7:06                                     ` Alexander Holler
2014-05-05  7:06                                       ` Alexander Holler
     [not found]                                       ` <53673866.9000105-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
2014-05-05 14:41                                         ` Arnd Bergmann
2014-05-05 14:41                                           ` Arnd Bergmann
2014-05-05 15:29                                           ` Alexander Holler
2014-05-05 15:29                                             ` Alexander Holler
     [not found]                                             ` <5367AE6B.3010105-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
2014-05-05 17:29                                               ` Arnd Bergmann
2014-05-05 17:29                                                 ` Arnd Bergmann
2014-05-06 15:37                                             ` Grant Likely
2014-05-06 15:37                                               ` Grant Likely
2014-05-06 15:27                                       ` Grant Likely
2014-05-06 15:27                                         ` Grant Likely
     [not found]                                         ` <20140506152725.E5B90C40959-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2014-05-06 16:32                                           ` Olof Johansson
2014-05-06 16:32                                             ` Olof Johansson
2013-11-18 15:28     ` Rob Herring [this message]
     [not found]     ` <5289A356.4060004-Zp4isUonpHBD60Wz+7aTrA@public.gmane.org>
2013-11-18 19:09       ` Olof Johansson
2013-11-18 19:09         ` Olof Johansson
     [not found]         ` <20131118190929.GA5886-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2013-11-18 20:54           ` Jon Masters
2013-11-18 20:54             ` Jon Masters
     [not found]             ` <528A7EA0.9050101-Zp4isUonpHBD60Wz+7aTrA@public.gmane.org>
2013-11-18 21:50               ` Olof Johansson
2013-11-18 21:50                 ` Olof Johansson
2013-11-18 21:32           ` Grant Likely
2013-11-18 21:32             ` Grant Likely
2013-11-18 22:47             ` David Goodenough
2013-11-19 12:48               ` Arnd Bergmann
2013-11-19 12:48                 ` Arnd Bergmann
2013-11-19 13:34                 ` David Goodenough
2013-11-19 16:52                   ` Arnd Bergmann
2013-11-21 18:23               ` Grant Likely
2013-11-19 14:33     ` Grant Likely
     [not found] ` <CAOesGMjKeRb=fFJM0MabDihbEiCGM4EqW9D5i_6-RFxTnpB4Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-15 20:58   ` Arnd Bergmann
2013-11-15 20:58     ` Arnd Bergmann
     [not found]     ` <201311152158.32644.arnd-r2nGTMty4D4@public.gmane.org>
2013-11-15 21:44       ` Olof Johansson
2013-11-15 21:44         ` Olof Johansson
     [not found]         ` <CAOesGMhkCn2zeJj_ZZAZu_wJya-4evWEqNHpVJEpjxzWHVWY3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-17 17:18           ` Stefano Stabellini
2013-11-17 17:18             ` Stefano Stabellini
     [not found]             ` <alpine.DEB.2.02.1311171705130.4714-7Z66fg9igcxYtxbxJUhB2Dgeux46jI+i@public.gmane.org>
2013-11-17 18:10               ` Arnd Bergmann
2013-11-17 18:10                 ` Arnd Bergmann
     [not found]                 ` < CAOesGMiYyOcvr3Aqs-p8zc=XDwJM9NZtNxtxrTZssc6F=siZCw@mail.gmail.com>
2013-11-17 22:20                 ` Olof Johansson
2013-11-17 22:20                   ` Olof Johansson
     [not found]                   ` <CAOesGMiYyOcvr3Aqs-p8zc=XDwJM9NZtNxtxrTZssc6F=siZCw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-18  8:45                     ` Arnd Bergmann
2013-11-18  8:45                       ` Arnd Bergmann
2013-11-18 17:33                       ` Jon Masters
2013-11-18 17:38                         ` Russell King - ARM Linux
     [not found]                         ` <528A4F5F.7080104-Zp4isUonpHBD60Wz+7aTrA@public.gmane.org>
2013-11-18 19:21                           ` Olof Johansson
2013-11-18 19:21                             ` Olof Johansson
2013-11-21 18:26                         ` Grant Likely
2013-11-18 15:04                 ` Mark Brown
2013-11-18 15:04                   ` Mark Brown
2013-11-18 15:10                   ` Arnd Bergmann
2013-11-18 15:10                     ` Arnd Bergmann
     [not found]                   ` < 201311181610.33105.arnd@arndb.de>
     [not found]                     ` <201311181610.33105.arnd-r2nGTMty4D4@public.gmane.org>
2013-11-18 21:38                       ` Grant Likely
2013-11-18 21:38                         ` Grant Likely
2013-11-18 23:25   ` Leif Lindholm
2013-11-18 23:25     ` Leif Lindholm
     [not found]     ` <20131118232536.GF1567-GZEopFhza0F985/tl1ce8aaDwS/vmuI7@public.gmane.org>
2013-11-18 23:29       ` Olof Johansson
2013-11-18 23:29         ` Olof Johansson
     [not found]         ` <CAOesGMh373ZsLzoGHJm+xV3uFVjh2CBSA8SXY4PA+VxL3a5W1w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-11-18 23:34           ` Leif Lindholm
2013-11-18 23:34             ` Leif Lindholm

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=CAL_Jsq+QUXj5CX3aV9gAnb0HOU3eJwFLjeeC3wMBSH6qwLmq+w@mail.gmail.com \
    --to=robherring2@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.