aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2835_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-10/+11
* [rpi] Add support for the second PWM channelOleksandr Tymoshenko2018-07-021-26/+163
* [pi] Do not attach bcm2835_pwm if DTB node is not enabledOleksandr Tymoshenko2018-04-101-4/+0
* [rpi] Add fdt_pinctrl(4) support to Raspberry Pi GPIO driverOleksandr Tymoshenko2018-04-081-10/+0
* Forgot to edit copy&pasted copyright blurb.Poul-Henning Kamp2018-01-221-1/+1
* Add a skeleton Clock Manager for RPi2/3, and use that from pwmPoul-Henning Kamp2018-01-221-75/+23
* Rename rpi_pwm to bcm283x_pwm, and build it on armv[67] and arm64.Poul-Henning Kamp2018-01-211-0/+2
* Add a rudimentary PWM driver for the RaspberryPi.Poul-Henning Kamp2018-01-141-0/+439