aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+22
* 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
* Implement support for (soft)linked clocks.Michal Meloun2019-11-084-10/+255
* regulator: Add regulator_check_voltage functionEmmanuel Vadot2019-11-064-0/+42
* regulator: Add a regnode_set_constraint functionEmmanuel Vadot2019-10-232-0/+70
* regulator: Add a regnode_method_initEmmanuel Vadot2019-10-231-0/+9
* Add method for getting of syscon handle from parent device.Michal Meloun2019-08-182-0/+20
* allwinner: Add a new clock aw_clk_mEmmanuel Vadot2019-08-101-0/+1
* 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-193-3/+3
* Properly define and declare phynode_topo_lock,Michal Meloun2019-01-272-2/+2
* extres: clk: Fix clk_set_assignedEmmanuel Vadot2018-11-291-4/+4
* regulator_fixed: Do not disable fixed regulator at probeEmmanuel Vadot2018-11-261-8/+8
* Derive PHY class to new one specialized for USB PHY functions.Emmanuel Vadot2018-11-235-50/+369
* regulator: Use bool values instead of 0/1Emmanuel Vadot2018-09-041-5/+6
* extres: clkdiv: Fix div_with_tableEmmanuel Vadot2018-08-051-9/+13
* nvmem: Add nvmem interface and helpersEmmanuel Vadot2018-07-313-0/+303
* Fix handling of enable counter for shared GPIO line in fixed regulator.Michal Meloun2018-06-163-4/+65
* extres/regulator: Switch boot_on/always_on sysctl to uint8Kyle Evans2018-06-151-4/+4
* Revert r335173 at request of mmel@Kyle Evans2018-06-153-20/+0
* extres/regulator: Properly refcount gpio regulatorsKyle Evans2018-06-143-0/+20
* regulator: Fix typo (shuting/shutting)Emmanuel Vadot2018-05-301-1/+1
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-093-3/+0
* clk: clk_set_assigned: Skip frequency of value 0Emmanuel Vadot2018-05-071-1/+1
* clk: Add support for assigned-clock-ratesEmmanuel Vadot2018-05-071-24/+76