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
/
fdt
Age
Commit message (
Expand
)
Author
2022-10-20
Add RK3568 support.
Mark Kettenis
2022-10-17
Convert more drivers to use todr_attach(). The quality of the RTC is
Mark Kettenis
2022-10-13
Add (minimal) support for the RK3568 PCIe controller. This relies on
Mark Kettenis
2022-10-12
Extend struct todr_chip_handle with a todr_quality member. This allows us
Mark Kettenis
2022-10-10
Add support for the RK817 PMIC.
Mark Kettenis
2022-10-09
RK3566/RK3568 support.
Mark Kettenis
2022-10-09
RK3566/RK3568 support.
Mark Kettenis
2022-10-03
dapmic(4): support clean shutdown with the power button
Jeremie Courreges-Anglas
2022-09-26
For framebuffers that don't start on a page boundary, we need to allow
Mark Kettenis
2022-09-04
Improve periodic USB transfers (device intr, isoc) used for input
Marcus Glocker
2022-09-03
Make sure we don't suspend if we have no way to wake up the machine.
Mark Kettenis
2022-09-02
Add a callback for setting the TDM slot used by an audio codec.
Mark Kettenis
2022-08-27
Remove unused mutex.
Marcus Glocker
2022-08-14
Unbreak, don't assume we always hold the NET_LOCK
Jeremie Courreges-Anglas
2022-08-10
Fix off-by-one in channel count, from NetBSD.
Marcus Glocker
2022-08-01
KNF
Mark Kettenis
2022-07-25
The GPIO pin on Apple M1 systems is actually connected to the SDZ pin, which
Mark Kettenis
2022-07-19
Fix up tx ring slot calculations so we store the mbuf and dma map with
Jonathan Matthew
2022-07-16
Add support for using the power button to wake up from suspend.
Mark Kettenis
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-07-15
Use db_rint() to make it possible to enter ddb(4) by typing ESC D.
Mark Kettenis
2022-07-14
Add sxirintc(4), a driver for the "wake up" interrupt controller found
Mark Kettenis
2022-07-09
Add suspend/resume support
Mark Kettenis
2022-07-09
Add suspend/resume support.
Mark Kettenis
2022-07-09
Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.
Mark Kettenis
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-06-28
constify miscellaneous arm64 pin and clock tables
Christian Weisgerber
2022-06-28
No need to pass a copy of the bcmdmac_channel structure to predicate
Anton Lindqvist
2022-06-27
Allow the pluart(4) baud rate to be changed.
Anton Lindqvist
2022-06-11
Bring back PL011 UART FIFO support to pluart(4). This time with working
Anton Lindqvist
2022-06-09
Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed on
Mark Kettenis
2022-06-09
Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIO
Mark Kettenis
2022-06-06
Add support for the XHCI function that is part of the Cadence USB3 DRD
Mark Kettenis
2022-06-05
enable interrupt coalescing.
David Gwynne
2022-06-05
add support for getting the frequency of the clocks mventa uses.
David Gwynne
2022-06-03
fix the definition of the MVNETA_PRXITTH Port RX Intr Threshold register
David Gwynne
2022-06-01
shrink dmesg output by printing the ethernet address on the attach line.
David Gwynne
2022-06-01
mark the mvneta interrupt handler as mpsafe.
David Gwynne
2022-06-01
rework the rx ring processing.
David Gwynne
2022-06-01
mark mvneta_start mpsafe.
David Gwynne
2022-06-01
dont have to say Ethernet address in dmesg, address is fine
David Gwynne
2022-06-01
trim some white space
David Gwynne
2022-06-01
rework tx start and completion.
David Gwynne
2022-05-30
make a first pass at providing kstats from the hardware counters.
David Gwynne
2022-05-30
tell the compiler about the tx/rx desc alignment.
David Gwynne
2022-05-25
marvell,armada-3700-ahci seems to work.
David Gwynne
2022-05-23
add support for the ehci controller on marvell 3720 boards.
David Gwynne
2022-05-17
Use a higher match priority such that mvclock(4) wins from syscon(4).
Mark Kettenis
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-04-03
Add support for the CP115 block found on Marvell CN9K SoCs.
Patrick Wildt
[next]