CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2022/11/08 12:34:54
Added files: sys/dev/fdt : qcspmi.c Log message: Add qcspmi(4), a driver for the SPMI PMIC Arbiter found on Qualcomm SoCs, which is used on the Lenovo x13s. As soon as we gain a driver for the Power Domain Controller (PDC) that acts as a shim towards the GIC, we can switch out the timeout for proper IRQs. ok kettenis@