summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a "framework" for digital audio interfaces.patrick2020-06-102-2/+69
* Some devices have no phandle since they are not referenced in thepatrick2020-06-063-3/+39
* Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis2020-04-271-1/+3
* Implement support for "usb-nop-xceiv" PHYs.kettenis2020-04-071-2/+41
* Don't allocate a framebuffer if no interface ports have been configured.kettenis2020-03-222-5/+10
* The #pwm-cells attribute describes the amount of flags in additionpatrick2020-03-211-3/+3
* Fix crash when no device ports have been registered. Remove unused variablekettenis2020-03-211-4/+2
* Replace video "framework" with a more generic port/endpoint "framework".kettenis2020-03-162-48/+178
* When activating a video port, don't bail out if activating an endpointkettenis2020-03-011-3/+3
* Implement a rather simple video interface support for OFW. This ispatrick2020-02-212-2/+77
* Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis2020-01-232-2/+21
* Add an interface to read an nvmem "cell".kettenis2020-01-232-5/+78
* Add the beginnings of an nvmem "framework".kettenis2020-01-212-2/+46
* Since device tree trip points might not be sorted, but our codepatrick2019-12-031-4/+19
* Add a PWM framework.kettenis2019-09-302-2/+96
* Reserve a few GPIO_CONFIG bits for machine-dependent use.visa2019-09-291-1/+5
* Add an SFP framework which allows SFP providers to provide apatrick2019-09-072-2/+48
* Add an I2C framework, so that nodes that need to use I2C butpatrick2019-09-072-2/+61
* Add comment.kettenis2019-09-041-1/+5
* This code calls task_add(9) from a timeout, so create the taskq withkettenis2019-08-281-2/+2
* Add a PHY "framework".kettenis2019-08-282-2/+119
* Implement GPIO hogging.kettenis2019-08-261-2/+48
* Make sure fdt_get_reg() looks beyond its parent to establish the correctkettenis2019-08-101-31/+36
* Skip thermal zones without "trips" or "cooling-maps" nodes.kettenis2019-07-031-1/+6
* OF_finddevice(9) returns -1 if the node in question couldn't be found.kettenis2019-07-031-2/+2
* Add thermal zone handling code. This provides support for thermal zoneskettenis2019-07-023-1/+499
* 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