aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/as3935.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iio: proximity: as3935: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-02-18iio:proximity:as3935: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-8/+2
2022-02-13iio: as3935: Use devm_delayed_work_autocancel()Christophe JAILLET1-10/+2
2022-01-23iio: as3935: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2021-12-16iio: as3935: Remove unnecessary castLars-Peter Clausen1-1/+1
2021-11-17iio: as3935: Remove no-op trigger opsLars-Peter Clausen1-4/+0
2021-05-17iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+2
2021-03-25iio: as3935: Remove code to set trigger parentGwendal Grignou1-1/+0
2020-09-21iio:proximity:as3935: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-4/+4
2020-09-21iio:proximity:as3935: Use local struct device pointer to simplify code.Jonathan Cameron1-20/+18
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-12-15iio: as3935: Drop GPIO includesLinus Walleij1-3/+0
2019-04-04iio: proximity: as3935: fix use-after-free on device removeSven Van Asbroeck1-29/+21
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-13/+4
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman1-3/+40
2017-09-25iio: proximity: as3935: noise detection + threshold changesMatt Ranostay1-3/+40
2017-08-22iio:proximity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman1-8/+6
2017-05-07iio: proximity: as3935: fix iio_trigger_poll issueMatt Ranostay1-2/+2
2017-04-27iio: proximity: as3935: fix AS3935_INT maskMatt Ranostay1-2/+2
2017-04-27iio: proximity: as3935: move storm out of range checkMatt Ranostay1-3/+3
2017-04-26iio: proximity: as3935: recalibrate RCO after resumeMatt Ranostay1-4/+2
2017-04-18Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-2/+1
2017-04-14iio: proximity: as3935: fix as3935_writeMatt Ranostay1-2/+1
2017-04-01iio: proximity: as3935: constify attribute_group structuressimran singhal1-1/+1
2016-08-15iio: proximity: as3935: set up buffer timestamps for non-zero valuesAlison Schofield1-1/+1
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-3/+8
2016-06-27iio: proximity: as3935: remove redundant zeroing of tune_capMatt Ranostay1-1/+0
2016-06-27iio: as3935: improve error reporting in as3935_event_workArnd Bergmann1-2/+8
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman1-5/+12
2016-05-29iio: proximity: as3935: remove redundant MODULE_ALIASMatt Ranostay1-1/+0
2016-05-22iio: proximity: as3935: fix buffer stack trashingMatt Ranostay1-2/+4
2016-05-22iio: proximity: as3935: remove triggered buffer processingMatt Ranostay1-1/+0
2016-05-22iio: proximity: as3935: correct IIO_CHAN_INFO_RAW outputMatt Ranostay1-2/+8
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-22iio: as3935: Add OF match tableJavier Martinez Canillas1-0/+7
2015-01-27iio: as3935: Switch to PM opsLars-Peter Clausen1-8/+10
2014-11-10Merge 3.18-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2014-11-05iio: as3935: allocate correct iio_device sizeGeorge McCollister1-1/+1
2014-11-05iio: as3935: Remove unnecessary semicolonsGeorge McCollister1-8/+8
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-1/+1
2014-03-16iio: Add AS3935 lightning sensor supportMatt Ranostay1-0/+456