summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-04-07em: Increase delay after reset to 20msStefan Fritsch
2018-04-07em: Print error code and phy/mac typeStefan Fritsch
2018-04-06If port io is disabled, disable the associated windows as well.Mark Kettenis
2018-04-05Add more initialization code such that things work with the EDK2-basedMark Kettenis
2018-04-05typo in printf - was _PRO, should be _PR0Mike Larkin
2018-04-03regenMark Kettenis
2018-04-03Add Marvell ARMADA 7K/8K (CP110) Root Complex.Mark Kettenis
2018-04-03Match on the more specific "marvell,armada8k-pcie" instead of the genericMark Kettenis
2018-04-02Add mvrng(4), a driver for the random number generator on the Marvell ArmadaMark Kettenis
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-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Implement a regmap lookup by compatible since unfortunately not allPatrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.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-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis
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-03-31Add mvtemp(4), a driver for the temperature sensors found on Marvell ArmadaMark Kettenis
2018-03-30Move imxanatop(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxiic(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Attach imxesdhc(4) to i.MX8M as well.Patrick Wildt
2018-03-30Move imxesdhc(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Attach imxgpc(4) to i.MX8M as well.Patrick Wildt
2018-03-30Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Add some sensible error checking in the hibernate io path, helpfullyJonathan Matthew
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs.Mark Kettenis
2018-03-29Use "marvell,spi-ranges" property to map GICP interrupts numbers into GICMark Kettenis
2018-03-29Add support for legacy binding used in device trees for Marvell devices forMark Kettenis
2018-03-28Configure tx and rx chain delay based on device tree properties.Mark Kettenis
2018-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-27Add acpicmos(4), a driver that implements SystemCMOS OperationRegionMark Kettenis
2018-03-21Add mvicu(4), a driver for the Interrupt Consolidation Unit found onMark Kettenis
2018-03-21Add support for Marvell Armada 7K and 8K SoCs.Mark Kettenis
2018-03-21Register regmap regardless of whether the node has a "phandle" property.Mark Kettenis
2018-03-21Fix the way we detect xrun on the recording end, which may prevent theAlexandre Ratchov
2018-03-20Add mvgpio(4), a driver to handle GPIOs on Marvell SoCs.Mark Kettenis
2018-03-20syncKevin Lo
2018-03-20Add support for SIMCom SIM7600E.Kevin Lo
2018-03-20Add hibernate IO path for sdmmc(4). This requires some help from theJonathan Matthew
2018-03-19Make it possible for the sdhc(4) attachment glue to specify the base clockMark Kettenis
2018-03-19Use a table that is automatically generated from data extracted from theMark Kettenis
2018-03-19Switch mvpinctrl(4) from a last match to first match principle. This isPatrick Wildt