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
/
dev
/
extres
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-14
5
-17
/
+17
*
Fix a format string when uint64_t is not unsigned long long by casting
andrew
2016-04-04
1
-2
/
+2
*
Pass clkdev_if methods through to parent device by default.
jmcneill
2016-03-28
1
-5
/
+53
*
Do nothing if requested clk frequency is already correct.
kan
2016-03-27
1
-0
/
+4
*
Fix support for fixed factor clocks.
jmcneill
2016-03-23
1
-4
/
+11
*
clk_parse_ofw_out_names is supposed to return a list of indices when the
jmcneill
2016-03-23
2
-4
/
+4
*
Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving
jmcneill
2016-03-23
1
-1
/
+1
*
Add phy framework, a next part of new 'extended resources' family of
mmel
2016-03-15
3
-0
/
+382
*
Add regulator framework, a next part of new 'extended resources' family of
mmel
2016-03-15
7
-0
/
+1838
*
CLK: Add and use explicit locking for access to clock device registers.
mmel
2016-03-15
4
-5
/
+68
*
CLK: Add enumerator for 'clocks' OFW node. Add bus device bindings
mmel
2016-03-15
4
-7
/
+340
*
CLK: Remove forgotten mutex from clk_fixed class.
mmel
2016-03-15
2
-9
/
+3
*
Add reset framework, a second part of new 'extended resources' family of
mmel
2016-01-24
3
-0
/
+325
*
Add clock framework, a first part of new 'extended resources' family of
mmel
2016-01-24
12
-0
/
+2296