summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/imx
AgeCommit message (Expand)Author
2016-07-27Instead of passing the raw reg property to simplebus nodes,Patrick Wildt
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-23Previously the uarts attached in order, so that the first attached uartPatrick Wildt
2016-07-23The linux kernel treated the "phy-reset-gpio" as active-low regardless of whatMark Kettenis
2016-07-22Attach imx(4) on i.mx6 quad plus which appears to be largely compatibleJonathan Gray
2016-07-22Fallback to the known fec irq number on imx.6 if the fdtJonathan Gray
2016-07-21set and clear the 10baseT bit in statchgJonathan Gray
2016-07-14Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031Mark Kettenis
2016-07-13Use the device tree voltage regulator information to supply power to the USBMark Kettenis
2016-07-12Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverMark Kettenis
2016-07-12Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4) driverMark Kettenis
2016-07-11Use gpio framework to implement hardware reset of the PHY instead ofMark Kettenis
2016-07-11Use gpio framework to implement card detect instead of hardcoding particularMark Kettenis
2016-07-11Hook up imxgpio(4) to the FDT gpio framework.Mark Kettenis
2016-07-10Not all i.MX6 devices have a pinctrl property in their device nodes.Patrick Wildt
2016-07-10Fix typo. Pointed out by patrick@Mark Kettenis
2016-07-10Dynamically attach imxgpio(4) using the FDT.Mark Kettenis
2016-07-10Add support for handling pinctrl device tree bindings to imxiomuxc(4).Mark Kettenis
2016-07-09Simplify the i.MX6 platform code. The list of board devices is nowMark Kettenis
2016-07-09Perform PHY-specific initialization based on the PHY ID instead of theMark Kettenis
2016-07-09Dynamically attach i.MX6 ehci(4) using the FDT.Mark Kettenis
2016-06-22Fetch MAC address from FDT.Mark Kettenis
2016-06-14If the FDT node has a "non-removable" property, return 1 from the cardMark Kettenis
2016-06-13Dynamically attach imxdog(4) using the FDT.Mark Kettenis
2016-06-13Use "bus-width" property to determine whether 4-bit and 8-bit mode areMark Kettenis
2016-06-12Dynamically attach fec(4) using the FDT.Mark Kettenis
2016-06-11dynamically attach imxuart using the FDTJonathan Gray
2016-06-09Dynamically attach imxesdhc(4) using the FDT.Mark Kettenis
2016-06-09Dynamically attach i.MX6 ahci(4) using the FDT.Mark Kettenis
2016-06-09Make use of the information about the node passed down to us by simplebus(4).Mark Kettenis
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-04Remove model specific strings keyed off the board id.Jonathan Gray
2016-06-03rename imxenet to fecJonathan Gray
2016-05-21Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2cMark Kettenis
2016-05-20Change the identification string to "nxp,pcf8523" as this is what is storedMark Kettenis
2016-05-19Remove the PHYTEC phyFLEX support code, patrick says he no longerJonathan Gray
2016-05-18Introduce a per-platform init_mainbus() hook that can be used to attachMark Kettenis
2016-05-18Remove unused probe function.Mark Kettenis
2016-05-17Enable the pcf8523 RTC on Hummingboard and CuBox-i.Mark Kettenis
2016-05-16Make this actually work. This makes the following changes:Mark Kettenis
2016-05-15Map the ADMA2 descriptor table use BUS_DMA_COHERENT and add a missingMark Kettenis
2016-05-08Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with theMark Kettenis
2016-05-07add support for changing the bus width and set the 4-bit mode capabilityJonathan Gray
2016-05-06Reset the bus width back to 1-bit when resetting the host. Makes imxesdhc(4)Mark Kettenis
2016-05-05Add Dual Data Rate support for eMMC at 52MHz.Mark Kettenis
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-05-01Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)Mark Kettenis
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-02-02remove uneeded break statementsJonathan Gray