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
*
Add a "framework" for digital audio interfaces.
patrick
2020-06-10
2
-2
/
+69
*
Some devices have no phandle since they are not referenced in the
patrick
2020-06-06
3
-3
/
+39
*
Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs
kettenis
2020-04-27
1
-1
/
+3
*
Implement support for "usb-nop-xceiv" PHYs.
kettenis
2020-04-07
1
-2
/
+41
*
Don't allocate a framebuffer if no interface ports have been configured.
kettenis
2020-03-22
2
-5
/
+10
*
The #pwm-cells attribute describes the amount of flags in addition
patrick
2020-03-21
1
-3
/
+3
*
Fix crash when no device ports have been registered. Remove unused variable
kettenis
2020-03-21
1
-4
/
+2
*
Replace video "framework" with a more generic port/endpoint "framework".
kettenis
2020-03-16
2
-48
/
+178
*
When activating a video port, don't bail out if activating an endpoint
kettenis
2020-03-01
1
-3
/
+3
*
Implement a rather simple video interface support for OFW. This is
patrick
2020-02-21
2
-2
/
+77
*
Make thermal framework support in sxitemp(4) interrupt driven such that
kettenis
2020-01-23
2
-2
/
+21
*
Add an interface to read an nvmem "cell".
kettenis
2020-01-23
2
-5
/
+78
*
Add the beginnings of an nvmem "framework".
kettenis
2020-01-21
2
-2
/
+46
*
Since device tree trip points might not be sorted, but our code
patrick
2019-12-03
1
-4
/
+19
*
Add a PWM framework.
kettenis
2019-09-30
2
-2
/
+96
*
Reserve a few GPIO_CONFIG bits for machine-dependent use.
visa
2019-09-29
1
-1
/
+5
*
Add an SFP framework which allows SFP providers to provide a
patrick
2019-09-07
2
-2
/
+48
*
Add an I2C framework, so that nodes that need to use I2C but
patrick
2019-09-07
2
-2
/
+61
*
Add comment.
kettenis
2019-09-04
1
-1
/
+5
*
This code calls task_add(9) from a timeout, so create the taskq with
kettenis
2019-08-28
1
-2
/
+2
*
Add a PHY "framework".
kettenis
2019-08-28
2
-2
/
+119
*
Implement GPIO hogging.
kettenis
2019-08-26
1
-2
/
+48
*
Make sure fdt_get_reg() looks beyond its parent to establish the correct
kettenis
2019-08-10
1
-31
/
+36
*
Skip thermal zones without "trips" or "cooling-maps" nodes.
kettenis
2019-07-03
1
-1
/
+6
*
OF_finddevice(9) returns -1 if the node in question couldn't be found.
kettenis
2019-07-03
1
-2
/
+2
*
Add thermal zone handling code. This provides support for thermal zones
kettenis
2019-07-02
3
-1
/
+499
*
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
[next]