History log of /netbsd/sys/arch/arm/samsung/exynos_uart.c (Results 1 – 7 of 7)
Revision Date Author Comments
# e00aa033 26-Oct-2022 riastradh <riastradh@NetBSD.org>

ddb/db_active.h: New home for extern db_active.

This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zer

ddb/db_active.h: New home for extern db_active.

This can be included unconditionally, and db_active can then be
queried unconditionally; if DDB is not in the kernel, then db_active
is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB.

show more ...


# 1f0c8bda 13-Sep-2021 jmcneill <jmcneill@NetBSD.org>

Add support for Apple M1 debug UART.


# 991ef5e0 14-Mar-2021 skrll <skrll@NetBSD.org>

Use fdtbus_intr_establish_xname


# 8e90f9ed 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all c

Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.

show more ...


# 5ec93472 17-Mar-2020 skrll <skrll@NetBSD.org>

Traiing whitespace


# 45adb36b 11-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Make this driver MPSAFE


# 13e6a13f 05-Jul-2018 jmcneill <jmcneill@NetBSD.org>

Replace sscom with a much simpler uart driver. The simpler driver is 1/4th
the size and has the added benefit of not freezing when an arrow key is
pressed.