[PATCH 0/6 v10] gpio: Add block GPIO
From: Alan Cox <hidden>
Date: 2012-12-07 10:32:35
Also in:
lkml
From: Alan Cox <hidden>
Date: 2012-12-07 10:32:35
Also in:
lkml
* Device interface for userland access (alternative to sysfs)
Currently we can set different permissions on different GPIO lines. Your driver change drives a truck through this facility. I'm not sure there is an elegant way to snoop on the permissions set on the sysfs gpio nodes and the driver also breaks managing GPIO rights via smack/selinux/apparmor and assigning specific gpio lines to specific pieces of user space code. Alan