aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-3/+3
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-2/+2
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-2/+0
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-061-1/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-066-6/+10
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-2/+2
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-5/+5
* Revert "intrng: change multi-interrupt root support type to enum"Kyle Evans2024-10-251-1/+1
* intrng: change multi-interrupt root support type to enumElliott Mitchell2024-10-241-1/+1
* intrng: Add support for multiple interrupt rootsAyrton Munoz2024-09-222-3/+5
* bcm2835: Remove support for SoCs with an Armv6 CPUAndrew Turner2024-09-115-370/+0
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-253-3/+3
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-061-1/+0
* Enable L1SS handling on RPI4 pcibHP van Braam2024-04-211-4/+18
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-241-1/+11
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-242-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2719-19/+6
* bcm2835/spi: Support SPI_FLAG_KEEP_CSJustin Hibbits2023-11-142-10/+25
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1626-52/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura2023-05-291-20/+61
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1225-25/+25
* arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell2023-04-261-1/+1
* Remove redundant data from pci host genericAndrew Turner2023-04-241-20/+8
* bcm_dma: don't dereference NULL softcMitchell Horne2023-02-241-7/+22
* bcm_dma: attach at an earlier bus passMark Millard2023-02-241-1/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-2/+2
* bcm2835_clkman: add RPI4 compat stringMatthew Grooms2022-09-091-0/+1
* Fix an indentation bug in the bcm pci driverAndrew Turner2022-05-231-1/+1
* Use the error given in the bcm PCI driverAndrew Turner2022-05-231-3/+3
* Error is not a bool in bcm2838_pci, check for != 0Andrew Turner2022-05-231-7/+7
* Fix the style of bcm_pcib_msi_attach a littleAndrew Turner2022-05-231-2/+2
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0923-75/+32
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* bcm2835_systimer: Remove unused variable.John Baldwin2022-04-131-3/+0
* bcm2835_audio_callback: Don't process garbage if there is no message.John Baldwin2022-04-091-0/+2
* bcm2835_gpio: Remove unused variable.John Baldwin2022-04-091-2/+0
* bcm2835_sdhci: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-6/+0
* Add the missing terminator to the bcm_xhci methodsAndrew Turner2021-12-291-0/+2
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-2/+2
* bcm2835_sdhci: don't use DMA for kernel dumpsMitchell Horne2021-09-211-0/+8
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-201-1/+1