Linux IIO (Industrial I/O) Development
[Prev Page][Next Page]
- Re: [PATCH] drivers/iio: Use SIMPLE_DEV_PM_OPS when possible, (continued)
- [PATCH v10 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
- [PATCH v6 0/3] Add Semtech SX9360 SAR Sensor support,
Gwendal Grignou
- [PATCH v4 2/2] add TI ads1018 driver to iio,
Iain Hunter
- [PATCH v4 1/2] Add binding for ti,adc1018. It allows selection of channel as a Device Tree property,
Iain Hunter
- [PATCH 00/13] IIO: accel/st-sensors move into separate symbol namespaces,
Jonathan Cameron
- [PATCH 01/13] iio:accel:mma9551_core: Move exports into MMA9551 namespace, Jonathan Cameron
- [PATCH 02/13] iio:accel:mma7455_core: Move exports into MMA7455 namespace, Jonathan Cameron
- [PATCH 03/13] iio:accel:kxsd9: Move exports into KDSD9 namespace, Jonathan Cameron
- [PATCH 04/13] iio:accel:bma400: Move exports into BMA400 namespace, Jonathan Cameron
- [PATCH 05/13] iio:accel:adxl313: Move exports into ADXL313 namespace, Jonathan Cameron
- [PATCH 06/13] iio:accel:adxl345: Move exports into ADXL345 namespace, Jonathan Cameron
- [PATCH 07/13] iio:accel:adxl355: Move exports into ADXL355 namespace, Jonathan Cameron
- [PATCH 08/13] iio:accel:adxl372: Move exports into ADXL372 namespace, Jonathan Cameron
- [PATCH 09/13] iio:accel:bmc150: Move exports into BMC150 namespace, Jonathan Cameron
- [PATCH 10/13] iio:accel:bmi088: Move exports into BMI088 namespace, Jonathan Cameron
- [PATCH 11/13] iio:accel:fxl8962af: Move exports into FXL8962AF namespace, Jonathan Cameron
- [PATCH 12/13] iio:st-sensors: Remove duplicate MODULE_*, Jonathan Cameron
- [PATCH 13/13] iio:st-sensors: Move exports into ST_SENSORS namespace, Jonathan Cameron
- Re: [PATCH 00/13] IIO: accel/st-sensors move into separate symbol namespaces, Linus Walleij
- [PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables.,
Jonathan Cameron
- [PATCH 02/16] iio:light:pa12203001: Tidy up white space change to add spaces after { and before }, Jonathan Cameron
- [PATCH 01/16] iio:chemical:atlas: Trivial white space cleanup to add space before }, Jonathan Cameron
- [PATCH 03/16] iio:light:vcnl4035: Trivial whitespace cleanup to add space before }, Jonathan Cameron
- [PATCH 04/16] iio:light:us5182: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 05/16] iio:light:ltr501: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 06/16] iio:proximity:ping: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 07/16] iio:proximity:rfd77402: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 09/16] iio:proximity:srf08: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 08/16] iio:proximity:srf04: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 10/16] iio:frequency:admv1013: White space cleanup of spacing around {} in id tables, Jonathan Cameron
- [PATCH 11/16] iio:adc:mt6577_auxadc: Tidy up white space around {} in id tables, Jonathan Cameron
- [PATCH 12/16] iio:adc:hi8435: Tidy up white space around {} in id tables, Jonathan Cameron
- [PATCH 13/16] iio:adc:ti-adc084s021: Tidy up white space around {}, Jonathan Cameron
- [PATCH 14/16] iio:light:tsl2722: Fix inconsistent spacing before } in id table, Jonathan Cameron
- [PATCH 15/16] iio:proximity:vl53l0x: Tidy up white space around {} in id tables, Jonathan Cameron
- [PATCH 16/16] iio:accel:dmard09: Tidy up white space around {} in id table, Jonathan Cameron
- Re: [PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables., Jonathan Cameron
- IIO tree closed for new stuff for 5.17., Jonathan Cameron
- [PATCH v4 00/23] counter: cleanups and device lifetime fixes,
Uwe Kleine-König
- [PATCH v4 03/23] counter: microchip-tcb-capture: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v4 06/23] counter: interrupt-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 04/23] counter: Provide a wrapper to access device private data, Uwe Kleine-König
- [PATCH v4 09/23] counter: ftm-quaddec: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 17/23] counter: intel-qep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 01/23] counter: Use container_of instead of drvdata to track counter_device, Uwe Kleine-König
- [PATCH v4 02/23] counter: ftm-quaddec: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v4 07/23] counter: microchip-tcb-capture: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 13/23] counter: Provide alternative counter registration functions, Uwe Kleine-König
- [PATCH v4 10/23] counter: ti-eqep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 05/23] counter: 104-quad-8: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 18/23] counter: ftm-quaddec: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 11/23] counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 19/23] counter: microchip-tcb-capture: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 22/23] counter: ti-eqep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 21/23] counter: stm32-lptimer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 23/23] counter: remove old and now unused registration API, Uwe Kleine-König
- [PATCH v4 14/23] counter: Update documentation for new counter registration functions, Uwe Kleine-König
- [PATCH v4 08/23] counter: intel-qep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v4 15/23] counter: 104-quad-8: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 20/23] counter: stm32-timer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 16/23] counter: interrupt-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v4 12/23] counter: stm32-timer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- Re: [PATCH v4 00/23] counter: cleanups and device lifetime fixes, Greg Kroah-Hartman
- [PATCH v5 0/3] Add Semtech SX9360 SAR Sensor support,
Gwendal Grignou
- [PATCH v9 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
- [PULL] 2nd set of IIO new device support and cleanups for 5.17,
Jonathan Cameron
- [PATCH v3 00/23] counter: cleanups and device lifetime fixes,
Uwe Kleine-König
- [PATCH v3 15/23] counter: 104-quad-8: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 14/23] counter: Update documentation for new counter registration functions, Uwe Kleine-König
- [PATCH v3 05/23] counter: 104-quad-8: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 02/23] counter: ftm-quaddec: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v3 07/23] counter: microchip-tcb-capture: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 09/23] counter: ftm-quaddec: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 04/23] counter: Provide a wrapper to access device private data, Uwe Kleine-König
- [PATCH v3 18/23] counter: ftm-quaddec: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 01/23] counter: Use container_of instead of drvdata to track counter_device, Uwe Kleine-König
- [PATCH v3 16/23] counter: interrupt-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 13/23] counter: Provide alternative counter registration functions, Uwe Kleine-König
- [PATCH v3 17/23] counter: intel-qep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 22/23] counter: ti-eqep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 06/23] counter: interrupt-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 03/23] counter: microchip-tcb-capture: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v3 08/23] counter: intel-qep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 19/23] counter: microchip-tcb-capture: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 11/23] counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 10/23] counter: ti-eqep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 12/23] counter: stm32-timer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v3 20/23] counter: stm32-timer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 21/23] counter: stm32-lptimer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v3 23/23] counter: remove old and now unused registration API, Uwe Kleine-König
- Re: [PATCH v3 00/23] counter: cleanups and device lifetime fixes, Uwe Kleine-König
- Re: [PATCH v3 00/23] counter: cleanups and device lifetime fixes, William Breathitt Gray
- [Oops] IIO git tree since f73f7f4da5818 (iio: buffer: add ioctl() to support opening extra buffers for IIO device),
Andrea Merello
- [PATCH] iio: stm: don't always auto-enable I2C and SPI interface drivers,
Nikita Yushchenko
- Re: [PATCH] iio: stm: don't always auto-enable I2C and SPI interface drivers, Linus Walleij
[RFC 12/32] iio: adc: Kconfig: add HAS_IOPORT dependencies,
Niklas Schnelle
[PATCH v2 00/23] counter: cleanups and device lifetime fixes,
Uwe Kleine-König
- [PATCH v2 17/23] counter: intel-qep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 04/23] counter: Provide a wrapper to access device private data, Uwe Kleine-König
- [PATCH v2 06/23] counter: interrupt-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 01/23] counter: Use container_of instead of drvdata to track counter_device, Uwe Kleine-König
- [PATCH v2 22/23] counter: ti-eqep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 09/23] counter: ftm-quaddec: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 02/23] counter: ftm-quaddec: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v2 13/23] counter: Provide alternative counter registration functions, Uwe Kleine-König
- [PATCH v2 10/23] counter: ti-eqep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 03/23] counter: microchip-tcb-capture: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v2 08/23] counter: intel-qep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 05/23] counter: 104-quad-8: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 21/23] counter: stm32-lptimer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 15/23] counter: 104-quad-8: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 11/23] counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 16/23] counter: interrupt-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 18/23] counter: ftm-quaddec: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 14/23] counter: Update documentation for new counter registration functions, Uwe Kleine-König
- [PATCH v2 12/23] counter: stm32-timer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 23/23] counter: remove old and now unused registration API, Uwe Kleine-König
- [PATCH v2 07/23] counter: microchip-tcb-capture: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v2 20/23] counter: stm32-timer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v2 19/23] counter: microchip-tcb-capture: Convert to new counter registration, Uwe Kleine-König
- Re: [PATCH v2 00/23] counter: cleanups and device lifetime fixes, Lars-Peter Clausen
[PATCH v2] iio: position: Add support for ams AS5600 angle sensor,
frank zago
[PATCH v1 00/23] counter: cleanups and device lifetime fixes,
Uwe Kleine-König
- [PATCH v1 03/23] counter: microchip-tcb-capture: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v1 09/23] counter: ftm-quaddec: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 16/23] counter: interrupt-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 19/23] counter: microchip-tcb-capture: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 18/23] counter: ftm-quaddec: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 14/23] counter: Update documentation for new counter registration functions, Uwe Kleine-König
- [PATCH v1 12/23] counter: stm32-timer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 13/23] counter: Provide alternative counter registration functions, Uwe Kleine-König
- [PATCH v1 23/23] counter: remove old and now unused registration API, Uwe Kleine-König
- [PATCH v1 08/23] counter: intel-qep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 06/23] counter: interrupt-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 07/23] counter: microchip-tcb-capture: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 21/23] counter: stm32-lptimer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 20/23] counter: stm32-timer-cnt: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 22/23] counter: ti-eqep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 15/23] counter: 104-quad-8: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 04/23] counter: Provide a wrapper to access device private data, Uwe Kleine-König
- [PATCH v1 10/23] counter: ti-eqep: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 11/23] counter: stm32-lptimer-cnt: Convert to counter_priv() wrapper, Uwe Kleine-König
- [PATCH v1 02/23] counter: ftm-quaddec: Drop unused platform_set_drvdata(), Uwe Kleine-König
- [PATCH v1 01/23] counter: Use container_of instead of drvdata to track counter_device, Uwe Kleine-König
- [PATCH v1 17/23] counter: intel-qep: Convert to new counter registration, Uwe Kleine-König
- [PATCH v1 05/23] counter: 104-quad-8: Convert to counter_priv() wrapper, Uwe Kleine-König
- Re: [PATCH v1 00/23] counter: cleanups and device lifetime fixes, Uwe Kleine-König
- Re: [PATCH v1 00/23] counter: cleanups and device lifetime fixes, Uwe Kleine-König
[PATCH] iio: chemical: set val parameter only on success,
trix
[PATCH] iio: humidity: hdc100x: Add ACPI HID table,
Kai-Heng Feng
Re: [PATCH] iio: humidity: hdc100x: Add ACPI HID table, kernel test robot
[PATCH v11 00/15] iio: afe: add temperature rescaling support,
Liam Beguin
- [PATCH v11 01/15] iio: inkern: apply consumer scale on IIO_VAL_INT cases, Liam Beguin
- [PATCH v11 02/15] iio: inkern: apply consumer scale when no channel scale is available, Liam Beguin
- [PATCH v11 04/15] iio: afe: rescale: expose scale processing function, Liam Beguin
- [PATCH v11 03/15] iio: inkern: make a best effort on offset calculation, Liam Beguin
- [PATCH v11 06/15] iio: afe: rescale: add offset support, Liam Beguin
- [PATCH v11 08/15] iio: afe: rescale: fix accuracy for small fractional scales, Liam Beguin
- [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow, Liam Beguin
- [PATCH v11 05/15] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support, Liam Beguin
- [PATCH v11 07/15] iio: afe: rescale: use s64 for temporary scale calculations, Liam Beguin
- [PATCH v11 10/15] iio: afe: rescale: make use of units.h, Liam Beguin
- [PATCH v11 11/15] iio: test: add basic tests for the iio-rescale driver, Liam Beguin
- [PATCH v11 12/15] iio: afe: rescale: add RTD temperature sensor support, Liam Beguin
- [PATCH v11 13/15] iio: afe: rescale: add temperature transducers, Liam Beguin
- [PATCH v11 14/15] dt-bindings: iio: afe: add bindings for temperature-sense-rtd, Liam Beguin
- [PATCH v11 15/15] dt-bindings: iio: afe: add bindings for temperature transducers, Liam Beguin
[PATCH] drivers:iio:dac make expression evaluation 64-bit,
Muhammad Usama Anjum
[PULL] 1st set of new device support, features and cleanup for IIO in the 5.17 cycle.,
Jonathan Cameron
[PATCH v2] dt-bindings: iio: Document "label" property,
Paul Cercueil
[PATCH v7 1/3] iio: frequency: admv1013: add support for ADMV1013,
Antoniu Miclaus
[PATCH 0/8] counter: Remove struct counter_device::priv,
Uwe Kleine-König
[PATCH] dt-bindings: iio: Document "label" property,
Paul Cercueil
[PATCH 1/2] MAINTAINERS: add imx7d/imx6sx/imx6ul/imx8qxp and vf610 adc maintainer,
haibo . chen
[PATCH 0/3] Counter subsystem changes for the 5.17 cycle,
William Breathitt Gray
[PATCH] iio:addac:ad74413r: Fix uninitialized ret in a path that won't be hit.,
Jonathan Cameron
[PATCH] iio: accel: fxls8962af: add padding to regmap for SPI,
Sean Nyekjaer
[PATCH v10 00/14] iio: afe: add temperature rescaling support,
Liam Beguin
[PATCH v10 05/14] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support, Liam Beguin
[PATCH v10 06/14] iio: afe: rescale: add offset support, Liam Beguin
[PATCH v10 07/14] iio: afe: rescale: use s64 for temporary scale calculations, Liam Beguin
[PATCH v10 09/14] iio: afe: rescale: reduce risk of integer overflow, Liam Beguin
[PATCH v10 10/14] iio: test: add basic tests for the iio-rescale driver, Liam Beguin
[PATCH v10 14/14] dt-bindings: iio: afe: add bindings for temperature transducers, Liam Beguin
[PATCH v10 11/14] iio: afe: rescale: add RTD temperature sensor support, Liam Beguin
[PATCH v10 12/14] iio: afe: rescale: add temperature transducers, Liam Beguin
[PATCH v10 13/14] dt-bindings: iio: afe: add bindings for temperature-sense-rtd, Liam Beguin
[PATCH v10 08/14] iio: afe: rescale: fix accuracy for small fractional scales, Liam Beguin
Re: [PATCH v10 00/14] iio: afe: add temperature rescaling support, Peter Rosin
[PATCH v4 0/3] Add Semtech SX9360 SAR Sensor support,
Gwendal Grignou
[PATCH v8 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
[PATCH v3 0/2] Add ADXL367 driver,
Cosmin Tanislav
iio_hwmon meaningful names,
Henk Medenblik
[PATCH] dt-bindings: iio: adc: atmel,sama5d2-adc: make atmel,trigger-edge-type non-mandatory,
Eugen Hristev
[PATCH] HID: intel-ish-hid: ipc: Specify no cache snooping on TGL and ADL,
Ye Xiang
[PATCH v2] iio: dummy: iio_simple_dummy: check the return value of kstrdup(),
xkernel . wang
[PATCH] iio: position: Add support for ams AS5600 angle sensor,
frank zago
[PATCH 00/13] iio: Use sysfs_emit(),
Lars-Peter Clausen
- [PATCH 06/13] iio: ina2xx-adc: sysfs_emit(), Lars-Peter Clausen
- [PATCH 05/13] iio: as3935: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 03/13] iio: ad7192: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 07/13] iio: lm3533: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 02/13] iio: dmaengine-buffer: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 01/13] iio: core: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 04/13] iio: ad9523: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 10/13] iio: max9611: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 13/13] iio: sps30: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 11/13] iio: ms_sensors: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 08/13] iio: max31856: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 09/13] iio: max31865: Use sysfs_emit(), Lars-Peter Clausen
- [PATCH 12/13] iio: scd4x: Use sysfs_emit(), Lars-Peter Clausen
- Re: [PATCH 00/13] iio: Use sysfs_emit(), Jonathan Cameron
[PATCH v5] workaround regression in ina2xx introduced by cb47755725da("time: Prevent undefined behaviour in timespec64_to_ns()"),
Iain Hunter
[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field,
Kees Cook
[PATCH] iio: addac: Do not reference negative array offsets,
Kees Cook
[PATCH 00/10] Light core IIO enhancements,
Miquel Raynal
- [PATCH 01/10] iio: core: Fix the kernel doc regarding the currentmode iio_dev entry, Miquel Raynal
- [PATCH 02/10] iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries, Miquel Raynal
- [PATCH 03/10] iio: magnetometer: rm3100: Stop abusing the ->currentmode, Miquel Raynal
- [PATCH 04/10] iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmode, Miquel Raynal
- [PATCH 05/10] iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant, Miquel Raynal
- [PATCH 06/10] iio: core: Hide read accesses to iio_dev->currentmode, Miquel Raynal
- [PATCH 07/10] iio: core: Hide write accesses to iio_dev->currentmode, Miquel Raynal
- [PATCH 08/10] iio: core: Move iio_dev->currentmode to the opaque structure, Miquel Raynal
- [PATCH 09/10] iio: core: Simplify the registration of kfifo buffers, Miquel Raynal
- [PATCH 10/10] iio: core: Clarify the modes, Miquel Raynal
[PATCH] iio: addac: ad74413r: fix off by one in ad74413r_parse_channel_config(),
Dan Carpenter
[PATCH iio-next] drivers/iio: remove redundant ret variable,
cgel . zte
[PATCH 0/3] Add support for LTC2688,
Nuno Sá
[PATCH] counter: ti-eqep: Use container_of instead of struct counter_device::priv,
Uwe Kleine-König
[PATCH v7 0/2] drivers:iio:dac: Add AD3552R driver support,
Mihail Chindris
[PATCH] iio: dummy: iio_simple_dummy: check the return value of kstrdup(),
Xiaoke Wang
[PATCH v3 0/4] Add Semtech SX9360 SAR Sensor support,
Gwendal Grignou
[PATCH] iio: adc: ad7606: Fix syntax errors in comments,
Xiang wangx
[PATCH v2] counter: Add the necessary colons and indents to the comments of counter_compi,
Yanteng Si
[PATCH 0/7] iio: adc: introduce Qualcomm SPMI Round Robin ADC,
Caleb Connolly
[PATCH v7 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
[PATCH 1/3] iio: as3935: Remove unnecessary cast,
Lars-Peter Clausen
Message not available
[PATCH v6 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
[PATCH] iio: event_monitor: Flush output on event,
Zach DeCook
[PROBLEM]: Error during probing process in inv_icm42600_i2c driver,
Nikos Latmos
[PULL] 2nd set of IIO fixes for 5.16,
Jonathan Cameron
[PATCH v5 0/5] Expand Semtech SAR Sensors support,
Gwendal Grignou
[PATCH RFC] counter: Expand API with a function for an exact timestamp,
Uwe Kleine-König
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]