index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
pressure
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-21
iio: pressure: Honeywell mprls0025pa pressure sensor
Andreas Klinger
3
-0
/
+464
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
14
-14
/
+14
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
1
-1
/
+1
2023-03-11
iio: pressure: bmp280: Add nvmem operations for BMP580
Angel Iglesias
2
-1
/
+212
2023-03-11
iio: pressure: bmp280: Add support for new sensor BMP580
Angel Iglesias
6
-12
/
+509
2023-03-11
iio: pressure: Kconfig: Delete misleading I2C reference on bmp280 title
Angel Iglesias
1
-1
/
+1
2023-03-11
iio: pressure: bmp280: Make read calibration callback optional
Angel Iglesias
1
-4
/
+6
2023-03-11
iio: pressure: bmp280: Add preinit callback
Angel Iglesias
2
-5
/
+13
2023-03-11
iio: pressure: bmp280: Use chip_info pointers for each chip as driver data
Angel Iglesias
4
-227
/
+215
2022-12-28
iio: pressure: ms5611: Switch to fully devm_ managed registration.
Jonathan Cameron
4
-27
/
+3
2022-12-28
iio: pressure: ms5611: Use devm_regulator_get_enable()
Jonathan Cameron
2
-30
/
+5
2022-11-27
Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
13
-39
/
+37
2022-11-25
Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
5
-4
/
+71
2022-11-23
iio: pressure: zpa2326_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: t5403: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: st_pressure_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-11-23
iio: pressure: ms5637: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: ms5611_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: mpl3115: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: mpl115_i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: icp10100: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-11-23
iio: pressure: hp206c: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: hp03: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: dps310: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: dlhl60d: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: abp060mg: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-11-23
iio: pressure: bmp280: convert to i2c's .probe_new()
Angel Iglesias
1
-3
/
+3
2022-11-23
iio: pressure: mpl115: Implementing low power mode by shutdown gpio
Rajat Khandelwal
4
-1
/
+68
2022-10-29
iio: pressure: ms5611: changed hardcoded SPI speed to value limited
Mitja Spes
1
-1
/
+1
2022-10-29
iio: pressure: ms5611: fixed value compensation bug
Mitja Spes
2
-32
/
+31
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-302
/
+1276
2022-09-21
iio: pressure: dps310: Reset chip after timeout
Eddie James
1
-10
/
+64
2022-09-21
iio: pressure: dps310: Refactor startup procedure
Eddie James
1
-89
/
+99
2022-09-21
iio: pressure: bmp280: Add more tunable config parameters for BMP380
Angel Iglesias
2
-27
/
+238
2022-09-21
iio: pressure: bmp280: Add support for BMP380 sensor family
Angel Iglesias
6
-3
/
+555
2022-09-21
iio: pressure: bmp280: reorder i2c device tables declarations
Angel Iglesias
1
-5
/
+5
2022-09-21
iio: pressure: bmp280: Fix alignment for DMA safety
Angel Iglesias
2
-59
/
+76
2022-09-21
iio: pressure: bmp280: simplify driver initialization logic
Angel Iglesias
1
-43
/
+83
2022-09-21
iio: pressure: bmp280: Simplify bmp280 calibration data reading
Angel Iglesias
2
-35
/
+26
2022-09-21
iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASK
Angel Iglesias
2
-46
/
+57
2022-09-21
iio: pressure: bmp280: reorder local variables following reverse xmas tree
Angel Iglesias
1
-32
/
+33
2022-09-21
iio: pressure: bmp280: fix datasheet links
Angel Iglesias
1
-3
/
+9
2022-09-21
iio: pressure: st_pressure: Add support for LPS22DF
Martyn Welch
4
-0
/
+82
2022-09-05
iio: pressure: icp10100: Switch from UNIVERSAL to DEFINE_RUNTIME_DEV_PM_OPS().
Jonathan Cameron
1
-5
/
+5
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
3
-9
/
+3
2022-08-16
iio: pressure: dlhl60d: Don't take garbage into consideration when reading data
Andy Shevchenko
1
-3
/
+2
2022-07-18
iio: cros: Register FIFO callback after sensor is registered
Gwendal Grignou
1
-3
/
+3
2022-06-21
iio: pressure: bmp280: Move symbol exports to IIO_BMP280 namespace
Jonathan Cameron
4
-3
/
+5
2022-06-14
iio: pressure: cros_ec_baro: explicitly add proper header files
Nuno Sá
1
-0
/
+1
2022-06-14
iio: pressure: dlhl60d: Drop unnecessary alignment forcing.
Jonathan Cameron
1
-1
/
+1
[next]