summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272109, r272181:ian2014-10-261-40/+0
* MFC r270945:ian2014-10-261-2/+2
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...ian2014-05-151-5/+38
* MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404,ian2014-05-151-3/+2
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,ian2014-05-141-1/+0
* MFC r260281, r260282, r260283, r260285ian2014-05-141-93/+21
* MFC r256994, r257016, r257055, r257059, r257060, r257075ian2014-05-131-3/+2
* MFC r256932, r256938, r256966, r256953, r256967, r256969, r257015:ian2014-05-131-2/+2
* MFC r256870, r256898, r256899, r256900 (by nwhitehorn):ian2014-05-131-12/+18
* 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