summaryrefslogtreecommitdiff
path: root/sys/dev/extres/syscon
Commit message (Expand)AuthorAgeFilesLines
* syscon_power: do reboot after shutdown_panic is executedAndriy Gapon2024-03-161-1/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* extres: syscon: pull in sys/malloc.h (fix !FDT)Kyle Evans2022-09-291-0/+1
* extres drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-6/+3
* syscon: Add syscon_get_by_ofw_nodeEmmanuel Vadot2020-11-172-0/+16
* Fix the inverted condition in mtx_asserts.Michal Meloun2020-10-011-3/+3
* Refine locking inside of syscon driver.Michal Meloun2020-09-253-31/+140
* Correctly handle nodes compatible with "syscon", "simple-bus".Michal Meloun2020-09-252-6/+22
* Add syscon power and reset control device driverJessica Clarke2020-07-261-0/+198
* extres/syscon_generic: Make device quiet if not in boot verboseEmmanuel Vadot2020-07-081-0/+3
* Add method for getting of syscon handle from parent device.Michal Meloun2019-08-182-0/+20
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* extres: Unify error codes for <foo>_get_by_ofw_property() methods.Michal Meloun2019-03-191-1/+1
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-093-3/+0
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Add SPDX tags to syscon bits, correct inconsistency in Copyright line.Kyle Evans2018-01-134-2/+10
* Introduce aw_syscon(4) for earlier attachmentKyle Evans2018-01-132-18/+47
* Fix bogus pass for syscon_generic introduced in r327621Kyle Evans2018-01-071-1/+6
* Move syscon_generic to attach much laterKyle Evans2018-01-061-1/+1
* extres/syscon: Commit missing bits from r327106Kyle Evans2017-12-261-98/+168
* Move syscon into extres frameworkKyle Evans2017-12-234-0/+537