* PGP Signed by an unknown keyIn T186, we have 8 pins per PORT and for some of ports, all pins are not available. Like Port A has 7 pins valid (0 to 6) and port E have 8 pins (0 to 7). The great part is that each port has valid pins start from 0.
On Wed, Nov 23, 2016 at 02:25:51PM +0100, Linus Walleij wrote:
It looks like I stumbled across the only case where this isn't true.
This is already possible and several drivers are doing this.
Everything, all kernel users and all character device users, end up
calling gpiod_request().
What I was seeing, and which ultimately led me to implement the compact
numberspace is that gpiochip_add_data() calls ->get_direction() directly
without first going through ->request(). We'd have to guard that one
case as well in order for this to work.