summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw (follow)
Commit message (Expand)AuthorAgeFilesLines
* We are allowed to enable regulators with the "regulator-always-on"patrick2019-04-301-3/+3
* Add support for current limit regulators in addition to the voltagepatrick2019-02-202-27/+143
* In the voltage regulator getter we need to actually check the GPIOpatrick2019-02-181-2/+3
* Setting a fixed voltage regulator to the voltage it is fixed topatrick2019-01-021-1/+5
* A fixed regulator's minimum voltage attribute is called regulator-min-microvoltpatrick2019-01-021-2/+2
* Fix OFW GPIO regulator by breaking out of the loop once the correctpatrick2018-10-231-2/+4
* avoid uninitialised variable usejsg2018-08-281-1/+2
* Support GPIO-based voltage regulators.patrick2018-08-131-2/+118
* Fix typo that caused us to misassign parents.kettenis2018-08-051-2/+2
* Add delay when increasing the voltage of a regulator that has akettenis2018-08-022-4/+17
* Change the set_parent() interface to pass the full parent specificationkettenis2018-06-031-6/+2
* Add a common rules file for ofw sources to help keep the configurationsvisa2018-05-041-0/+9
* Add an API to configure clocks to specific pre-assigned values. Thesepatrick2018-05-032-2/+74
* Implement a power domain framework to turn on/off so-called powerpatrick2018-05-022-0/+142
* Implement a regmap lookup by compatible since unfortunately not allpatrick2018-04-022-2/+16
* Register regmap regardless of whether the node has a "phandle" property.kettenis2018-03-211-12/+8
* Add remap_bynode() since I use it in the rkpcie(4) implementation.kettenis2018-01-032-2/+18
* Implement OF_getpropint64().kettenis2017-12-272-2/+16
* Add support for enabling registered regulators. Make sure that we leavekettenis2017-12-182-11/+32
* Enforce voltage limits from the device tree. Enforcing the limits alsokettenis2017-12-162-3/+21
* Extend regulator "framework" with functions to get/set voltages.kettenis2017-11-181-1/+15
* Extend regulator "framework" with functions to get/set voltages.kettenis2017-11-181-1/+54
* Make OF_getnodebyname() scan its child nodes instead of its peer nodes.kettenis2017-11-171-4/+2
* Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.kettenis2017-05-051-2/+2
* Introduce OF_getindex() API and use it to replace multiple instances ofkettenis2017-03-124-94/+45
* Add a "regmap" interface that allows devices to provide access to theirkettenis2017-03-092-0/+110
* Return -1 if we try to set the frequency of a clock but couldn't find it.kettenis2016-08-271-3/+3
* Add functions to assert/deassert all reset signals for a device.kettenis2016-08-232-2/+28
* Actually make fdt_find_node() return NULL if the node couldn't be found.kettenis2016-08-231-1/+4
* Fix two small bugs in the new reset API code.kettenis2016-08-221-3/+4
* Add an API to set the clock frequency.kettenis2016-08-222-2/+62
* Add a reset signal API alongside the clock API.kettenis2016-08-222-2/+150
* Implement interfaces to disable clocks and add interfaces that enable orkettenis2016-08-222-10/+48
* Add a minimal clock "framework". Build it on armv7.kettenis2016-08-212-0/+251
* Fix a pasto in a comment.kettenis2016-08-212-4/+4
* Add a minimal regulator "framework".kettenis2016-08-132-0/+105
* Add a generic pinctrl "framework".kettenis2016-08-062-0/+150
* Add interface to facilitate iterating over gpios.kettenis2016-07-272-2/+16
* Rename struct fdt_memory to fdt_reg to match the member namepatrick2016-07-262-18/+18
* Add a simple framework for handling gpio controllers and pins on FDT-enabledkettenis2016-07-112-0/+129
* Add interfaces to look up a device tree node by phandle.kettenis2016-07-093-3/+43
* Fix check for "name" property. Restores synthesised "name" proprties inkettenis2016-07-081-2/+2
* Make the fdt parser skip nop tokens. This is needed on somevisa2016-06-291-10/+25
* Make sure OF_getprop() returns the proper length for a synthesised "name"kettenis2016-06-141-2/+4
* Make fdt_node_property() return -1 if the requested property can't be foundkettenis2016-06-141-7/+7
* Add OF_getpropint() and OF_getpropintarray().kettenis2016-06-122-2/+33
* Use fdt to find the console to initialise. Try to use /chosen/stdout-pathjsg2016-06-082-14/+21
* Implement openprom(4) for armv7.kettenis2016-05-211-4/+96
* Introduce OF_is_compatible(9), a convenience function to check the "compatible"kettenis2016-05-162-2/+22
* Convert memory extract routine to return errno-based errors.patrick2016-04-061-7/+7