summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.h
Commit message (Expand)AuthorAgeFilesLines
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* ARM: Parse command line delivered by U-Boot:mmel2016-03-261-0/+1
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-011-1/+1
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-291-1/+1
* Only define fdt_pic_table on arm, and when not using intrng as this isandrew2016-01-221-0/+2
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-211-0/+2
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-1/+0
* Add helper method fdt_find_child to make access to child nodes easier.gonzo2015-05-221-0/+1
* Eliminate fdt_data_verify(). The verification it proceed is wrongbr2014-12-151-2/+0
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-251-1/+0
* Add a helper routine to depth-search the device tree for a node with aian2014-02-161-0/+1
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-051-9/+0
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-1/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andnwhitehorn2014-01-041-2/+1
* Remove dead code. Most of this was in an #if 0 block; the rest is notnwhitehorn2013-12-171-10/+0
* MFP4: 223121 (FDT infrastructure portion)brooks2013-10-211-0/+7
* Bump per-device interrupt limit to more reasonable default.gonzo2013-02-231-1/+1
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-301-0/+1
* Add fdt_get_unit() function.gber2012-09-141-0/+1
* Merging of projects/armv6, part 4gonzo2012-08-151-1/+2
* Add a new geom class which allows to divide NAND Flash chipgber2012-05-221-0/+1
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-041-1/+1
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* Import the common Flattened Device Tree infrastructure.raj2010-06-021-0/+112
OpenPOWER on IntegriCloud