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
/
freescale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gic_decode_fdt() rather than a local routine to parse fdt interrupt
ian
2014-09-14
2
-1
/
+13
*
Add a comment giving an overview of the driver. Remove leftover debugging.
ian
2014-09-14
1
-7
/
+23
*
Replace the imx5 and imx6 iomux drivers with a single common driver that
ian
2014-09-13
11
-2036
/
+275
*
Fixthe spelling of ehci
andrew
2014-09-06
1
-1
/
+1
*
Implement the imx_iomux_get/set_gpr() interface for imx6.
ian
2014-09-04
1
-0
/
+36
*
Implement the same public interface in imx51 and imx6 iomux; use the common
ian
2014-09-04
5
-83
/
+13
*
Add a basic iomux driver for imx6.
ian
2014-09-04
4
-1
/
+996
*
Fix typo in variable name.
ian
2014-09-04
1
-3
/
+3
*
The imx5x and imx6 chips have an onboard IOMUX device which also contains a
ian
2014-09-04
2
-0
/
+78
*
Add a function to get the frequency of the AHB bus. Another stopgap
ian
2014-09-03
3
-0
/
+14
*
The anatop driver controls power and PLLs and needs to be available before
ian
2014-09-02
1
-5
/
+19
*
The ocotp driver provides access to registers containing chip configuration
ian
2014-09-02
1
-1
/
+2
*
sdhci.h has grown a dependency on sysctl.h, include the latter where needed.
ian
2014-09-01
1
-0
/
+1
*
Rename OF_xref_phandle() to OF_node_from_xref() and add a new function
ian
2014-09-01
1
-1
/
+1
*
Move the imx6 sysctl temperature info to hw.imx6 where all the other
ian
2014-08-16
1
-4
/
+2
*
Fix two files forgotten in r269783 (vt_generate_cons_palette)
dumbbell
2014-08-10
1
-5
/
+5
*
Add a missing clock register definition.
ian
2014-08-08
1
-0
/
+1
*
Cache the imx6 SoC type in a static var so that it only has to be figured
ian
2014-08-05
1
-5
/
+14
*
Enable Freescale i.MX I2C driver for i.MX6.
br
2014-07-22
2
-3
/
+9
*
Rename i.MX I2C driver file.
br
2014-07-22
5
-4
/
+4
*
Rename gpio driver file.
br
2014-07-18
4
-3
/
+3
*
o Enable GPIO device driver for i.MX6.
br
2014-07-18
2
-5
/
+10
*
Pending interrupt status is cleared by writing to the ISR, not the data reg.
ian
2014-07-10
1
-1
/
+1
*
Use named constant rather than '0' to access the reset controller register.
ian
2014-07-08
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-7
/
+4
*
Revert r267961, r267973:
gjb
2014-06-27
1
-4
/
+7
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-7
/
+4
*
Add very basic driver for 12-bit Analog to Digital Converter (ADC).
br
2014-06-15
3
-0
/
+276
*
Add a driver for Serial Peripheral Interface (SPI).
br
2014-06-11
2
-0
/
+294
*
Remove extra semicolons.
kevlo
2014-06-06
1
-1
/
+1
*
Add the start of the ARM platform code. This is based on the PowerPC
andrew
2014-05-17
4
-20
/
+25
*
Fix return value. Should be logic one or zero.
br
2014-05-15
1
-1
/
+1
*
Fix typo.
br
2014-05-14
1
-1
/
+1
*
Enable PL310 power-saving modes and tune the cache ram latencies for imx6.
ian
2014-05-06
1
-0
/
+13
*
Move duplicated code to print l2 cache config into the common code.
ian
2014-04-27
1
-36
/
+0
*
Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
ian
2014-04-26
8
-46
/
+117
*
Updates to i.MX53:
rpaulo
2014-04-08
4
-67
/
+107
*
Follow files.imx51 and add vt support.
rpaulo
2014-04-05
1
-0
/
+2
*
Flag several sysctl variables as tunables.
ian
2014-04-04
1
-3
/
+4
*
Rework the cpu frequency management code for imx6.
ian
2014-04-02
1
-56
/
+178
*
Switch imx6 to using the mpcore per-cpu event timers, but continue to use
ian
2014-04-02
3
-0
/
+7
*
Don't call sdhci_init_slot() until after handling the FDT properties
ian
2014-04-02
1
-3
/
+3
*
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
ian
2014-03-10
4
-4
/
+0
*
Move all the files named foo/common.c to foo/foo_common.c, as
imp
2014-03-08
4
-3
/
+3
*
- Export panel info to DTS
br
2014-03-07
1
-13
/
+121
*
Add driver for Port control and interrupts (PORT).
br
2014-03-07
4
-33
/
+299
*
Add a tunable to set the number of active cores, and enable SMP by default.
ian
2014-03-02
1
-2
/
+10
*
Add some rudimentary voltage control to go with the rudimentary frequency
ian
2014-02-28
1
-2
/
+77
*
Initialize the Low Power Mode bits to keep the ARM cores running during WFI.
ian
2014-02-27
2
-7
/
+35
*
Do not setup interrupt handler (polling is used).
br
2014-02-27
1
-33
/
+6
[next]