aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not warn if the 'assigned-clock-parents' property does not exists.Emmanuel Vadot2016-11-081-1/+3
* Add clk_set_assignedEmmanuel Vadot2016-11-042-2/+50
* REGULATOR: Move functions for handling with regulator ranges toMichal Meloun2016-10-182-0/+105
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-109-51/+59
* Add clk_get_by_ofw_node_index, which is like clk_get_by_ofw_index butJared McNeill2016-07-102-7/+17
* Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect theIan Lepore2016-05-261-2/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-145-17/+17
* Fix a format string when uint64_t is not unsigned long long by castingAndrew Turner2016-04-041-2/+2
* Pass clkdev_if methods through to parent device by default.Jared McNeill2016-03-281-5/+53
* Do nothing if requested clk frequency is already correct.Alexander Kabaev2016-03-271-0/+4
* Fix support for fixed factor clocks.Jared McNeill2016-03-231-4/+11
* clk_parse_ofw_out_names is supposed to return a list of indices when theJared McNeill2016-03-232-4/+4
* Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, givingJared McNeill2016-03-231-1/+1
* Add phy framework, a next part of new 'extended resources' family ofMichal Meloun2016-03-153-0/+382
* Add regulator framework, a next part of new 'extended resources' family ofMichal Meloun2016-03-157-0/+1838
* CLK: Add and use explicit locking for access to clock device registers.Michal Meloun2016-03-154-5/+68
* CLK: Add enumerator for 'clocks' OFW node. Add bus device bindingsMichal Meloun2016-03-154-7/+340
* CLK: Remove forgotten mutex from clk_fixed class.Michal Meloun2016-03-152-9/+3
* Add reset framework, a second part of new 'extended resources' family ofMichal Meloun2016-01-243-0/+325
* Add clock framework, a first part of new 'extended resources' family ofMichal Meloun2016-01-2412-0/+2296