summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/omap/omap3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code. The padconf code has been replaced with thekettenis2020-03-311-13/+1
| | | | | | | generic pinctrl(4) driver and intc(4) now attaches using the device tree. ok jsg@
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Remove unused table driven omgpio bits.jsg2017-03-011-56/+1
|
* Remove now unused definitions for drivers that have been converted tojsg2016-07-101-46/+1
| | | | use the fdt.
* After factorizing armv7_machdep code here is an effort to factorize allsyl2013-11-061-4/+4
| | | | | | | | | | the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c All this code looks quite the same, so we move it in a generic armv7/armv7.c This is a step closer to only one kernel for all armv7 boards. ok patrick@, rapha@
* In the future, we shouldn't have one port port ARM SoC, that's justpatrick2013-09-041-0/+196
ridiculous. This is the first step for a common and generic ARM port for ARMv7 SoCs.