Hi, guys!
I was wondering where in the kernel code (ubuntu 14) is the implementation of the PSP function gpio_request( ) for Sitara? I find only this declaration:
In KERNEL/include/linunx/gpio.h :
static inline int gpio_request(unsigned gpio, const char *label) { return -ENOSYS; }