Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   skrll
Date:           Wed Jan  9 22:23:45 UTC 2013

Modified Files:
        src/sys/arch/arm/broadcom: bcm2835_obio.c files.bcm2835
        src/sys/arch/evbarm/rpi: rpi_machdep.c
        src/sys/conf: files
Added Files:
        src/sys/arch/arm/broadcom: bcm2835_dotg.c
        src/sys/dev/usb: dwc_otg.c dwc_otgreg.h dwc_otgvar.h

Log Message:
Provide dotg(4) - a driver for the Synposys DesignWare OTG USB IP found
in the RaspberryPI. The driver supports host mode and control, interrupt,
and bulk transfers only at this point.

Heavily based on the FreeBSD driver by Hans Petter Selasky.

Thanks to all who helped. Jared McNeill, Michael van Elst and other.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/broadcom/bcm2835_dotg.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/broadcom/bcm2835_obio.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/broadcom/files.bcm2835
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/rpi/rpi_machdep.c
cvs rdiff -u -r1.1061 -r1.1062 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/dwc_otg.c src/sys/dev/usb/dwc_otgreg.h \
    src/sys/dev/usb/dwc_otgvar.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