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
14 days
Move sparc64-specific ofw prototypes out of the MI header.
Miod Vallat
2024-07-01
Don't crash if we can't read the temperature for a zone while polling it.
Mark Kettenis
2024-06-27
Implement an optional callback function for thermal sensors to set a trip
Mark Kettenis
2024-06-14
Disallow setting the voltage of coupled regulators for now. Some RK3588
Mark Kettenis
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-03-27
Fix fdt_find_node(). We should make sure we match the full name when
Mark Kettenis
2023-11-23
expose the state of thermal zones as kstats.
David Gwynne
2023-09-21
Properly set up the IOMMU stream ID mapping. Needed for upcoming changes
Mark Kettenis
2023-05-17
Add a framework for hardware locks.
Patrick Wildt
2023-04-26
Fix phy_enable_prop_idx() to retrieve the property length with the passed
Patrick Wildt
2023-04-26
Fix my email address.
Mark Kettenis
2023-04-15
fixed regulators might rely on other regulators specified by "vin-supply"
David Gwynne
2023-04-07
fixed regulators could have a "gpios" or "gpio" property.
David Gwynne
2023-04-03
add phy_enable_prop_idx() to work with phys under props other than "phy".
David Gwynne
2023-04-03
special case phandle 0 and return NULL when looking up network interfaces.
David Gwynne
2023-04-03
add glue for network interfaces to be found by fdt/ofw node or phandle.
David Gwynne
2023-04-01
Implement regulator notifiers which get called when the voltage/current
Mark Kettenis
2022-12-17
Make nvmem_read_cell() and nvmem_write_cell() work for hardware that
Mark Kettenis
2022-12-12
Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB
Mark Kettenis
2022-11-09
Implement wakeup interrupt support. For now this is only implemented for
Mark Kettenis
2022-11-07
The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second
Patrick Wildt
2022-09-19
Change OF_getnodebyname() such that looking up a node using just the name
Patrick Wildt
2022-09-18
Revert previous it prevents the PinebookPro and the Rockpro64 to reach userland.
Martin Pieuchot
2022-09-11
Change OF_getnodebyname() such that lokking up a node using just the name
Mark Kettenis
2022-09-02
Add a callback for setting the TDM slot used by an audio codec.
Mark Kettenis
2022-08-21
prevent buffer overflow in OF_getpropint64array()
Jasper Lievisse Adriaanse
2022-08-06
Prevent buffer overflow in OF_getpropintarray().
Mark Kettenis
2022-03-25
Implement support for the "bits" property for nvmem cells.
Mark Kettenis
2022-03-21
Constify struct {audio,midi,radio,video}_hw_if. No functional change.
Miod Vallat
2022-03-02
Add an interface to write to an nvmem cell.
Mark Kettenis
2022-02-14
OF_getproplen() returns -1 on error, so don't store result in size_t
Jonathan Gray
2022-02-04
Add prototype for clock_set_frequency_idx().
Mark Kettenis
2022-01-09
spelling
Jonathan Gray
2021-12-18
Add a mailbox "framework" to handle mailboxes referenced in device trees
Mark Kettenis
2021-11-26
Add interfaces to enable all power domains for a node.
Mark Kettenis
2021-06-25
While it seems like we can choose any I/O virtual address for peripheral
Patrick Wildt
2021-05-06
Add OF_getpropbool(9).
Mark Kettenis
2021-04-07
Add graphaudio(4), a driver to support linking together audio components
Mark Kettenis
2021-03-14
msi-map-mask is a pasto and should be iommu-map-mask.
Patrick Wildt
2021-02-28
Implement IOMMU OFW API for on-SoC/non-PCI devices.
Patrick Wildt
2021-02-26
Only support #iommu-cells = <1> for now to make sure the correct stream ID
Mark Kettenis
2021-02-25
Add a framework for IOMMUs.
Mark Kettenis
2020-12-31
Keep polling if a temperature sensor reading fails. This is needed
Mark Kettenis
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-23
Fix regulators that use "active-low" polarity. Our implementation now
Mark Kettenis
2020-12-18
Add symbolic constants related to open source and open drain GPIOs.
Mark Kettenis
2020-11-30
Implement mii_byname().
Mark Kettenis
2020-11-14
Add SFP+ support, including support for direct attach cables.
Mark Kettenis
2020-11-12
Add 1000baseT media support and set active media to the appropriate value.
Mark Kettenis
2020-11-10
Add interfaces to control optical output of an SFP.
Mark Kettenis
[next]