summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-11-18dev/fdt: Add support for non-PCI MSI interruptsAndrew Turner
2025-10-13dev/fdt: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-08-21dev/fdt: Remove fdt_ic_listAndrew Turner
2025-05-01Make sure the memory region definitions are zeroed before use.Luiz Otavio O Souza
2025-04-08sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner
2025-04-08dev/fdt: Add const to pointers to const dataAndrew Turner
2025-04-08dev/fdt: Remove old fdt_get memory functionsAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_regionAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_memAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_mem_regionAndrew Turner
2025-04-07fdt: fix panic in fdt_slicer/geom due to recent geom changesAdrian Chadd
2025-04-07fdt: bump FDT_MEM_REGIONS to 64Adrian Chadd
2025-01-29simplebus: Stop accepting SYS_RES_IOPORT resourcesJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-10-29geom_flashmap: Rename the kernel moduleMark Johnston
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-03-08simple_mfd: don't attach children twiceMitchell Horne
2024-02-15simplebus: Implement bus_delete_resourceJohn Baldwin
2024-02-15simplebus: Map SYS_RES_IOPORT to SYS_RES_MEMORY later in alloc_resourceJohn Baldwin
2024-01-23simplebus: Consistently map SYS_RES_IOPORT to SYS_RES_MEMORYJohn Baldwin
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-04ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-10-18ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete.Takanori Watanabe
2022-10-09device_get_property: add a HANDLE caseBjoern A. Zeeb
2022-05-09fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-03-10Extend device_get_property APIKornel Duleba
2021-09-20device: add device_get_property and device_has_propertyBartlomiej Grzesik
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-03-04simple_mfd: switch to controllable locking for syscon provider.Michal Meloun
2020-09-25Correctly handle nodes compatible with "syscon", "simple-bus".Michal Meloun
2020-09-25Make simplebus friendlier for subclassing.Michal Meloun
2020-08-03Allow child classes of simplebus to call attach directlyAndrew Turner
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-16fdt_pinctrl: Add new methods for gpiosEmmanuel Vadot
2019-09-29fdt_slicer: bump to SI_ORDER_THIRD following r347183Kyle Evans
2019-08-18Fix bug introduced by r351184.Michal Meloun
2019-08-18Add method for getting of syscon handle from parent device.Michal Meloun
2019-08-17Revert r351129Emmanuel Vadot