Page MenuHomeFreeBSD

Add a GPIO driver for the Raspberry Pi firmware GPIOs
ClosedPublic

Authored by andrew on Jul 28 2020, 2:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 3:37 PM
Unknown Object (File)
Thu, May 2, 3:42 AM
Unknown Object (File)
Tue, Apr 23, 6:54 PM
Unknown Object (File)
Tue, Apr 23, 6:54 PM
Unknown Object (File)
Tue, Apr 23, 6:53 PM
Unknown Object (File)
Tue, Apr 23, 6:53 PM
Unknown Object (File)
Tue, Apr 23, 6:42 PM
Unknown Object (File)
Sat, Apr 20, 6:06 PM
Subscribers

Details

Summary

These exist on the Raspberry Pi 3 and 4 and control and external IO
expander.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32612
Build 30068: arc lint + arc unit

Event Timeline

manu added inline comments.
sys/arm/broadcom/bcm2835/raspberrypi_gpio.c
172

Is all this needed ? Can't you just test that the pin isn't > RPI_FW_GPIO_PINS and if not return DEFAULT_CAPS ?

Always return RPI_FW_GPIO_DEFAULT_CAPS from getcaps.

This revision is now accepted and ready to land.Aug 3 2020, 5:14 PM