index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
omap
/
omap.c
Age
Commit message (
Expand
)
Author
2016-08-11
Dynamically attach omgpio(4) using the FDT.
Jonathan Gray
2016-08-11
Dynamically attach omehci using the FDT.
Jonathan Gray
2016-08-06
Dynamically attach intc(4) using the FDT and switch omap/am335x
Jonathan Gray
2016-07-10
Instead of attaching the omap device based on board ids follow imx
Jonathan Gray
2016-06-26
Dynamically attach cpsw(4) with the FDT.
Jonathan Gray
2016-06-26
Dynamically attach tiiic using the FDT.
Jonathan Gray
2016-06-26
Dynamically attach omdog(4) using the FDT.
Jonathan Gray
2016-06-19
dynamically attach omap uart with fdt
Jonathan Gray
2016-06-18
Dynamically attach ommmc with fdt. Offset the start of the memory region
Jonathan Gray
2016-06-04
Remove model specific strings keyed off the board id.
Jonathan Gray
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-02-02
remove uneeded break statements
Jonathan Gray
2015-05-20
add per soc match functions instead of using armv7_match
Jonathan Gray
2015-05-19
Abstract the soc_machdep.c functions to allow a kernel to be built for
Jonathan Gray
2015-05-15
Make board attaching table driven and move it out into the soc
Jonathan Gray
2013-11-06
After factorizing armv7_machdep code here is an effort to factorize all
Sylvestre Gallon
2013-10-10
Add edma driver. This driver add support for am335x edma3 controller.
Sylvestre Gallon
2013-09-12
Enable the eMMC on the BeagleBone Black.
Raphael Graf
2013-09-04
In the future, we shouldn't have one port port ARM SoC, that's just
Patrick Wildt