freebsd-dev/sys/powerpc/mpc85xx
Justin Hibbits 27353776c4 Expand the Freescale PCIe root complex driver with the ofw_pcib_pci
The interrupt map wasn't being allocated properly, preventing IRQs from being
allocated to children of the PCIe bus.  Fix this by cloning the ofw_pcib_pci
code, which handles all cases -- device tree and probed.

In the future this may become a subclass of the ofw_pcib_pci driver, but as
that's not an exported class, it's cloned for now.

MFC after:	3 weeks
2017-11-14 03:53:15 +00:00
..
atpic.c
ds1553_bus_fdt.c
ds1553_core.c
ds1553_reg.h
fsl_diu.c Remove some unnecessary includes 2017-10-19 02:14:39 +00:00
fsl_espi.c Add Freescale eSPI driver found on QorIQ SoCs 2017-04-02 01:21:35 +00:00
fsl_sata.c Set the PRD extension list base address in little endian 2017-11-06 05:09:18 +00:00
fsl_sata.h Add Freescale QorIQ SATA controller support. 2017-11-05 02:47:46 +00:00
i2c.c Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs. 2016-04-05 02:27:01 +00:00
isa.c Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. 2016-02-20 01:32:58 +00:00
lbc.c Fix integer type and format in debug print 2017-11-03 03:13:15 +00:00
lbc.h
mpc85xx_gpio.c Don't bother checking core version 2017-03-24 01:52:10 +00:00
mpc85xx.c Add P5021 and P5040 conditions for LAW count check. 2017-09-09 02:19:44 +00:00
mpc85xx.h Actually add the mpc85xx_get_platform_clock() function. 2017-06-14 04:26:37 +00:00
pci_mpc85xx_pcib.c Expand the Freescale PCIe root complex driver with the ofw_pcib_pci 2017-11-14 03:53:15 +00:00
pci_mpc85xx.c Merge MPC85XX and QorIQ config options 2016-08-03 01:22:11 +00:00
platform_mpc85xx.c Simplify the page tracking for VA<->PA translations. 2016-11-16 05:24:42 +00:00
qoriq_gpio.c Switch qoriq_gpio over to using ofw_bus_search_compatible 2017-03-24 01:30:18 +00:00