summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-31staging: iio: ad9834: fix chip name typo in commentsAngus Gardner
2026-05-31staging: iio: ad9834: use dev_err_probe() in probe functionAngus Gardner
2026-05-31staging: iio: ad9834: simplify -ENOMEM return in probeAngus Gardner
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: frequency: ad9832: simplify bitwise mathJoshua Crofts
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
2026-05-31iio: adc: ad4080: add support for AD4880 dual-channel ADCAntoniu Miclaus
2026-05-31iio: backend: add devm_iio_backend_get_by_index()Antoniu Miclaus
2026-05-31media: qcom: camss: vfe-340: Proper client handlingLoic Poulain
2026-05-31media: qcom: camss: csid-340: Enable PIX interface routingLoic Poulain
2026-05-31media: qcom: camss: csid-340: Add port-to-interface mappingLoic Poulain
2026-05-31media: qcom: camss: csid-340: Switch to generic CSID_CFG/CTRL registersLoic Poulain
2026-05-31firmware: tegra: bpmp: Add support for multi-socket platformsJon Hunter
2026-05-31firmware: tegra: bpmp: Propagate debugfs errorsJon Hunter
2026-05-31soc/tegra: pmc: Add Tegra238 supportPrathamesh Shete
2026-05-31soc/tegra: pmc: Restrict power-off handler to Nexus 7Diogo Ivo
2026-05-31soc/tegra: pmc: Populate powergate debugfs only when neededJon Hunter
2026-05-31soc/tegra: pmc: Move legacy code behind CONFIG_ARM guardThierry Reding
2026-05-31soc/tegra: pmc: Remove unused legacy functionsThierry Reding
2026-05-31soc/tegra: pmc: Create PMC context dynamicallyThierry Reding
2026-05-30Input: iqs5xx - drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)
2026-05-30i2c: core: clean up adapter registration error labelJohan Hovold
2026-05-30i2c: core: clean up bus id allocationJohan Hovold
2026-05-30i2c: core: fix adapter deregistration raceJohan Hovold
2026-05-30i2c: core: fix adapter registration raceJohan Hovold
2026-05-30i2c: core: disable runtime PM on adapter registration failureJohan Hovold
2026-05-30i2c: core: fix adapter debugfs creationJohan Hovold