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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-14
msi-map-mask is a pasto and should be iommu-map-mask.
patrick
1
-2
/
+2
2021-02-28
Implement IOMMU OFW API for on-SoC/non-PCI devices.
patrick
2
-2
/
+46
2021-02-26
Only support #iommu-cells = <1> for now to make sure the correct stream ID
kettenis
1
-17
/
+8
2021-02-25
Add a framework for IOMMUs.
kettenis
2
-2
/
+108
2020-12-31
Keep polling if a temperature sensor reading fails. This is needed
kettenis
1
-3
/
+3
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2
-2
/
+19
2020-12-23
Fix regulators that use "active-low" polarity. Our implementation now
kettenis
1
-9
/
+16
2020-12-18
Add symbolic constants related to open source and open drain GPIOs.
kettenis
1
-3
/
+10
2020-11-30
Implement mii_byname().
kettenis
2
-9
/
+17
2020-11-14
Add SFP+ support, including support for direct attach cables.
kettenis
1
-1
/
+36
2020-11-12
Add 1000baseT media support and set active media to the appropriate value.
kettenis
1
-4
/
+15
2020-11-10
Add interfaces to control optical output of an SFP.
kettenis
2
-2
/
+33
2020-11-08
Add code to determine the supported media types from the SFP EEPROM.
kettenis
2
-3
/
+40
2020-07-18
Add functions to set/add properties on an FDT node.
kettenis
2
-6
/
+122
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
kettenis
2
-7
/
+6
2020-06-25
Add a "framework" for MII busses.
patrick
2
-2
/
+52
2020-06-10
Add a "framework" for digital audio interfaces.
patrick
2
-2
/
+69
2020-06-06
Some devices have no phandle since they are not referenced in the
patrick
3
-3
/
+39
2020-04-27
Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs
kettenis
1
-1
/
+3
2020-04-07
Implement support for "usb-nop-xceiv" PHYs.
kettenis
1
-2
/
+41
2020-03-22
Don't allocate a framebuffer if no interface ports have been configured.
kettenis
2
-5
/
+10
2020-03-21
The #pwm-cells attribute describes the amount of flags in addition
patrick
1
-3
/
+3
2020-03-21
Fix crash when no device ports have been registered. Remove unused variable
kettenis
1
-4
/
+2
2020-03-16
Replace video "framework" with a more generic port/endpoint "framework".
kettenis
2
-48
/
+178
2020-03-01
When activating a video port, don't bail out if activating an endpoint
kettenis
1
-3
/
+3
2020-02-21
Implement a rather simple video interface support for OFW. This is
patrick
2
-2
/
+77
2020-01-23
Make thermal framework support in sxitemp(4) interrupt driven such that
kettenis
2
-2
/
+21
2020-01-23
Add an interface to read an nvmem "cell".
kettenis
2
-5
/
+78
2020-01-21
Add the beginnings of an nvmem "framework".
kettenis
2
-2
/
+46
2019-12-03
Since device tree trip points might not be sorted, but our code
patrick
1
-4
/
+19
2019-09-30
Add a PWM framework.
kettenis
2
-2
/
+96
2019-09-29
Reserve a few GPIO_CONFIG bits for machine-dependent use.
visa
1
-1
/
+5
2019-09-07
Add an SFP framework which allows SFP providers to provide a
patrick
2
-2
/
+48
2019-09-07
Add an I2C framework, so that nodes that need to use I2C but
patrick
2
-2
/
+61
2019-09-04
Add comment.
kettenis
1
-1
/
+5
2019-08-28
This code calls task_add(9) from a timeout, so create the taskq with
kettenis
1
-2
/
+2
2019-08-28
Add a PHY "framework".
kettenis
2
-2
/
+119
2019-08-26
Implement GPIO hogging.
kettenis
1
-2
/
+48
2019-08-10
Make sure fdt_get_reg() looks beyond its parent to establish the correct
kettenis
1
-31
/
+36
2019-07-03
Skip thermal zones without "trips" or "cooling-maps" nodes.
kettenis
1
-1
/
+6
2019-07-03
OF_finddevice(9) returns -1 if the node in question couldn't be found.
kettenis
1
-2
/
+2
2019-07-02
Add thermal zone handling code. This provides support for thermal zones
kettenis
3
-1
/
+499
2019-04-30
We are allowed to enable regulators with the "regulator-always-on"
patrick
1
-3
/
+3
2019-02-20
Add support for current limit regulators in addition to the voltage
patrick
2
-27
/
+143
2019-02-18
In the voltage regulator getter we need to actually check the GPIO
patrick
1
-2
/
+3
2019-01-02
Setting a fixed voltage regulator to the voltage it is fixed to
patrick
1
-1
/
+5
2019-01-02
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt
patrick
1
-2
/
+2
2018-10-23
Fix OFW GPIO regulator by breaking out of the loop once the correct
patrick
1
-2
/
+4
2018-08-28
avoid uninitialised variable use
jsg
1
-1
/
+2
2018-08-13
Support GPIO-based voltage regulators.
patrick
1
-2
/
+118
[next]