aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* MFC r366156:Michal Meloun2020-10-311-0/+10
* MFC r342008,r363799,r366146:Michal Meloun2020-10-312-5/+37
* MFC r348885, r351543, r356806-r356807Emmanuel Vadot2020-03-041-0/+58
* MFC r352863: fdt_slicer: bump to SI_ORDER_THIRD following r347183Kyle Evans2019-10-031-4/+4
* MFC r351184, r351189, r351217Emmanuel Vadot2019-09-131-2/+17
* MFC r349596 by ganbold:Emmanuel Vadot2019-08-162-3/+167
* MFC r342008, r342010-r342020Emmanuel Vadot2019-08-053-8/+179
* MFC r344505-r344507, r344523, r344525-r344526, r344529, r344606-r344612,Ian Lepore2019-04-221-45/+90
* MFC r345855: cpsw: use `phy-handle` in FDT to find PHY addressEd Maste2019-04-171-0/+3
* 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