index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: imu: adis16460: check ret val for non-zero vs less-than-zero
Alexandru Ardelean
2019-11-03
1
-4
/
+4
*
iio: imu: adis16400: check ret val for non-zero vs less-than-zero
Alexandru Ardelean
2019-11-03
1
-11
/
+11
*
iio: gyro: adis16136: check ret val for non-zero vs less-than-zero
Alexandru Ardelean
2019-11-03
1
-12
/
+12
*
iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positions
Alexandru Ardelean
2019-11-02
1
-8
/
+11
*
iio: dln2-adc: fix iio_triggered_buffer_postenable() position
Alexandru Ardelean
2019-11-02
1
-6
/
+14
*
staging: rts5208: Eliminate the use of Camel Case in file sd.h
Gabriela Bittencourt
2019-11-01
1
-1
/
+1
*
staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}
Gabriela Bittencourt
2019-11-01
2
-7
/
+7
*
staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}
Gabriela Bittencourt
2019-11-01
2
-78
/
+78
*
staging: exfat: replace kmalloc with kmalloc_array
Roi Martin
2019-11-01
1
-4
/
+4
*
drivers/staging/exfat: Replace binary semaphores for mutexes
Davidlohr Bueso
2019-11-01
2
-43
/
+43
*
Merge tag 'iio-for-5.5b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2019-11-01
90
-2729
/
+7368
|
\
|
*
dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsrx device bindings
Lorenzo Bianconi
2019-10-27
1
-0
/
+1
|
*
iio: imu: st_lsm6dsx: add support to LSM6DSRX
Lorenzo Bianconi
2019-10-27
6
-5
/
+21
|
*
iio: st: Drop GPIO include
Linus Walleij
2019-10-27
4
-4
/
+0
|
*
iio: adc: hx711: optimize performance in read cycle
Andreas Klinger
2019-10-22
1
-17
/
+5
|
*
iio: adc: stm32-adc: fix kernel-doc warnings
Fabrice Gasnier
2019-10-22
2
-13
/
+19
|
*
iio: pressure: zpa2326: fix iio_triggered_buffer_postenable position
Alexandru Ardelean
2019-10-22
1
-7
/
+9
|
*
iio: chemical: sgp30: drop excess semicolon
Jonathan Cameron
2019-10-22
1
-1
/
+1
|
*
iio: adc: twl4030: Use false / true instead of 0 / 1 with booleans
Jonathan Cameron
2019-10-22
1
-9
/
+9
|
*
dt-bindings: iio: Add ltc2983 documentation
Nuno Sá
2019-10-22
2
-0
/
+481
|
*
iio: temperature: Add support for LTC2983
Nuno Sá
2019-10-22
4
-0
/
+1576
|
*
iio: pressure: bmp280: use devm action and remove labels from probe
Bartosz Golaszewski
2019-10-22
4
-45
/
+30
|
*
iio: pressure: bmp280: use bulk regulator ops
Bartosz Golaszewski
2019-10-22
1
-39
/
+30
|
*
iio: imu: Add support for the FXOS8700 IMU
Robert Jones
2019-10-22
6
-0
/
+821
|
*
dt-bindings: iio: imu: add fxos8700 imu binding
Robert Jones
2019-10-22
1
-0
/
+76
|
*
staging: iio: ad9834: add a check for devm_clk_get
Chuhong Yuan
2019-10-18
1
-0
/
+4
|
*
iio: adc: xilinx-xadc: use devm_platform_ioremap_resource
Jonathan Cameron
2019-10-18
1
-3
/
+1
|
*
iio: temp: maxim thermocouple: Drop unneeded semi colon.
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: adc: meson_saradc: use devm_platform_ioremap_resource
Jonathan Cameron
2019-10-18
1
-3
/
+1
|
*
iio: adc: exynos: use devm_platform_ioremap_resource
Jonathan Cameron
2019-10-18
1
-3
/
+1
|
*
iio: adc: exynos: Drop a stray semicolon
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: proximity: pulsedlight v2: Tidy up an endian issue
Jonathan Cameron
2019-10-18
1
-2
/
+3
|
*
iio: pressure: bmp280 endian tidy ups
Jonathan Cameron
2019-10-18
1
-7
/
+9
|
*
iio: gyro: mpu3050: Explicity make a 'poison' value big endian
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: chemical: sps30: Explicity truncate constant by masking
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: adc: stmpe-adc: Cleanup endian type of local variable
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: adc: mcp320x: Tidy up endian types in type cast.
Jonathan Cameron
2019-10-18
1
-1
/
+1
|
*
iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.
Jonathan Cameron
2019-10-18
1
-2
/
+2
|
*
counter: Fix typo in action_get description
William Breathitt Gray
2019-10-18
1
-1
/
+1
|
*
docs: driver-api: generic-counter: Update Count and Signal data types
William Breathitt Gray
2019-10-18
1
-70
/
+92
|
*
counter: Simplify the count_read and count_write callbacks
William Breathitt Gray
2019-10-18
7
-212
/
+51
|
*
Merge branch 'ib-ab8500-5.4-rc1' into HEAD
Jonathan Cameron
2019-10-18
16
-1939
/
+1495
|
|
\
|
|
*
mfd: Switch the AB8500 GPADC to IIO
Linus Walleij
2019-10-18
5
-1873
/
+0
|
|
*
iio: adc: New driver for the AB8500 GPADC
Linus Walleij
2019-10-18
4
-0
/
+1230
|
|
*
mfd: ab8500: Augment DT bindings
Linus Walleij
2019-10-18
1
-0
/
+119
|
|
*
hwmon: ab8500: Convert to IIO ADC
Linus Walleij
2019-10-18
2
-25
/
+43
|
|
*
power: supply: ab8500_fg: Convert to IIO ADC
Linus Walleij
2019-10-18
1
-8
/
+15
|
|
*
power: supply: ab8500_charger: Convert to IIO ADC
Linus Walleij
2019-10-18
1
-20
/
+58
|
|
*
power: supply: ab8500_btemp: Convert to IIO ADC
Linus Walleij
2019-10-18
2
-13
/
+30
[next]