]> 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)
commitcfedc6f78888e929bfc7fa5877a3e9837fd9c703
treecbec7db93877f40d0facd2b00716831403d26238
parentf36c088568a5873be9e79617743f30bb97d0f7e9
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