summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/resolver
Commit message (Expand)AuthorAgeFilesLines
* staging:iio:ad2s90: Move out of stagingMatheus Tavares2018-12-013-142/+0Star
* staging:iio:ad2s90: Add comment to device state mutexVictor Colombo2018-12-011-1/+1
* staging:iio:ad2s90: Replace license text w/ SPDX identifierMatheus Tavares2018-12-011-5/+1Star
* staging:iio:ad2s90: Add max frequency check at probeAlexandru Ardelean2018-12-011-0/+12
* staging:iio:ad2s90: Remove spi setup that should be done via dtMatheus Tavares2018-12-011-11/+0Star
* staging:iio:ad2s90: Add device tree supportMatheus Tavares2018-12-011-0/+7
* staging:iio:ad2s90: Check channel type at read_rawMatheus Tavares2018-11-111-0/+3
* staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and read_rawVictor Colombo2018-11-111-9/+21
* staging:iio:ad2s90: Move device registration to the end of probeMatheus Tavares2018-11-111-5/+1Star
* staging:iio:ad2s90: Remove always overwritten assignmentMatheus Tavares2018-11-111-1/+1
* staging:iio:ad2s90: Make probe handle spi_setup failureMatheus Tavares2018-11-111-1/+6
* staging:iio:ad2s90: Make read_raw return spi_read's error codeMatheus Tavares2018-11-111-3/+4
* staging: iio: ad2s1210: Add device tree table.Nishad Kamdar2018-11-111-0/+7
* staging: iio: ad2s1210: Drop the gpioin flag.Nishad Kamdar2018-11-112-61/+8Star
* staging: iio: ad2s1210: Switch to the gpio descriptor interfaceNishad Kamdar2018-11-112-47/+63
* staging: iio: ad2s1210: fix 'assignment operator' style checksMatheus Tavares2018-10-081-4/+4
* staging: iio: ad2s1200: Move driver out of stagingDavid Veenstra2018-05-203-223/+0Star
* staging: iio: ad2s1200: Add copyrightDavid Veenstra2018-05-201-0/+2
* staging: iio: ad2s1200: Add scaling factor for angle channelDavid Veenstra2018-05-201-0/+6
* staging: iio: ad2s1200: Add scaling factor for angular velocity channelDavid Veenstra2018-05-201-26/+45
* staging: iio: ad2s1200: Add dt tableDavid Veenstra2018-05-201-0/+8
* staging: iio: ad2s1200: Replace platform data with dt bindingsDavid Veenstra2018-05-201-17/+15Star
* staging: iio: ad2s1200: Replace legacy gpio API with modern APIDavid Veenstra2018-05-201-7/+8
* staging: iio: ad2s1200: Setup spi before iio device registerDavid Veenstra2018-05-201-6/+7
* staging: iio: ad2s1200: Add kernel docs to driver stateDavid Veenstra2018-05-201-0/+8
* staging: iio: ad2s1200: Remove unneeded initializationsDavid Veenstra2018-05-201-2/+2
* staging: iio: ad2s1200: Remove unneeded newline in licenseDavid Veenstra2018-05-201-1/+0Star
* staging: iio: ad2s1200: Improve readability with be16_to_cpupDavid Veenstra2018-04-281-7/+4Star
* staging: iio: ad2s1200: Add blank linesDavid Veenstra2018-04-281-0/+7
* staging: iio: ad2s1200: Reverse Christmas tree orderingDavid Veenstra2018-04-281-2/+2
* staging: iio: ad2s1200: Sort includes alphabeticallyDavid Veenstra2018-04-281-6/+6
* staging: iio: ad2s1200: Remove unneeded includeDavid Veenstra2018-04-281-1/+0Star
* staging:iio:ad2s1210: Remove old_data from ad2s1210_stateRodrigo Siqueira2018-03-101-3/+0Star
* staging:iio:ad2s1210: Remove unused #define directiveRodrigo Siqueira2018-03-101-10/+0Star
* staging:iio:ad2s1210: Remove end of line with '['Rodrigo Siqueira2018-03-101-3/+4
* iio:resolver: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-223-3/+0Star
* staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL readArnd Bergmann2017-07-151-1/+1
* Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a t...Miguel Robles2017-03-191-2/+2
* staging: iio: resolver: Remove & on function name to align with other IIO dri...simran singhal2017-03-132-2/+2
* Staging: iio: resolver: ad2s1210.c - style fixDerek Robson2017-02-041-12/+12
* staging: iio: convert bare unsigned usage to unsigned intAlison Schofield2016-03-281-4/+4
* staging: iio: resolver: fix comparison to NULLEva Rachel Retuya2016-02-201-1/+1
* staging: iio: resolver: remove unnecessary blank lineEva Rachel Retuya2016-02-201-1/+0Star
* staging: iio: resolver: delete space after a castEva Rachel Retuya2016-02-201-2/+2
* staging: iio: resolver: add missing braces on if-else statementsEva Rachel Retuya2016-02-201-3/+4
* staging: iio: resolver: use blank line after array declarationEva Rachel Retuya2016-02-201-0/+1
* staging: iio: resolver: add spaces around operatorsEva Rachel Retuya2016-02-202-4/+4
* staging: iio: resolver: align to match open parenthesisEva Rachel Retuya2016-02-202-13/+15
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-053-3/+0Star
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-283-3/+0Star