summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: trigger: stm32-timer: add output compare triggersFabrice Gasnier2017-08-122-11/+32
* iio: trigger: stm32-timer: add support for STM32H7Fabrice Gasnier2017-08-122-4/+53
* dt-bindings: iio: timer: stm32: add support for STM32H7Fabrice Gasnier2017-08-121-1/+3
* iio: tools: add install sectionAndy Shevchenko2017-08-092-4/+12
* iio: tools: move to tools buildsystemAndy Shevchenko2017-08-092-20/+51
* iio: adc: ti-ads7950: Add OF device ID tableAndy Shevchenko2017-08-091-0/+18
* iio: adc: stm32: add optional st,min-sample-time-nsecsFabrice Gasnier2017-08-091-4/+136
* dt-bindings: iio: adc: stm32: add optional st,min-sample-time-nsecsFabrice Gasnier2017-08-091-0/+5
* staging: fbtft: array underflow in fbtft_request_gpios_match()Dan Carpenter2017-07-291-2/+2
* staging: gs_fpgaboot: return valid error codesJacob von Chorus2017-07-291-7/+7
* staging: gs_fpgaboot: change char to u8Jacob von Chorus2017-07-292-13/+13
* staging: gs_fpgaboot: add buffer overflow checksJacob von Chorus2017-07-291-14/+40
* staging: skein: move macros into header fileDmytro Shynkevych2017-07-292-323/+323
* staging: vboxvideo: make a couple of symbols staticColin Ian King2017-07-292-2/+2
* staging: vboxvideo: remove unused variablesPaolo Cretaro2017-07-291-5/+0Star
* staging: vboxvideo: Kconfig: Fix typos in help textMartin Kepplinger2017-07-291-4/+5
* staging: vboxvideo: select GENERIC_ALLOCATORHans de Goede2017-07-291-0/+1
* staging: pi433: use div_u64 for 64-bit divisionArnd Bergmann2017-07-291-1/+1
* staging: pi433: Style fix - align block commentsDerek Robson2017-07-293-159/+169
* staging: pi433: Make functions rf69_set_bandwidth_intern staticColin Ian King2017-07-291-1/+2
* Staging: pi433: check error after kthread_run()Joseph Wright2017-07-291-1/+1
* Staging: pi433: declare functions staticJoseph Wright2017-07-291-2/+2
* staging: pi433: depends on SPIRandy Dunlap2017-07-291-1/+1
* staging: pi433: return -EFAULT if copy_to_user() failsdan.carpenter@oracle.com2017-07-291-1/+1
* staging: ccree: Fix unnecessary NULL check before kfree'ing itSuniel Mahesh2017-07-281-17/+8Star
* staging: ccree: remove func name from log messagesGilad Ben-Yossef2017-07-285-13/+13
* staging: ccree: Fix alignment issues in ssi_request_mgr.cSimon Sandström2017-07-281-1/+3
* staging: ccree: Fix alignment issues in ssi_ivgen.cSimon Sandström2017-07-281-1/+2
* staging: ccree: Fix alignment issues in ssi_cipher.cSimon Sandström2017-07-281-1/+2
* staging: ccree: Fix alignment issues in ssi_buffer_mgr.cSimon Sandström2017-07-281-16/+24
* staging: ccree: Fix alignment issues in ssi_hash.cSimon Sandström2017-07-281-49/+56
* staging: ccree: Fix alignment issues in ssi_aead.cSimon Sandström2017-07-281-22/+25
* Staging: rtl8188eu: core: fix brace coding style issue in rtw_mlme_ext.cArmin Schoenlieb2017-07-281-1/+2
* staging: rtl8192u: fix spelling mistake: "Senondary" -> "Secondary"Colin Ian King2017-07-281-1/+1
* staging: rtl8192u: fix incorrect mask and shift on u8 dataColin Ian King2017-07-281-1/+1
* staging: rtl8188eu: Move { after function to new lineMunir Contractor2017-07-281-1/+2
* staging: greybus: Fix coding style issue for column widthDeb McLemore2017-07-281-1/+2
* staging: greybus: Remove unnecessary platform_set_drvdataAmitoj Kaur Chawla2017-07-281-1/+0Star
* staging: greybus: fix parenthesis alignmentsDiwakar Sharma2017-07-281-20/+20
* staging: unisys: visorbus: Constify attribute_group structures.Arvind Yadav2017-07-282-3/+3
* Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-07-2874-479/+3098
|\
| * iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi2017-07-253-16/+7Star
| * dt-bindings: iio: humidity: hts221: support open drain modeLorenzo Bianconi2017-07-251-0/+8
| * iio: humidity: hts221: support open drain modeLorenzo Bianconi2017-07-251-1/+21
| * iio: adc: New driver for Cirrus Logic EP93xx ADCAlexander Sverdlin2017-07-254-0/+296
| * iio: Convert to using %pOF instead of full_nameRob Herring2017-07-224-16/+16
| * Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga2017-07-221-8/+13
| * dt-bindings: iio: humidity: hts221: support active-low interruptsLorenzo Bianconi2017-07-221-1/+2
| * iio: humidity: hts221: support active-low interruptsLorenzo Bianconi2017-07-223-2/+13
| * iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi2017-07-223-23/+8Star