aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/resolver (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-5/+1
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2018-12-01staging:iio:ad2s90: Move out of stagingMatheus Tavares3-142/+0
2018-12-01staging:iio:ad2s90: Add comment to device state mutexVictor Colombo1-1/+1
2018-12-01staging:iio:ad2s90: Replace license text w/ SPDX identifierMatheus Tavares1-5/+1
2018-12-01staging:iio:ad2s90: Add max frequency check at probeAlexandru Ardelean1-0/+12
2018-12-01staging:iio:ad2s90: Remove spi setup that should be done via dtMatheus Tavares1-11/+0
2018-12-01staging:iio:ad2s90: Add device tree supportMatheus Tavares1-0/+7
2018-11-11staging:iio:ad2s90: Check channel type at read_rawMatheus Tavares1-0/+3
2018-11-11staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and read_rawVictor Colombo1-9/+21
2018-11-11staging:iio:ad2s90: Move device registration to the end of probeMatheus Tavares1-5/+1
2018-11-11staging:iio:ad2s90: Remove always overwritten assignmentMatheus Tavares1-1/+1
2018-11-11staging:iio:ad2s90: Make probe handle spi_setup failureMatheus Tavares1-1/+6
2018-11-11staging:iio:ad2s90: Make read_raw return spi_read's error codeMatheus Tavares1-3/+4
2018-11-11staging: iio: ad2s1210: Add device tree table.Nishad Kamdar1-0/+7
2018-11-11staging: iio: ad2s1210: Drop the gpioin flag.Nishad Kamdar2-61/+8
2018-11-11staging: iio: ad2s1210: Switch to the gpio descriptor interfaceNishad Kamdar2-47/+63
2018-10-08staging: iio: ad2s1210: fix 'assignment operator' style checksMatheus Tavares1-4/+4
2018-05-20staging: iio: ad2s1200: Move driver out of stagingDavid Veenstra3-223/+0
2018-05-20staging: iio: ad2s1200: Add copyrightDavid Veenstra1-0/+2
2018-05-20staging: iio: ad2s1200: Add scaling factor for angle channelDavid Veenstra1-0/+6
2018-05-20staging: iio: ad2s1200: Add scaling factor for angular velocity channelDavid Veenstra1-26/+45
2018-05-20staging: iio: ad2s1200: Add dt tableDavid Veenstra1-0/+8
2018-05-20staging: iio: ad2s1200: Replace platform data with dt bindingsDavid Veenstra1-17/+15
2018-05-20staging: iio: ad2s1200: Replace legacy gpio API with modern APIDavid Veenstra1-7/+8
2018-05-20staging: iio: ad2s1200: Setup spi before iio device registerDavid Veenstra1-6/+7
2018-05-20staging: iio: ad2s1200: Add kernel docs to driver stateDavid Veenstra1-0/+8
2018-05-20staging: iio: ad2s1200: Remove unneeded initializationsDavid Veenstra1-2/+2
2018-05-20staging: iio: ad2s1200: Remove unneeded newline in licenseDavid Veenstra1-1/+0
2018-04-28staging: iio: ad2s1200: Improve readability with be16_to_cpupDavid Veenstra1-7/+4
2018-04-28staging: iio: ad2s1200: Add blank linesDavid Veenstra1-0/+7
2018-04-28staging: iio: ad2s1200: Reverse Christmas tree orderingDavid Veenstra1-2/+2
2018-04-28staging: iio: ad2s1200: Sort includes alphabeticallyDavid Veenstra1-6/+6
2018-04-28staging: iio: ad2s1200: Remove unneeded includeDavid Veenstra1-1/+0
2018-03-10staging:iio:ad2s1210: Remove old_data from ad2s1210_stateRodrigo Siqueira1-3/+0
2018-03-10staging:iio:ad2s1210: Remove unused #define directiveRodrigo Siqueira1-10/+0
2018-03-10staging:iio:ad2s1210: Remove end of line with '['Rodrigo Siqueira1-3/+4
2017-08-22iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron3-3/+0
2017-07-15staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL readArnd Bergmann1-1/+1
2017-03-19Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a tabstopMiguel Robles1-2/+2
2017-03-13staging: iio: resolver: Remove & on function name to align with other IIO drivers.simran singhal2-2/+2
2017-02-04Staging: iio: resolver: ad2s1210.c - style fixDerek Robson1-12/+12
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield1-4/+4
2016-02-20staging: iio: resolver: fix comparison to NULLEva Rachel Retuya1-1/+1
2016-02-20staging: iio: resolver: remove unnecessary blank lineEva Rachel Retuya1-1/+0
2016-02-20staging: iio: resolver: delete space after a castEva Rachel Retuya1-2/+2
2016-02-20staging: iio: resolver: add missing braces on if-else statementsEva Rachel Retuya1-3/+4
2016-02-20staging: iio: resolver: use blank line after array declarationEva Rachel Retuya1-0/+1
2016-02-20staging: iio: resolver: add spaces around operatorsEva Rachel Retuya2-4/+4