summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* MFC r281371: Use OF_getencpropalloc() to handle endianess of the properties.ian2015-05-241-3/+3
* MFC r279368, r280772, r280848:ian2015-05-242-67/+169
* MFC r277098, r279235:ian2015-05-231-30/+1
* MFC r277655, r277989: Reimplement fdt_clock_register_provider() correctly.ian2015-02-131-1/+2
* MFC r274412, r274413, r274414: Bugfixes for imx5/6 pinctrl driver.ian2014-12-271-6/+5
* MFC r273282: Fail to probe on simplebus nodes that lack a "ranges" property.ian2014-10-261-1/+7
* MFC r272109, r272181:ian2014-10-263-72/+2
* MFC 271546:ian2014-10-263-0/+256
* MFC r270957, r270959:ian2014-10-263-0/+297
* MFC r270945:ian2014-10-262-3/+3
* MFC r269594, r269596, r269597, r269598, r269605, r269606:ian2014-08-171-2/+4
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...ian2014-05-152-5/+39
* MFC r261681, r261682, r261683, r261684, r261685, r261686, r261687, r261688,ian2014-05-151-4/+11
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-152-92/+1
* MFC r261410ian2014-05-151-0/+3
* MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404,ian2014-05-153-534/+267
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,ian2014-05-145-261/+2
* MFC r260281, r260282, r260283, r260285ian2014-05-146-227/+23
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-142-377/+0
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-1/+1
* MFC r257114, r257118ian2014-05-131-553/+9
* MFC r256994, r257016, r257055, r257059, r257060, r257075ian2014-05-131-3/+2
* MFC r256932, r256938, r256966, r256953, r256967, r256969, r257015:ian2014-05-133-9/+7
* MFC r256870, r256898, r256899, r256900 (by nwhitehorn):ian2014-05-134-18/+23
* MFC r256798: Return BUS_PROBE_NOWILDCARD from fdtbus_probe.ian2014-05-131-1/+1
* MFC r257127:loos2014-01-231-3/+0
* MFC r257648, r257649, r257660:ian2013-12-131-1/+4
* MFC r256911, r256936brooks2013-11-011-0/+19
* MFC r256861:brooks2013-10-314-9/+392
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-211-0/+51
* 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
* Don't hesitate to ask parent to setup IRQ finally.ray2013-03-181-3/+0
* Allow simplebus to attach to another simplebus.ray2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useray2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notray2013-03-181-2/+2
* o Switch to use physical addresses in rman for FDT.ray2013-03-183-10/+15
* Bump per-device interrupt limit to more reasonable default.gonzo2013-02-231-1/+1
* Merge Perforce changeset 219933 and portions of 219962 (omits changes torwatson2013-01-121-2/+20
* When a partially initialised FDT-based device instance can't attach,rwatson2012-12-301-0/+2
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-302-0/+61
* If virtual addresses are not set use one to one mapping.gber2012-09-141-2/+2
* Add fdt_get_unit() function.gber2012-09-142-0/+12
* 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-154-47/+66
* Simplify simplebus_setup_intr and don't call MD code directly. We canmarcel2012-07-021-25/+20
* Properly implement bus_setup_intr so that it handles the configurationmarcel2012-07-021-40/+35
* Preset (clear) the ranges we're supposed to fill from the FDT. If amarcel2012-05-241-0/+8
OpenPOWER on IntegriCloud