Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/panel_fdt.c
RevisionDateAuthorComments
 1.6  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.5  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.4  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.3  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.2  24-Jun-2019  skrll branches: 1.2.10;
Fix 'unknown' spellos
 1.1  03-Apr-2018  bouyer branches: 1.1.2; 1.1.4;
Add connector and panel drivers (panel supports only panel-lvds and
panel-dual-lvds at this time, but can easily be extended to other types
of panels).
Add an API for ports/endpoints.
Proposed on tech-kern@ a few days ago, ok jmcneill@
 1.1.4.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.2.2  07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.1.2.1  03-Apr-2018  pgoyette file panel_fdt.c was added on branch pgoyette-compat on 2018-04-07 04:12:14 +0000
 1.2.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed