Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code. The padconf code has been replaced with the | 2020-03-31 | 1 | -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.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | Remove unused table driven omgpio bits. | 2017-03-01 | 1 | -56/+1 | |
| | |||||
* | Remove now unused definitions for drivers that have been converted to | 2016-07-10 | 1 | -46/+1 | |
| | | | | use the fdt. | ||||
* | After factorizing armv7_machdep code here is an effort to factorize all | 2013-11-06 | 1 | -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 just | 2013-09-04 | 1 | -0/+196 | |
ridiculous. This is the first step for a common and generic ARM port for ARMv7 SoCs. |