aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the bcm2835 firmware driver earlier in the boot.Andrew Turner2020-07-281-2/+3
* Revert r363639 so I can use a more correct commit messageAndrew Turner2020-07-281-3/+2
* Move the bcm2835 mailbox driver earlier in the bootAndrew Turner2020-07-281-1/+2
* Have the bcm2835 firmware driver depend on the mailbox driverAndrew Turner2020-07-281-2/+3
* Enable use of the regulator in the Broadcom SDHCI controllerAndrew Turner2020-07-281-1/+35
* Fix the module name for some arm drivers.Michal Meloun2020-07-121-1/+1
* Split long lines in the Raspberry Pi FB driverAndrew Turner2020-07-101-3/+6
* Add a driver to talk to the Raspberry Pi firmwareAndrew Turner2020-07-094-0/+224
* Add a driver for bcm2838 PCI express controllerAndrew Turner2020-07-062-0/+744
* Fix reboot command on the Raspberry Pi series.Andrew Turner2020-06-221-3/+37
* raspberry pi 4: cpufreq supportKyle Evans2020-06-201-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-268-39/+55
* bcm2835_vcbus: unifdef all platform definitionsKyle Evans2020-01-171-21/+0
* bcm2835_vcbus: hide 'checking root' messages under bootverboseKyle Evans2020-01-091-2/+3
* Kill off dummy kbd driversKyle Evans2019-12-201-19/+0
* bcm2835_vcbus: add legacy compat mappingsKyle Evans2019-12-181-0/+14
* arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans2019-12-171-2/+2
* Be consistent about checking return value from bus_delayed_attach_children.Warner Losh2019-12-131-3/+1
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-1/+1
* RPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)Kyle Evans2019-12-092-3/+25