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


Groups > linux.kernel > #1391516

[RFC] experimental pci_register_host API

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject [RFC] experimental pci_register_host API
Date 2016-04-30 01:10 +0200
Message-ID <rtpHP-65N-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


As mentioned in another thread, I have tried to come up with
a way to make the PCI host driver registration more flexible
and simpler.

We have actually discussed this multiple times in the past,
but always ended up elsewhere, so this is a proof of concept
work, leaving all the existing interfaces in place, and
adding a way to allocate a pci_host_bridge structure from
a driver and register that after filling out all the interesting
fields.

This is not tested at all, and certainly not meant for
inclusion until the concept has been discussed better.

Please have a look.

        Arnd

[PATCH 1/3] [RFC] pci: add new method for register PCI hosts
[PATCH 2/3] [RFC] pci: host-common: use new pci_register_host
[PATCH 3/3] [RFC] pci: tegra: use new pci_register_host interface

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


Thread

[RFC] experimental pci_register_host API Arnd Bergmann <arnd@arndb.de> - 2016-04-30 01:10 +0200
  [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Arnd Bergmann <arnd@arndb.de> - 2016-04-30 01:10 +0200
    Re: [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Thierry Reding <thierry.reding@gmail.com> - 2016-05-02 09:10 +0200
      Re: [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Liviu.Dudau@arm.com - 2016-05-03 12:10 +0200
        Re: [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Arnd Bergmann <arnd@arndb.de> - 2016-05-03 14:20 +0200
    Re: [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Tomasz Nowicki <tn@semihalf.com> - 2016-05-02 09:40 +0200
      Re: [PATCH 1/3] [RFC] pci: add new method for register PCI hosts Arnd Bergmann <arnd@arndb.de> - 2016-05-02 10:10 +0200
  [PATCH 2/3] [RFC] pci: host-common: use new pci_register_host interface Arnd Bergmann <arnd@arndb.de> - 2016-04-30 01:10 +0200
    Re: [PATCH 2/3] [RFC] pci: host-common: use new pci_register_host  interface Bjorn Helgaas <helgaas@kernel.org> - 2016-05-05 01:20 +0200
      Re: [PATCH 2/3] [RFC] pci: host-common: use new pci_register_host interface Arnd Bergmann <arnd@arndb.de> - 2016-05-05 01:40 +0200
  [PATCH 3/3] [RFC] pci: tegra: use new pci_register_host interface Arnd Bergmann <arnd@arndb.de> - 2016-04-30 01:10 +0200
    Re: [PATCH 3/3] [RFC] pci: tegra: use new pci_register_host interface Thierry Reding <thierry.reding@gmail.com> - 2016-05-02 09:20 +0200
  Re: [RFC] experimental pci_register_host API Thierry Reding <thierry.reding@gmail.com> - 2016-05-02 08:50 +0200

csiph-web