aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* 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
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-1/+3
* regulator: Check status before disablingEmmanuel Vadot2018-04-201-3/+5
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-094-4/+4
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* regulator: Disable unused regulatorEmmanuel Vadot2018-04-041-0/+31
* extres/regulators: Add sysctls for regulatorsEmmanuel Vadot2018-03-112-0/+91
* Define meaning of remaining clock rounding flags combinations.Michal Meloun2018-02-271-0/+4
* Use more verbose panic messages.Michal Meloun2018-01-301-4/+5
* Revert r328511, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2018-01-301-5/+4
* diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.cMichal Meloun2018-01-281-4/+5
* Convert extres/phy to kobj model.Michal Meloun2018-01-204-97/+502