summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure
Commit message (Expand)AuthorAgeFilesLines
* iio:pressure:ms5637: add ms5803 supportAlexandre Belloni2021-01-221-0/+8
* iio:pressure:ms5637: limit available sample frequenciesAlexandre Belloni2021-01-221-4/+15
* iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni2021-01-221-10/+40
* iio:pressure:mpl3115: Force alignment of bufferJonathan Cameron2020-12-031-1/+8
* iio: pressure: bmp280: remove unneeded semicolonTom Rix2020-11-011-2/+2
* iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean2020-09-291-3/+2
* iio:pressure:zpa2326: Drop of_match_ptr protectionJonathan Cameron2020-09-212-8/+4
* iio:pressure:ms5637: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
* iio:pressure:ms5611: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-212-8/+4
* iio:pressure:icp10100: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-211-1/+2
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-202-4/+11
|\
| * iio:pressure:ms5611 Fix buffer element alignmentJonathan Cameron2020-07-051-3/+8
| * iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost2020-06-141-1/+3
* | Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* | iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-202-41/+12
* | iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1413-13/+0
* | iio: cros_ec: Reapply range at resumeGwendal Grignou2020-06-141-2/+6
|/
* iio: bmp280: fix compensation of humidityAndreas Klinger2020-05-111-0/+2
* iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-101-14/+4
* iio: pressure: zpa2326: Use get_unaligned_le24()Andy Shevchenko2020-05-031-5/+4
* iio: pressure: ms5611: Use get_unaligned_be24()Andy Shevchenko2020-05-032-2/+6
* iio: pressure: hp206c: Use get_unaligned_be24()Andy Shevchenko2020-05-031-3/+5
* Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-232-64/+41
|\
| * iio: pressure: bmp280: Join string literals backAndy Shevchenko2020-04-191-2/+1
| * iio: pressure: bmp280: Drop unneeded explicit castingsAndy Shevchenko2020-04-191-10/+7
| * iio: pressure: bmp280: Explicitly mark GPIO optionalAndy Shevchenko2020-04-191-2/+2
| * iio: pressure: bmp280: Convert to use ->read_avail()Andy Shevchenko2020-04-191-44/+25
| * iio: pressure: bmp280: Tolerate IRQ before registeringAndy Shevchenko2020-04-191-1/+4
| * iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-211-3/+1
| * iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-2/+1
* | Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-04-081-8/+6
|\ \ | |/ |/|
| * iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou2020-03-281-2/+3
| * iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou2020-03-281-6/+3
* | counter: 104-quad-8: Support Filter Clock PrescalerWilliam Breathitt Gray2020-03-081-1/+1
* | iio: pressure: icp10100: add driver for InvenSense ICP-101xxJean-Baptiste Maneyrol2020-03-083-0/+670
|/
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-041-1/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* | iio: st_sensors: Make use of device propertiesAndy Shevchenko2020-01-132-10/+2
* | iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2020-01-132-15/+2
* | iio: pressure: bmp280: Allow device to be enumerated from ACPIAndy Shevchenko2019-12-291-6/+1
* | iio: pressure: bmp280: Drop ACPI supportAndy Shevchenko2019-12-291-11/+0
* | iio: pressure: Add driver for DLH pressure sensorsTomislav Denis2019-12-293-0/+388
* | iio: pressure: st_press: Mark default_press_pdata with __maybe_unusedAndy Shevchenko2019-12-291-1/+1
* | iio: pressure: st_press: Drop unnecessary #else branch for ACPIAndy Shevchenko2019-12-291-2/+0
|/
* iio: cros_ec_baro: set info_mask_shared_by_all_available fieldGwendal Grignou2019-11-101-0/+3
* iio: st: Drop GPIO includeLinus Walleij2019-10-271-1/+0
* iio: pressure: zpa2326: fix iio_triggered_buffer_postenable positionAlexandru Ardelean2019-10-221-7/+9
* iio: pressure: bmp280: use devm action and remove labels from probeBartosz Golaszewski2019-10-224-45/+30