davids5 commented on code in PR #8456: URL: https://github.com/apache/nuttx/pull/8456#discussion_r1100483767
########## include/nuttx/ioexpander/gpio.h: ########## @@ -188,6 +188,17 @@ extern "C" int gpio_pin_register(FAR struct gpio_dev_s *dev, int minor); +/**************************************************************************** + * Name: gpio_pin_register_byname + * + * Description: + * Register GPIO pin device driver with it's pin name. + * Review Comment: Done and added unregister by name -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
