summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2023-03-05Mask off IPL flags before storing the IPL for an interrupt.Patrick Wildt
2023-03-05Add RK356x-specific initialization. Also initialize a few auto modeMark Kettenis
2023-03-04Turns out the RK3566 has a different value in the GPIO_VER_ID registerMark Kettenis
2023-03-04On RK356x many devices need to be explicitly routed to use alternative pinMark Kettenis
2023-02-27Pass MII flags depending on the phy mode specified in the device tree.Jonathan Matthew
2023-02-26Defragment mbufs in the tx path to work around a (not fully understood)Mark Kettenis
2023-02-26RK3588 support.Mark Kettenis
2023-02-26Modern Rockchip SoCs, such as the RK356x and RK3588, use a differentMark Kettenis
2023-02-19Add support for deep(er) idle states that can be entered using PSCI. ForMark Kettenis
2023-02-15Don't print the version twice, but do print a newline before attaching theMark Kettenis
2023-02-15Add GMAC-related RK356x clocks.Mark Kettenis
2023-02-14Fix scmi(4) entry.Mark Kettenis
2023-02-13Add a driver for the ARM System Control and Management Interface, which,Mark Kettenis
2023-02-13Add RK356x TSADC clocks.Mark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt
2023-02-13Add support for the Shenzhen Tangcheng Technology TCS4525 voltageMark Kettenis
2023-02-04Set default volume to -30 dB instead of using the hardware default of 0 dBMark Kettenis
2023-02-04Set default volume to -30 dB instead of using the hardware default of 0 dBMark Kettenis
2023-02-03enable sncodec(4)Mark Kettenis
2023-02-03Add sncodec(4) a driver for the TI SN012776/TAS2764 digital amplifier.Mark Kettenis
2023-01-21The Qualcomm UEFI Secure Application that handles EFI variables seems toMark Kettenis
2023-01-16Manage RTC offset through UEFI variables handled by a TEE application thatPatrick Wildt
2023-01-14Add support for "enhanced descriptor" mode found on some variants of theMark Kettenis
2023-01-03Disable display backlight on Apple Silicon laptops when suspending.Tobias Heider
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-12-24Hook up xhci(4)'s activate function to the FDT attachment driver. ThisPatrick Wildt
2022-12-21Have the power button trigger a wakeup from suspend.Patrick Wildt
2022-12-16qcpdc(4)'s establish routine needs to return the wrapped cookie, not thePatrick Wildt
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-12-10Mitigate Spectre-BHB by using core-specific trampoline vectors. On some coresPatrick Wildt
2022-11-30Provide default address for qcpwm(4), as Linux upstream removed it fromPatrick Wildt
2022-11-27Implement support for the (optional) MSI controller of Synopsys DesignwareMark Kettenis
2022-11-23Add pwmleds(4), a driver for PWM controlled LEDs.Mark Kettenis
2022-11-14When the fdt does not provide a list of brightness states, pwmbl(4)Miod Vallat
2022-11-10Apparently we receive interrupts for both powerkey press and release, whichPatrick Wildt
2022-11-10Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allowsPatrick Wildt
2022-11-10Add qcpdc(4), a driver for the Qualcomm Power Domain controller found onPatrick Wildt
2022-11-09Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightnessTobias Heider
2022-11-09Constify simplefb_formats[]; OK patrickKlemens Nanni
2022-11-09Add qcpwm(4), a driver for the PWM found on Qualcomm PMICs. This is usedPatrick Wildt
2022-11-09Move input/output configuration into the correct function.Patrick Wildt
2022-11-09Implement reading/writing pins on qcpmicgpio(4).Patrick Wildt
2022-11-08Hook up all those Qualcomm SoC SPMI devices.Patrick Wildt
2022-11-08Add qcrtc(4), a driver for the RTC found on Qualcomm PMICs. UnfortunatelyPatrick Wildt
2022-11-08Add qcpon(4), a driver for the Qualcomm PMIC block that hosts the powerkeyPatrick Wildt
2022-11-08Add qcpmicgpio(4), a driver for the GPIO block inside the Qualcomm PMICs.Patrick Wildt
2022-11-08Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs,Patrick Wildt
2022-11-08Add qcspmi(4), a driver for the SPMI PMIC Arbiter found on Qualcomm SoCs,Patrick Wildt
2022-11-08Add gpiobl(4), a driver for gpio controlled display backlights. This willTobias Heider
2022-11-08Implement reading/writing/configuring pins in qcgpio(4). The code hasPatrick Wildt