zephyr/include/drivers
Charles E. Youse e039053546 uart/ns16550, drivers/pcie: add PCI(e) support
A parallel PCI implementation ("pcie") is added with features for PCIe.
In particular, message-signaled interrupts (MSI) are supported, which
are essential to the use of any non-trivial PCIe device.

The NS16550 UART driver is modified to use pcie.

pcie is a complete replacement for the old PCI support ("pci"). It is
smaller, by an order of magnitude, and cleaner. Both pci and pcie can
(and do) coexist in the same builds, but the intent is to rework any
existing drivers that depend on pci and ultimately remove pci entirely.

This patch is large, but things in mirror are smaller than they appear.
Most of the modified files are configuration-related, and are changed
only slightly to accommodate the modified UART driver.

Deficiencies:

64-bit support is minimal. The code works fine with 64-bit capable
devices, but will not cooperate with MMIO regions (or MSI targets) that
have high bits set. This is not needed on any current boards, and is
unlikely to be needed in the future. Only superficial changes would
be required if we change our minds.

The method specifying PCI endpoints in devicetree is somewhat kludgey.
The "right" way would be to hang PCI devices off a topological tree;
while this would be more aesthetically pleasing, I don't think it's
worth the effort, given our non-standard use of devicetree.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-04-17 10:50:05 -07:00
..
bluetooth headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
clock_control drivers: clock_control: nrf: Fix lfclk source settings for nrf9160 2019-04-17 10:31:06 -05:00
console net: telnet: remove obsolete code 2019-04-07 10:26:27 -04:00
gpio headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c/slave headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154 include: Add missing headers guard 2018-09-17 15:49:26 -04:00
modem doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
pci include: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00
pcie uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00
serial uart: ns16550: place header in correct spot 2019-02-22 23:32:31 -05:00
usb usb: Add remote wakeup support 2019-02-27 10:37:16 +01:00
wifi include: Add missing headers guard 2018-09-17 15:49:26 -04:00
ioapic.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
loapic.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
mvic.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
sysapic.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
system_timer.h device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00