summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2026-05-31iio: adc: ti-ads1298: Remove unnecessary CONFIG2 write during initMd Shofiqul Islam
2026-05-31iio: adc: ti-ads1298: Add parentheses around macro parameterMd Shofiqul Islam
2026-05-31iio: adc: ti-ads1298: Fix incorrect timeout commentMd Shofiqul Islam
2026-05-31iio: frequency: adrf6780: replace usleep_range() with fsleep()Stepan Ionichev
2026-05-31iio: adc: ad7793: replace usleep_range() with fsleep()Stepan Ionichev
2026-05-31iio: chemical: scd30: reject (response=NULL, size>0) in scd30_i2c_command()Stepan Ionichev
2026-05-31iio: chemical: scd30: make command lookup table constGiorgi Tchankvetadze
2026-05-31iio: magnetometer: yamaha-yas530: replace usleep_range() with fsleep()Andy Shevchenko
2026-05-31iio: magnetometer: yamaha-yas530: Use devm_mutex_init() for mutex initializationAndy Shevchenko
2026-05-31iio: magnetometer: yamaha-yas530: Get rid of i2c_client_get_device_id()Andy Shevchenko
2026-05-31iio: adc: ingenic-adc: use guard()() and scoped_guard() to handle synchronisa...Felipe Ribeiro de Souza
2026-05-31iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw()Felipe Ribeiro de Souza
2026-05-31iio: adc: ingenic-adc: rename ingenic_adc_enable_unlocked() functionFelipe Ribeiro de Souza
2026-05-31iio: magnetometer: ak8975: unify return code variable nameAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: reduce usage of magic lengths of the bufferAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: remove duplicate error messageAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: drop duplicate NULL checkAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: avoid using temporary variableAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: pass conversion timeouts as argumentsJoshua Crofts
2026-05-31iio: magnetometer: ak8975: fix wrong errno on returnJoshua Crofts
2026-05-31iio: magnetometer: ak8975: change 'u8*' to 'u8 *' in castJoshua Crofts
2026-05-31iio: magnetometer: ak8975: replace usleep_range() with fsleep()Joshua Crofts
2026-05-31iio: magnetometer: ak8975: update headers per IWYU principleJoshua Crofts
2026-05-31iio: magnetometer: ak8975: sort headers alphabeticallyJoshua Crofts
2026-05-31iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() callAndy Shevchenko
2026-05-31iio: light: iqs621-als: prefer early error handling over if (!ret)Pedro Barletta Gennari
2026-05-31iio: light: iqs621-als: use lock guardsPedro Barletta Gennari
2026-05-31iio: adc: mcp3422: write bit operations using bitfield.h APIsMarcelo Machado Lage
2026-05-31iio: adc: mcp3422: rewrite mask macros with help of bits.h APIsMarcelo Machado Lage
2026-05-31iio: magnetometer: rm3100: Modernize locking and refactor control flowMaxwell Doose
2026-05-31iio: light: si1133: use guard(mutex)() macroJoshua Crofts
2026-05-31iio: light: si1133: add local variable for timeoutJoshua Crofts
2026-05-31iio: light: si1133: group generic <linux/*> headersJoshua Crofts
2026-05-31iio: light: si1133: add missing include headersJoshua Crofts
2026-05-31iio: light: si1133: prefer complex macros enclosed in parenthesisJoshua Crofts
2026-05-31iio: light: si1133: remove unused macrosJoshua Crofts
2026-05-31iio: light: si1133: prevent race condition on timeoutJoshua Crofts
2026-05-31iio: light: si1133: reset counter to prevent race conditionJoshua Crofts
2026-05-31iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlockGuilherme Dias
2026-05-31iio: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski
2026-05-31iio: light: stk3310: Use sizeof() for regmap_bulk_read/write count parameterMiao Li
2026-05-31iio: light: stk3310: Replace uint32_t with u32 and reorder members to elimina...Miao Li
2026-05-31iio: light: stk3310: Deal with the ps interrupt issue in PMMiao Li
2026-05-31iio: light: stk3310: Update includes to match IWYURafael G. Dias
2026-05-31iio: light: stk3310: Sort headers alphabeticallyRafael G. Dias
2026-05-31iio: buffer: Move from int64_t to s64 for timestampAndy Shevchenko
2026-05-31iio: temperature: maxim_thermocouple: Fix indentation in of_match tableRahman Mahmutović
2026-05-31iio: dac: ad5706r: Add support for AD5706R DACAlexis Czezar Torreno
2026-05-31iio: adc: ad7625: fix type mismatch in clamp() macroGiorgi Tchankvetadze
2026-05-31iio: ssp_sensors: cleanup codestyle warningSanjay Chitroda