| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights | Ed Maste | 2021-08-08 | 3 | -3/+0 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -1/+1 |
* | simple_mfd: switch to controllable locking for syscon provider. | Michal Meloun | 2021-03-04 | 1 | -12/+28 |
* | Correctly handle nodes compatible with "syscon", "simple-bus". | Michal Meloun | 2020-09-25 | 1 | -0/+10 |
* | Make simplebus friendlier for subclassing. | Michal Meloun | 2020-09-25 | 2 | -2/+29 |
* | Allow child classes of simplebus to call attach directly | Andrew Turner | 2020-08-03 | 2 | -3/+8 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
* | fdt_pinctrl: Add new methods for gpios | Emmanuel Vadot | 2020-01-16 | 1 | -0/+58 |
* | fdt_slicer: bump to SI_ORDER_THIRD following r347183 | Kyle Evans | 2019-09-29 | 1 | -4/+4 |
* | Fix bug introduced by r351184. | Michal Meloun | 2019-08-18 | 1 | -1/+1 |
* | Add method for getting of syscon handle from parent device. | Michal Meloun | 2019-08-18 | 1 | -2/+17 |
* | Revert r351129 | Emmanuel Vadot | 2019-08-17 | 1 | -1/+1 |
* | fdt: simple-mfd: Set the syscon memory to SHAREABLE | Emmanuel Vadot | 2019-08-16 | 1 | -1/+1 |
* | Extend simple_mfd driver to expose a syscon interface if | Ganbold Tsagaankhuu | 2019-07-02 | 2 | -3/+167 |
* | cpsw: use `phy-handle` in FDT to find PHY address | Ed Maste | 2019-04-03 | 1 | -0/+3 |
* | fdt: Explicitly mark fdt_slicer as dependent on geom_flashmap | Justin Hibbits | 2019-03-17 | 1 | -0/+1 |
* | Add support to fdt_slicer for the new style partition data documented in | Ian Lepore | 2019-02-27 | 1 | -21/+44 |
* | Child nodes with a compatible property are not slices, according to the | Ian Lepore | 2019-02-27 | 1 | -0/+4 |
* | Rename some functions and variables to have shorter names, which allows | Ian Lepore | 2019-02-27 | 1 | -28/+18 |
* | Make it possible to load fdt_slicer as a module (unloading works too fwiw). | Ian Lepore | 2019-02-26 | 1 | -2/+30 |
* | fdt: Add support for simple-mfd bus | Emmanuel Vadot | 2018-12-12 | 3 | -8/+179 |
* | fdt_pinctrl: Add some TSLOG annotations | Emmanuel Vadot | 2018-07-19 | 2 | -1/+21 |
* | Increase the number of fdt memory regions we support to 16. Some SoCs have | Andrew Turner | 2018-05-29 | 1 | -1/+1 |
* | Handle reserved memory with the no-map property. | Andrew Turner | 2018-05-22 | 2 | -0/+42 |
* | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 2 | -4/+4 |
* | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 2 | -3/+3 |
* | Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. These | Andrew Turner | 2018-04-08 | 1 | -44/+3 |
* | Revert r332277, it contained an unintended extra change | Andrew Turner | 2018-04-08 | 1 | -2/+75 |
* | Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. These | Andrew Turner | 2018-04-08 | 1 | -75/+2 |
* | Move fdt_is_type to be a Marvell specific function. It's not used by any | Andrew Turner | 2018-04-08 | 2 | -20/+0 |
* | Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call to | Andrew Turner | 2018-04-04 | 2 | -15/+0 |
* | Remove fdt_is_enabled, fdt_reg_to_rl, and fdt_get_unit. These are not used | Andrew Turner | 2018-04-03 | 2 | -89/+0 |
* | Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These are | Andrew Turner | 2018-04-03 | 1 | -1/+1 |
* | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko | 2018-03-20 | 1 | -2/+2 |
* | Remove fdt fixups for powerpc, they are no longer needed. | Justin Hibbits | 2018-01-13 | 1 | -144/+0 |
* | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -11/+3 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 5 | -0/+10 |
* | Enable parsing simple-bus 'ranges' with multiple entries | Marcin Wojtas | 2017-08-09 | 1 | -1/+2 |
* | Set the correct default for #address-cells variable when the property does | Luiz Otavio O Souza | 2017-04-30 | 1 | -1/+1 |
* | Make the default FDT implementation of platform_mp_setmaxid use the cpu | Andrew Turner | 2017-03-17 | 1 | -0/+34 |
* | - Allow different slicers for different flash types to be registered | Marius Strobl | 2017-02-22 | 1 | -5/+31 |
* | Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere | Andrew Turner | 2017-01-26 | 1 | -6/+0 |
* | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 1 | -1/+1 |
* | Make fdt_is_compatible a static function. It's only used in fdt_common.c. | Andrew Turner | 2016-11-19 | 2 | -2/+3 |
* | Replace another fdt_is_compatible() call. | Justin Hibbits | 2016-11-11 | 1 | -1/+1 |
* | Use ofw_bus_node_is_compatible in more drivers used on arm. | Andrew Turner | 2016-11-11 | 1 | -1/+2 |
* | Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latter | Andrew Turner | 2016-11-11 | 1 | -7/+7 |
* | Pull the common FDT interrupt values into a new header rather than be magic | Andrew Turner | 2016-10-26 | 1 | -0/+44 |
* | Revert r306473. | Justin Hibbits | 2016-10-01 | 1 | -9/+0 |
* | Use the cell-index property as the unit number if available. | Justin Hibbits | 2016-09-30 | 1 | -0/+9 |