summaryrefslogtreecommitdiffstats
path: root/include/uapi/misc
Commit message (Collapse)AuthorAge
* misc: mods: move mods.h to uapiChris Dragan2020-03-26
| | | | | | | | | | | | | | | | | | | | moved mods.h to uapi directory as per Linux user-space ABI to give userland access of mods.h * Update SPDX license header. Bug 2657961 Change-Id: I65f4a8ff48c534144afc5aca7ce556dcc82d9342 (cherry picked from commit a525dd043ba3fc98d7f8fd9d5d1509c39df2b005) Signed-off-by: Ankit Patel <anpatel@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2315156 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Chris Dragan <kdragan@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* headers : move/modified header for User-space ABIAnkit Patel2020-03-25
| | | | | | | | | | | | | | | | | copied/moved/modified headers from the driver directory to the include/uapi directory, which have IOCTL components required to get access from user space as per Linux kernel user-space ABI. Bug 2657961 Signed-off-by: Ankit Patel <anpatel@nvidia.com> Change-Id: Ie70b2839e0a1031a685ff3e4bb93c73741645f44 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2317530 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
* include: uapi: correct the include path for headersAnkit Patel2020-02-10
| | | | | | | | | | | | | | | | | | | | Modified the commit e4163dbef1719b52b2d04782778767d313f37cdc After installing the user space headers using make headers_install, We do not have an uapi as a top level directory. Hence we must include from the regular path linux|media|misc|video within the user space header files. Bug 2806057 Change-Id: I2f32a32814ac5347769177428717da7e7098147d Signed-off-by: Ankit Patel <anpatel@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2289667 Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Bibek Basu <bbasu@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: change the data type in headersAnuj Gangwar2019-05-10
| | | | | | | | | | | | | | | According kernel ABI proposal, user-space headers should have data type like __u8, __u16, __u32, __u64 instead of u8, u16, u32, u64. Bug 2062672 Change-Id: I3b5d09584efb0738f87f03c9d746bffec3d2a209 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2116124 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move compat_saf775x_ioctl.h fileAnuj Gangwar2019-05-06
| | | | | | | | | | | | | | | | | | | Move compat_saf775x_ioctl header file from drivers/misc/saf775x/ to include/uapi/misc/. Change the path for header in dependent c files. Bug 2062672 Change-Id: I959d16b8b56214cf2db83c05f181faf1def2a1e1 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2032464 (cherry picked from commit 07d3aa875210c2f833a60afa5fb5c546a33d29d7) Reviewed-on: https://git-master.nvidia.com/r/2109958 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move ote_protocol header fileAnuj Gangwar2019-05-06
| | | | | | | | | | | | | | | | | Move ote_protocol.h file from security/tlk_driver/ to include/uapi/misc/. Bug 2062672 Change-Id: I6d88e167382d2902bfb54b2ae8a65d7b808b7351 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2031862 (cherry picked from commit 37bbad13036fa4cfeeb3347919db3f825fe8dbc2) Reviewed-on: https://git-master.nvidia.com/r/2109947 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move saf775x_ioctl.h with IOCTLAnuj Gangwar2019-05-06
| | | | | | | | | | | | | | | | | Create new header file saf775x_ioctl.h in include/uapi/misc/. The new file has IOCTL definitions which is moved from drivers/misc/saf775x/. Bug 2062672 Change-Id: Id180b15964d3e3a89da85a9117586b8b79ab641a Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2077102 (cherry picked from commit 8c2f5f580dadb73e12b1a1866c8c4f267c6d0594) Reviewed-on: https://git-master.nvidia.com/r/2109932 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move tegra-cryptodev header fileAnuj Gangwar2019-05-03
| | | | | | | | | | | | | | | | | | | | Move tegra-cryptodev header file from drivers/crypto/ to include/uapi/misc/. Change the path for above header in the dependent file. Bug 2062672 Change-Id: I738fc7e9425f251372c38573c7f23c89be059a15 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2029283 (cherry picked from commit 2c27305ca4404483d0a356636594ebeeedf53fc3) Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2110150 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move adsp user-interface headerAnuj Gangwar2019-05-03
| | | | | | | | | | | | | | | | | | | | Move the driver adsp_console_ioctl.h user-interface headers from drivers/platform/tegra/nvadsp/adsp_console_ioctl.h to include/uapi/misc/ Change the path for above headers in the dependent files. Bug 2062672 Change-Id: I7337c0fc03a75101b4276773368a7c4eccd25960 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1956612 (cherry picked from commit 0c4e03013ebc5a94f4bddff10709edf9ccc1a90a) Reviewed-on: https://git-master.nvidia.com/r/2109982 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* include: uapi: move eqos_ape_ioctl header fileAnuj Gangwar2019-05-03
| | | | | | | | | | | | | | | | | | | Move eqos_ape_ioctl header file from drivers/misc/eqos_ape/ to include/uapi/misc/. Change the path for above header in the dependent file. Bug 2062672 Change-Id: I471da15bcc8ecad1cec2855421bf88469737275a Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2030422 (cherry picked from commit d5a783f1c86c9063d2e2bf9085376d20f028c7e4) Reviewed-on: https://git-master.nvidia.com/r/2109960 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* drivers: camera: add ioctl for mipi bias padDavid Bang2017-10-25
| | | | | | | | | | | | | | | | Add support for the user to read mipi bias pad config registers. Jira CRTC-1436 Change-Id: I6e5cc5865d226e31f10c7b0c3bc4d0ce78e91d26 Signed-off-by: David Bang <dbang@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1577309 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com> Reviewed-by: Josh Kergan <jkergan@nvidia.com> Reviewed-by: Jihoon Bang <jbang@nvidia.com>
* drivers: camera: add ioctl mipical statusDavid Bang2017-10-13
| | | | | | | | | | | | | | | | | | | Add support for the user to read the mipical status register through ioctl Jira CRTC-1407 Change-Id: Icdddc399d23f7f884febb30cc4048ada435e26c5 Signed-off-by: David Bang <dbang@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1565667 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Hien Goi <hgoi@nvidia.com> Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Jihoon Bang <jbang@nvidia.com> Reviewed-by: Josh Kergan <jkergan@nvidia.com> Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com>
* include:uapi:misc Add mipical ioctl defineWenjia Zhou2017-04-08
Bug 1686313 Change-Id: Ic195a30d8bcdce9d26594ba54fdb3cec158f5a27 Signed-off-by: Wenjia Zhou <wenjiaz@nvidia.com> Reviewed-on: http://git-master/r/1200935 GVS: Gerrit_Virtual_Submit Reviewed-by: Jihoon Bang <jbang@nvidia.com> Reviewed-on: http://git-master/r/1453416 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Frank Chen <frankc@nvidia.com> Reviewed-by: Bhanu Murthy V <bmurthyv@nvidia.com> Tested-by: Bhanu Murthy V <bmurthyv@nvidia.com>