Age | Commit message (Expand) | Author |
2020-01-22 | Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIO | Patrick Wildt |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-22 | The Pinebook Pro's u-boot seems to add a zero-length framebuffer | Patrick Wildt |
2020-01-14 | Add amlsm(4), a driver for the "secure monitor" firmware interface. | Mark Kettenis |
2020-01-14 | Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs. | Mark Kettenis |
2020-01-13 | Timeouts are all specified in multiple of `hz' so define them in term of | Martin Pieuchot |
2020-01-13 | Kill dead code. | Martin Pieuchot |
2020-01-12 | Add thermal sensor clock. | Mark Kettenis |
2020-01-11 | The eMMC on my firefly-rk3399 doesn't work reliably when the output tap | Mark Kettenis |
2020-01-11 | sximmc(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2019-12-25 | WSDISPLAYIO_GTYPE is u_int not int | Jonathan Gray |
2019-12-14 | rkpcie: Add support for gen2 negotiation | Kurt Miller |
2019-12-03 | Add pwmfan(4), a driver for PWM-regulated fans. | Patrick Wildt |
2019-12-03 | Add rkpwm(4), a driver for the RK3399's PWM controller. | Patrick Wildt |
2019-12-03 | Add support for the RK3399's PWM clock to rkclock(4). | Patrick Wildt |
2019-11-29 | Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible | Patrick Wildt |
2019-11-29 | Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. | Patrick Wildt |
2019-11-29 | Make rkgrf(4) behave like a simplebus(4) so we can attach drivers | Patrick Wildt |
2019-11-29 | Add support for the RK3399's eMMC clock to rkclock(4). | Patrick Wildt |
2019-10-27 | Add i.MX5/6 support and enable this driver on armv7(4). | Mark Kettenis |
2019-10-23 | Add sxisid(4), a driver to read the on-chip eFuses written by | Mark Kettenis |
2019-10-21 | Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the | Mark Kettenis |
2019-10-17 | Avoid including an armv7 MD header. | Mark Kettenis |
2019-10-16 | Move sxidog(4) such that we can use it on arm64. | Mark Kettenis |
2019-10-13 | Fix whitespace issue spotted by Krystian Lewandowski. | Mark Kettenis |
2019-10-13 | Add display brightness hooks. | Mark Kettenis |
2019-10-07 | Add moxtet(4), a driver for the Turris Mox modules. For now this | Patrick Wildt |
2019-10-07 | Add mvspi(4), a driver for the SPI controller on the | Patrick Wildt |
2019-10-07 | Add SPI clocks. | Patrick Wildt |
2019-10-07 | Add amliic(4), a driver for the I2C controller found on Amlogic SoCs. | Mark Kettenis |
2019-10-07 | Restart the send queue (rather than just clearing OACTIVE) when we've | Jonathan Matthew |
2019-10-06 | Add support for i2c clock. | Mark Kettenis |
2019-10-06 | Add support for i2c pins. | Mark Kettenis |
2019-10-04 | Add support for setting the CPU clock frequencies. This enables DVFS. | Mark Kettenis |
2019-09-30 | Add pwmreg(4), a driver that implements a voltage regulator that uses a | Mark Kettenis |
2019-09-30 | Add amlpwm(4), a driver for the PWM controller found on various Amlogic SoCs. | Mark Kettenis |
2019-09-29 | Fix pasto. | Mark Kettenis |
2019-09-29 | Replace dwge(4) with a new driver based on dwxe(4). There are many | Mark Kettenis |
2019-09-21 | Register sxits(4) as a thermal sensor with the thermal zone support code. | Mark Kettenis |
2019-09-21 | Register sxitemp(4) as a thermal sensor with the thermal zone support code. | Mark Kettenis |
2019-09-21 | Implement setting the CPU clock for Allwinner A10/A20 SoCs. | Mark Kettenis |
2019-09-20 | Add A20 GMAC clocks. | Mark Kettenis |
2019-09-20 | DMA works on the RK3288 as well, so unconditionally enable it. | Mark Kettenis |
2019-09-20 | Start using the generic clock code on RK3288 as well by switching over the | Mark Kettenis |
2019-09-20 | Add RK3288 GMAC clock. | Mark Kettenis |
2019-09-20 | More RK3328 GMAC clock tweaking. | Mark Kettenis |
2019-09-19 | Add RK3328 GMAC clocks. | Mark Kettenis |
2019-09-16 | Add RK3399 GMAC clock. | Mark Kettenis |
2019-09-12 | Prepare for the emac/gmac "phy" property being renamed to "phy-handle" | Jonathan Gray |