freebsd-dev/sys/powerpc/mpc85xx
Justin Hibbits 8c6037c4f8 Fix integer type and format in debug print
gcc complains "cast to pointer from integer of different size".  phandle_t is
*always* a uint32_t, so treat it as such, not as a pointer.  Fixes 64-bit build.
2017-11-03 03:13: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
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 Modernize mpc85xx PCI hostbridge driver. 2015-11-22 01:16:43 +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