summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-04-26Attach imxgpc(4) to i.MX8MM as well.Patrick Wildt
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Explicitly check that the length of the "brcm,pull" property is greaterMark Kettenis
2020-04-25Remove redundant bit masking.Mark Kettenis
2020-04-24Whitespace fixup for imxehci(4)Patrick Wildt
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.Patrick Wildt
2020-04-23Since apparently the bikeshedding over i.MX8M PCIe device treePatrick Wildt
2020-04-23Add support for the i.MX8MM PCIe clocks. These behave exactly likePatrick Wildt
2020-04-22Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.Patrick Wildt
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe
2020-04-21Add support for the additional SDHC controller found on the Raspberry Pi.Mark Kettenis
2020-04-20Fix pasto. We only need a single register set. Makes this workMark Kettenis
2020-04-19Add compatible string for the Raspberry Pi 4.Mark Kettenis
2020-04-19Add quitks for the SDHC controller found on the Raspberry Pi. This willMark Kettenis
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Add bcmclock, a driver for the BCM283X CPRMAN clock controller.tobhe
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-15Add support for the Armada 3720 CPU clock.Mark Kettenis
2020-04-09Assign and enable clocks; RK3328 has them.Mark Kettenis
2020-04-08Add RK3328 Crypto/RNG clocks.Mark Kettenis
2020-04-08Add glass console support.Mark Kettenis
2020-04-08Set correct pixel format. Fix limits on number of characters in theMark Kettenis
2020-04-07Claim framebuffer that was configured by bootloader.Mark Kettenis
2020-04-07Fix off-by-one in check for valid pin numbers and use the existingMark Kettenis
2020-04-03Put back the code to enable and set the output tap delay. Tis fixesMark Kettenis
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
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