summaryrefslogtreecommitdiff
path: root/sys/arm/broadcom
AgeCommit message (Expand)Author
3 daysvchiq: fix build with clang 21Dimitry Andric
2025-11-14arm64: Add support to vchiq and bcm2835_audio (plus some fixes)Marco Devesas Campos
2025-11-11sound: Get rid of useless sndbuf getters and settersChristos Margiolis
2025-10-29vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos
2025-10-29vchiq: logging/tracing refactoringMarco Devesas Campos
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-04gpio: attach gpiobus when the controller is readyAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
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-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-03sound: Make device registration more intuitiveChristos Margiolis
2024-10-25Revert "intrng: change multi-interrupt root support type to enum"Kyle Evans
2024-10-23intrng: change multi-interrupt root support type to enumElliott Mitchell
2024-09-22intrng: Add support for multiple interrupt rootsAyrton Munoz
2024-09-11bcm2835: Remove support for SoCs with an Armv6 CPUAndrew Turner
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-05-06arm: Remove stray references to dev/sound/chip.hChristos Margiolis
2024-04-21Enable L1SS handling on RPI4 pcibHP van Braam
2024-04-09bcm2838_xhci: add moduleLexi Winter
2024-01-24intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke
2024-01-24intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-14bcm2835/spi: Support SPI_FLAG_KEEP_CSJustin Hibbits
2023-08-18sys: Remove SND_DECLARE_FILEJohn 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 .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: sound driver versionWarner Losh
2023-05-29bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-26arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell
2023-04-24Remove redundant data from pci host genericAndrew Turner
2023-02-24bcm_dma: don't dereference NULL softcMitchell Horne
2023-02-24bcm_dma: attach at an earlier bus passMark Millard
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-09-09bcm2835_clkman: add RPI4 compat stringMatthew Grooms
2022-05-23Fix an indentation bug in the bcm pci driverAndrew Turner
2022-05-23Use the error given in the bcm PCI driverAndrew Turner
2022-05-23Error is not a bool in bcm2838_pci, check for != 0Andrew Turner
2022-05-23Fix the style of bcm_pcib_msi_attach a littleAndrew Turner
2022-05-09arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove pcm_devclass from DRIVER_MODULE invocations.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-13bcm2835_systimer: Remove unused variable.John Baldwin