Page MenuHomeFreeBSD

Pass node to the gpio_pin_get_by_ofw_XXX functions
ClosedPublic

Authored by gonzo on May 9 2016, 8:35 PM.
Tags
None
Referenced Files
F106114918: D6277.diff
Wed, Dec 25, 3:34 PM
Unknown Object (File)
Wed, Dec 18, 5:58 AM
Unknown Object (File)
Nov 13 2024, 6:11 AM
Unknown Object (File)
Oct 10 2024, 12:33 AM
Unknown Object (File)
Oct 7 2024, 11:24 AM
Unknown Object (File)
Sep 30 2024, 3:52 AM
Unknown Object (File)
Sep 9 2024, 12:18 AM
Unknown Object (File)
Sep 8 2024, 2:22 PM
Subscribers

Details

Summary

Current API assumes that "gpios" property belongs to the device's node but for some binding it's not true: gpiokeys has set of child nodes with this property.

Patch adds new argument instead of replacing device_t because device_t will be used to track ownership for allocated pins

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gonzo retitled this revision from to Pass node to the gpio_pin_get_by_ofw_XXX functions.
gonzo updated this object.
gonzo edited the test plan for this revision. (Show Details)
gonzo added a reviewer: mmel.
gonzo set the repository for this revision to rS FreeBSD src repository - subversion.
mmel edited edge metadata.
mmel added inline comments.
sys/dev/gpio/ofw_gpiobus.c
67 ↗(On Diff #16082)

KASSERT(consumer != NULL && cnode > 0, ...) ?

126 ↗(On Diff #16082)

Same as above - KASSERT(consumer != NULL && cnode > 0, ...) ?

This revision is now accepted and ready to land.May 10 2016, 4:26 AM
This revision was automatically updated to reflect the committed changes.