summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
Commit message (Expand)AuthorAgeFilesLines
* Rename mct and ehci drivers files to match common naming.br2014-03-203-4/+4
* Remove printf's.br2014-03-201-6/+0
* Add driver for Display Controller.br2014-03-203-0/+454
* - Add display-related and clk devices to the treebr2014-03-201-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-3/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-022-0/+7
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* o Use common ARMv6/v7 bus_space tag.br2013-11-133-176/+8
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-272-2/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* - Enable unmapped buffers on Exynos5 again, becausebr2013-10-011-5/+0
* Increase the max KVA available for general consumption on the Exynos 5.cognet2013-08-181-2/+2
* Import basic support for Samsung Exynos 5 support.ray2013-06-2910-0/+1480
OpenPOWER on IntegriCloud