Re: [PATCH] Fixes GPIO APIs Naming Convention and Comments

2015-10-12 Thread sudarshan.rajagopalan
Sure, André. Me too released when I started working on the GPIO driver. Although, great work with the generic GPIO API implementation for RTEMS. :) Really like the way it uses chained linked list to call the user ISR when a gpio bank(or port) interrupt is generated. I do have few other questio

Re: [PATCH] Fixes GPIO APIs Naming Convention and Comments

2015-10-12 Thread André Marques
Hello Sudarshan, Às 18:37 de 12-10-2015, sudarshan.rajagopalan escreveu: Just found few function names to be inconsistent towards the naming convention, and also few API documentation in the RTEMS GPIO files. Please commit this if required. Thanks for the patch! I noticed that some function

[PATCH] Fixes GPIO APIs Naming Convention and Comments

2015-10-12 Thread sudarshan.rajagopalan
Just found few function names to be inconsistent towards the naming convention, and also few API documentation in the RTEMS GPIO files. Please commit this if required. Thanks and Regards, Sudarshan Rajagopalan From e17ce266ba4cfaec0159c5477697847629946ced Mon Sep 17 00:00:00 2001 From: Sudar