summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2024-08-27constify struct virtio_opsStefan Fritsch
2024-08-26virtio: Introduce dedicated attach argsStefan Fritsch
2024-08-21remove unused vars and structsJonathan Gray
2024-08-20virtio_mmio: Return early if no deviceStefan Fritsch
2024-08-14In a qcspmi_cmd_read() error case, the register is only returning the errorMarcus Glocker
2024-08-05Adjust for arm64_intr_get_parent() changes.Mark Kettenis
2024-08-05Add battery sensors.Mark Kettenis
2024-08-04Fix typo.Marcus Glocker
2024-08-04Add battery status support for the x1e80100. This SoC needs a secondMark Kettenis
2024-07-31Add ufshci(4) at fdt support.Marcus Glocker
2024-07-25Explicitly request for battery status updates as the firmware doesn't seemMark Kettenis
2024-07-15Add support for the RK3588 eMMC controller. This is mostly the same, withPatrick Wildt
2024-07-15Add RK3588 eMMC clocks and resets.Patrick Wildt
2024-07-10Implement support for deeper idle states offered by PSCI. Reduces theMark Kettenis
2024-07-10Hook up the Qualcomm UEFI Secure Application that handles EFI variables toMark Kettenis
2024-07-09Implement MSI multiple-vector support.Mark Kettenis
2024-07-05On Qualcomm machines, make use of the in-built MSI functionality in casePatrick Wildt
2024-07-04Implement support for version 7 controllers. These have two separateMark Kettenis
2024-07-04Only override the time offset in rtcinfo[0] when setting the time; don'tMark Kettenis
2024-07-02Support the Qualcomm Snapdragon X Elite (X1E80100) PCIe controller. We doPatrick Wildt
2024-07-02From what we currently use, the Qualcomm Snapdragon X Elite (X1E80100)Patrick Wildt
2024-06-27Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588Mark Kettenis
2024-06-23When ripping out Qualcomm's EL2 on the x13s, calls into the Secure MonitorPatrick Wildt
2024-06-23Add RK3588 support.Mark Kettenis
2024-06-12Add RK3588 support.Mark Kettenis
2024-06-11Add RK3588 TSADC clocks and resets.Mark Kettenis
2024-05-28Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach().Claudio Jeker
2024-05-26Revert bits that got accidentally committed.Mark Kettenis
2024-05-26Clear interrupt status to prevent power down after resume initiated byMark Kettenis
2024-05-26Add support for configuring sleep voltage settings based on device treeMark Kettenis
2024-05-17vio: Fix signal handling and locking in sysctl pathStefan Fritsch
2024-05-15Recent OpenSBI versions implement shutdown and reboot through the DA9063Mark Kettenis
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-12Add support for using the power button function of the RK809.Mark Kettenis
2024-04-13Renove unused function and prototype.Mark Kettenis
2024-04-01Add clocks for the RK3588 PWM controller.Patrick Wildt
2024-03-29Skip calculating timings if we can't determine the frequency of the clock.Mark Kettenis
2024-03-29Fix writing the prefetchable mmio window base/limit.Mark Kettenis
2024-03-27Support having bcmpcie(4) as both PCIe bus and simplebus to enablePatrick Wildt
2024-03-24Implement resetting the PHY via a GPIO pin, like in fec(4). This helpsPatrick Wildt
2024-03-21Never bindings use the phy-handle property instead of the phy property.Patrick Wildt
2024-03-18Implement Spectre-V4 mitigations. The only real effect of this change isMark Kettenis
2024-03-18Pass PHY OF node to the MII layer for use by PHY drivers.Patrick Wildt
2024-03-07Support Allwinner D1's ethernet controller clocks and reset.Kevin Lo
2024-03-06Add SPI clocks for other 64-bit Rockchip SoCs.Mark Kettenis
2024-03-04freq is unsigned, kernel builds againTheo de Raadt
2024-03-03Add support for the "NG" clock bindings for sun5i SoCs.Mark Kettenis
2024-03-02Add support for attaching rkpmic(4) to an SPI bus. Add support forMark Kettenis
2024-03-02Add rkspi(4), a driver for the SPI controller found on various RockchipMark Kettenis
2024-03-02Add clocks for the RK3588 SPI controller.Mark Kettenis