index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ofw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We are allowed to enable regulators with the "regulator-always-on"
patrick
2019-04-30
1
-3
/
+3
*
Add support for current limit regulators in addition to the voltage
patrick
2019-02-20
2
-27
/
+143
*
In the voltage regulator getter we need to actually check the GPIO
patrick
2019-02-18
1
-2
/
+3
*
Setting a fixed voltage regulator to the voltage it is fixed to
patrick
2019-01-02
1
-1
/
+5
*
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt
patrick
2019-01-02
1
-2
/
+2
*
Fix OFW GPIO regulator by breaking out of the loop once the correct
patrick
2018-10-23
1
-2
/
+4
*
avoid uninitialised variable use
jsg
2018-08-28
1
-1
/
+2
*
Support GPIO-based voltage regulators.
patrick
2018-08-13
1
-2
/
+118
*
Fix typo that caused us to misassign parents.
kettenis
2018-08-05
1
-2
/
+2
*
Add delay when increasing the voltage of a regulator that has a
kettenis
2018-08-02
2
-4
/
+17
*
Change the set_parent() interface to pass the full parent specification
kettenis
2018-06-03
1
-6
/
+2
*
Add a common rules file for ofw sources to help keep the configurations
visa
2018-05-04
1
-0
/
+9
*
Add an API to configure clocks to specific pre-assigned values. These
patrick
2018-05-03
2
-2
/
+74
*
Implement a power domain framework to turn on/off so-called power
patrick
2018-05-02
2
-0
/
+142
*
Implement a regmap lookup by compatible since unfortunately not all
patrick
2018-04-02
2
-2
/
+16
*
Register regmap regardless of whether the node has a "phandle" property.
kettenis
2018-03-21
1
-12
/
+8
*
Add remap_bynode() since I use it in the rkpcie(4) implementation.
kettenis
2018-01-03
2
-2
/
+18
*
Implement OF_getpropint64().
kettenis
2017-12-27
2
-2
/
+16
*
Add support for enabling registered regulators. Make sure that we leave
kettenis
2017-12-18
2
-11
/
+32
*
Enforce voltage limits from the device tree. Enforcing the limits also
kettenis
2017-12-16
2
-3
/
+21
*
Extend regulator "framework" with functions to get/set voltages.
kettenis
2017-11-18
1
-1
/
+15
*
Extend regulator "framework" with functions to get/set voltages.
kettenis
2017-11-18
1
-1
/
+54
*
Make OF_getnodebyname() scan its child nodes instead of its peer nodes.
kettenis
2017-11-17
1
-4
/
+2
*
Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.
kettenis
2017-05-05
1
-2
/
+2
*
Introduce OF_getindex() API and use it to replace multiple instances of
kettenis
2017-03-12
4
-94
/
+45
*
Add a "regmap" interface that allows devices to provide access to their
kettenis
2017-03-09
2
-0
/
+110
*
Return -1 if we try to set the frequency of a clock but couldn't find it.
kettenis
2016-08-27
1
-3
/
+3
*
Add functions to assert/deassert all reset signals for a device.
kettenis
2016-08-23
2
-2
/
+28
*
Actually make fdt_find_node() return NULL if the node couldn't be found.
kettenis
2016-08-23
1
-1
/
+4
*
Fix two small bugs in the new reset API code.
kettenis
2016-08-22
1
-3
/
+4
*
Add an API to set the clock frequency.
kettenis
2016-08-22
2
-2
/
+62
*
Add a reset signal API alongside the clock API.
kettenis
2016-08-22
2
-2
/
+150
*
Implement interfaces to disable clocks and add interfaces that enable or
kettenis
2016-08-22
2
-10
/
+48
*
Add a minimal clock "framework". Build it on armv7.
kettenis
2016-08-21
2
-0
/
+251
*
Fix a pasto in a comment.
kettenis
2016-08-21
2
-4
/
+4
*
Add a minimal regulator "framework".
kettenis
2016-08-13
2
-0
/
+105
*
Add a generic pinctrl "framework".
kettenis
2016-08-06
2
-0
/
+150
*
Add interface to facilitate iterating over gpios.
kettenis
2016-07-27
2
-2
/
+16
*
Rename struct fdt_memory to fdt_reg to match the member name
patrick
2016-07-26
2
-18
/
+18
*
Add a simple framework for handling gpio controllers and pins on FDT-enabled
kettenis
2016-07-11
2
-0
/
+129
*
Add interfaces to look up a device tree node by phandle.
kettenis
2016-07-09
3
-3
/
+43
*
Fix check for "name" property. Restores synthesised "name" proprties in
kettenis
2016-07-08
1
-2
/
+2
*
Make the fdt parser skip nop tokens. This is needed on some
visa
2016-06-29
1
-10
/
+25
*
Make sure OF_getprop() returns the proper length for a synthesised "name"
kettenis
2016-06-14
1
-2
/
+4
*
Make fdt_node_property() return -1 if the requested property can't be found
kettenis
2016-06-14
1
-7
/
+7
*
Add OF_getpropint() and OF_getpropintarray().
kettenis
2016-06-12
2
-2
/
+33
*
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
jsg
2016-06-08
2
-14
/
+21
*
Implement openprom(4) for armv7.
kettenis
2016-05-21
1
-4
/
+96
*
Introduce OF_is_compatible(9), a convenience function to check the "compatible"
kettenis
2016-05-16
2
-2
/
+22
*
Convert memory extract routine to return errno-based errors.
patrick
2016-04-06
1
-7
/
+7
[next]