freebsd-dev/sys/powerpc/mpc85xx
Justin Hibbits 295be3307c Use uint32_t for LBC block size.
LBC block size can only be up to 4GB.  The existing code already clamps it, but
mixes unsigned long and uint32_t.  This works on 32-bit targets, but not 64-bit,
so isn't completely correct.  This fixes the type confusion.
2016-01-01 15:36:56 +00:00
..
atpic.c Allow PIC drivers to translate firmware sense codes for themselves. This 2013-10-24 15:37:32 +00:00
ds1553_bus_fdt.c
ds1553_core.c
ds1553_reg.h
fsl_sdhc.c Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of 2015-12-14 01:09:25 +00:00
fsl_sdhc.h
i2c.c Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. 2015-10-09 22:49:50 +00:00
isa.c
lbc.c Use uint32_t for LBC block size. 2016-01-01 15:36:56 +00:00
lbc.h
mpc85xx_gpio.c Add a GPIO driver for the mpc85xx. 2015-04-04 02:34:40 +00:00
mpc85xx.c Add platform support for QorIQ SoCs. 2015-12-30 03:43:25 +00:00
mpc85xx.h Extend idle support for newer Book-E cores. 2016-01-01 02:47:40 +00:00
pci_mpc85xx_pcib.c Modernize mpc85xx PCI hostbridge driver. 2015-11-22 01:16:43 +00:00
pci_mpc85xx.c Remove a debug panic that crept into r291151 2015-11-22 01:20:36 +00:00
platform_mpc85xx.c Extend idle support for newer Book-E cores. 2016-01-01 02:47:40 +00:00
qoriq_gpio.c Add Freescale QorIQ GPIO driver. 2015-11-30 02:23:56 +00:00