| Commit message (Expand) | Author | Age | Files | Lines |
* | simplebus: Stop accepting SYS_RES_IOPORT resources | John Baldwin | 2025-01-29 | 1 | -3/+0 |
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+2 |
* | Check for errors when detaching children first, not last | John Baldwin | 2024-11-05 | 1 | -1/+6 |
* | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin | 2024-03-13 | 1 | -13/+1 |
* | new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE | John Baldwin | 2024-03-13 | 1 | -26/+2 |
* | new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCE | John Baldwin | 2024-03-13 | 1 | -28/+2 |
* | new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCE | John Baldwin | 2024-03-13 | 1 | -13/+1 |
* | simplebus: Implement bus_delete_resource | John Baldwin | 2024-02-16 | 1 | -0/+1 |
* | simplebus: Map SYS_RES_IOPORT to SYS_RES_MEMORY later in alloc_resource | John Baldwin | 2024-02-16 | 1 | -3/+3 |
* | simplebus: Consistently map SYS_RES_IOPORT to SYS_RES_MEMORY | John Baldwin | 2024-01-23 | 1 | -7/+83 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. | Takanori Watanabe | 2022-10-18 | 1 | -0/+1 |
* | device_get_property: add a HANDLE case | Bjoern A. Zeeb | 2022-10-09 | 1 | -2/+17 |
* | fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -5/+3 |
* | Extend device_get_property API | Kornel Duleba | 2022-03-10 | 1 | -3/+46 |
* | device: add device_get_property and device_has_property | Bartlomiej Grzesik | 2021-09-20 | 1 | -0/+16 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -1/+1 |
* | 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 | 1 | -2/+27 |
* | Allow child classes of simplebus to call attach directly | Andrew Turner | 2020-08-03 | 1 | -3/+3 |
* | fdt: Add support for simple-mfd bus | Emmanuel Vadot | 2018-12-12 | 1 | -8/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 1 | -1/+1 |
* | 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 |
* | INTRNG: Rework handling with resources. Partially revert r301453. | Michal Meloun | 2016-08-19 | 1 | -2/+0 |
* | INTRNG - change the way how an interrupt mapping data are provided | Svatopluk Kraus | 2016-06-05 | 1 | -0/+2 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -3/+3 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+2 |
* | SIMPLEBUS: Don't panic if child device doesn't have devinfo set. | Michal Meloun | 2015-12-13 | 1 | -0/+6 |
* | Provide the number of interrupt resources added to the list | Ruslan Bukin | 2015-05-15 | 1 | -1/+1 |
* | Make simplebus a base class of ofwbus. This allows the elimination of | Ian Lepore | 2015-03-27 | 1 | -42/+101 |
* | Allow creating subclass of FDT simplebus | Jayachandran C. | 2015-02-27 | 1 | -25/+4 |
* | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | Zbigniew Bodek | 2015-01-13 | 1 | -30/+1 |
* | Fail to probe on simplebus nodes that lack a "ranges" property. | Ian Lepore | 2014-10-19 | 1 | -1/+7 |
* | Replace multiple nearly-identical copies of code to walk through an FDT | Ian Lepore | 2014-09-25 | 1 | -31/+2 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | Ian Lepore | 2014-09-01 | 1 | -1/+1 |
* | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | Ian Lepore | 2014-08-05 | 1 | -1/+1 |
* | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | Ian Lepore | 2014-08-05 | 1 | -2/+4 |
* | Better nomatch messages: include compat string. Also, flag devices as | Warner Losh | 2014-02-12 | 1 | -4/+11 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn | 2014-02-05 | 1 | -1/+1 |
* | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 1 | -0/+3 |
* | Be more robust with malformed interrupt config data. Instead of crashing | Ian Lepore | 2014-02-02 | 1 | -5/+17 |
* | Allow nesting of simplebuses. | Nathan Whitehorn | 2014-02-02 | 1 | -0/+1 |
* | Provide a simpler and more standards-compliant simplebus implementation to | Nathan Whitehorn | 2014-02-01 | 1 | -265/+252 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | Nathan Whitehorn | 2014-01-05 | 1 | -2/+0 |
* | Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() and | Nathan Whitehorn | 2014-01-04 | 1 | -1/+1 |