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


Groups > linux.kernel > #1420985

RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks

From okaya@codeaurora.org
Newsgroups linux.kernel
Subject RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks
Date 2016-06-13 17:20 +0200
Message-ID <rJBOG-82T-31@gated-at.bofh.it> (permalink)
References <rJzDb-6p5-1@gated-at.bofh.it> <rJzDb-6p5-19@gated-at.bofh.it> <rJAzl-72E-45@gated-at.bofh.it> <rJAIW-7lo-43@gated-at.bofh.it> <rJBbY-7vM-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 2016-06-13 10:29, Gabriele Paoloni wrote:
> Hi Sinan
> 
>> -----Original Message-----
>> From: Sinan Kaya [mailto:okaya@codeaurora.org]
>> Sent: 13 June 2016 15:03
>> To: Gabriele Paoloni; liudongdong (C); helgaas@kernel.org;
>> arnd@arndb.de; will.deacon@arm.com; catalin.marinas@arm.com;
>> rafael@kernel.org; hanjun.guo@linaro.org; Lorenzo.Pieralisi@arm.com;
>> jchandra@broadcom.com; tn@semihalf.com
>> Cc: robert.richter@caviumnetworks.com; mw@semihalf.com;
>> Liviu.Dudau@arm.com; ddaney@caviumnetworks.com; Wangyijing;
>> Suravee.Suthikulpanit@amd.com; msalter@redhat.com; linux-
>> pci@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
>> acpi@vger.kernel.org; linux-kernel@vger.kernel.org; linaro-
>> acpi@lists.linaro.org; jcm@redhat.com; andrea.gallo@linaro.org;
>> dhdang@apm.com; jeremy.linton@arm.com; cov@codeaurora.org; Chenxin
>> (Charles); Linuxarm
>> Subject: Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space
>> accessors against platfrom specific ECAM quirks
>> 
>> On 6/13/2016 9:54 AM, Gabriele Paoloni wrote:
>> > As you can see here Liudongdong has replaced oem_revision with
>> > oem_table_id.
>> >
>> > Now it seems that there are some platforms that have already shipped
>> > using a matching based on the oem_revision (right Jon?)
>> >
>> > However I guess that if in FW they have defined oem_table_id properly
>> > they should be able to use this mechanism without needing to a FW
>> update.
>> >
>> > Can these vendors confirm this?
>> >
>> > Tomasz do you think this can work for Cavium Thunder?
>> >
>> > Thanks
>> >
>> > Gab
>> 
>> Why not have all three of them?
>> 
>> The initial approach was OEM id and revision id.
>> 
>> Jeff Hugo indicated that addition (not removing any other fields) of
>> table id
>> would make more sense.
> 
> Mmm from last email of Jeff Hugo on "[RFC PATCH 1/3] pci, acpi: Match
> PCI config space accessors against platfrom specific ECAM quirks."
> 
> I quote:
> 
>  "Using the OEM revision
>  field does not seem to be appropriate since these are different
>  platforms and the revision field appears to be for the purpose of
>  tracking differences within a single platform.  Therefore, Cov is
>  proposing using the OEM table id as a mechanism to distinguish
>  platform A (needs quirk applied) vs platform B (no quirks) from the
>  same OEM."
> 
> So it looks to me that he pointed out that using the OEM revision field
> is wrong...and this is why I have asked if replacing it with the table
> id can work for other vendors....
> 
> Thanks
> 
> Gab
> 

I had an internal discussion with jeff and cov before posting on the 
maillist.

I think there is missing info in the email.

Usage of oem id + table id + revision is ok.

Usage of oem id + revision is not ok as one oem can build multiple chips 
with the same oem id and revision id but different table id. Otherwise, 
we can run out of revisions very quickly.

> 
>> 
>> --
>> Sinan Kaya
>> Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center,
>> Inc.
>> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
>> Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH V2 0/2] ECAM quirks handling for ARM64 platforms Dongdong Liu <liudongdong3@huawei.com> - 2016-06-13 15:00 +0200
  [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks Dongdong Liu <liudongdong3@huawei.com> - 2016-06-13 15:00 +0200
    RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-06-13 16:00 +0200
      Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Sinan Kaya <okaya@codeaurora.org> - 2016-06-13 16:10 +0200
        RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-06-13 16:40 +0200
          RE: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks okaya@codeaurora.org - 2016-06-13 17:20 +0200
            Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Jeffrey Hugo <jhugo@codeaurora.org> - 2016-06-13 18:00 +0200
              Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Duc Dang <dhdang@apm.com> - 2016-06-13 23:10 +0200
      Re: [Linaro-acpi] [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space  accessors against platfrom specific ECAM quirks Jon Masters <jcm@redhat.com> - 2016-06-16 08:40 +0200
        Re: [Linaro-acpi] [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space  accessors against platfrom specific ECAM quirks Duc Dang <dhdang@apm.com> - 2016-06-16 09:50 +0200
          Re: [Linaro-acpi] [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks Jon Masters <jcm@redhat.com> - 2016-06-16 10:00 +0200
    Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Christopher Covington <cov@codeaurora.org> - 2016-06-13 17:50 +0200
      Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Duc Dang <dhdang@apm.com> - 2016-06-13 23:00 +0200
        Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Dongdong Liu <liudongdong3@huawei.com> - 2016-06-14 08:00 +0200
          Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Duc Dang <dhdang@apm.com> - 2016-06-14 11:10 +0200
            Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Dongdong Liu <liudongdong3@huawei.com> - 2016-06-14 11:50 +0200
              Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Tomasz Nowicki <tn@semihalf.com> - 2016-06-14 14:00 +0200
                Re: [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors  against platfrom specific ECAM quirks Duc Dang <dhdang@apm.com> - 2016-06-14 19:50 +0200
  [RFC PATCH V2 2/2] ARM64/PCI: Start using quirks handling for ACPI based PCI host controller Dongdong Liu <liudongdong3@huawei.com> - 2016-06-13 15:00 +0200

csiph-web