aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firmware
Commit message (Expand)AuthorAgeFilesLines
* scmi: Add an SCMI VirtIO transport driverCristian Marussi2024-04-113-3/+312
* scmi: Introduce a new SCMI API and port CLK SCMI driver to itCristian Marussi2024-04-119-249/+433
* scmi: Add SCMI message tracking and centralize tx/rx logicCristian Marussi2024-04-117-108/+390
* scmi: Add new SCMI interfaces for init and message processingCristian Marussi2024-04-116-81/+192
* scmi: Protect SCMI/SMT channels from concurrent transmissionsCristian Marussi2024-04-113-6/+55
* scmi: Fix SCMI mailbox polling mechanismCristian Marussi2024-04-114-5/+22
* scmi: Extend and refactor SCMI shmem supportCristian Marussi2024-04-114-91/+231
* scmi: Add an SCMI SMC transport driverAndrew Turner2024-04-111-0/+131
* scmi: Split out the SCMI mailbox to a new fileAndrew Turner2024-04-114-75/+230
* scmi: Implement scmi_clknode_recalc_freq methodCristian Marussi2024-04-111-2/+12
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-102-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Trim various $FreeBSD$John Baldwin2023-10-101-2/+0
* arm64: zynqmp: Add firmware driverEmmanuel Vadot2023-09-183-0/+1000
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* scmi: Suppress a couple of -Wunused-function warningsMark Johnston2023-02-241-2/+2
* Add support for ARM System Control and Management Interface (SCMI) v3.1.Ruslan Bukin2022-12-196-0/+1114