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
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
2017-03-12
Introduce OF_getindex() API and use it to replace multiple instances of
Mark Kettenis
2017-03-09
Add a "regmap" interface that allows devices to provide access to their
Mark Kettenis
2016-08-27
Return -1 if we try to set the frequency of a clock but couldn't find it.
Mark Kettenis
2016-08-23
Add functions to assert/deassert all reset signals for a device.
Mark Kettenis
2016-08-23
Actually make fdt_find_node() return NULL if the node couldn't be found.
Mark Kettenis
2016-08-22
Fix two small bugs in the new reset API code.
Mark Kettenis
2016-08-22
Add an API to set the clock frequency.
Mark Kettenis
2016-08-22
Add a reset signal API alongside the clock API.
Mark Kettenis
2016-08-22
Implement interfaces to disable clocks and add interfaces that enable or
Mark Kettenis
2016-08-21
Add a minimal clock "framework". Build it on armv7.
Mark Kettenis
2016-08-21
Fix a pasto in a comment.
Mark Kettenis
2016-08-13
Add a minimal regulator "framework".
Mark Kettenis
2016-08-06
Add a generic pinctrl "framework".
Mark Kettenis
2016-07-27
Add interface to facilitate iterating over gpios.
Mark Kettenis
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-07-11
Add a simple framework for handling gpio controllers and pins on FDT-enabled
Mark Kettenis
2016-07-09
Add interfaces to look up a device tree node by phandle.
Mark Kettenis
2016-07-08
Fix check for "name" property. Restores synthesised "name" proprties in
Mark Kettenis
2016-06-29
Make the fdt parser skip nop tokens. This is needed on some
Visa Hankala
2016-06-14
Make sure OF_getprop() returns the proper length for a synthesised "name"
Mark Kettenis
2016-06-14
Make fdt_node_property() return -1 if the requested property can't be found
Mark Kettenis
2016-06-12
Add OF_getpropint() and OF_getpropintarray().
Mark Kettenis
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
2016-05-16
Introduce OF_is_compatible(9), a convenience function to check the "compatible"
Mark Kettenis
2016-04-06
Convert memory extract routine to return errno-based errors.
Patrick Wildt
[next]