lategoodbye / rpi-zero

Linux kernel source tree
Other
22 stars 3 forks source link

Implement pads control for GPIO pins #10

Open lategoodbye opened 7 years ago

lategoodbye commented 7 years ago

According to GPIO pads control document the BCM2835 GPIOs also support the following settings:

So this should be implemented in the GPIO driver. Maybe we need to convert it into a standard GPIO driver before.

lategoodbye commented 6 years ago

For pads control we need to take of the following points:

So i would start with a separate driver.