Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | iio: cros: Register FIFO callback after sensor is registered | Gwendal Grignou | 3 | -21/+47 |
2022-06-14 | iio: common: cros_ec_sensors: explicitly add proper header files | Nuno Sá | 1 | -0/+1 |
2022-06-14 | iio: common: cros_ec_lid_angle: explicitly add proper header files | Nuno Sá | 1 | -0/+1 |
2022-06-14 | iio: common: ssp: Fix alignment for DMA safety | Jonathan Cameron | 1 | -2/+1 |
2022-06-11 | iio: common: cros_ec_sensors: Add label attribute | Gwendal Grignou | 1 | -21/+9 |
2022-04-28 | iio: Replace strtobool() with kstrtobool() | Lars-Peter Clausen | 1 | -1/+1 |
2022-04-10 | iio: core: Simplify the registration of kfifo buffers | Miquel Raynal | 2 | -3/+1 |
2022-04-10 | iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant | Miquel Raynal | 1 | -21/+17 |
2022-04-10 | iio: st_sensors: Add a local lock for protecting odr | Miquel Raynal | 1 | -6/+18 |
2022-04-10 | iio: st_sensors: Drop the protection on _avail functions | Miquel Raynal | 1 | -4/+0 |
2022-04-04 | iio: ssp_sensors: replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -7/+6 |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -76/+49 |
2022-02-18 | iio:common:ssp: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc | Jonathan Cameron | 1 | -6/+2 |
2022-02-18 | iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespace | Jonathan Cameron | 2 | -8/+9 |
2022-02-18 | iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS | Jonathan Cameron | 1 | -12/+12 |
2022-02-18 | iio:st-sensors: Move exports into IIO_ST_SENSORS namespace | Jonathan Cameron | 5 | -19/+19 |
2022-02-18 | iio:st-sensors: Remove duplicate MODULE_* | Jonathan Cameron | 2 | -10/+0 |
2022-02-13 | iio: ssp_sensors: Make use of device properties | Andy Shevchenko | 1 | -17/+5 |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
2022-01-23 | iio: ms_sensors: Use sysfs_emit() | Lars-Peter Clausen | 1 | -2/+2 |
2022-01-23 | iio: st_sensors: don't always auto-enable I2C and SPI interface drivers | Nikita Yushchenko | 1 | -2/+0 |
2021-11-17 | iio/scmi: Add reading "raw" attribute. | Andriy Tryshnivskyy | 1 | -1/+56 |
2021-11-17 | iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacks | Lars-Peter Clausen | 1 | -2/+2 |
2021-11-10 | Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+1 |
2021-10-19 | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux... | Greg Kroah-Hartman | 5 | -63/+45 |
2021-10-19 | iio: triggered-buffer: extend support to configure output buffers | Alexandru Ardelean | 1 | -2/+3 |
2021-10-19 | iio: st_sensors: Make use of the helper function dev_err_probe() | Cai Huoqing | 1 | -8/+8 |
2021-09-27 | iio: common: cros_ec_sensors: simplify getting .driver_data | Wolfram Sang | 1 | -2/+1 |
2021-09-18 | iio: ssp_sensors: add more range checking in ssp_parse_dataframe() | Dan Carpenter | 1 | -1/+8 |
2021-09-18 | iio: ssp_sensors: fix error code in ssp_print_mcu_debug() | Dan Carpenter | 1 | -1/+1 |
2021-09-14 | iio: st_sensors: remove reference to parent device object on st_sensor_data | Alexandru Ardelean | 3 | -5/+5 |
2021-09-14 | iio: st_sensors: remove st_sensors_power_disable() function | Alexandru Ardelean | 1 | -19/+15 |
2021-09-14 | iio: st_sensors: remove st_sensors_deallocate_trigger() function | Alexandru Ardelean | 1 | -30/+15 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+1 |
2021-09-08 | iio/drivers/hid-sensor: use HZ macros | Daniel Lezcano | 1 | -2/+1 |
2021-07-24 | iio: st-sensors: Remove some unused includes and add some that should be there | Jonathan Cameron | 6 | -7/+4 |
2021-06-16 | iio: hid-sensors: Update header includes | Jonathan Cameron | 3 | -10/+4 |
2021-06-16 | iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace | Andy Shevchenko | 2 | -17/+18 |
2021-06-13 | iio: scmi: fix spelling of SPDX tag | Tom Rix | 1 | -1/+1 |
2021-06-03 | iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get() | Jonathan Cameron | 1 | -6/+2 |
2021-05-17 | iio: core: move @id from struct iio_dev to struct iio_dev_opaque | Jonathan Cameron | 1 | -1/+1 |
2021-05-17 | iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parent | Jonathan Cameron | 1 | -1/+0 |
2021-05-10 | iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER | Alexandru Ardelean | 1 | -0/+1 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -50/+50 |
2021-03-30 | iio/scmi: Port driver to the new scmi_sensor_proto_ops interface | Cristian Marussi | 1 | -50/+50 |
2021-03-26 | Merge remote-tracking branch 'local/ib-iio-scmi-5.12-rc2-take3' into togreg | Jonathan Cameron | 5 | -0/+697 |
2021-03-25 | iio: cros: unify hw fifo attributes without API changes | Gwendal Grignou | 3 | -20/+10 |
2021-03-25 | iio:cros_ec_sensors: Fix a wrong function name in kernel doc. | Jonathan Cameron | 1 | -1/+1 |
2021-03-25 | iio: set default trig->dev.parent | Gwendal Grignou | 2 | -4/+4 |
2021-03-13 | iio/scmi: Adding support for IIO SCMI Based Sensors | Jyoti Bhayana | 5 | -0/+708 |