summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-29iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev1-1/+3
2018-09-29iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev1-0/+2
2018-09-29iio: adc: meson-saradc: simplify access to meson_sar_adc_paramMartin Blumenstingl1-14/+14
2018-09-29iio: adc: meson-saradc: use of_device_get_match_dataMartin Blumenstingl1-5/+5
2018-09-29iio: adc: meson-saradc: remove #define MESON_SAR_ADC_DELTA_10_TS_C_SHIFTMartin Blumenstingl1-1/+0
2018-09-29iio: light: bh1750: Add device tree supportryang1-0/+11
2018-09-22staging:iio:ad7606: Add support for the ad7605-4Alexandru Ardelean5-6/+36
2018-09-22iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor.Song Qiang3-0/+177
2018-09-22staging:iio:ad7606: update structs with doc annotationsAlexandru Ardelean1-1/+25
2018-09-22iio: magnetometer: hmc5843: Fixed a comment error.Song Qiang1-1/+1
2018-09-22iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()Alexey Khoroshilov1-0/+6
2018-09-22iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usageDavid Lechner1-22/+31
2018-09-22Merge tag 'spi-cs-word' into togregJonathan Cameron1-1/+30
2018-09-18spi: add software implementation for SPI_CS_WORDDavid Lechner1-1/+30
2018-09-16staging:iio:ad7606: Remove incorrect kernel doc annotationsAlexandru Ardelean1-2/+0
2018-09-16staging:iio:ad7606: fix voltage scalesAlexandru Ardelean1-2/+5
2018-09-14staging: octeon-hcd: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-09-14staging: remove unneeded static set .owner field in platform_driverzhong jiang3-3/+0
2018-09-14staging: wilc1000: fix null checks on wilcColin Ian King1-3/+6
2018-09-14Merge tag 'iio-for-4.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman75-314/+3590
2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_E...Chengguang Xu1-3/+5
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh8-74/+76
2018-09-11staging: rtl8188eu: change array type to u8Michael Straube1-3/+3
2018-09-11staging: rtl8188eu: fix lines over 80 characters in rtw_led.cMichael Straube1-3/+6
2018-09-11staging: rtl8188eu: remove unnecessary parentheses in rtw_led.cMichael Straube1-4/+4
2018-09-11staging: rtl8188eu: refactor SwLedControlMode1()Michael Straube1-110/+113
2018-09-10staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh1-8/+0
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh2-12/+30
2018-09-10staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh2-23/+8
2018-09-10staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh1-4/+2
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh4-14/+11
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh3-6/+6
2018-09-10staging: wilc1000: remove unused code to set and get IP addressAjay Singh3-111/+0
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh3-21/+21
2018-09-10staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_a...Ajay Singh1-5/+6
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh5-67/+77
2018-09-10staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh2-6/+6
2018-09-10staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh1-24/+28
2018-09-10staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh2-5/+4
2018-09-10staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh2-2/+2
2018-09-10staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh2-12/+10
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh2-5/+9
2018-09-10staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh3-21/+25
2018-09-10staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh2-5/+5
2018-09-10staging: wilc1000: avoid use of extra 'if' condition in wilc_init()Ajay Singh1-2/+0
2018-09-10staging: wilc1000: remove unused variable 'op_ifcs'Ajay Singh1-5/+0
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh5-25/+24
2018-09-10staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv ...Ajay Singh2-55/+52
2018-09-10staging: wilc1000: remove unnecessary NULL check in clear_shadow_scan()Ajay Singh1-4/+2
2018-09-10staging: wilc1000: fix to use correct index to free scanned info in clear_sha...Ajay Singh1-2/+2