summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-13iio: accel: adxl313: add function to enable measurementLothar Rubusch2-5/+8
2025-07-13iio: accel: adxl313: make use of regmap cacheLothar Rubusch4-0/+33
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6373 PMIC AUXADCAngeloGioacchino Del Regno1-0/+50
2025-07-13iio: adc: mt6359: Add support for MediaTek MT6363 PMIC AUXADCAngeloGioacchino Del Regno1-16/+252
2025-07-13iio: adc: mt6359: Move reference voltage to platform dataAngeloGioacchino Del Regno1-2/+6
2025-07-13iio: adc: mt6359: Add ready register index and mask to channel dataAngeloGioacchino Del Regno1-53/+65
2025-07-13dt-bindings: iio: adc: mt6359: Add MT6373 PMIC AuxADCAngeloGioacchino Del Regno2-0/+20
2025-07-13dt-bindings: iio: adc: mt6359: Add MT6363 PMIC AuxADCAngeloGioacchino Del Regno2-0/+25
2025-07-13iio: adc: ad4000: don't use shift_right()David Lechner1-1/+1
2025-07-13iio: adc: ad_sigma_delta: add SPI offload supportDavid Lechner2-47/+132
2025-07-13iio: adc: ad_sigma_delta: use spi_optimize_message()David Lechner2-38/+37
2025-07-13iio: adc: ad_sigma_delta: refactor setting read addressDavid Lechner1-6/+10
2025-07-13iio: adc: ad_sigma_delta: audit included headersDavid Lechner1-2/+9
2025-07-13iio: adc: ad_sigma_delta: use BITS_TO_BYTES() macroDavid Lechner1-7/+8
2025-07-13iio: adc: ad_sigma_delta: use sizeof() in ALIGN()David Lechner1-1/+2
2025-07-13iio: adc: ad_sigma_delta: use u8 instead of uint8_tDavid Lechner2-13/+14
2025-07-13iio: adc: ad_sigma_delta: sort includesDavid Lechner1-9/+7
2025-07-13iio: adc: ad_sigma_delta: don't overallocate scan bufferDavid Lechner1-1/+1
2025-07-13iio: imu: inv_mpu6050: Replace scnprintf with sysfs_emitChelsy Ratnawat1-3/+2
2025-07-13iio: pressure: dlhl60d: Use separate structures rather than an array for chip...David Lechner1-26/+21
2025-07-13iio: light: cm3232: make struct cm3232_als_info constDavid Lechner1-3/+3
2025-07-13iio: light: cm3232: move calibscale to struct cm3232_chipDavid Lechner1-7/+5
2025-07-13iio: imu: adis16400: Use separate structures rather than an array for chip infoDavid Lechner1-161/+153
2025-07-13iio: adc: ad7768-1: add low pass -3dB cutoff attributeJonathan Santos1-1/+17
2025-07-13iio: adc: ad7124: Use separate structures rather than array for chip infoDavid Lechner1-22/+14
2025-07-13iio: proximity: vcnl3020: make vcnl3020_property constDavid Lechner1-2/+2
2025-07-13iio: proximity: vcnl3020: pass struct vcnl3020_property by pointerDavid Lechner1-7/+7
2025-07-13iio: pressure: abp060mg: make abp_config constDavid Lechner1-2/+2
2025-07-13iio: light: zopt2201: make zopt2201_scale constDavid Lechner1-3/+3
2025-07-13iio: light: isl76682: make isl76682_range_table constDavid Lechner1-1/+1
2025-07-13tools: ynl: process unknown for enum valuesDonald Hunter1-2/+12
2025-07-13PM: hibernate: Add stub for pm_hibernate_is_recovering()Mario Limonciello1-2/+2
2025-07-13gpio: virtio: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+4
2025-07-13gpio: viperboard: use new GPIO line value setter callbacksBartosz Golaszewski1-58/+68
2025-07-13gpio: uniphier: use new GPIO line value setter callbacksBartosz Golaszewski1-6/+10
2025-07-13gpio: twl6040: set line value in .direction_out()Bartosz Golaszewski1-7/+7
2025-07-13gpio: twl6040: use new GPIO line value setter callbacksBartosz Golaszewski1-4/+5
2025-07-13gpio: twl4030: use new GPIO line value setter callbacksBartosz Golaszewski1-11/+12
2025-07-13gpio: ts4900: use new GPIO line value setter callbacksBartosz Golaszewski1-7/+7
2025-07-13gpio: tqmx86: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2025-07-13gpio: tps68470: use new GPIO line value setter callbacksBartosz Golaszewski1-5/+9
2025-07-13gpio: tps65912: use new GPIO line value setter callbacksBartosz Golaszewski1-5/+5
2025-07-13gpio: tps65912: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-07-13gpio: tps65910: use new GPIO line value setter callbacksBartosz Golaszewski1-9/+12
2025-07-13gpiolib: don't use GPIO global numbers in debugfs outputBartosz Golaszewski1-3/+2
2025-07-13RDMA/mana_ib: add additional port countersZhiyue Qiu3-0/+34
2025-07-13RDMA/mana_ib: Fix DSCP value in modify QPShiraz Saleem1-1/+1
2025-07-13RDMA/efa: Add CQ with external memory supportMichael Margolin4-15/+53
2025-07-13RDMA/core: Add umem "is_contiguous" and "start_dma_addr" helpersMichael Margolin1-4/+21
2025-07-13RDMA/uverbs: Add a common way to create CQ with umemMichael Margolin4-6/+90