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: jmcneill
Date: Sat Jun 30 20:34:43 UTC 2018
Modified Files:
src/sys/dev/fdt: fdt_clock.c fdt_dai.c fdt_dma.c fdt_gpio.c fdt_i2c.c
fdt_intr.c fdt_mmc_pwrseq.c fdt_phy.c fdt_pinctrl.c fdt_power.c
fdt_pwm.c fdt_regulator.c fdt_reset.c
Log Message:
Use queue(3) API to manage lists. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/fdt/fdt_clock.c \
src/sys/dev/fdt/fdt_pinctrl.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_dai.c src/sys/dev/fdt/fdt_i2c.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_dma.c \
src/sys/dev/fdt/fdt_mmc_pwrseq.c src/sys/dev/fdt/fdt_phy.c \
src/sys/dev/fdt/fdt_power.c src/sys/dev/fdt/fdt_pwm.c \
src/sys/dev/fdt/fdt_reset.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_gpio.c \
src/sys/dev/fdt/fdt_regulator.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/fdt/fdt_intr.c
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