index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
pressure
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
iio: pressure: bmp280-core: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+2
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
1
-5
/
+5
2024-05-27
iio: pressure: bmp280: Fix BMP580 temperature reading
Adam Rizkalla
1
-5
/
+5
2024-05-27
iio: pressure: bmp280: Introduce new cleanup routines
Vasileios Amoiridis
1
-81
/
+84
2024-05-27
iio: pressure: bmp280: Refactorize reading functions
Vasileios Amoiridis
2
-133
/
+224
2024-05-27
iio: pressure: bmp280: Use unsigned data types for raw sensor data
Vasileios Amoiridis
1
-23
/
+22
2024-05-27
iio: pressure: bmp280: Make error checks consistent
Vasileios Amoiridis
1
-20
/
+20
2024-05-27
iio: pressure: bmp280: Remove, add and update error messages
Vasileios Amoiridis
1
-17
/
+38
2024-05-27
iio: pressure: bmp280: Remove dead error checks
Vasileios Amoiridis
1
-4
/
+0
2024-05-27
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
7
-9
/
+9
2024-05-27
iio: pressure: bmp280: Add more intuitive name for bmp180_measure()
Vasileios Amoiridis
1
-8
/
+8
2024-05-27
iio: pressure: bmp280: Add identifier names in function definitions
Vasileios Amoiridis
1
-7
/
+7
2024-05-27
iio: pressure: bmp280: Use BME prefix for BME280 specifics
Vasileios Amoiridis
3
-44
/
+46
2024-05-27
iio: pressure: bmp280: Improve indentation and line wrapping
Vasileios Amoiridis
2
-51
/
+61
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
3
-9
/
+6
2024-04-29
iio: pressure: zpa2326: use 'time_left' variable with wait_for_completion_int...
Wolfram Sang
1
-5
/
+5
2024-04-20
iio: pressure: dps310: simplify scale factor reading
Thomas Haemmerle
1
-6
/
+6
2024-04-20
iio: pressure: dps310: consistently check return value of `regmap_read`
Thomas Haemmerle
1
-1
/
+1
2024-04-20
iio: pressure: dps310: introduce consistent error handling
Thomas Haemmerle
1
-57
/
+72
2024-04-20
iio: pressure: dps310: support negative temperature values
Thomas Haemmerle
1
-5
/
+6
2024-03-28
iio: pressure: hsc030pa: Use spi_read()
Christophe JAILLET
1
-6
/
+1
2024-03-28
iio: pressure: BMP280 core driver headers sorting
Vasileios Amoiridis
1
-8
/
+8
2024-03-24
iio: pressure: Fixes SPI support for BMP3xx devices
Vasileios Amoiridis
3
-7
/
+4
2024-03-24
iio: pressure: Fixes BME280 SPI driver data
Vasileios Amoiridis
1
-2
/
+2
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-167
/
+541
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
12
-167
/
+541
2024-02-25
iio: pressure: dlhl60d: Initialize empty DLH bytes
Kees Cook
1
-4
/
+3
2024-02-24
iio: pressure: Fixes BMP38x and BMP390 SPI support
Vasileios Amoiridis
1
-1
/
+49
2024-02-19
iio: pressure: hsc030pa add triggered buffer
Petre Rodan
3
-0
/
+53
2024-02-19
iio: pressure: hsc030pa add mandatory delay
Petre Rodan
3
-0
/
+6
2024-02-19
iio: pressure: hsc030pa: update datasheet URLs
Petre Rodan
2
-3
/
+4
2024-02-19
iio: pressure: hsc030pa: include cleanup
Petre Rodan
3
-0
/
+6
2024-02-19
iio: pressure: hsc030pa: use signed type to hold div_64() result
Petre Rodan
1
-1
/
+1
2024-01-23
iio: pressure: hp206c: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
1
-4
/
+2
2024-01-23
iio: st_sensors: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
1
-4
/
+1
2024-01-23
iio: pressure: mprls0025pa add SPI driver
Petre Rodan
3
-1
/
+100
2024-01-23
iio: pressure: mprls0025pa add triplet property
Petre Rodan
1
-8
/
+97
2024-01-23
iio: pressure: mprls0025pa refactor to split core and i2c parts.
Petre Rodan
5
-132
/
+262
2024-01-23
iio: pressure: mprls0025pa whitespace cleanup
Petre Rodan
1
-18
/
+17
2024-01-23
iio: pressure: mprls0025pa remove defaults
Petre Rodan
1
-28
/
+20
2024-01-23
iio: pressure: mprls0025pa improve driver error resilience
Petre Rodan
1
-2
/
+4
2024-01-23
iio: pressure: mprls0025pa fix off-by-one enum
Petre Rodan
1
-1
/
+3
2024-01-22
iio: pressure: bmp280: Add missing bmp085 to SPI id table
Sam Protsenko
1
-0
/
+1
2023-12-11
iio: pressure: driver for Honeywell HSC/SSC series
Petre Rodan
6
-0
/
+723
2023-11-16
iio: pressure: bmp280: Add support for BMP390
Angel Iglesias
2
-1
/
+3
2023-11-16
iio: pressure: bmp280: Allow multiple chips id per family of devices
Angel Iglesias
2
-10
/
+28
2023-11-16
iio: pressure: bmp280: Rearrange vars in reverse xmas tree order
Angel Iglesias
2
-6
/
+4
2023-11-16
iio: pressure: bmp280: Use spi_get_device_match_data()
Angel Iglesias
1
-3
/
+1
2023-11-16
iio: pressure: bmp280: Use i2c_get_match_data()
Biju Das
1
-3
/
+1
2023-11-16
iio: pressure: fix some word spelling errors
Li peiyu
2
-4
/
+4
[next]