]> git.karo-electronics.de Git - karo-tx-linux.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)
commitfc0c9a03b57efb769a74fa8b33d68d90153b5950
treecbec7db93877f40d0facd2b00716831403d26238
parente912c881f13523fa696f5a7233ee3fffc66fa6a3
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