index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-13
iio: adc: ad7791: convert to device-managed functions
Alexandru Ardelean
1
-31
/
+13
2021-06-13
iio: adc: ad7793: convert to device-managed functions
Alexandru Ardelean
1
-38
/
+15
2021-06-13
iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()
Alexandru Ardelean
1
-0
/
+60
2021-06-09
iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodes
Hans de Goede
1
-0
/
+16
2021-06-09
iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()
Hans de Goede
1
-5
/
+13
2021-06-09
iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge angle
Hans de Goede
3
-0
/
+116
2021-06-09
iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functions
Hans de Goede
3
-24
/
+4
2021-06-09
iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.h
Hans de Goede
2
-53
/
+61
2021-06-09
iio: accel: bmc150: Add support for dual-accelerometers with a DUAL250E HID
Hans de Goede
1
-7
/
+12
2021-06-09
iio: accel: bmc150: Move check for second ACPI device into a separate function
Hans de Goede
1
-29
/
+51
2021-06-09
iio: accel: bmc150: Don't make the remove function of the second accelerometer unregister itself
Hans de Goede
3
-4
/
+4
2021-06-09
iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_second_device
Hans de Goede
1
-7
/
+3
2021-06-09
iio: light: si1145: Drop use of %hhx format specifier.
Jonathan Cameron
1
-5
/
+5
2021-06-09
iio: imu: inv_mpu6050: Drop use of %hhx format string.
Jonathan Cameron
1
-3
/
+2
2021-06-09
iio: light: si1133: Drop remaining uses of %hhx format string.
Jonathan Cameron
1
-7
/
+7
2021-06-09
iio: si1133: fix format string warnings
Arnd Bergmann
1
-2
/
+2
2021-06-09
counter: stm32-timer-cnt: Add const qualifier for actions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: stm32-lptimer-cnt: Add const qualifier for actions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: microchip-tcb-capture: Add const qualifier for actions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: ftm-quaddec: Add const qualifier for actions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: 104-quad-8: Add const qualifier for actions_list array
William Breathitt Gray
1
-2
/
+2
2021-06-09
counter: stm32-timer-cnt: Add const qualifier for functions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: stm32-lptimer-cnt: Add const qualifier for functions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: microchip-tcb-capture: Add const qualifier for functions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: interrupt-cnt: Add const qualifier for functions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: 104-quad-8: Add const qualifier for functions_list array
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: 104-quad-8: Add const qualifiers for quad8_preset_register_set
William Breathitt Gray
1
-2
/
+2
2021-06-09
counter: 104-quad-8: Annotate hardware config module parameter
William Breathitt Gray
1
-1
/
+1
2021-06-09
counter: 104-quad-8: Remove pointless comment
William Breathitt Gray
1
-1
/
+0
2021-06-09
Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
176
-1380
/
+7156
2021-06-09
staging: rtl8712: Remove unnecessary alias of printk()
Fabio M. De Francesco
2
-24
/
+1
2021-06-04
staging: vchiq_core: introduce handle_poll
Stefan Wahren
1
-40
/
+52
2021-06-04
staging: vchiq_connected: move EXPORT_SYMBOL below the right function
Stefan Wahren
1
-1
/
+1
2021-06-04
staging: vchiq_core: store message id in local variable
Stefan Wahren
1
-16
/
+12
2021-06-04
staging: vchiq_core: reduce indentation in parse_open
Stefan Wahren
1
-73
/
+67
2021-06-04
staging: vchiq_core: introduce process_free_data_message
Stefan Wahren
1
-60
/
+64
2021-06-04
staging: vchiq_arm: tidy up service function naming
Stefan Wahren
3
-41
/
+41
2021-06-04
staging: vchiq_core: simplify WARN_ON conditions
Stefan Wahren
1
-6
/
+6
2021-06-04
staging: vchiq_core: introduce message specific make macros
Stefan Wahren
1
-35
/
+29
2021-06-04
staging: vchiq_core: use define for message type shift
Stefan Wahren
1
-2
/
+4
2021-06-04
staging: vchiq_core: avoid precedence issues
Stefan Wahren
1
-7
/
+7
2021-06-04
staging: vchiq_core: put spaces around operators
Stefan Wahren
1
-6
/
+6
2021-06-04
staging: vchiq_core: get the rid of vchiq_static_assert
Stefan Wahren
3
-12
/
+7
2021-06-04
staging: vchiq_core: get the rid of IS_POW2
Stefan Wahren
2
-11
/
+13
2021-06-04
staging: vchiq_core: move internals to C source
Stefan Wahren
2
-61
/
+61
2021-06-04
staging: vchiq_arm: introduce free_bulk_waiter
Stefan Wahren
1
-21
/
+16
2021-06-04
staging: vchiq_core: fix logic in poll_services_of_group
Stefan Wahren
1
-15
/
+13
2021-06-04
staging: mt7621-dts: review pcie overlay in 'gbpc1' dts file
Sergio Paracuellos
1
-6
/
+0
2021-06-04
iio: adis: Cleanout unused headers
Jonathan Cameron
11
-47
/
+0
2021-06-03
iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidth
Stephan Gerhold
1
-1
/
+1
[next]