summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8712: Restructure code for clarityNarcisa Ana Maria Vasile2017-03-231-36/+33
* staging: rtl8712: Invert the test on check_fwstate() to reduce indentationNarcisa Ana Maria Vasile2017-03-231-7/+7
* staging: rtl8712: Invert if statements to reduce indentation levelNarcisa Ana Maria Vasile2017-03-231-22/+17
* staging: sm750fb: Remove typedef from "typedef enum _spolarity_t"Arushi Singhal2017-03-231-6/+5
* staging: sm750fb: Remove typedef from "typedef struct _mode_parameter_t"Arushi Singhal2017-03-233-9/+9
* staging: dgnc: remove tracing prints in dgnc_tty.cAbhishek Bhardwaj2017-03-231-4/+0
* staging: speakup: Match alignment with open parenthesis.Arushi Singhal2017-03-234-6/+6
* staging: speakup: Removed Unnecessary parentheses.Arushi Singhal2017-03-231-1/+1
* staging: speakup: spaces preferred around operatorArushi Singhal2017-03-236-22/+22
* staging: speakup: Moved OR operator to previous line.Arushi Singhal2017-03-231-4/+4
* staging: speakup: fixes braces {} should be used on all arms of this statementArushi Singhal2017-03-235-28/+37
* staging: speakup: Simplify "NULL" comparisonsArushi Singhal2017-03-232-4/+4
* staging: speakup: Moved logical to previous line.Arushi Singhal2017-03-231-6/+6
* remove unnecessary initial allocation of vcPranay Kr. Srivastava2017-03-231-11/+0
* return same error value from spk_set_key_infoPranay Kr. Srivastava2017-03-231-8/+19
* ov5693: remove unused functionAlan Cox2017-03-231-23/+0
* speakup: Fix spurious space pronunciation on spelling lettersSamuel Thibault2017-03-231-8/+5
* Merge tag 'iio-for-4.12b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-03-2219-247/+225
|\
| * staging: iio: ad7280: Replace mlock with driver private lockGargi Sharma2017-03-191-10/+12
| * Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a t...Miguel Robles2017-03-191-2/+2
| * Staging: iio: cdc: ad7746: use octal permissions instead of symbolicMiguel Robles2017-03-191-5/+5
| * staging: iio: adis16209: Remove mutex_lock() and mutex_unlock() callsNarcisa Ana Maria Vasile2017-03-191-4/+0
| * staging: iio: accel: adis16201: remove iio_dev mlockAishwarya Pant2017-03-191-5/+1
| * staging: iio: adis16240: Remove mutex_lock() and mutex_unlock() function call.Varsha Rao2017-03-181-16/+1
| * staging: iio: ad9834: Remove unnecessary goto statementsayli karnik2017-03-151-2/+1
| * staging: iio: ad9834: Use private driver lock instead of mlocksayli karnik2017-03-151-4/+7
| * Staging: iio: cdc: ad7152.c, use octal permissions instead of symbolicMiguel Robles2017-03-151-4/+4
| * staging:iio:cdc:ade7746 replace mlock with driver private lockAishwarya Pant2017-03-151-8/+10
| * staging: iio: adis16240: Group similar macros into enumsNarcisa Ana Maria Vasile2017-03-131-6/+8
| * staging: iio: adis16209: Group similar macros into enumsNarcisa Ana Maria Vasile2017-03-131-8/+10
| * staging: iio: gyro: Remove & on function name to conform to similar IIO driverssimran singhal2017-03-131-1/+1
| * staging: iio: resolver: Remove & on function name to align with other IIO dri...simran singhal2017-03-132-2/+2
| * staging: iio: adis16203: Remove exceptional & on function namesimran singhal2017-03-131-2/+2
| * staging: iio: adis16209: Remove exceptional & on function namesimran singhal2017-03-131-2/+2
| * staging: iio: adis16201: Remove exceptional & on function namesimran singhal2017-03-131-2/+2
| * staging: iio: adis16240: Remove exceptional & on function namesimran singhal2017-03-131-2/+2
| * staging: iio: cdc: ad7152: Remove exceptional & on function namesimran singhal2017-03-131-3/+3
| * staging: iio: cdc: ad7746: Remove exceptional & on function namesimran singhal2017-03-131-2/+2
| * staging: iio: ad7780: Remove exceptional & on function namesimran singhal2017-03-131-1/+1
| * staging: iio: ad7192: Remove exceptional & on function namesimran singhal2017-03-131-6/+6
| * staging: iio: ade7754: Move contents of header file to source filesayli karnik2017-03-132-91/+86
| * staging: iio: ad9832: replace mlock with driver private lockAlison Schofield2017-03-131-2/+5
| * Staging: iio: return expression instead of return retBo Yu2017-03-111-3/+1
| * staging: iio: ade7759: Move contents of header file to source filesayli karnik2017-03-112-54/+49
* | staging: ks7010: rename return value identifierTobin C. Harding2017-03-213-84/+84
* | staging: ks7010: remove zero comparisonTobin C. Harding2017-03-211-2/+2
* | staging: ks7010: remove non-zero comparisonTobin C. Harding2017-03-212-5/+5
* | staging: ks7010: make goto labels uniformTobin C. Harding2017-03-211-35/+35
* | staging: ks7010: return directly on errorTobin C. Harding2017-03-212-10/+7
* | staging: ks7010: fix checkpatch MULTIPLE_ASSIGNMENTSTobin C. Harding2017-03-211-1/+2