index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ofw
Age
Commit message (
Expand
)
Author
2020-06-10
Add a "framework" for digital audio interfaces.
Patrick Wildt
2020-06-06
Some devices have no phandle since they are not referenced in the
Patrick Wildt
2020-04-27
Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs
Mark Kettenis
2020-04-07
Implement support for "usb-nop-xceiv" PHYs.
Mark Kettenis
2020-03-22
Don't allocate a framebuffer if no interface ports have been configured.
Mark Kettenis
2020-03-21
The #pwm-cells attribute describes the amount of flags in addition
Patrick Wildt
2020-03-21
Fix crash when no device ports have been registered. Remove unused variable
Mark Kettenis
2020-03-16
Replace video "framework" with a more generic port/endpoint "framework".
Mark Kettenis
2020-03-01
When activating a video port, don't bail out if activating an endpoint
Mark Kettenis
2020-02-21
Implement a rather simple video interface support for OFW. This is
Patrick Wildt
2020-01-23
Make thermal framework support in sxitemp(4) interrupt driven such that
Mark Kettenis
2020-01-23
Add an interface to read an nvmem "cell".
Mark Kettenis
2020-01-21
Add the beginnings of an nvmem "framework".
Mark Kettenis
2019-12-03
Since device tree trip points might not be sorted, but our code
Patrick Wildt
2019-09-30
Add a PWM framework.
Mark Kettenis
2019-09-29
Reserve a few GPIO_CONFIG bits for machine-dependent use.
Visa Hankala
2019-09-07
Add an SFP framework which allows SFP providers to provide a
Patrick Wildt
2019-09-07
Add an I2C framework, so that nodes that need to use I2C but
Patrick Wildt
2019-09-04
Add comment.
Mark Kettenis
2019-08-28
This code calls task_add(9) from a timeout, so create the taskq with
Mark Kettenis
2019-08-28
Add a PHY "framework".
Mark Kettenis
2019-08-26
Implement GPIO hogging.
Mark Kettenis
2019-08-10
Make sure fdt_get_reg() looks beyond its parent to establish the correct
Mark Kettenis
2019-07-03
Skip thermal zones without "trips" or "cooling-maps" nodes.
Mark Kettenis
2019-07-03
OF_finddevice(9) returns -1 if the node in question couldn't be found.
Mark Kettenis
2019-07-02
Add thermal zone handling code. This provides support for thermal zones
Mark Kettenis
2019-04-30
We are allowed to enable regulators with the "regulator-always-on"
Patrick Wildt
2019-02-20
Add support for current limit regulators in addition to the voltage
Patrick Wildt
2019-02-18
In the voltage regulator getter we need to actually check the GPIO
Patrick Wildt
2019-01-02
Setting a fixed voltage regulator to the voltage it is fixed to
Patrick Wildt
2019-01-02
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt
Patrick Wildt
2018-10-23
Fix OFW GPIO regulator by breaking out of the loop once the correct
Patrick Wildt
2018-08-28
avoid uninitialised variable use
Jonathan Gray
2018-08-13
Support GPIO-based voltage regulators.
Patrick Wildt
2018-08-05
Fix typo that caused us to misassign parents.
Mark Kettenis
2018-08-02
Add delay when increasing the voltage of a regulator that has a
Mark Kettenis
2018-06-03
Change the set_parent() interface to pass the full parent specification
Mark Kettenis
2018-05-04
Add a common rules file for ofw sources to help keep the configurations
Visa Hankala
2018-05-03
Add an API to configure clocks to specific pre-assigned values. These
Patrick Wildt
2018-05-02
Implement a power domain framework to turn on/off so-called power
Patrick Wildt
2018-04-02
Implement a regmap lookup by compatible since unfortunately not all
Patrick Wildt
2018-03-21
Register regmap regardless of whether the node has a "phandle" property.
Mark Kettenis
2018-01-03
Add remap_bynode() since I use it in the rkpcie(4) implementation.
Mark Kettenis
2017-12-27
Implement OF_getpropint64().
Mark Kettenis
2017-12-18
Add support for enabling registered regulators. Make sure that we leave
Mark Kettenis
2017-12-16
Enforce voltage limits from the device tree. Enforcing the limits also
Mark Kettenis
2017-11-18
Extend regulator "framework" with functions to get/set voltages.
Mark Kettenis
2017-11-18
Extend regulator "framework" with functions to get/set voltages.
Mark Kettenis
2017-11-17
Make OF_getnodebyname() scan its child nodes instead of its peer nodes.
Mark Kettenis
2017-05-05
Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.
Mark Kettenis
[next]