summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/exynos
AgeCommit message (Expand)Author
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-26Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.Mark Kettenis
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-08-29remove uneeded includes after recent fdt header changesJonathan Gray
2017-05-21Add clocks for SD/MCC controller on Exynos 5420/5800.Mark Kettenis
2017-05-21Remove exesdhc(4). This driver was never finished and has been replacedMark Kettenis
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-03-12Hook exclock(4) up to the clock framework using a dummy implementation thatMark Kettenis
2017-03-11Hook up exgpio(4) to the gpio framework.Mark Kettenis
2017-03-10Use regmap interface to power up the PHY block.Mark Kettenis
2017-03-10Missed this file in the deplatformization commit.Mark Kettenis
2017-03-10Add glue to attach xhci(4) on exynos.Mark Kettenis
2017-03-09Provide access to our registers through the regmap interface.Mark Kettenis
2017-03-09Only set cpuresetfn if it isn't set already such that other reboot mechanismsMark Kettenis
2017-03-07Make this actually work as a tty. Everything except for the most basicMark Kettenis
2017-03-06De-platformize exynos. Disable exdisplay(4) for now.Mark Kettenis
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-05Clear pending interrupts and mask them all.Mark Kettenis
2017-03-05The current code in exuartcnputc() that tries to make sure the characterMark Kettenis
2017-03-04Convert a few exynos drivers to attach using the FDT.Mark Kettenis
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2016-10-25Remove now unused disable_l2_if_needed interface.Jonathan 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-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-06-11The qemu smdkc210 target uses serial0 for console but theJonathan Gray
2016-06-10test return value not an uninitialised variableJonathan Gray
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-05-20add init_mainbus() hooks for the other armv7 platformsJonathan Gray
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-24New FDT-enabled busses will use a new "fdt" attribute. UnfortunatelyPatrick Wildt
2016-02-02remove uneeded break statementsJonathan Gray
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2015-07-19Rename the tpspmic driver so it does not contain numbers. OK jsg@Brandon Mercer
2015-07-19Make the keyboard driver poll until we can improve it more. Pulled from the o...Brandon Mercer
2015-07-17add exdisplay to chromebook_devsJonathan Gray
2015-07-15The exynos gic is not at a fixed offset from periphbase unlikeJonathan Gray
2015-06-14correct the uart irq numbersJonathan Gray
2015-06-07Initial exynos4 bits. Among other things the gic isn't mapped correctlyJonathan Gray
2015-05-30fix the build when SDHC_DEBUG is definedJonathan Gray
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26make this build with WSDISPLAY_COMPAT_RAWKBD definedJonathan Gray
2015-05-24imx_board_devs -> exynos_board_devsJonathan Gray