summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio:potentiostat:lmp91000 drop assign iio_info.driver_module and iio_trigger_...Jonathan Cameron2017-08-221-2/+0Star
* iio:dpot: drop assign iio_info.driver_moduleJonathan Cameron2017-08-226-6/+0Star
* iio:orientation: drop assign iio_info.driver_moduleJonathan Cameron2017-08-222-2/+0Star
* iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-228-10/+0Star
* iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2237-47/+0Star
* iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-228-11/+0Star
* iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-229-9/+0Star
* iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-224-6/+0Star
* iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2211-14/+0Star
* iio:frequency: drop assign iio_info.driver_moduleJonathan Cameron2017-08-222-2/+0Star
* iio:dummy: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0Star
* iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-2227-27/+0Star
* iio:counter:104-quad-8 drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0Star
* iio:common: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-222-2/+0Star
* iio:chemical: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-224-5/+0Star
* iio:amplifiers:ad8366 drop assign iio_info.driver_module and iio_trigger_ops....Jonathan Cameron2017-08-221-1/+0Star
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2224-33/+0Star
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2273-92/+0Star
* iio:trigger: Remove necessity to have a trig->ops structure.Jonathan Cameron2017-08-221-8/+5Star
* iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron2017-08-222-12/+25
* iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron2017-08-223-31/+41
* staging: rtlwifi: Reviewers fixesLarry Finger2017-08-204-21/+17Star
* staging: r8822be: Add Makefiles and Kconfig for new driverLarry Finger2017-08-209-246/+137Star
* staging: r8822be: Add the driver codePing-Ke Shih2017-08-2014-0/+9647
* staging: r8822be: Add phydm mini driverPing-Ke Shih2017-08-2076-0/+33395
* staging: r8822be: Add code for halmac sub-driverPing-Ke Shih2017-08-2054-0/+51508
* staging: r8822be: Add r8822be btcoexist routines to stagingPing-Ke Shih2017-08-206-0/+11513
* staging: r8822be: Copy existing btcoexist code into stagingLarry Finger2017-08-205-0/+3602
* staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driverPing-Ke Shih2017-08-2022-0/+16379
* staging: wlan-ng: hfa384x_usb: Fix multiple line dereferenceAlex Briskin2017-08-201-9/+7Star
* Staging: greybus: vibrator.c: Fixed alignment to match open parenthesis.Srishti Sharma2017-08-201-4/+4
* staging: greybus: make device_type constBhumika Goyal2017-08-201-1/+1
* staging/rts5208: fix incorrect shift to extract upper nybbleColin Ian King2017-08-201-1/+1
* staging: pi433: fixed coding style issuesXiangyang Zhang2017-08-201-8/+7Star
* staging:rtl8188eu: fix coding style issueJamie Huang2017-08-201-1/+2
* staging: lustre: lustre: Off by two in lmv_fid2path()Dan Carpenter2017-08-201-2/+2
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-2033-231/+1268
|\
| * iio: adc: rockchip_saradc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+2
| * iio: dac: stm32-dac-core: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
| * iio: adc: ti-ads1015: add threshold event supportAkinobu Mita2017-08-201-2/+407
| * iio: adc: ti-ads1015: use iio_device_claim_direct_mode()Akinobu Mita2017-08-201-8/+7Star
| * iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setupAkinobu Mita2017-08-201-12/+5Star
| * iio: adc: ti-ads1015: add helper to set conversion modeAkinobu Mita2017-08-201-12/+11Star
| * iio: adc: ti-ads1015: remove unnecessary config register updateAkinobu Mita2017-08-201-14/+4Star
| * iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita2017-08-201-12/+19
| * iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita2017-08-201-1/+1
| * iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita2017-08-201-2/+16
| * iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita2017-08-201-0/+7
| * iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita2017-08-201-24/+24
| * iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita2017-08-201-17/+10Star