aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* fdt_slicer: bump to SI_ORDER_THIRD following r347183Kyle Evans2019-09-291-4/+4
* Fix bug introduced by r351184.Michal Meloun2019-08-181-1/+1
* Add method for getting of syscon handle from parent device.Michal Meloun2019-08-181-2/+17
* Revert r351129Emmanuel Vadot2019-08-171-1/+1
* fdt: simple-mfd: Set the syscon memory to SHAREABLEEmmanuel Vadot2019-08-161-1/+1
* Extend simple_mfd driver to expose a syscon interface ifGanbold Tsagaankhuu2019-07-022-3/+167
* cpsw: use `phy-handle` in FDT to find PHY addressEd Maste2019-04-031-0/+3
* fdt: Explicitly mark fdt_slicer as dependent on geom_flashmapJustin Hibbits2019-03-171-0/+1
* Add support to fdt_slicer for the new style partition data documented inIan Lepore2019-02-271-21/+44
* Child nodes with a compatible property are not slices, according to theIan Lepore2019-02-271-0/+4
* Rename some functions and variables to have shorter names, which allowsIan Lepore2019-02-271-28/+18
* Make it possible to load fdt_slicer as a module (unloading works too fwiw).Ian Lepore2019-02-261-2/+30
* fdt: Add support for simple-mfd busEmmanuel Vadot2018-12-123-8/+179
* 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