]> git.baikalelectronics.ru Git - kernel.git/commit
staging/android: add Doc for SW_SYNC ioctl interface
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 11 Aug 2016 16:45:53 +0000 (13:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 14:40:47 +0000 (16:40 +0200)
commit8a9029e34a85bbbd4d5da6cc58ed99e620196481
treecbec7db93877f40d0facd2b00716831403d26238
parentd51c275ed5d2fce9afda0d22f3a7134000842175
staging/android: add Doc for SW_SYNC ioctl interface

This interface is hidden from kernel headers and it is intended for use
only for testing. So testers would have to add the ioctl information
internally. This is to prevent misuse of this feature.

v2: take in Eric suggestions for the Documentation

v3: really take in Eric suggestions

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/sw_sync.c