summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-06-156-367/+916
|\
| * counter: i8254: Introduce the Intel 8254 interface library moduleWilliam Breathitt Gray2023-06-084-1/+470
| * counter: 104-quad-8: Migrate to the regmap APIWilliam Breathitt Gray2023-05-192-137/+229
| * counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSCWilliam Breathitt Gray2023-05-191-52/+45
| * counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDRWilliam Breathitt Gray2023-05-191-183/+105
| * counter: 104-quad-8: Utilize bitfield access macrosWilliam Breathitt Gray2023-05-191-102/+172
| * counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probeUwe Kleine-König2023-05-101-0/+3
| * counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter valueWilliam Breathitt Gray2023-05-101-3/+3
* | Merge tag 'fpga-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2023-06-152-6/+6
|\ \
| * | fpga: zynq-fpga: Ensure proper xCAP interface switchAlfonso Rodriguez2023-06-061-4/+4
| * | fpga: dfl-fme: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-291-2/+2
* | | Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-15224-455/+2923
|\ \ \
| * | | iio: adc: rockchip_saradc: Use dev_err_probeShreeya Patel2023-06-041-25/+20
| * | | iio: adc: rockchip_saradc: Match alignment with open parenthesisShreeya Patel2023-06-041-3/+2
| * | | iio: adc: rockchip_saradc: Use of_device_get_match_dataShreeya Patel2023-06-041-4/+4
| * | | iio: adc: rockchip_saradc: Make use of devm_clk_get_enabledShreeya Patel2023-06-041-48/+8
| * | | iio: adc: rockchip_saradc: Add support for RK3588Simon Xue2023-06-041-0/+70
| * | | iio: adc: rockchip_saradc: Add callback functionsSimon Xue2023-06-041-12/+52
| * | | iio: temperature: tmp006: Add OF device matching supportAnup Sharma2023-05-281-0/+8
| * | | staging: iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-282-2/+2
| * | | iio: amplifiers: ad8366 Fix whitespace issueFranziska Naepelt2023-05-281-1/+1
| * | | iio: imu: inv_icm42600: avoid frequent timestamp jitterJean-Baptiste Maneyrol2023-05-231-23/+26
| * | | iio: light: ROHM BU27008 color sensorMatti Vaittinen2023-05-233-0/+1041
| * | | iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen2023-05-231-12/+1
| * | | iio: trigger: Add simple trigger_validation helperMatti Vaittinen2023-05-231-1/+21
| * | | iio: mlx90614: Add MLX90615 supportMarek Vasut2023-05-231-4/+44
| * | | iio: mlx90614: Factor our register IO and constants into model specific descr...Marek Vasut2023-05-231-59/+122
| * | | iio: mlx90614: Drop MLX90614_CONST_EMISSIVITY_RESOLUTIONMarek Vasut2023-05-231-3/+3
| * | | iio: mlx90614: Drop unused register macrosMarek Vasut2023-05-231-4/+0
| * | | iio: mlx90614: Sort headersMarek Vasut2023-05-231-3/+3
| * | | iio: pressure: Honeywell mprls0025pa pressure sensorAndreas Klinger2023-05-213-0/+464
| * | | iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-21192-192/+192
| * | | iio: ad7606: Kconfig: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-201-1/+1
| * | | iio: potentiometer: Add support for the Renesas X9250 potentiometersHerve Codina2023-05-203-0/+231
| * | | iio: imu: mpu6050: Add support for the ICM 20600 IMUHermes Zhang2023-05-135-2/+25
| * | | iio: adc: qcom-spmi-vadc: Propagate fw node label to userspaceMarijn Suijten2023-05-131-1/+18
| * | | iio: adc: qcom-spmi-adc5: Remove unnecessary datasheet_name NULL checkMarijn Suijten2023-05-131-2/+1
| * | | iio: adc: qcom-spmi-adc5: Fall back to datasheet_name instead of fwnode nameMarijn Suijten2023-05-131-1/+1
| * | | iio: adc: qcom-spmi-adc5: Use driver datasheet_name instead of DT labelMarijn Suijten2023-05-131-5/+5
| * | | iio: kx022a: Probe asynchronouslyMatti Vaittinen2023-05-132-0/+2
| * | | iio: bu27034: Probe asynchronouslyMatti Vaittinen2023-05-131-0/+1
| * | | iio: buffer: fix coding style warningsNuno Sá2023-05-131-49/+49
| * | | iio: light: Add support for TI OPT4001 light sensorStefan Windfeldt-Prytz2023-05-133-0/+479
| * | | iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-131-1/+0
| * | | iio: adc: stm32-adc: add debug info if dt uses legacy channel configSean Nyekjaer2023-05-131-0/+2
| * | | iio: light: al3320a: Handle ACPI device CALS0001Marius Hoch2023-05-131-0/+8
| * | | iio: accel: bma400: Simplify an error messageChristophe JAILLET2023-05-131-2/+1
| * | | iio: st_sensors: Add ACPI support for lsm303d to the LSM9DS0 IMU driverMarius Hoch2023-05-131-0/+7
| * | | iio: st_sensors: Add lsm303d support to the LSM9DS0 IMU driverMarius Hoch2023-05-133-1/+12
| * | | iio: magnetometer: st_accel: Add LSM303DMarius Hoch2023-05-131-0/+1