Home | History | Annotate | Download | only in amlogic
History log of /src/sys/arch/arm/amlogic/meson_uart.c
RevisionDateAuthorComments
 1.8  06-Sep-2025  thorpej Re-factor the console-related code into fdt_console.[ch]
 1.7  26-Oct-2022  riastradh 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.
 1.6  12-Feb-2021  ryo UART_RFIFO_REG should be masked before passing to cn_check_magic(). there is any data in other than the lower 8 bits.
 1.5  27-Jan-2021  thorpej 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.
 1.4  15-Jan-2021  ryo use fdtbus_intr_establish_xname
 1.3  28-May-2019  ryo branches: 1.3.2; 1.3.12;
- since ttyinput (t_linesw->l_rint) should not be called from interrupt context,
it has been modified to use softint like other serial drivers.
- add spinlock for interrupt.

ok jmcneill@. thanks
 1.2  20-Jan-2019  jmcneill branches: 1.2.2;
Only enable RX interrupts if the device is open. Previously interrupts were
enabled unconditionally, which caused the interrupt handler to consume
input before WSDISPLAY_MULTICONS had a change to poll for data.
 1.1  19-Jan-2019  jmcneill Add support for (FDT-ized) Amlogic Meson8b.
 1.2.2.2  26-Jan-2019  pgoyette Sync with HEAD
 1.2.2.1  20-Jan-2019  pgoyette file meson_uart.c was added on branch pgoyette-compat on 2019-01-26 21:59:59 +0000
 1.3.12.1  03-Apr-2021  thorpej Sync with HEAD.
 1.3.2.2  10-Jun-2019  christos Sync with HEAD
 1.3.2.1  28-May-2019  christos file meson_uart.c was added on branch phil-wifi on 2019-06-10 22:05:51 +0000

RSS XML Feed