summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/resolver
AgeCommit message (Expand)Author
2018-12-01staging:iio:ad2s90: Move out of stagingMatheus Tavares
2018-12-01staging:iio:ad2s90: Add comment to device state mutexVictor Colombo
2018-12-01staging:iio:ad2s90: Replace license text w/ SPDX identifierMatheus Tavares
2018-12-01staging:iio:ad2s90: Add max frequency check at probeAlexandru Ardelean
2018-12-01staging:iio:ad2s90: Remove spi setup that should be done via dtMatheus Tavares
2018-12-01staging:iio:ad2s90: Add device tree supportMatheus Tavares
2018-11-11staging:iio:ad2s90: Check channel type at read_rawMatheus Tavares
2018-11-11staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and read_rawVictor Colombo
2018-11-11staging:iio:ad2s90: Move device registration to the end of probeMatheus Tavares
2018-11-11staging:iio:ad2s90: Remove always overwritten assignmentMatheus Tavares
2018-11-11staging:iio:ad2s90: Make probe handle spi_setup failureMatheus Tavares
2018-11-11staging:iio:ad2s90: Make read_raw return spi_read's error codeMatheus Tavares
2018-11-11staging: iio: ad2s1210: Add device tree table.Nishad Kamdar
2018-11-11staging: iio: ad2s1210: Drop the gpioin flag.Nishad Kamdar
2018-11-11staging: iio: ad2s1210: Switch to the gpio descriptor interfaceNishad Kamdar
2018-10-08staging: iio: ad2s1210: fix 'assignment operator' style checksMatheus Tavares
2018-05-20staging: iio: ad2s1200: Move driver out of stagingDavid Veenstra
2018-05-20staging: iio: ad2s1200: Add copyrightDavid Veenstra
2018-05-20staging: iio: ad2s1200: Add scaling factor for angle channelDavid Veenstra
2018-05-20staging: iio: ad2s1200: Add scaling factor for angular velocity channelDavid Veenstra
2018-05-20staging: iio: ad2s1200: Add dt tableDavid Veenstra
2018-05-20staging: iio: ad2s1200: Replace platform data with dt bindingsDavid Veenstra
2018-05-20staging: iio: ad2s1200: Replace legacy gpio API with modern APIDavid Veenstra
2018-05-20staging: iio: ad2s1200: Setup spi before iio device registerDavid Veenstra
2018-05-20staging: iio: ad2s1200: Add kernel docs to driver stateDavid Veenstra
2018-05-20staging: iio: ad2s1200: Remove unneeded initializationsDavid Veenstra
2018-05-20staging: iio: ad2s1200: Remove unneeded newline in licenseDavid Veenstra
2018-04-28staging: iio: ad2s1200: Improve readability with be16_to_cpupDavid Veenstra
2018-04-28staging: iio: ad2s1200: Add blank linesDavid Veenstra
2018-04-28staging: iio: ad2s1200: Reverse Christmas tree orderingDavid Veenstra
2018-04-28staging: iio: ad2s1200: Sort includes alphabeticallyDavid Veenstra
2018-04-28staging: iio: ad2s1200: Remove unneeded includeDavid Veenstra
2018-03-10staging:iio:ad2s1210: Remove old_data from ad2s1210_stateRodrigo Siqueira
2018-03-10staging:iio:ad2s1210: Remove unused #define directiveRodrigo Siqueira
2018-03-10staging:iio:ad2s1210: Remove end of line with '['Rodrigo Siqueira
2017-08-22iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron
2017-07-15staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL readArnd Bergmann
2017-03-19Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a t...Miguel Robles
2017-03-13staging: iio: resolver: Remove & on function name to align with other IIO dri...simran singhal
2017-02-04Staging: iio: resolver: ad2s1210.c - style fixDerek Robson
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield
2016-02-20staging: iio: resolver: fix comparison to NULLEva Rachel Retuya
2016-02-20staging: iio: resolver: remove unnecessary blank lineEva Rachel Retuya
2016-02-20staging: iio: resolver: delete space after a castEva Rachel Retuya
2016-02-20staging: iio: resolver: add missing braces on if-else statementsEva Rachel Retuya
2016-02-20staging: iio: resolver: use blank line after array declarationEva Rachel Retuya
2016-02-20staging: iio: resolver: add spaces around operatorsEva Rachel Retuya
2016-02-20staging: iio: resolver: align to match open parenthesisEva Rachel Retuya
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis