Searched hist:bd69e3ad2fce2896264f6ce70c87e21e19d12c8c (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_cpu_fdt.h | bd69e3ad2fce2896264f6ce70c87e21e19d12c8c Sat Mar 07 16:18:57 CET 2015 Ian Lepore <ian@FreeBSD.org> Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART class only.
This paves the way for declaring uart_class data and ofw/fdt compat data with a uart implementation, rather than needing a big global table of compat data and weak-symbol declarations of every existing implementation.
Differential Revision: https://reviews.freebsd.org/D1992 Submitted by: Michal Meloun
|
H A D | uart_cpu_fdt.c | diff bd69e3ad2fce2896264f6ce70c87e21e19d12c8c Sat Mar 07 16:18:57 CET 2015 Ian Lepore <ian@FreeBSD.org> Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART class only.
This paves the way for declaring uart_class data and ofw/fdt compat data with a uart implementation, rather than needing a big global table of compat data and weak-symbol declarations of every existing implementation.
Differential Revision: https://reviews.freebsd.org/D1992 Submitted by: Michal Meloun
|
H A D | uart_bus_fdt.c | diff bd69e3ad2fce2896264f6ce70c87e21e19d12c8c Sat Mar 07 16:18:57 CET 2015 Ian Lepore <ian@FreeBSD.org> Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART class only.
This paves the way for declaring uart_class data and ofw/fdt compat data with a uart implementation, rather than needing a big global table of compat data and weak-symbol declarations of every existing implementation.
Differential Revision: https://reviews.freebsd.org/D1992 Submitted by: Michal Meloun
|
H A D | uart.h | diff bd69e3ad2fce2896264f6ce70c87e21e19d12c8c Sat Mar 07 16:18:57 CET 2015 Ian Lepore <ian@FreeBSD.org> Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART class only.
This paves the way for declaring uart_class data and ofw/fdt compat data with a uart implementation, rather than needing a big global table of compat data and weak-symbol declarations of every existing implementation.
Differential Revision: https://reviews.freebsd.org/D1992 Submitted by: Michal Meloun
|