···11+What: /dev/gpiochip[0-9]+22+Date: November 201533+KernelVersion: 4.444+Contact: linux-gpio@vger.kernel.org55+Description:66+ The character device files /dev/gpiochip* are the interface77+ between GPIO chips and userspace.88+99+ The ioctl(2)-based ABI is defined and documented in1010+ [include/uapi]<linux/gpio.h>.1111+1212+ The following file operations are supported:1313+1414+ open(2)1515+ Currently the only useful flags are O_RDWR.1616+1717+ ioctl(2)1818+ Initiate various actions.1919+ See the inline documentation in [include/uapi]<linux/gpio.h>2020+ for descriptions of all ioctls.2121+2222+ close(2)2323+ Stops and free up the I/O contexts that was associated2424+ with the file descriptor.2525+2626+Users: TBD