History log of /linux/drivers/pci/controller/dwc/Makefile (Results 251 – 252 of 252)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3b3191df 11-Jun-2018 Bjorn Helgaas <bhelgaas@google.com>

Merge branch 'pci/renames'

- collect all native hardware drivers under drivers/pci/controller/
(Shawn Lin)

* pci/renames:
PCI: Collect all native drivers under drivers/pci/controller/


Revision tags: v4.17
# 6e0832fa 31-May-2018 Shawn Lin <shawn.lin@rock-chips.com>

PCI: Collect all native drivers under drivers/pci/controller/

Native PCI drivers for root complex devices were originally all in
drivers/pci/host/. Some of these devices can also be operated in end

PCI: Collect all native drivers under drivers/pci/controller/

Native PCI drivers for root complex devices were originally all in
drivers/pci/host/. Some of these devices can also be operated in endpoint
mode. Drivers for endpoint mode didn't seem to fit in the "host"
directory, so we put both the root complex and endpoint drivers in
per-device directories, e.g., drivers/pci/dwc/, drivers/pci/cadence/, etc.

These per-device directories contain trivial Kconfig and Makefiles and
clutter drivers/pci/. Make a new drivers/pci/controllers/ directory and
collect all the device-specific drivers there.

No functional change intended.

Link: https://lkml.kernel.org/r/1520304202-232891-1-git-send-email-shawn.lin@rock-chips.com
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
[bhelgaas: changelog]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

show more ...


1...<<11