summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-21iio: adc: ina2xx: add INA236 supportChuang Zhu-12/+53
2026-03-21iio: light: as73211: remove duplicate zero init of scan.chan[3]David Lechner-3/+0
2026-03-21iio: amplifiers: fix typo from Curren to CurrentShi Hao-1/+1
2026-03-21iio: cdc: fix spelling mistakes in commentsShi Hao-2/+2
2026-03-21iio: chemical: rephrase comment and fix a typoShi Hao-1/+1
2026-03-21iio: common: fix spelling mistakes in commentsShi Hao-5/+5
2026-03-21iio: test: fix typo from neeeds to needs in commentShi Hao-1/+1
2026-03-21iio: temp: fix spelling mistakes in commentsShi Hao-2/+2
2026-03-21iio: resolver: fix typo from degredation to degradationShi Hao-3/+3
2026-03-21iio: proximity: fix typo from currenly to currentlyShi Hao-1/+1
2026-03-21iio: pressure: fix spelling mistakes in commentsShi Hao-4/+4
2026-03-21iio: magnetometer: fix various spelling mistakesShi Hao-5/+5
2026-03-21iio: imu: fix typo from adjustement to adjustmentShi Hao-1/+1
2026-03-21iio: adc: add an article and use digitize instead of digitalizeShi Hao-3/+3
2026-03-21iio: light: fix several incorrect spellingsShi Hao-5/+5
2026-03-21iio: accel: fix typo celcius to CelsiusShi Hao-2/+2
2026-03-21Merge tag 'hwmon-for-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+37
2026-03-21iio: adc: aspeed: Reserve battery sensing channel for on-demand useBilly Tsai-7/+31
2026-03-21iio: adc: aspeed: Replace mdelay() with fsleep() for ADC stabilization delayBilly Tsai-3/+3
2026-03-21iio: adc: Enable multiple consecutive channels based on model dataBilly Tsai-1/+21
2026-03-21iio: adc: Add battery channel definition for ADCBilly Tsai-2/+4
2026-03-21iio: dac: ltc2632: add support for LTC2654 DAC familyDavid Marinovic-3/+23
2026-03-21iio: dac: ltc2632: drop enum and use individual chip_info objectsDavid Marinovic-185/+142
2026-03-21PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint modeKoichiro Den-0/+2
2026-03-21counter: sysfs: remove double return in counter_sysfs_attr_add()Cosmin Tanislav-2/+0
2026-03-21staging: iio: ad9834: use sysfs_emit() and simplify show functionsGabriel Rondon-14/+6
2026-03-21staging: iio: ad5933: use sysfs_emit() in show functionsGabriel Rondon-12/+12
2026-03-21iio: light: vcnl4000: add support for regulatorsErikas Bitovtas-0/+7
2026-03-21iio: light: vcnl4000: remove redundant check for proximity-near-levelErikas Bitovtas-3/+1
2026-03-21iio: light: vcnl4000: use variables for I2C client and device instancesErikas Bitovtas-19/+16
2026-03-21iio: light: vcnl4000: remove error messages for trigger and irqErikas Bitovtas-7/+2
2026-03-21iio: light: vcnl4000: replace mutex_init() with devm_mutex_init()Erikas Bitovtas-3/+14
2026-03-21iio: light: vcnl4000: move power enablement from init to probeErikas Bitovtas-5/+5
2026-03-21iio: light: vcnl4000: sort includes by their nameErikas Bitovtas-4/+4
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee-1/+1
2026-03-21iio: backend: use __free(fwnode_handle) for automatic cleanupAntoniu Miclaus-4/+2
2026-03-21iio: accel: adxl372: add support for ADXL371Antoniu Miclaus-18/+75
2026-03-21iio: accel: adxl372: factor out buffer and trigger setupAntoniu Miclaus-43/+50
2026-03-21iio: accel: adxl372: introduce chip_info structureAntoniu Miclaus-75/+112
2026-03-21drm/i915/wm: Include .min_ddb_alloc_uv in the wm dumpsVille Syrjälä-4/+26
2026-03-21drm/i915/wm: Include ddb_y in skl_print_wm_changes() on pre-iclVille Syrjälä-2/+9
2026-03-21drm/i915/wm: Extract skl_print_plane_ddb_changes()Ville Syrjälä-5/+17
2026-03-21drm/i915/wm: s/skl_print_plane_changes()/skl_print_plane_wm_changes()/Ville Syrjälä-5/+6
2026-03-21drm/i915/wm: Nuke wm->uv_wm[]Ville Syrjälä-26/+19
2026-03-21drm/i915/wm: Extract skl_allocate_plane_ddb_nv12()Ville Syrjälä-11/+29
2026-03-21drm/i915/wm: s/skl_check_nv12_wm_level()/skl_check_wm_level_nv12()/Ville Syrjälä-2/+2
2026-03-21drm/i915/wm: Reorder the arguments to skl_allocate_plane_ddb()Ville Syrjälä-8/+7
2026-03-21drm/i915/wm: Nuke is_planar from skl+ wm structuresVille Syrjälä-6/+1
2026-03-21drm/i915: Skip redundant NV12 plane unlinkingVille Syrjälä-11/+0
2026-03-21drm/i915: Relocate unlink_nv12_plane()Ville Syrjälä-26/+23