summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2016-08-05Check if we have the required "reg" property.Mark Kettenis
2016-08-05We don't want drivers with numbers in their names.Mark Kettenis
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-04Dynamically attach ampintc(4) and make it register itself as an interruptMark Kettenis
2016-08-04Add imxgpc(4), a driver for the i.MX6 General Power Controller (GPC) whichMark Kettenis
2016-08-04After fixing up some of the AR8035 PHY registers, issue a reset. This seemsMark Kettenis
2016-08-04Add support for pre-registering interrupts. This allows device drivers toMark Kettenis
2016-08-01Looks like patrick@ committed an older version of the diff. Fix this, andMark Kettenis
2016-08-01Implement an FDT-aware interrupt establish API. This means the driversPatrick Wildt
2016-07-30Stop pretending we can still boot without an FDT. Remove the code pathsMark Kettenis
2016-07-27Get interrupts going for the Allwinner-R8 chip.Marcus Glocker
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-26Remove the restriction that the kernel needs to be loaded at the bottom ofMark Kettenis
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-18Apparently we need to explicitly stop the timers before reloading them. AtMark Kettenis
2016-07-18Add additional i2c and mmc prcm module enum values for devices thatJonathan Gray
2016-07-17Attach sunxi(4) based on the compatible property of the root node of theMark Kettenis
2016-07-17Adapt kettenis' pinctrl changes in imx to sitaracm andJonathan Gray
2016-07-17use the fdt root node instead of board ids to test for am335xJonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-15Remove duplicated line in omap mmc driver, which would causeTom Cosgrove
2016-07-14Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031Mark Kettenis
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
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-12Change over to imxehci(4) here as well.Mark 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-10Instead of attaching the omap device based on board ids follow imxJonathan Gray
2016-07-10Remove now unused definitions for drivers that have been converted toJonathan Gray
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-07-09Use mac address and phy id from the fdt. Store settings for a secondJonathan Gray
2016-07-01SolidRun's HummingBoards and CuBoxes are also available withPatrick Wildt
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray