summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-04-02Attach fec(4) to i.MX8M as well.Patrick Wildt
2018-04-02Attach imxiomuxc(4) to i.MX8M as well.Patrick Wildt
2018-04-02Enable imxiomuxc(4).Patrick Wildt
2018-04-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move the code that sets the correct SATA phy settings into imxahc(4)Patrick Wildt
2018-04-02Implement a regmap lookup by compatible since unfortunately not allPatrick Wildt
2018-04-02Enable fec(4).Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Enable imxccm(4).Patrick Wildt
2018-04-02Move imxccm(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis
2018-04-02Have fec(4) make use of the clock framework by implementing the enetPatrick Wildt
2018-04-02No need to include imxccmvar.h anymore.Patrick Wildt
2018-04-02Have imxahci(4) make use of the clock framework by implementing the sataPatrick Wildt
2018-04-02Have imxehci(4) make use of the clock framework by implementing the phyPatrick Wildt
2018-04-02Enable dwpcie(4).Mark Kettenis
2018-04-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis
2018-04-02Do not add 32 to the "base" SPI number. Apparently the offset of the firstMark Kettenis
2018-04-02Add size to free()David Hill
2018-04-02Use memcpy on freshly allocated memory and add the free size.David Hill
2018-04-02Pay attention to the "reg-io-width" and "reg-shift" properties and avoidMark Kettenis
2018-04-02Remove I2C iomux descriptions from the time before we set those upPatrick Wildt
2018-04-02enable snooping on Intel Apollo Lake HD Audio, pt out & ok jsgHenning Brauer
2018-04-02attach on Intel Apollo Lake SMBus, ok jsgHenning Brauer
2018-04-02regenHenning Brauer
2018-04-02add a bunch of Intel Apollo Lake devices found on NUC6CAYH / Celeron J3455Henning Brauer
2018-04-02Add support for register shift/io-width. This allows us to support UARTsMark Kettenis
2018-04-01Pull out the regmap lookup from the switch. This way we can stillPatrick Wildt
2018-04-01Disable the USB charging detection using a regmap instead of cross-Patrick Wildt
2018-04-01Enable imxanatop(4) on RAMDISK as well so we can use it to disablePatrick Wildt
2018-04-01Stop using a global softc variable in most functions that are calledPatrick Wildt
2018-04-01Retrieve AHB clock from clock framework.Patrick Wildt
2018-04-01Remove unfinished PCIe support from imxccm(4). We can do better thanPatrick Wildt
2018-04-01In an attempt to OFW-ify fec(4) it turns out that the MII speedPatrick Wildt
2018-04-01Store the size of dinode contents union.David Hill
2018-03-31Change ci_dev.dv_xname to ci_dev->dv_xname in debugging printf()Alexander Bluhm
2018-03-31Port arm64's network boot efforts to armv7 as well now that there isPatrick Wildt
2018-03-31Add CVS Ids.Patrick Wildt
2018-03-31Bump version number so that we can see if efiboot(8) supports EFI's SimplePatrick Wildt
2018-03-31In addition to using EFI's PXE protocol implement a network driver thatPatrick Wildt
2018-03-31Stop converting UDP and IP header values from network endianness to hostPatrick Wildt
2018-03-31Enable mvtemp(4).Mark Kettenis
2018-03-31Add mvtemp(4), a driver for the temperature sensors found on Marvell ArmadaMark Kettenis
2018-03-31When reusing an mbuf to send an ARP response, don't forget to clearStefan Sperling
2018-03-31Fix a hang on i386 vmware guest that was happening on copyout() ofAlexander Bluhm
2018-03-31Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release.Alexander Bluhm
2018-03-31Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release.Alexander Bluhm
2018-03-31r1.7 of xhci_fdt.c pulls in the regulator API.Visa Hankala
2018-03-30Enable imxanatop(4).Patrick Wildt
2018-03-30Move imxanatop(4) to sys/dev/fdt.Patrick Wildt