summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-4/+9
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-5/+5
* iio: magnetometer: bmc150: remove unneeded semicolonTom Rix2020-11-011-1/+1
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-223-8/+7
|\
| * iio:magn:hmc5843: Fix passing true where iio_shared_by enum required.Jonathan Cameron2020-09-211-2/+2
| * iio:magn:ak8974: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
| * iio:magn:ak8975: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron2020-09-211-5/+3
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-142-6/+12
|\ \ | |/ |/|
| * Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-131-5/+11
| |\
| | * iio:magnetometer:ak8975 Fix alignment and data leak issues.Jonathan Cameron2020-08-221-5/+11
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | iio: magnetometer: mag3110: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
* | iio: magnetometer: ak8974: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-9/+2
|/
* iio: magnetometer: ak8974: Add description for ak8974's 'scan' attributeLee Jones2020-07-201-0/+1
* iio: magnetometer: hmc5843: 'hmc5843_pm_ops' is unused in 1 of 3 files includ...Lee Jones2020-07-201-3/+3
* iio: magnetometer: mmc35240: Fix function header formattingLee Jones2020-07-201-1/+1
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-12/+17
|\
| * iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron2020-07-051-3/+7
| * iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu2020-06-141-9/+10
* | iio: magnetometer: bmc150: Add proper compatible for BMM150Krzysztof Kozlowski2020-07-071-1/+2
* | iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-203-28/+2
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-147-7/+0
* | iio: magnetometer: mmc35240: Constify struct reg_defaultRikard Falkeborn2020-06-141-1/+1
* | iio: magnetometer: ak8975: Add gpio reset supportJonathan Albrieux2020-06-141-0/+18
* | iio: magnetometer: ak8975: Fix typo, uniform measurement unit styleJonathan Albrieux2020-06-141-2/+2
|/
* iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-101-14/+4
* iio: magnetometer: ak8974: Provide scalingLinus Walleij2020-05-031-1/+44
* iio: magnetometer: ak8974: Break out measurementLinus Walleij2020-05-031-26/+40
* iio: magnetometer: ak8974: Correct realbitsLinus Walleij2020-05-031-8/+37
* iio: magnetometer: ak8974: add Alps hscdtd008aNick Reitemeyer2020-05-031-8/+30
* iio: magnetometer: rm3100: Use get_unaligned_be24()Andy Shevchenko2020-05-031-2/+3
* Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-234-7/+11
|\
| * iio: magnetometer: ak8974: Silence deferred-probe errorDmitry Osipenko2020-04-191-1/+6
| * iio:magn:mmc35240: Drop unnecessary casts of val parameter in regmap_bulk*Jonathan Cameron2020-04-191-2/+2
| * iio: magn: bmc150: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2
| * iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-211-2/+1
* | iio: magnetometer: ak8974: Fix negative raw values in sysfsStephan Gerhold2020-02-211-1/+1
|/
* iio: magnetometer: ak8975: Convert to use device_get_match_data()Andy Shevchenko2020-01-181-23/+16
* iio: magnetometer: ak8975: Get rid of platform dataAndy Shevchenko2020-01-181-11/+3
* 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-4/+2
* iio: ak8975: Convert to use GPIO descriptorLinus Walleij2019-12-151-35/+19
* iio: st: Drop GPIO includeLinus Walleij2019-10-271-1/+0
* iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca2019-08-111-11/+1
* iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-4/+3
* iio:magn: preenable/postenable/predisable fixup for ST magn bufferDenis Ciocca2019-08-051-14/+16
* iio: magnetometer: mmc35240: Fix a typo in the name of a constantChristophe JAILLET2019-07-271-2/+2
* iio: make st_sensors drivers use regmapDenis Ciocca2019-07-273-5/+5
* iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-4/+4