aboutsummaryrefslogtreecommitdiff
path: root/libc/kernel/uapi/linux/iio
Commit message (Collapse)AuthorAgeFilesLines
* Update to v5.13 kernel headers.Christopher Ferris2021-07-011-0/+22
| | | | | | | | | | | Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.13 Test: Builds, bionic unit tests. Change-Id: Ia4360ca4a2808206f64187dcb234d73c5752624b
* Update to v5.10 kernel headers.Christopher Ferris2020-12-141-0/+1
| | | | | | | | | | | Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.10 Test: Built cuttlefish and flame images. Ran bionic unit tests on both. Change-Id: I37ffc850970adcce1febbe2269c202632fce763a
* Update to kernel headers to v5.1.3.Christopher Ferris2019-05-201-0/+7
| | | | | | Test: Builds and boots taimen. Test: Ran bionic unit tests. Change-Id: Ieaca8709d568f075df8cac60c9da2c0ed1916963
* Update to v4.19 kernel headers.Christopher Ferris2018-10-301-0/+3
| | | | | | Test: Builds and boots. Change-Id: I99a9ed79666e143b47f02ca4e59eed94f69b7e4a (cherry picked from commit a981e2e52e2e95a65fa9c9b6fb16dcb4c83dd576)
* Update to kernel headers v4.12.3.Christopher Ferris2017-07-271-0/+1
| | | | | Test: Built angler. Change-Id: Icbcf4fac2334de8409b049ed7a3b4c24b4e98ce9
* Remove the repetitive warnings from the uapi headers.Elliott Hughes2017-05-252-26/+0
| | | | | | | | | | | | | | Having WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS every four lines made the headers harder to read, made the diffs much worse each time we upgraded, and wasn't really providing any benefit. Before the next uapi update, let's just stop doing this. Bug: N/A Test: builds, manually inspected files look right Change-Id: Id7088cf750894c9d24950f3d53587fe3156c4f7d
* Update to kernel headers v4.10.Christopher Ferris2017-02-211-13/+16
| | | | | Test: Built angler, booted on angler, ran bionic unit tests. Change-Id: Ia24511e74106116ea84b44ab724865ec492de8f9
* Update to kernel headers v4.8.14.Christopher Ferris2016-12-121-14/+15
| | | | | Test: Built mips/arm/arm64/x86/x86_64. Built and booted angler. Change-Id: Icedb035769d8a41a170a6f1ecd707113e332d8dd
* Update to kernel headers v4.7.2.Christopher Ferris2016-08-291-13/+17
| | | | | | | | | | | | | | | | Modify the kernel header update script to rename C++ keyword struct members to something else. This fixes problems when including these kernel files in C++ code. Also, make a manual change to linux/fib_rules.h and comment out the value FRA_PAD since it conflicts with a special android kernel value FRA_UID_START that has not been upstreamed yet. Test: Built aosp_angler, aosp_x86_64, aosp_mips (bionic only) Test: Booted on angler and ran bionic unit tests Test: Built these changes in internal master Change-Id: Ia22b7e3ca409404696dba76311f49157f4a9ceed
* Updated to v4.4.1 kernel headers.Christopher Ferris2016-02-052-0/+160
Small modifications needed to allow compilation with the new headers: - Manually modify bionic/libc/kernel/uapi/asm-mips/asm/siginfo.h to remove the uapi from the include. - PR_XXX defines are now available for mips, so remove the definition from linker_mips.cpp. Bug: 23789423 Change-Id: I6dc8a03b012426d3a937db15cb24d3a50fab5a8c