summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: ion: simplify ioctl args checking functionBenjamin Gaignard2017-11-021-6/+5
| * staging: android: ion: remove redundant variable tableColin Ian King2017-11-021-2/+0
| * staging: vc04_services: Convert timers to use timer_setup()Kees Cook2017-11-022-10/+8
| * staging: greybus: spilib: fix use-after-free after deregistrationJohan Hovold2017-11-021-3/+5
| * staging: ccree: Fix indentation in ssi_buffer_mgr.cStephen Brennan2017-11-021-8/+8
| * staging: ccree: fix 64 bit scatter/gather DMA opsGilad Ben-Yossef2017-11-021-1/+1
| * Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-10-2711-280/+598
| |\
| | * iio: dac: ti-dac082s085: Read chip spec from device tableLukas Wunner2017-10-211-9/+26
| | * iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driverLukas Wunner2017-10-214-0/+363
| | * dt-bindings: iio: dac: ti-dac082s085: Document new driverLukas Wunner2017-10-211-0/+34
| | * iio: adc: sun4i-gpadc: use of_device_get_match_dataCorentin Labbe2017-10-211-4/+2
| | * staging: iio: tsl2x7x: put function definitions on a single lineBrian Masney2017-10-211-5/+3
| | * staging: iio: tsl2x7x: fix alignment of break statementsBrian Masney2017-10-211-2/+2
| | * staging: iio: tsl2x7x: rename power defines to improve code readabilityBrian Masney2017-10-211-5/+5
| | * staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-17/+18
| | * staging: iio: tsl2x7x: correct alignment of parenthesisBrian Masney2017-10-211-9/+8
| | * staging: iio: tsl2x7x: remove unnecessary parenthesesBrian Masney2017-10-211-8/+8
| | * staging: iio: tsl2x7x: convert in_proximity0_calibscale_available to use IIO_...Brian Masney2017-10-211-11/+4
| | * staging: iio: tsl2x7x: changed #defines to be aligned on the same columnBrian Masney2017-10-211-66/+66
| | * staging: iio: tsl2x7x: remove unnecessary struct iio_dev definitionBrian Masney2017-10-211-2/+0
| | * staging: iio: tsl2x7x: sort #includesBrian Masney2017-10-211-5/+5
| | * staging: iio: tsl2x7x: remove unused tsl2x7x_parse_result structureBrian Masney2017-10-211-5/+0
| | * staging: iio: tsl2x7x: migrate *_thresh_period sysfs attributes to iio_event_...Brian Masney2017-10-211-144/+52
| | * iio: adc: adc12138: make array ch_to_mux static, makes object code smallerColin Ian King2017-10-211-1/+1
| | * iio: adc: stm32: add check on clock rateFabrice Gasnier2017-10-211-0/+13
| | * iio: adc: stm32: add tim15 triggerFabrice Gasnier2017-10-211-0/+1
| * | Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-23539-2547/+5459
| |\ \
| * | | staging: vc04_services: Remove unnecessary bracesMihaela Muraru2017-10-231-10/+16
| * | | staging: lustre: lllite: fix multi line comments styleAastha Gupta2017-10-203-5/+7
| * | | staging: lustre: llite: fix coding style for error messagesAastha Gupta2017-10-201-6/+5
| * | | staging: lustre: llite: fix lines over 80 characters in llite filesAastha Gupta2017-10-2012-39/+74
| * | | staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta2017-10-208-36/+65
| * | | staging: lustre: fld: fix line over 80 charactersAastha Gupta2017-10-201-1/+2
| * | | staging: lustre: fid: fix line over 80 charactersAastha Gupta2017-10-201-1/+2
| * | | staging: lustre: drop macro that has no usesAastha Gupta2017-10-201-2/+0
| * | | staging: rtl8188eu: use pr_cont()Aastha Gupta2017-10-201-2/+2
| * | | staging: rtl8188eu: add spaces around '|'Aastha Gupta2017-10-201-3/+3
| * | | staging: rtl8188eu: prefer using BIT macroAastha Gupta2017-10-201-39/+39
| * | | staging: gdm724x: fix return codes in gdm_lteAndrii Vladyka2017-10-201-7/+7
| * | | staging: gdm724x: check for skb->len in gdm_lte_emulate_arpAndrii Vladyka2017-10-201-0/+5
| * | | staging/irda-usb: Convert timers to use timer_setup()Kees Cook2017-10-202-14/+7
| * | | staging: wlan-ng: Convert timers to use timer_setup()Kees Cook2017-10-203-19/+16
| * | | staging/irda/bfin_sir: Convert timers to use timer_setup()Kees Cook2017-10-201-5/+7
| * | | staging/irda/net: Convert timers to use timer_setup()Kees Cook2017-10-2015-90/+79
| * | | staging: fsl-dpaa2/eth: Add firmware versionIoana Radulescu2017-10-184-1/+55
| * | | staging: fsl-dpaa2/eth: Don't use netdev_err too earlyIoana Radulescu2017-10-181-1/+1
| * | | staging: fsl-dpaa2/eth: Use implicit clear of link interruptIoana Radulescu2017-10-181-9/+3
| * | | staging: fsl-dpaa2/eth: Fix double DMA unmapIoana Radulescu2017-10-181-2/+9
| * | | staging: fsl-dpaa2/eth: Refactor interrupt arming in NAPI pollIoana Radulescu2017-10-181-2/+1
| * | | staging: fsl-dpaa2/eth: Check if notification rearm is successfulIoana Radulescu2017-10-181-0/+2