summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256861:brooks2013-10-311-0/+2
* Return "start" and "end" to u_long world. Because rman handle addresses asray2013-03-191-4/+3
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.ray2013-03-191-2/+2
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-7/+5
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-301-0/+60
* Add fdt_get_unit() function.gber2012-09-141-0/+11
* Set busaddr and bussize to 0 when fdt_get_range() fails.gber2012-09-141-1/+4
* Do not swap byte order if we assign default value for intr_cellsgonzo2012-08-251-1/+2
* Fix argument type for bus_space_mapgonzo2012-08-151-1/+1
* Merging of projects/armv6, part 4gonzo2012-08-151-35/+57
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-041-1/+44
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-3/+3
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-2/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-191-2/+2
* Save fdtbus trigger / polarity data at their correct index.raj2010-07-111-2/+2
* Import the common Flattened Device Tree infrastructure.raj2010-06-021-0/+629
OpenPOWER on IntegriCloud