aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-106-996/+0
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-108-1197/+0
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-107-2276/+0
* nvmem: Move nvmem code in dev/nvmemEmmanuel Vadot2024-01-103-297/+0
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-104-472/+0
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1015-3344/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2712-12/+2
* clk_fixed: reduce and clarify messages due to missing clk-frequencyMike Karels2023-08-251-0/+5
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-169-9/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-31/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1615-30/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* extres/phy: Add mode setting function.Michal Meloun2023-01-033-9/+105
* Add support for an array of hwresetsAndrew Turner2022-12-212-0/+147
* Revert "Enable setting the phy id."Ganbold Tsagaankhuu2022-12-192-8/+0
* Enable setting the phy id.Søren Schmidt2022-12-192-0/+8
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Allow clk_fixed.c to be built without FDTAndrew Turner2022-10-281-0/+4
* Remove unneeded headers from clk_link.cAndrew Turner2022-10-281-2/+0
* Allow the extres regulator code to build without FDTAndrew Turner2022-10-272-1/+3
* Include opt_platform.h to ensure FDT is definedAndrew Turner2022-10-041-0/+2
* Remove unneeded FDT checks from phydev and regdevAndrew Turner2022-10-042-11/+0
* extres: regulator: fix the build without FDTKyle Evans2022-09-291-1/+1
* 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-096-17/+9
* clk: rename clknode_try_freq to clknode_test_freqAdrian Chadd2021-12-262-2/+2
* clk: add call for nodes to get the programmed/decided frequency passed backAdrian Chadd2021-12-262-6/+31
* extres/clk: Add a method to detect the HW state of the clock gate.Michal Meloun2021-12-243-14/+63
* extres/clk: Improve sysctl dump of clocks.Michal Meloun2021-12-241-7/+19
* Fix two typos in source code commentsGordon Bergling2021-10-161-1/+1
* extres: regulator: Fix regulator_status for already enable regulatorsEmmanuel Vadot2021-05-211-0/+4
* EXTRES: Ignore index modifier flags for table based clock dividers.Michal Meloun2020-12-271-22/+21
* syscon: Add syscon_get_by_ofw_nodeEmmanuel Vadot2020-11-172-0/+16
* clk: fix indentationBjoern A. Zeeb2020-10-171-1/+1
* 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
* aw_clk_nm: fix incorrect use of abs()Andriy Gapon2020-09-071-0/+6
* Add syscon power and reset control device driverJessica Clarke2020-07-261-0/+198
* Revert r363123.Michal Meloun2020-07-251-1/+1
* Reverse the processing order of assigned clocks property.Michal Meloun2020-07-121-1/+1
* Assigned clocks: fix off-by-one bug, don't leak allocated memory.Michal Meloun2020-07-121-2/+4
* extres/syscon_generic: Make device quiet if not in boot verboseEmmanuel Vadot2020-07-081-0/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-14/+15
* regulator_fixed: Add a get_voltage methodEmmanuel Vadot2020-01-161-0/+16
* regulator: small enhancements to regulator_shutdownKyle Evans2020-01-121-7/+27
* regulator: fix regnode_method_get_voltageEmmanuel Vadot2020-01-081-2/+3