summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-04-03The dtb I'm using for my rockpro64 has an "assigned-clocks" property soMark Kettenis
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-28Add a few more Allwinner A80 clocks and resets.Mark Kettenis
2020-03-28Apply masks to values read from the RTC registers. This is essential forMark Kettenis
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt
2020-03-27BD71837 uses the same BUCK2 register as BD71847. This allowsPatrick Wildt
2020-03-26Fix register definition. Fixes USB3 support when USB has not beenMark Kettenis
2020-03-23UART 1-3 support for Allwinner H3 (maybe H5/H2+).SASANO Takayoshi
2020-03-22Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls...Brandon Mercer
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.Mark Kettenis
2020-03-21Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version,Patrick Wildt
2020-03-20The i.MX8MQ 32K clock is always on.Patrick Wildt
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, andPatrick Wildt
2020-03-20Add support for reading the i.MX8MM temperature sensors.Patrick Wildt
2020-03-19Attach imxiomuxc(4) to i.MX8MM as well.Patrick Wildt
2020-03-17Hook this up to the drm(4) panel code and add an override for theMark Kettenis
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