summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2016-08-28Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).Mark Kettenis
2016-08-28Add a few missing sunxi-h3 clocks and resets.Mark Kettenis
2016-08-28Fix the macros that determine the register offsets based on port and pin.Mark Kettenis
2016-08-28Reset the host controller after a failed command request to make sure itMarcus Glocker
2016-08-27Deassert reset signals if there is a "resets" property. Implement mmc powerMark Kettenis
2016-08-27Initialize vdd to 0 in imxesdhc_bus_power() to avoiud using it uninitialized.Mark Kettenis
2016-08-27Add support for the SD/MMC clock to the geberic clock code and use it inMark Kettenis
2016-08-27Match on "allwinner,sun8i-h3-ehci".Mark Kettenis
2016-08-27Add support for the watchdog timer found on A31 and later SoCs, which has aMark Kettenis
2016-08-27Handle the quirky that the FIFO register sits at a different location onMark Kettenis
2016-08-27Add support for sun8i-h3, the Allwinner H3. For this SoC, the device treeMark Kettenis
2016-08-26Add support for the Allwinner H3 (sun8i-h3).Mark Kettenis
2016-08-26Remove the code that switches around MMU domains on armv7. MMU domains areMark Kettenis
2016-08-26Remove unused prototype for sxiccmu_enablemodule().Marcus Glocker
2016-08-23Deassert all reset signals for the controller. Add support for more recentMark Kettenis
2016-08-23Add support for the usb clock on sun5i-a13 as well.Mark Kettenis
2016-08-23The device trees for sun8i and sun9i no longer include an address in theMark Kettenis
2016-08-22Remove unused code and definitions.Mark Kettenis
2016-08-22Use new clock API.Mark Kettenis
2016-08-22Use new clock API to manipulate clocks.Mark Kettenis
2016-08-22Add support for the gmac clock.Mark Kettenis
2016-08-22Move all the platform-specific code into a new function sxiehci_attach_phy()Mark Kettenis
2016-08-22Add support for the usb clock. Also implements reset signal support.Mark Kettenis
2016-08-22Use the new clock API.Mark Kettenis
2016-08-22Use the new clock API to get the clock frequency from the device tree and theMark Kettenis
2016-08-22Add code to enable the pll6 clock.Mark Kettenis
2016-08-21Use generic clock API to enable the module clock.Mark Kettenis
2016-08-21Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,Mark Kettenis
2016-08-21Implement some fundamental clocks using the new clock framework.Mark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-20Various improvements to make this work better.Mark Kettenis
2016-08-20Add some code to set the SD/MMC clocks.Mark Kettenis
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20Remove obsolete sxiuart(4) header.Patrick Wildt
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-20Figuring out the clock frequency used for a com(4) device on armv7 is hard.Mark Kettenis
2016-08-19Seems we need to hold the PHY into reset a little bit longer. Without itMark Kettenis
2016-08-19Map kernel .text read-only.Mark Kettenis
2016-08-19avoid using an uninitialised variable with zero length iic_exec callsJonathan Gray
2016-08-18Separate out the Access Flag bit from the Access Permission bits in theMark Kettenis
2016-08-17Nothing from the original Wasabi code remains, so replace the copyrightPatrick Wildt
2016-08-17Remove bogus suspend/resume code from armv7 com(4) attachment driver.Patrick Wildt
2016-08-17Replace sxiuart(4) with the mostly compatible com(4).Patrick Wildt
2016-08-15Now that com(4) uses a different iot for the initial console and thePatrick Wildt
2016-08-15First stab at porting the awinmmc(4) driver from NetBSD. The driver willMark Kettenis