Searched hist:aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_dev_ti8250.c | aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd Wed Aug 21 16:33:02 CEST 2013 Ian Lepore <ian@FreeBSD.org> Add support for uarts other than the serial console in TI OMAP SoCs.
The TI uart hardware is ns16550-compatible, except that before it can be used the clocks and power have to be enabled and a non-standard mode control register has to be set to put the device in uart mode (as opposed to irDa or other serial protocols). This adds the extra code in an extension to the standard ns8250 probe routine, and the rest of the driver is just the standard ns8250 code.
|
H A D | uart_cpu_fdt.c | diff aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd Wed Aug 21 16:33:02 CEST 2013 Ian Lepore <ian@FreeBSD.org> Add support for uarts other than the serial console in TI OMAP SoCs.
The TI uart hardware is ns16550-compatible, except that before it can be used the clocks and power have to be enabled and a non-standard mode control register has to be set to put the device in uart mode (as opposed to irDa or other serial protocols). This adds the extra code in an extension to the standard ns8250 probe routine, and the rest of the driver is just the standard ns8250 code.
|
H A D | uart_bus_fdt.c | diff aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd Wed Aug 21 16:33:02 CEST 2013 Ian Lepore <ian@FreeBSD.org> Add support for uarts other than the serial console in TI OMAP SoCs.
The TI uart hardware is ns16550-compatible, except that before it can be used the clocks and power have to be enabled and a non-standard mode control register has to be set to put the device in uart mode (as opposed to irDa or other serial protocols). This adds the extra code in an extension to the standard ns8250 probe routine, and the rest of the driver is just the standard ns8250 code.
|
H A D | uart.h | diff aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd Wed Aug 21 16:33:02 CEST 2013 Ian Lepore <ian@FreeBSD.org> Add support for uarts other than the serial console in TI OMAP SoCs.
The TI uart hardware is ns16550-compatible, except that before it can be used the clocks and power have to be enabled and a non-standard mode control register has to be set to put the device in uart mode (as opposed to irDa or other serial protocols). This adds the extra code in an extension to the standard ns8250 probe routine, and the rest of the driver is just the standard ns8250 code.
|
/freebsd/sys/arm/ti/ |
H A D | files.ti | diff aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd Wed Aug 21 16:33:02 CEST 2013 Ian Lepore <ian@FreeBSD.org> Add support for uarts other than the serial console in TI OMAP SoCs.
The TI uart hardware is ns16550-compatible, except that before it can be used the clocks and power have to be enabled and a non-standard mode control register has to be set to put the device in uart mode (as opposed to irDa or other serial protocols). This adds the extra code in an extension to the standard ns8250 probe routine, and the rest of the driver is just the standard ns8250 code.
|