Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1253056 > unrolled thread

Re: [PATCH 0/3] Add AMBA bus probing support to ACPI

Started byAl Stone <ahs3@redhat.com>
First post2015-10-21 18:50 +0200
Last post2015-10-22 19:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/3] Add AMBA bus probing support to ACPI Al Stone <ahs3@redhat.com> - 2015-10-21 18:50 +0200
    Re: [PATCH 0/3] Add AMBA bus probing support to ACPI "Rafael J. Wysocki" <rafael@kernel.org> - 2015-10-22 00:40 +0200
      Re: [PATCH 0/3] Add AMBA bus probing support to ACPI Al Stone <ahs3@redhat.com> - 2015-10-22 19:10 +0200

#1253056 — Re: [PATCH 0/3] Add AMBA bus probing support to ACPI

FromAl Stone <ahs3@redhat.com>
Date2015-10-21 18:50 +0200
SubjectRe: [PATCH 0/3] Add AMBA bus probing support to ACPI
Message-ID<qm4Kn-nt-31@gated-at.bofh.it>
On 09/30/2015 04:38 AM, Graeme Gregory wrote:
> As discussed when Shannon Zhao sent a patch to add platform_device support
> to pl061 driver. Russel and other maintainers prefered that ACPI learned
> how to create AMBA devices rather than converting/adding platform_device
> support to AMBA drivers.
> 
> http://comments.gmane.org/gmane.linux.ports.arm.kernel/431364
> 
> 1) Adds basic AMBA device probing support to ACPI, it uses a whitelist of
> device IDs as the number of AMBA devices is limited. Currently the two ids
> present are those used in QEMU for arm64.
> 
> 2) Adds the plumbing into ACPI probe sequence.
> 
> 3) From ACPI pl011 is only defined (SBSA document) to be in SBSA mode which has
> reduced functionality. There may be a better method to do this that I have
> overlooked.
> 
> Thanks
> 
> Graeme
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Any comments on these patches?  It's been awful quiet....

-- 
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3@redhat.com
-----------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1253316

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2015-10-22 00:40 +0200
Message-ID<qmad4-8ie-7@gated-at.bofh.it>
In reply to#1253056
On Wed, Oct 21, 2015 at 6:41 PM, Al Stone <ahs3@redhat.com> wrote:
> On 09/30/2015 04:38 AM, Graeme Gregory wrote:
>> As discussed when Shannon Zhao sent a patch to add platform_device support
>> to pl061 driver. Russel and other maintainers prefered that ACPI learned
>> how to create AMBA devices rather than converting/adding platform_device
>> support to AMBA drivers.
>>
>> http://comments.gmane.org/gmane.linux.ports.arm.kernel/431364
>>
>> 1) Adds basic AMBA device probing support to ACPI, it uses a whitelist of
>> device IDs as the number of AMBA devices is limited. Currently the two ids
>> present are those used in QEMU for arm64.
>>
>> 2) Adds the plumbing into ACPI probe sequence.
>>
>> 3) From ACPI pl011 is only defined (SBSA document) to be in SBSA mode which has
>> reduced functionality. There may be a better method to do this that I have
>> overlooked.
>>
>> Thanks
>>
>> Graeme
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
> Any comments on these patches?  It's been awful quiet....

That's because of my limited review bandwidth.

I'm kind of in the middle of travel now, sorry about that.

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1253982

FromAl Stone <ahs3@redhat.com>
Date2015-10-22 19:10 +0200
Message-ID<qmrxg-pB-11@gated-at.bofh.it>
In reply to#1253316
On 10/21/2015 04:29 PM, Rafael J. Wysocki wrote:
> On Wed, Oct 21, 2015 at 6:41 PM, Al Stone <ahs3@redhat.com> wrote:
>> On 09/30/2015 04:38 AM, Graeme Gregory wrote:
>>> As discussed when Shannon Zhao sent a patch to add platform_device support
>>> to pl061 driver. Russel and other maintainers prefered that ACPI learned
>>> how to create AMBA devices rather than converting/adding platform_device
>>> support to AMBA drivers.
>>>
>>> http://comments.gmane.org/gmane.linux.ports.arm.kernel/431364
>>>
>>> 1) Adds basic AMBA device probing support to ACPI, it uses a whitelist of
>>> device IDs as the number of AMBA devices is limited. Currently the two ids
>>> present are those used in QEMU for arm64.
>>>
>>> 2) Adds the plumbing into ACPI probe sequence.
>>>
>>> 3) From ACPI pl011 is only defined (SBSA document) to be in SBSA mode which has
>>> reduced functionality. There may be a better method to do this that I have
>>> overlooked.
>>>
>>> Thanks
>>>
>>> Graeme
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>> Any comments on these patches?  It's been awful quiet....
> 
> That's because of my limited review bandwidth.
> 
> I'm kind of in the middle of travel now, sorry about that.
> 
> Thanks,
> Rafael
> 

Aha.  No worries, Rafael.  Just curious.  Thanks for checking in,
and safe travels!

-- 
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3@redhat.com
-----------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web