aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* 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
* clk: Get new parent freq after set_freqEmmanuel Vadot2018-01-201-0/+8
* 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-101/+171
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-4/+0
* Move syscon into extres frameworkKyle Evans2017-12-234-0/+537
* Remove redundant declarations. Newer gcc has a warning for these so willAndrew Turner2017-08-191-2/+0
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+118
* Do not check divider length if we have a div table.Emmanuel Vadot2017-02-231-1/+2
* clk_div: Add a div lookup tableEmmanuel Vadot2016-12-122-0/+49
* Clock framework fixes:Michal Meloun2016-12-041-5/+7