aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* Set the correct default for #address-cells variable when the property doesLuiz Otavio O Souza2017-04-301-1/+1
* Make the default FDT implementation of platform_mp_setmaxid use the cpuAndrew Turner2017-03-171-0/+34
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-5/+31
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereAndrew Turner2017-01-261-6/+0
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Make fdt_is_compatible a static function. It's only used in fdt_common.c.Andrew Turner2016-11-192-2/+3
* Replace another fdt_is_compatible() call.Justin Hibbits2016-11-111-1/+1
* Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner2016-11-111-1/+2
* Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latterAndrew Turner2016-11-111-7/+7
* Pull the common FDT interrupt values into a new header rather than be magicAndrew Turner2016-10-261-0/+44
* Revert r306473.Justin Hibbits2016-10-011-9/+0
* Use the cell-index property as the unit number if available.Justin Hibbits2016-09-301-0/+9
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-2/+0
* Add hw.fdt sysctl node.Stephen J. Kiernan2016-08-062-0/+6
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+2
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-113-8/+8
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Add fman and dpaa fixups for powerpc fdtJustin Hibbits2016-04-151-3/+62
* ARM: Parse command line delivered by U-Boot:Michal Meloun2016-03-262-0/+14
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-3/+3
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. ThisAndrew Turner2016-03-012-3/+3
* 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-292-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Only define fdt_pic_table on arm, and when not using intrng as this isAndrew Turner2016-01-221-0/+2
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeAndrew Turner2016-01-214-148/+2
* Do not require strict compatibility on simplebusZbigniew Bodek2016-01-201-2/+2
* SIMPLEBUS: Don't panic if child device doesn't have devinfo set.Michal Meloun2015-12-131-0/+6
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+1
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-242-18/+0
* Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-222-0/+18
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+1
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+49
* Use OF_getencpropalloc() to handle endianess of the properties.Ian Lepore2015-04-101-3/+3
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-272-45/+112
* Allow creating subclass of FDT simplebusJayachandran C.2015-02-272-25/+60
* Fix whitespace glitch from prior comit.Ian Lepore2015-01-311-1/+1
* Reimplement fdt_clock_register_provider() correctly. It turns out youIan Lepore2015-01-241-1/+2
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-30/+1
* 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-152-66/+6
* The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner2014-11-201-4/+87
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Fail to probe on simplebus nodes that lack a "ranges" property.Ian Lepore2014-10-191-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-253-72/+2
* Create an interface and support routines for drivers that handle IO pinIan Lepore2014-09-133-0/+256
* Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()Ian Lepore2014-09-021-3/+4
* Create an interface for drivers to enable or disable their clocks as listedIan Lepore2014-09-023-0/+296