aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_common.c
Commit message (Expand)AuthorAgeFilesLines
* Make fdt_is_compatible a static function. It's only used in fdt_common.c.Andrew Turner2016-11-191-1/+3
* Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latterAndrew Turner2016-11-111-7/+7
* Add hw.fdt sysctl node.Stephen J. Kiernan2016-08-061-0/+3
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-3/+3
* ARM: Parse command line delivered by U-Boot:Michal Meloun2016-03-261-0/+13
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. ThisAndrew Turner2016-03-011-2/+2
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-011-1/+2
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-291-2/+2
* Do not require strict compatibility on simplebusZbigniew Bodek2016-01-201-2/+2
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-241-17/+0
* Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-221-0/+17
* Add support for empty ranges properties within the tree, some vendorAndrew Turner2014-12-191-3/+8
* Eliminate fdt_data_verify(). The verification it proceed is wrongRuslan Bukin2014-12-151-64/+6
* The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner2014-11-201-4/+87
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-251-40/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-2/+2
* Catch up with last-second name change.Ian Lepore2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aIan Lepore2014-02-161-0/+21
* Fix missing offset.Nathan Whitehorn2014-02-021-1/+2
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-3/+1
* Be more robust with malformed interrupt config data. Instead of crashingIan Lepore2014-01-241-5/+17
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-1/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andNathan Whitehorn2014-01-041-93/+21
* Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,Nathan Whitehorn2013-10-241-3/+2
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-231-2/+2
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-221-12/+18
* MFP4: 223121 (FDT infrastructure portion)Brooks Davis2013-10-211-0/+2
* Return "start" and "end" to u_long world. Because rman handle addresses asAleksandr Rybalko2013-03-191-4/+3
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.Aleksandr Rybalko2013-03-191-2/+2
* o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko2013-03-181-7/+5
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsOleksandr Tymoshenko2012-11-301-0/+60
* Add fdt_get_unit() function.Grzegorz Bernacki2012-09-141-0/+11
* Set busaddr and bussize to 0 when fdt_get_range() fails.Grzegorz Bernacki2012-09-141-1/+4
* Do not swap byte order if we assign default value for intr_cellsOleksandr Tymoshenko2012-08-251-1/+2
* Fix argument type for bus_space_mapOleksandr Tymoshenko2012-08-151-1/+1
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-151-35/+57
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-041-1/+44
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-3/+3
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andMarcel Moolenaar2011-01-291-2/+3
* Eliminate FDT_IMMR_VA define.Rafal Jaworowski2010-07-191-2/+2
* Save fdtbus trigger / polarity data at their correct index.Rafal Jaworowski2010-07-111-2/+2
* Import the common Flattened Device Tree infrastructure.Rafal Jaworowski2010-06-021-0/+629