Age | Commit message (Expand) | Author |
2024-10-17 | Add pinctrl support. | Mark Kettenis |
2024-10-17 | include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h" | Jonathan Gray |
2024-10-10 | remove unused struct cpu_freq_tbl | Jonathan Gray |
2024-10-09 | make attachments use pre-existing activate functions; ok deraadt@ | Jonathan Gray |
2024-10-08 | set activate for ufshci_acpi and ufshci_fdt | Jonathan Gray |
2024-10-06 | remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cd | Jonathan Gray |
2024-09-02 | virtio: Move interrupt setup into separate function | Stefan Fritsch |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ | Jonathan Gray |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-08-27 | constify struct virtio_ops | Stefan Fritsch |
2024-08-26 | virtio: Introduce dedicated attach args | Stefan Fritsch |
2024-08-21 | remove unused vars and structs | Jonathan Gray |
2024-08-20 | virtio_mmio: Return early if no device | Stefan Fritsch |
2024-08-14 | In a qcspmi_cmd_read() error case, the register is only returning the error | Marcus Glocker |
2024-08-05 | Adjust for arm64_intr_get_parent() changes. | Mark Kettenis |
2024-08-05 | Add battery sensors. | Mark Kettenis |
2024-08-04 | Fix typo. | Marcus Glocker |
2024-08-04 | Add battery status support for the x1e80100. This SoC needs a second | Mark Kettenis |
2024-07-31 | Add ufshci(4) at fdt support. | Marcus Glocker |
2024-07-25 | Explicitly request for battery status updates as the firmware doesn't seem | Mark Kettenis |
2024-07-15 | Add support for the RK3588 eMMC controller. This is mostly the same, with | Patrick Wildt |
2024-07-15 | Add RK3588 eMMC clocks and resets. | Patrick Wildt |
2024-07-10 | Implement support for deeper idle states offered by PSCI. Reduces the | Mark Kettenis |
2024-07-10 | Hook up the Qualcomm UEFI Secure Application that handles EFI variables to | Mark Kettenis |
2024-07-09 | Implement MSI multiple-vector support. | Mark Kettenis |
2024-07-05 | On Qualcomm machines, make use of the in-built MSI functionality in case | Patrick Wildt |
2024-07-04 | Implement support for version 7 controllers. These have two separate | Mark Kettenis |
2024-07-04 | Only override the time offset in rtcinfo[0] when setting the time; don't | Mark Kettenis |
2024-07-02 | Support the Qualcomm Snapdragon X Elite (X1E80100) PCIe controller. We do | Patrick Wildt |
2024-07-02 | From what we currently use, the Qualcomm Snapdragon X Elite (X1E80100) | Patrick Wildt |
2024-06-27 | Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588 | Mark Kettenis |
2024-06-23 | When ripping out Qualcomm's EL2 on the x13s, calls into the Secure Monitor | Patrick Wildt |
2024-06-23 | Add RK3588 support. | Mark Kettenis |
2024-06-12 | Add RK3588 support. | Mark Kettenis |
2024-06-11 | Add RK3588 TSADC clocks and resets. | Mark Kettenis |
2024-05-28 | Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach(). | Claudio Jeker |
2024-05-26 | Revert bits that got accidentally committed. | Mark Kettenis |
2024-05-26 | Clear interrupt status to prevent power down after resume initiated by | Mark Kettenis |
2024-05-26 | Add support for configuring sleep voltage settings based on device tree | Mark Kettenis |
2024-05-17 | vio: Fix signal handling and locking in sysctl path | Stefan Fritsch |
2024-05-15 | Recent OpenSBI versions implement shutdown and reboot through the DA9063 | Mark Kettenis |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-05-12 | Add support for using the power button function of the RK809. | Mark Kettenis |
2024-04-13 | Renove unused function and prototype. | Mark Kettenis |
2024-04-01 | Add clocks for the RK3588 PWM controller. | Patrick Wildt |
2024-03-29 | Skip calculating timings if we can't determine the frequency of the clock. | Mark Kettenis |
2024-03-29 | Fix writing the prefetchable mmio window base/limit. | Mark Kettenis |
2024-03-27 | Support having bcmpcie(4) as both PCIe bus and simplebus to enable | Patrick Wildt |
2024-03-24 | Implement resetting the PHY via a GPIO pin, like in fec(4). This helps | Patrick Wildt |
2024-03-21 | Never bindings use the phy-handle property instead of the phy property. | Patrick Wildt |