aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung
Commit message (Expand)AuthorAgeFilesLines
...
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-012-2/+2
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.Ian Lepore2014-12-212-0/+2
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-9/+0
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.Ruslan Bukin2014-10-072-1/+4
* Move the ARM Samsung s3c2xx0 support files into the samsung directory, toGavin Atkinson2014-09-2521-0/+3804
* Remove unnecessary inclusion of FDT headers.Nathan Whitehorn2014-08-0811-22/+0
* Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.Nathan Whitehorn2014-08-083-29/+24
* Add support for Chromebook2 -- next-generation 8-coreRuslan Bukin2014-08-0112-125/+1537
* Add the rest of combined interrupt groups.Ruslan Bukin2014-07-281-5/+112
* Add machine-dependent SMP part for Exynos5420Ruslan Bukin2014-06-122-8/+70
* Fix i2c communication interface to be compatible withRuslan Bukin2014-06-012-3/+10
* Rename exynos uart driver filenames.Ruslan Bukin2014-06-013-2/+2
* Add support for Exynos 5420 Octa - 8-coreRuslan Bukin2014-06-012-0/+21
* Do only receive chars if there are some data in the buffer.Ruslan Bukin2014-06-011-1/+6
* Reset HSIC hub during EHCI initialization. This makes devices connectedRuslan Bukin2014-05-301-0/+38
* Fix off-by-one error that makes 0-th pins of each bank unreachable.Ruslan Bukin2014-05-301-1/+1
* o Make keyboard-related properties to be compatible with vendor standardRuslan Bukin2014-05-302-107/+214
* Add simple polling mechanism that works for KDB.Ruslan Bukin2014-05-281-1/+22
* Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.Ruslan Bukin2014-05-281-11/+48
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Correct the end address of the video frame buffer.Ruslan Bukin2014-04-051-3/+5
* Remove unused prototype.Ruslan Bukin2014-04-041-1/+0
* Release i2c bus on detach.Ruslan Bukin2014-04-011-0/+13
* Add support for keyboard used in Samsung Chromebook (ARM machine)Ruslan Bukin2014-03-3011-29/+2792
* Directly call kmem_alloc_contig to allocate framebuffer memoryRuslan Bukin2014-03-301-2/+6
* Rename mct and ehci drivers files to match common naming.Ruslan Bukin2014-03-203-4/+4
* Remove printf's.Ruslan Bukin2014-03-201-6/+0
* Add driver for Display Controller.Ruslan Bukin2014-03-203-0/+454
* - Add display-related and clk devices to the treeRuslan Bukin2014-03-201-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asWarner Losh2014-03-082-1/+1
* Move the declaration for mpentry() into a header file instead of pastingIan Lepore2014-02-231-3/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-022-0/+7
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-2/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* o Use common ARMv6/v7 bus_space tag.Ruslan Bukin2013-11-133-176/+8
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-272-2/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* - Enable unmapped buffers on Exynos5 again, becauseRuslan Bukin2013-10-011-5/+0
* Increase the max KVA available for general consumption on the Exynos 5.Olivier Houchard2013-08-181-2/+2
* Import basic support for Samsung Exynos 5 support.Aleksandr Rybalko2013-06-2910-0/+1480