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