CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/07/27 05:45:02

Modified files:
        sys/arch/arm/include: fdt.h 
        sys/arch/arm/simplebus: simplebus.c 
        sys/arch/armv7/imx: if_fec.c imxahci.c imxdog.c imxehci.c 
                            imxesdhc.c imxgpio.c imxiic.c imxuart.c 
        sys/arch/armv7/omap: if_cpsw.c omap_com.c omdog.c ommmc.c 
                             ti_iic.c 
        sys/arch/armv7/sunxi: sxie.c sxiuart.c 

Log message:
Instead of passing the raw reg property to simplebus nodes,
pass a pre-processed array of fdt_reg structs.  This means
that the drivers don't have to understand the cell properties
themselves but can rely on the 64-bit addr/size pairs.

ok kettenis@

Reply via email to