History log of /netbsd/sys/dev/fdt/fdt_panel.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 67b4eb14 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Sort includes.


# c7fa00ed 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Get drm to build on arm64 again.


Author: Jared McNeill <jmcneill@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


# f0643dbd 07-Nov-2021 jmcneill <jmcneill@NetBSD.org>

dts: adapt to dts-5.15 bindings


# 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 ...


# 9b97e576 19-Dec-2019 jakllsch <jakllsch@NetBSD.org>

Abort panel driver attach if required regulator is missing.


# 34cf509c 19-Dec-2019 jakllsch <jakllsch@NetBSD.org>

Add another panel@fdt driver, this time for DRM-style panels.

To do: migrate away from other panel driver.