aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe2022-10-181-0/+1
* device_get_property: add a HANDLE caseBjoern A. Zeeb2022-10-091-2/+17
* fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-9/+5
* Extend device_get_property APIKornel Duleba2022-03-101-3/+46
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-201-0/+16
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* simple_mfd: switch to controllable locking for syscon provider.Michal Meloun2021-03-041-12/+28
* Correctly handle nodes compatible with "syscon", "simple-bus".Michal Meloun2020-09-251-0/+10
* Make simplebus friendlier for subclassing.Michal Meloun2020-09-252-2/+29
* Allow child classes of simplebus to call attach directlyAndrew Turner2020-08-032-3/+8
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* fdt_pinctrl: Add new methods for gpiosEmmanuel Vadot2020-01-161-0/+58
* 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