summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
Commit message (Expand)AuthorAgeFilesLines
* Add quirk to disable 64-bit XHCI DMA after r276717.hselasky2015-03-021-1/+1
* Update Exynos5 XHCI attach code after r276717.hselasky2015-03-021-72/+52
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-4/+18
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-4/+15
* Remove a couple files that are no longer used (functionality take over byian2015-01-212-165/+0
* Use the base arm bus_space instead of an identical local copy.ian2015-01-214-30/+34
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-9/+8
* Rename Exynos UART driver. No functional change.br2015-01-131-62/+62
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-012-2/+2
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-212-0/+2
* Moves all the duplicate code to a single function.loos2014-11-181-9/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-072-1/+4
* Move the ARM Samsung s3c2xx0 support files into the samsung directory, togavin2014-09-2521-0/+3804
* Remove unnecessary inclusion of FDT headers.nwhitehorn2014-08-0811-22/+0
* Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.nwhitehorn2014-08-083-29/+24
* 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
OpenPOWER on IntegriCloud