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
/
fdt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump per-device interrupt limit to more reasonable default.
gonzo
2013-02-23
1
-1
/
+1
*
Merge Perforce changeset 219933 and portions of 219962 (omits changes to
rwatson
2013-01-12
1
-2
/
+20
*
When a partially initialised FDT-based device instance can't attach,
rwatson
2012-12-30
1
-0
/
+2
*
Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regions
gonzo
2012-11-30
2
-0
/
+61
*
If virtual addresses are not set use one to one mapping.
gber
2012-09-14
1
-2
/
+2
*
Add fdt_get_unit() function.
gber
2012-09-14
2
-0
/
+12
*
Set busaddr and bussize to 0 when fdt_get_range() fails.
gber
2012-09-14
1
-1
/
+4
*
Do not swap byte order if we assign default value for intr_cells
gonzo
2012-08-25
1
-1
/
+2
*
Fix argument type for bus_space_map
gonzo
2012-08-15
1
-1
/
+1
*
Merging of projects/armv6, part 4
gonzo
2012-08-15
4
-47
/
+66
*
Simplify simplebus_setup_intr and don't call MD code directly. We can
marcel
2012-07-02
1
-25
/
+20
*
Properly implement bus_setup_intr so that it handles the configuration
marcel
2012-07-02
1
-40
/
+35
*
Preset (clear) the ranges we're supposed to fill from the FDT. If a
marcel
2012-05-24
1
-0
/
+8
*
Add a new geom class which allows to divide NAND Flash chip
gber
2012-05-22
2
-0
/
+116
*
Respect phy-handle property in Ethernet nodes of the device tree.
raj
2012-03-04
2
-2
/
+45
*
DEBUG is a kernel option. Don't define it here, as it breaks LINT.
marcel
2011-12-30
3
-9
/
+0
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
3
-5
/
+5
*
FDT support for MIPS.
jchandra
2011-10-18
2
-1
/
+62
*
Change rman_manage_region() to actually honor the rm_start and rm_end
jhb
2011-04-29
1
-1
/
+1
*
Don't operate on the parent of the PCI node. It's the PCI node itself
marcel
2011-01-29
1
-32
/
+234
*
Call newbus_device_create() for PCI devices. Call pci_from_fdt_node()
marcel
2011-01-29
1
-7
/
+8
*
Introduce macro FDT_MAP_IRQ to map from an interrupt controller and
marcel
2011-01-29
1
-2
/
+3
*
Eliminate FDT_IMMR_VA define.
raj
2010-07-19
2
-3
/
+3
*
Move MRVL FDT fixups and PIC decode routine to a platform specific area.
raj
2010-07-19
1
-88
/
+0
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
1
-2
/
+3
*
Introduce PowerPC-specific helper routines for FDT.
raj
2010-07-11
1
-0
/
+168
*
Save fdtbus trigger / polarity data at their correct index.
raj
2010-07-11
1
-2
/
+2
*
Let simplebus(4) diagnostics be a bit more descriptive.
raj
2010-07-11
1
-4
/
+7
*
Initial FDT infrastructure elements for ARM.
raj
2010-06-13
1
-0
/
+88
*
Provide identify method for the fdtbus(4).
raj
2010-06-13
1
-0
/
+10
*
Import the common Flattened Device Tree infrastructure.
raj
2010-06-02
6
-0
/
+2140