index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
pressure
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
10
-10
/
+10
*
iio: pressure: Add driver for Sensirion SDP500
Petar Stoykov
2024-08-03
3
-0
/
+166
*
iio: pressure: bmp280-core: Make read-only const array conversion_time_max st...
Colin Ian King
2024-08-03
1
-1
/
+1
*
iio: pressure: dlhl60d: make use of iio_for_each_active_channel()
Nuno Sa
2024-08-03
1
-2
/
+1
*
iio: pressure: bmp280: Sort headers alphabetically
Vasileios Amoiridis
2024-08-03
3
-4
/
+4
*
iio: pressure: bmp280: Fix waiting time for BMP3xx configuration
Vasileios Amoiridis
2024-08-03
1
-3
/
+4
*
iio: pressure: bmp280: Fix regmap for BMP280 device
Vasileios Amoiridis
2024-08-03
3
-4
/
+44
*
iio: pressure: bmp280: Add triggered buffer support
Vasileios Amoiridis
2024-08-03
4
-19
/
+405
*
iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them
Vasileios Amoiridis
2024-08-03
1
-13
/
+83
*
iio: pressure: bmp280: Generalize read_*() functions
Vasileios Amoiridis
2024-08-03
2
-73
/
+108
*
iio: pressure: bmp280: Constify struct regmap_bus
Javier Carrasco
2024-07-29
1
-3
/
+3
*
iio: pressure: bmp280-core: make use of regmap_clear_bits()
Trevor Gamblin
2024-06-25
1
-2
/
+2
*
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
2024-06-17
1
-5
/
+5
|
\
|
*
iio: pressure: bmp280: Fix BMP580 temperature reading
Adam Rizkalla
2024-05-27
1
-5
/
+5
*
|
iio: pressure: bmp280: Introduce new cleanup routines
Vasileios Amoiridis
2024-05-27
1
-81
/
+84
*
|
iio: pressure: bmp280: Refactorize reading functions
Vasileios Amoiridis
2024-05-27
2
-133
/
+224
*
|
iio: pressure: bmp280: Use unsigned data types for raw sensor data
Vasileios Amoiridis
2024-05-27
1
-23
/
+22
*
|
iio: pressure: bmp280: Make error checks consistent
Vasileios Amoiridis
2024-05-27
1
-20
/
+20
*
|
iio: pressure: bmp280: Remove, add and update error messages
Vasileios Amoiridis
2024-05-27
1
-17
/
+38
*
|
iio: pressure: bmp280: Remove dead error checks
Vasileios Amoiridis
2024-05-27
1
-4
/
+0
*
|
iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-27
7
-9
/
+9
*
|
iio: pressure: bmp280: Add more intuitive name for bmp180_measure()
Vasileios Amoiridis
2024-05-27
1
-8
/
+8
*
|
iio: pressure: bmp280: Add identifier names in function definitions
Vasileios Amoiridis
2024-05-27
1
-7
/
+7
*
|
iio: pressure: bmp280: Use BME prefix for BME280 specifics
Vasileios Amoiridis
2024-05-27
3
-44
/
+46
*
|
iio: pressure: bmp280: Improve indentation and line wrapping
Vasileios Amoiridis
2024-05-27
2
-51
/
+61
|
/
*
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
2024-05-08
3
-9
/
+6
|
\
|
*
iio: pressure: Fixes SPI support for BMP3xx devices
Vasileios Amoiridis
2024-03-24
3
-7
/
+4
|
*
iio: pressure: Fixes BME280 SPI driver data
Vasileios Amoiridis
2024-03-24
1
-2
/
+2
*
|
iio: pressure: zpa2326: use 'time_left' variable with wait_for_completion_int...
Wolfram Sang
2024-04-29
1
-5
/
+5
*
|
iio: pressure: dps310: simplify scale factor reading
Thomas Haemmerle
2024-04-20
1
-6
/
+6
*
|
iio: pressure: dps310: consistently check return value of `regmap_read`
Thomas Haemmerle
2024-04-20
1
-1
/
+1
*
|
iio: pressure: dps310: introduce consistent error handling
Thomas Haemmerle
2024-04-20
1
-57
/
+72
*
|
iio: pressure: dps310: support negative temperature values
Thomas Haemmerle
2024-04-20
1
-5
/
+6
*
|
iio: pressure: hsc030pa: Use spi_read()
Christophe JAILLET
2024-03-28
1
-6
/
+1
*
|
iio: pressure: BMP280 core driver headers sorting
Vasileios Amoiridis
2024-03-28
1
-8
/
+8
|
/
*
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-21
12
-167
/
+541
|
\
|
*
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2024-02-25
12
-167
/
+541
|
|
\
|
|
*
iio: pressure: hsc030pa add triggered buffer
Petre Rodan
2024-02-19
3
-0
/
+53
|
|
*
iio: pressure: hsc030pa add mandatory delay
Petre Rodan
2024-02-19
3
-0
/
+6
|
|
*
iio: pressure: hsc030pa: update datasheet URLs
Petre Rodan
2024-02-19
2
-3
/
+4
|
|
*
iio: pressure: hsc030pa: include cleanup
Petre Rodan
2024-02-19
3
-0
/
+6
|
|
*
iio: pressure: hsc030pa: use signed type to hold div_64() result
Petre Rodan
2024-02-19
1
-1
/
+1
|
|
*
iio: pressure: hp206c: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
2024-01-23
1
-4
/
+2
|
|
*
iio: st_sensors: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
2024-01-23
1
-4
/
+1
|
|
*
iio: pressure: mprls0025pa add SPI driver
Petre Rodan
2024-01-23
3
-1
/
+100
|
|
*
iio: pressure: mprls0025pa add triplet property
Petre Rodan
2024-01-23
1
-8
/
+97
|
|
*
iio: pressure: mprls0025pa refactor to split core and i2c parts.
Petre Rodan
2024-01-23
5
-132
/
+262
|
|
*
iio: pressure: mprls0025pa whitespace cleanup
Petre Rodan
2024-01-23
1
-18
/
+17
|
|
*
iio: pressure: mprls0025pa remove defaults
Petre Rodan
2024-01-23
1
-28
/
+20
|
|
*
iio: pressure: mprls0025pa improve driver error resilience
Petre Rodan
2024-01-23
1
-2
/
+4
[next]