summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-06-12Fix pasto; configure pin as input if it isn't an output.Mark Kettenis
2020-06-11Add RK3399 audio clocks.Patrick Wildt
2020-06-11Add escodec(4), a driver for the Everest ES8316 audio codec,Patrick Wildt
2020-06-11Add rkiis(4), a driver for the I2S controller found on the RockchipPatrick Wildt
2020-06-10Add simpleamp(4), a driver for "simple audio amplifier". ThisPatrick Wildt
2020-06-10Add simpleaudio(4), a driver for "simple audio cards". This isPatrick Wildt
2020-06-10In case the device tree does not provide a list of brightness levels,Patrick Wildt
2020-06-10Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allowsPatrick Wildt
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.Mark Kettenis
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.Patrick Wildt
2020-05-22Improve emulation of bridge config space.Mark Kettenis
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,Patrick Wildt
2020-05-22Enable link training just before triggering the actual training.Mark Kettenis
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the ArmadaPatrick Wildt
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencePatrick Wildt
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thisPatrick Wildt
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingPatrick Wildt
2020-05-22Actually store the node in the softc. Missed chunk from the previousPatrick Wildt
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the MarvellPatrick Wildt
2020-05-19We need to double the clock frequency for DDR modes.Mark Kettenis
2020-05-19Use static inline instead of inline; fixes ramdisk build.Mark Kettenis
2020-05-18Turn power domain on. Makes OpenBSD boot on the odroid c4.Mark Kettenis
2020-05-18Add some comments.Mark Kettenis
2020-05-18Add amlpwrc(4), a driver for the power domain controller found on variousMark Kettenis
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUMark Kettenis
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-04-28Calculate divisor for i.MX8M composite clocks. So far we have setPatrick Wildt
2020-04-28Enable all clocks referenced by the imxesdhc(4) device tree node. UsuallyPatrick Wildt
2020-04-28Recognize a few more clocks referenced by the i.MX8MM and i.MX8MQPatrick Wildt
2020-04-27Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers.Patrick Wildt
2020-04-27While i.MX6Q and i.MX7D's USB controller nodes claim to be compatiblePatrick Wildt
2020-04-27Use the device tree properties to setup imxehci(4)'s USB non-corePatrick Wildt
2020-04-27Enable the power domain and set the assigned clocks on imxehci(4)'s USBPatrick Wildt
2020-04-27The parent of the i.MX8MM and i.MX8MQ USB_CTRL_ROOTs is USB_BUS,Patrick Wildt
2020-04-27PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn'tPatrick Wildt
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOsMark Kettenis
2020-04-27Free the "ranges" array in the error handling paths.Patrick Wildt
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians
2020-04-26Add i.MX8MM support to dwpcie(4). This re-uses the existing codePatrick Wildt
2020-04-26Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, whichPatrick Wildt
2020-04-26Add support for the i.MX8MM USB clocks. These behave exactly likePatrick Wildt
2020-04-26Attach imxgpc(4) to i.MX8MM as well.Patrick Wildt