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