summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt
AgeCommit message (Expand)AuthorFilesLines
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg4-11/+16
2020-06-20Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4.kettenis2-1/+129
2020-06-12Fix pasto; configure pin as input if it isn't an output.kettenis1-2/+2
2020-06-11Add RK3399 audio clocks.patrick2-1/+63
2020-06-11Add escodec(4), a driver for the Everest ES8316 audio codec,patrick2-1/+658
2020-06-11Add rkiis(4), a driver for the I2S controller found on the Rockchippatrick2-1/+621
2020-06-10Add simpleamp(4), a driver for "simple audio amplifier". Thispatrick2-1/+120
2020-06-10Add simpleaudio(4), a driver for "simple audio cards". This ispatrick2-1/+601
2020-06-10In case the device tree does not provide a list of brightness levels,patrick1-18/+21
2020-06-10Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allowspatrick2-1/+398
2020-06-08update drm to linux 5.7jsg6-303/+172
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.kettenis1-4/+1
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt7-14/+7
2020-05-28Enable scrollback in simplefb(4).fcambus1-1/+2
2020-05-25change wsdisplay attribute type from long to uint32_tjsg3-18/+18
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-5/+5
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.patrick1-3/+2
2020-05-22Improve emulation of bridge config space.kettenis1-42/+13
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,patrick1-1/+21
2020-05-22Enable link training just before triggering the actual training.kettenis1-2/+2
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the Armadapatrick1-3/+245
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencepatrick2-27/+38
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thispatrick1-36/+11
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingpatrick1-1/+2
2020-05-22Actually store the node in the softc. Missed chunk from the previouspatrick1-1/+2
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.patrick1-1/+23
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onpatrick2-1/+1031
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the Marvellpatrick1-3/+8
2020-05-19We need to double the clock frequency for DDR modes.kettenis1-1/+5
2020-05-19Use static inline instead of inline; fixes ramdisk build.kettenis1-2/+2
2020-05-18Turn power domain on. Makes OpenBSD boot on the odroid c4.kettenis1-1/+3
2020-05-18Add some comments.kettenis1-1/+3
2020-05-18Add amlpwrc(4), a driver for the power domain controller found on variouskettenis2-1/+181
2020-05-17Fix typo in comment.kettenis1-2/+2
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUkettenis1-12/+17
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis2-1/+146
2020-04-28Calculate divisor for i.MX8M composite clocks. So far we have setpatrick1-13/+35
2020-04-28Enable all clocks referenced by the imxesdhc(4) device tree node. Usuallypatrick1-1/+2
2020-04-28Recognize a few more clocks referenced by the i.MX8MM and i.MX8MQpatrick1-0/+19
2020-04-27Add tcpci(4) to support TCPCI-compliant USB Type-C port controllers.patrick2-1/+609
2020-04-27While i.MX6Q and i.MX7D's USB controller nodes claim to be compatiblepatrick1-2/+3
2020-04-27Use the device tree properties to setup imxehci(4)'s USB non-corepatrick1-11/+24
2020-04-27Enable the power domain and set the assigned clocks on imxehci(4)'s USBpatrick1-1/+5
2020-04-27The parent of the i.MX8MM and i.MX8MQ USB_CTRL_ROOTs is USB_BUS,patrick1-3/+3
2020-04-27PCIe register accesses seem to "hang" on the i.MX8MM if its PHY doesn'tpatrick1-14/+38
2020-04-27Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis2-5/+211
2020-04-27Free the "ranges" array in the error handling paths.patrick1-1/+7
2020-04-27fix SDHC_DEBUG build, remove procname printf'sians1-5/+4
2020-04-26Add i.MX8MM support to dwpcie(4). This re-uses the existing codepatrick1-17/+97
2020-04-26Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, whichpatrick2-1/+85