summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung/exynos
Commit message (Expand)AuthorAgeFilesLines
* Add support for Chromebook2 -- next-generation 8-corebr2014-08-0112-125/+1537
* Add the rest of combined interrupt groups.br2014-07-281-5/+112
* Add machine-dependent SMP part for Exynos5420br2014-06-122-8/+70
* Fix i2c communication interface to be compatible withbr2014-06-012-3/+10
* Rename exynos uart driver filenames.br2014-06-013-2/+2
* Add support for Exynos 5420 Octa - 8-corebr2014-06-012-0/+21
* Do only receive chars if there are some data in the buffer.br2014-06-011-1/+6
* Reset HSIC hub during EHCI initialization. This makes devices connectedbr2014-05-301-0/+38
* Fix off-by-one error that makes 0-th pins of each bank unreachable.br2014-05-301-1/+1
* o Make keyboard-related properties to be compatible with vendor standardbr2014-05-302-107/+214
* Add simple polling mechanism that works for KDB.br2014-05-281-1/+22
* Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.br2014-05-281-11/+48
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Correct the end address of the video frame buffer.br2014-04-051-3/+5
* Remove unused prototype.br2014-04-041-1/+0
* Release i2c bus on detach.br2014-04-011-0/+13
* Add support for keyboard used in Samsung Chromebook (ARM machine)br2014-03-3011-29/+2792
* Directly call kmem_alloc_contig to allocate framebuffer memorybr2014-03-301-2/+6
* 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