2018-06-07 09:26:47

by Andreas Schwab

[permalink] [raw]
Subject: Re: PCI: Move OF-related PCI functions into PCI core

OF_PCI is still referenced by drivers/pci/host/Kconfig.

Andreas.

--
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


2018-06-07 13:40:22

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: PCI: Move OF-related PCI functions into PCI core

On Thu, Jun 7, 2018 at 3:53 AM Andreas Schwab <[email protected]> wrote:
>
> OF_PCI is still referenced by drivers/pci/host/Kconfig.

Do you have a SHA1 for the file you're looking at? In my current
"next" branch (488ad6d3678b), "OF_PCI" is not referenced anywhere in
drivers/pci/:

08:25:21 ~/linux (next)$ git show |cat
commit 488ad6d3678beee65bcd74e6a9764bd7cee9d3d3
Merge: 0ecda3a08746 82e1719c4cd6
Author: Bjorn Helgaas <[email protected]>
Date: Wed Jun 6 16:10:51 2018 -0500

Merge branch 'pci/trivial'

- clean up quirks.c organization and whitespace (Bjorn Helgaas)

* pci/trivial:
PCI: Clean up whitespace in quirks.c
PCI: Reorder quirks infrastructure code

08:25:27 ~/linux (next)$ git grep OF_PCI drivers/pci |cat
08:25:30 ~/linux (next)$

2018-06-07 13:41:07

by Andreas Schwab

[permalink] [raw]
Subject: Re: PCI: Move OF-related PCI functions into PCI core

On Jun 07 2018, Bjorn Helgaas <[email protected]> wrote:

> On Thu, Jun 7, 2018 at 3:53 AM Andreas Schwab <[email protected]> wrote:
>>
>> OF_PCI is still referenced by drivers/pci/host/Kconfig.
>
> Do you have a SHA1 for the file you're looking at?

I'm lookig at 4.17.

Andreas.

--
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."