summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2024-10-17Add pinctrl support.Mark Kettenis
2024-10-17include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"Jonathan Gray
2024-10-10remove unused struct cpu_freq_tblJonathan Gray
2024-10-09make attachments use pre-existing activate functions; ok deraadt@Jonathan Gray
2024-10-08set activate for ufshci_acpi and ufshci_fdtJonathan Gray
2024-10-06remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cdJonathan Gray
2024-09-02virtio: Move interrupt setup into separate functionStefan Fritsch
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@Jonathan Gray
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
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