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
/
ofw_misc.c
Age
Commit message (
Expand
)
Author
2022-12-17
Make nvmem_read_cell() and nvmem_write_cell() work for hardware that
Mark Kettenis
2022-11-07
The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second
Patrick Wildt
2022-03-25
Implement support for the "bits" property for nvmem cells.
Mark Kettenis
2022-03-02
Add an interface to write to an nvmem cell.
Mark Kettenis
2021-12-18
Add a mailbox "framework" to handle mailboxes referenced in device trees
Mark Kettenis
2021-06-25
While it seems like we can choose any I/O virtual address for peripheral
Patrick Wildt
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-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
2020-11-08
Add code to determine the supported media types from the SFP EEPROM.
Mark Kettenis
2020-06-25
Add a "framework" for MII busses.
Patrick Wildt
2020-06-10
Add a "framework" for digital audio interfaces.
Patrick Wildt
2020-06-06
Some devices have no phandle since they are not referenced in the
Patrick Wildt
2020-04-07
Implement support for "usb-nop-xceiv" PHYs.
Mark Kettenis
2020-03-22
Don't allocate a framebuffer if no interface ports have been configured.
Mark Kettenis
2020-03-21
The #pwm-cells attribute describes the amount of flags in addition
Patrick Wildt
2020-03-21
Fix crash when no device ports have been registered. Remove unused variable
Mark Kettenis
2020-03-16
Replace video "framework" with a more generic port/endpoint "framework".
Mark Kettenis
2020-03-01
When activating a video port, don't bail out if activating an endpoint
Mark Kettenis
2020-02-21
Implement a rather simple video interface support for OFW. This is
Patrick Wildt
2020-01-23
Add an interface to read an nvmem "cell".
Mark Kettenis
2020-01-21
Add the beginnings of an nvmem "framework".
Mark Kettenis
2019-09-30
Add a PWM framework.
Mark Kettenis
2019-09-07
Add an SFP framework which allows SFP providers to provide a
Patrick Wildt
2019-09-07
Add an I2C framework, so that nodes that need to use I2C but
Patrick Wildt
2019-09-04
Add comment.
Mark Kettenis
2019-08-28
Add a PHY "framework".
Mark Kettenis
2018-04-02
Implement a regmap lookup by compatible since unfortunately not all
Patrick Wildt
2018-03-21
Register regmap regardless of whether the node has a "phandle" property.
Mark Kettenis
2018-01-03
Add remap_bynode() since I use it in the rkpcie(4) implementation.
Mark Kettenis
2017-05-05
Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.
Mark Kettenis
2017-03-09
Add a "regmap" interface that allows devices to provide access to their
Mark Kettenis