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
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
2016-04-06
Add support for bus space translation.
Patrick Wildt
2016-04-03
Remove erroneous whitespace added in previous change.
Patrick Wildt
2016-04-03
Implement a way to extract memory information from a node. This can be
Patrick Wildt
2016-04-03
The callers of fdt_next_node() expect it to return NULL if a next node
Patrick Wildt
2016-03-17
Do not iterate all over the tree if OF_parent() is called on the root
Martin Pieuchot
2016-03-07
Fix end signature check, from Patrick Wildt.
Martin Pieuchot
2016-03-03
Move fdt to a more centralized location so it can be used by arm as well. Dif...
Brandon Mercer
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-10-14
Implement OF_getproplen().
Mark Kettenis
2007-06-01
remove ofw devices which we don't use; that way of mixing devices is crazy
Theo de Raadt
2007-06-01
Don't initialize d_partitions[RAW_DISK] just before calling
Kenneth R Westerback
2007-05-28
Art left a trailing quote as an easter egg in this file five years ago. Can
Miod Vallat
2007-04-30
Replace another expansion of DISKLABELDEV with the define itself.
Kenneth R Westerback
2007-04-29
Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and
Kenneth R Westerback
2006-03-15
Nuke dk_establish(), no longer used.
Miod Vallat
2005-03-08
Cosmetics...
Thierry Deval
[next]