History log of /freebsd-10.2-release/sys/arm/samsung/exynos/exynos_uart.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 283327 23-May-2015 ian

MFC r279723, r279724:

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.

Move the uart_class definitions and fdt compat data into the individual
uart implementations, and export them using the new linker-set mechanism.


# 283323 23-May-2015 ian

MFC r277132: Rename Exynos UART driver functions. No functional change.


# 283322 23-May-2015 ian

MFC r266942, r266944:

Do only receive chars if there are some data in the buffer.
This fixes operation on newer Exynos boards.

Rename exynos uart driver filenames.


# 266944 01-Jun-2014 br

Rename exynos uart driver filenames.


# 266942 01-Jun-2014 br

Do only receive chars if there are some data in the buffer.
This fixes operation on newer Exynos boards.


# 252391 29-Jun-2013 ray

Import basic support for Samsung Exynos 5 support.

Submitted by: Ruslan Bukin <br@bsdpad.com>
Reviewed by: gonzo