summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/simple_mfd.c
AgeCommit message (Expand)Author
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-03-08simple_mfd: don't attach children twiceMitchell Horne
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-05-09fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-03-04simple_mfd: switch to controllable locking for syscon provider.Michal Meloun
2019-08-18Fix bug introduced by r351184.Michal Meloun
2019-08-18Add method for getting of syscon handle from parent device.Michal Meloun
2019-08-17Revert r351129Emmanuel Vadot
2019-08-16fdt: simple-mfd: Set the syscon memory to SHAREABLEEmmanuel Vadot
2019-07-02Extend simple_mfd driver to expose a syscon interface ifGanbold Tsagaankhuu
2018-12-12fdt: Add support for simple-mfd busEmmanuel Vadot