aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* fdt_pinctrl: Add some TSLOG annotationsEmmanuel Vadot2018-07-192-1/+21
* Increase the number of fdt memory regions we support to 16. Some SoCs haveAndrew Turner2018-05-291-1/+1
* Handle reserved memory with the no-map property.Andrew Turner2018-05-222-0/+42
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-092-4/+4
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-082-3/+3
* Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner2018-04-081-44/+3
* Revert r332277, it contained an unintended extra changeAndrew Turner2018-04-081-2/+75
* Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner2018-04-081-75/+2
* Move fdt_is_type to be a Marvell specific function. It's not used by anyAndrew Turner2018-04-082-20/+0
* Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner2018-04-042-15/+0
* Remove fdt_is_enabled, fdt_reg_to_rl, and fdt_get_unit. These are not usedAndrew Turner2018-04-032-89/+0
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-031-1/+1
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-2/+2
* Remove fdt fixups for powerpc, they are no longer needed.Justin Hibbits2018-01-131-144/+0
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-11/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Enable parsing simple-bus 'ranges' with multiple entriesMarcin Wojtas2017-08-091-1/+2
* 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