summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2018-06-28Remove unused/redundant prototypes.Mark Kettenis
2018-06-17Use regmapMark Kettenis
2018-06-17Resetting fec(4) also resets the MII control register. Since wePatrick Wildt
2018-06-17Add another missing clock for i.MX7D. This particular clock lives on theMark Kettenis
2018-06-16Fix some i.MX7D clocks.Mark Kettenis
2018-06-16Add imxrtc(4), a driver for the "secure" RTC in the Low Power Domain of theMark Kettenis
2018-06-12Enable on i.MX6SX and i.MX7.Mark Kettenis
2018-06-12Add a bunch of i.MX7 clocks.Mark Kettenis
2018-06-11Add clock support for i.MX7D.Mark Kettenis
2018-06-11Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.Mark Kettenis
2018-06-10Attach imxiomuxc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxgpc(4) to i.MX7D as well.Mark Kettenis
2018-06-10Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.Mark Kettenis
2018-06-10Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute.Patrick Wildt
2018-06-05Move pluart(4) to dev/fdt.Mark Kettenis
2018-06-04imxesdhc(4) also supports High Speed mode for SD.Patrick Wildt
2018-06-03Change the set_parent() interface to pass the full parent specificationMark Kettenis
2018-06-03Make DMA work on Samsung Exynos. The crucial bit that makes it work isMark Kettenis
2018-06-02Add more RK3399 clocks such that we can support assigned locks for theMark Kettenis
2018-06-02Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.Mark Kettenis
2018-06-01Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account whenMark Kettenis
2018-06-01Add code to set the frequency of the SDMMC and SDIO clocks.Mark Kettenis
2018-06-01Pass flags for highspeed capabilities based on device tree properties.Mark Kettenis
2018-06-01Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is someMark Kettenis
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.Mark Kettenis
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-05-30Clear the DMA select bits in case we use PIO instead of DMA. SomePatrick Wildt
2018-05-28Initialize FIFO watermark thresholds. Fixes DMA issues on controllers thatMark Kettenis
2018-05-28Add clock support for i.MX8MQ. Most of the clocks can be configuredPatrick Wildt
2018-05-28Get MAC address from "local-mac-address" property if provided.Mark Kettenis
2018-05-27Add 20 MHz MMC clock.Mark Kettenis
2018-05-27Add Allwinner A64 support.Mark Kettenis
2018-05-27Implement A64 thermal sensor clocks.Mark Kettenis
2018-05-27Add support for the Allwinner H3 SoC.Mark Kettenis
2018-05-27Add SDIO support:Mark Kettenis
2018-05-27Add support for the GMAC on Allwinner R40/V40 SoCs.Mark Kettenis
2018-05-27On Allwinner R40, export a regmap covering the GMAC_CLK_REG.Mark Kettenis
2018-05-26Add DMA support. For some reason this doesn't work on Exynos, so disableMark Kettenis
2018-05-26Add SDIO support.Mark Kettenis
2018-05-26Add clocks for RK3399 SDIO controller.Mark Kettenis
2018-05-25For SDIO multi-blocks we must not use the AUTO CMD12 feature,Patrick Wildt
2018-05-23Simplify the CVE-2017-5715 workaround code. Marvell backported SMSCCC 1.1Mark Kettenis
2018-05-18Revert previous commit; it break reading the RTC on my Cubox-i.Mark Kettenis
2018-05-16Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)Patrick Wildt
2018-05-16Add glue for the USB3 controller on the i.MX8MQ SoC.Patrick Wildt
2018-05-16Correct shortcomings in imxiic(4) that occurred during the initialPatrick Wildt
2018-05-08Print xHCI revision in dmesg.Martin Pieuchot
2018-05-03Set the assigned clock settings in imxesdhc(4), which leads to a frequencyPatrick Wildt
2018-05-03Add code to initialize the USB 3 PHY on i.MX8MQ.Patrick Wildt
2018-05-03Add support for SMCCC 1.1 which provides proper support for the firmware-basedMark Kettenis