summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-11The NXP-provided device trees used to make use of the assigned-clocksPatrick Wildt
2020-03-11Power domains on i.MX8MQ can reference other power domains, whichPatrick Wildt
2020-03-04Properly implement the page fault handler for CMA GEM buffers and actuallyMark Kettenis
2020-03-04Restrict modes to those with an actually supported pixel clock.Mark Kettenis
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the RockchipMark Kettenis
2020-03-01Make it possible to set the VPLL clock frequency and add a few more PLL clockMark Kettenis
2020-03-01Handle pinctrl and reset.Mark Kettenis
2020-03-01Implement support for read transfers larger than 32 bytes. Register theMark Kettenis
2020-02-21Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399.Patrick Wildt
2020-02-21Add rkvop(4), a driver for the RK3399's Video Output Processors,Patrick Wildt
2020-02-21Add rkdrm(4), a driver which combines all the separate componentsPatrick Wildt
2020-02-20Add a delay after link training to work-around a panic when firstKurt Miller
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-10Add support for the RK3399's VOP clocks to rkclock(4).Patrick Wildt
2020-01-28The default-brightness-level property actually contains an indexPatrick Wildt
2020-01-26Set the default brightness level upon attach.Patrick Wildt
2020-01-26The enable-gpios property is an optional property, so don't error out ifPatrick Wildt
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2020-01-23Fix the mask that we applied when setting the voltage.Mark Kettenis
2020-01-23Hook sxisid(4) up to the nvmem "framework".Mark Kettenis
2020-01-23Use information from nvmem (provided by sxisid(4)) to calibrate theMark Kettenis
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOPatrick Wildt
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-22The Pinebook Pro's u-boot seems to add a zero-length framebufferPatrick Wildt
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-12Add thermal sensor clock.Mark Kettenis
2020-01-11The eMMC on my firefly-rk3399 doesn't work reliably when the output tapMark Kettenis
2020-01-11sximmc(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-14rkpcie: Add support for gen2 negotiationKurt Miller
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.Patrick Wildt
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.Patrick Wildt
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).Patrick Wildt
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblePatrick Wildt
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driversPatrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).Mark Kettenis
2019-10-23Add sxisid(4), a driver to read the on-chip eFuses written byMark Kettenis
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for theMark Kettenis
2019-10-17Avoid including an armv7 MD header.Mark Kettenis
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-13Fix whitespace issue spotted by Krystian Lewandowski.Mark Kettenis
2019-10-13Add display brightness hooks.Mark Kettenis