summaryrefslogtreecommitdiff
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Revert "sound: Make device registration more intuitive"Christos Margiolis2024-11-141-5/+5
* sound: Make device registration more intuitiveChristos Margiolis2024-11-051-5/+5
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-09-061-1/+11
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-09-062-2/+2
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-171-1/+0
* 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
* rpi_ft5406: Recognize raspberrypi,firmware-ts touchscreenJuraj Lutter2021-05-091-2/+2
* arm64: Add support for bcm2838 RNGGordon Bergling2021-03-061-41/+133
* arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatibleEmmanuel Vadot2021-02-171-0/+1
* arm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PASS_ORDER_LATEEmmanuel Vadot2021-02-171-1/+1
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-071-4/+4
* bcm2838_pci.c: Respect DMA limits of controller.Mike Karels2020-09-121-31/+72
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-27/+4
* Add a GPIO driver for the Raspberry Pi firmware GPIOsAndrew Turner2020-08-031-0/+457
* Allow the Raspberry Pi firmware driver to be a busAndrew Turner2020-08-031-11/+13
* Handle Raspberry Pi 4 xhci firmware loading.Andrew Turner2020-08-034-1/+258
* Only try managing the regulator when EXT_RESOURCES is definedAndrew Turner2020-07-291-0/+6
* Add a workaround for a bug when setting the Raspberry GIO config and stateAndrew Turner2020-07-281-0/+11
* Aadd Raspberry Pi firmware messages to manage GPIOsAndrew Turner2020-07-281-0/+55
* Switch the bcm2835 cpufreq driver to use the firmware interfaceAndrew Turner2020-07-283-261/+265