summaryrefslogtreecommitdiff
path: root/sys/arm/mv
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-10-29arm/mv: Fix typo in a kernel error messageGordon Bergling
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-04gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa
2025-04-08arm/mv: Remove soc_id calls when not neededAndrew Turner
2025-04-08sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner
2025-04-08arm/mv: Remove the unused get_l2clkAndrew Turner
2025-04-08arm/mv: Remove old device supportAndrew Turner
2025-04-08arm/mv: Convert to fdt_foreach_mem_regionAndrew Turner
2025-03-27arm/mv: Remove pre-armv7 supportAndrew Turner
2025-03-27arm/mv: Remove ic.c, it's unusedAndrew Turner
2025-03-27arm/mv: Remove wdt_soc, it's unusedAndrew Turner
2025-01-16armada38x: implement gateclk clkdev methodsMitchell Horne
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-18Retire unused non-PCI_RES_BUS codeJessica Clarke
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-01-23arm mv_pcib: Use bus_generic_rman_*John Baldwin
2024-01-23arm/mpic: remove empty pic_init_secondary() hookElliott Mitchell
2024-01-10syscon: Move syscon code in dev/sysconEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-03iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot
2023-09-25Remove a few more stray __FBSDID usesJohn Baldwin
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-07-24arm: Rename pte-v6.h to pte.hAndrew Turner
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04arm: mv: Add missing function prototypeKornel Dulęba
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-09-07Add ARMADA38X gateclk controlAlbert Jakieła
2022-09-07Add ARMADA38X clkgen driverAlbert Jakieła
2022-08-15Adjust function definition in arm's mv_common.c to avoid clang 15 warningDimitry Andric
2022-05-09arm mv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused iicbus_devclass.John Baldwin
2022-04-13arm: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-08arm mv: Remove unused variables.John Baldwin
2022-04-08a37x0_xtal: Remove unused variable.John Baldwin
2022-04-04fdt_win_process_child: eliminate write only size variableWarner Losh
2022-04-04platform_mpp_init: eliminate write only tuples variableWarner Losh
2022-04-04mv_rtc_attach: eliminate write only unit variableWarner Losh