Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/fdt
Module Name: src
Committed By: thorpej
Date: Sat Sep 6 20:11:30 UTC 2025
Modified Files:
src/sys/dev/fdt: fdtvar.h
Added Files:
src/sys/dev/fdt: fdt_clock.h fdt_dai.h fdt_dma.h fdt_gpio.h fdt_i2c.h
fdt_intr.h fdt_iommu.h fdt_mbox.h fdt_mmc_pwrseq.h fdt_phy.h
fdt_pinctrl.h fdt_power.h fdt_powerdomain.h fdt_pwm.h
fdt_regulator.h fdt_reset.h fdt_spi.h fdt_syscon.h
Log Message:
Re-factor the FDT binding-specific definitions and function prototypes
into their own header files.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/fdt_clock.h src/sys/dev/fdt/fdt_dai.h \
src/sys/dev/fdt/fdt_dma.h src/sys/dev/fdt/fdt_gpio.h \
src/sys/dev/fdt/fdt_i2c.h src/sys/dev/fdt/fdt_intr.h \
src/sys/dev/fdt/fdt_iommu.h src/sys/dev/fdt/fdt_mbox.h \
src/sys/dev/fdt/fdt_mmc_pwrseq.h src/sys/dev/fdt/fdt_phy.h \
src/sys/dev/fdt/fdt_pinctrl.h src/sys/dev/fdt/fdt_power.h \
src/sys/dev/fdt/fdt_powerdomain.h src/sys/dev/fdt/fdt_pwm.h \
src/sys/dev/fdt/fdt_regulator.h src/sys/dev/fdt/fdt_reset.h \
src/sys/dev/fdt/fdt_spi.h src/sys/dev/fdt/fdt_syscon.h
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index