index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
/
samsung
/
exynos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement GPIO_GET_BUS() method for all GPIO drivers.
loos
2015-01-31
1
-4
/
+18
*
Clean up and fix the device detach routine and the failure path on GPIO
loos
2015-01-31
1
-4
/
+15
*
Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific
ian
2015-01-21
1
-1
/
+1
*
Rename Exynos UART driver. No functional change.
br
2015-01-13
1
-62
/
+62
*
Rename gic_init_secondary to arm_init_secondary_ic to help with the merge
andrew
2015-01-11
1
-1
/
+1
*
Add 64-bit DMA support in the XHCI controller driver.
hselasky
2015-01-05
1
-0
/
+1
*
Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad
ian
2015-01-01
2
-2
/
+2
*
Add -march=armv7a to the kernel compile for all ARM systems which are v7a.
ian
2014-12-21
2
-0
/
+2
*
Moves all the duplicate code to a single function.
loos
2014-11-18
1
-9
/
+0
*
Make the GPIO children attach to the first unit available and not only to
loos
2014-10-28
1
-2
/
+2
*
Add driver for Synopsys DesignWare Mobile Storage Host Controller.
br
2014-10-07
2
-1
/
+4
*
Remove unnecessary inclusion of FDT headers.
nwhitehorn
2014-08-08
11
-22
/
+0
*
Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.
nwhitehorn
2014-08-08
3
-29
/
+24
*
Add support for Chromebook2 -- next-generation 8-core
br
2014-08-01
12
-125
/
+1537
*
Add the rest of combined interrupt groups.
br
2014-07-28
1
-5
/
+112
*
Add machine-dependent SMP part for Exynos5420
br
2014-06-12
2
-8
/
+70
*
Fix i2c communication interface to be compatible with
br
2014-06-01
2
-3
/
+10
*
Rename exynos uart driver filenames.
br
2014-06-01
3
-2
/
+2
*
Add support for Exynos 5420 Octa - 8-core
br
2014-06-01
2
-0
/
+21
*
Do only receive chars if there are some data in the buffer.
br
2014-06-01
1
-1
/
+6
*
Reset HSIC hub during EHCI initialization. This makes devices connected
br
2014-05-30
1
-0
/
+38
*
Fix off-by-one error that makes 0-th pins of each bank unreachable.
br
2014-05-30
1
-1
/
+1
*
o Make keyboard-related properties to be compatible with vendor standard
br
2014-05-30
2
-107
/
+214
*
Add simple polling mechanism that works for KDB.
br
2014-05-28
1
-1
/
+22
*
Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.
br
2014-05-28
1
-11
/
+48
*
Add the start of the ARM platform code. This is based on the PowerPC
andrew
2014-05-17
1
-5
/
+6
*
Correct the end address of the video frame buffer.
br
2014-04-05
1
-3
/
+5
*
Remove unused prototype.
br
2014-04-04
1
-1
/
+0
*
Release i2c bus on detach.
br
2014-04-01
1
-0
/
+13
*
Add support for keyboard used in Samsung Chromebook (ARM machine)
br
2014-03-30
11
-29
/
+2792
*
Directly call kmem_alloc_contig to allocate framebuffer memory
br
2014-03-30
1
-2
/
+6
*
Rename mct and ehci drivers files to match common naming.
br
2014-03-20
3
-4
/
+4
*
Remove printf's.
br
2014-03-20
1
-6
/
+0
*
Add driver for Display Controller.
br
2014-03-20
3
-0
/
+454
*
- Add display-related and clk devices to the tree
br
2014-03-20
1
-3
/
+3
*
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
ian
2014-03-10
1
-1
/
+0
*
Move all the files named foo/common.c to foo/foo_common.c, as
imp
2014-03-08
2
-1
/
+1
*
Move the declaration for mpentry() into a header file instead of pasting
ian
2014-02-23
1
-3
/
+0
*
Follow r261352 by updating all drivers which are children of simplebus
ian
2014-02-02
2
-0
/
+7
*
Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with
andrew
2014-01-28
1
-2
/
+0
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-1
/
+1
*
o Use common ARMv6/v7 bus_space tag.
br
2013-11-13
3
-176
/
+8
*
Call initarm_lastaddr() later in the init sequence, after establishing
ian
2013-11-05
1
-1
/
+7
*
Move remaining code and data related to static device mapping into the
ian
2013-11-04
1
-2
/
+3
*
Retire arm_remap_nocache() and the data and constants associated with it.
ian
2013-10-27
1
-1
/
+1
*
Remove #include <machine/frame.h> from all the arm code that doesn't
ian
2013-10-27
2
-2
/
+0
*
Remove all #include <machine/pmap.h> from arm code. It's already
ian
2013-10-27
1
-1
/
+0
*
- Enable unmapped buffers on Exynos5 again, because
br
2013-10-01
1
-5
/
+0
*
Increase the max KVA available for general consumption on the Exynos 5.
cognet
2013-08-18
1
-2
/
+2
*
Import basic support for Samsung Exynos 5 support.
ray
2013-06-29
10
-0
/
+1480