1. cef077e Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 4 years, 8 months ago
  2. 067fda1 iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger by Alexandru Ardelean · 4 years, 9 months ago
  3. 3009fb9 iio: st_sensors: Use get_unaligned_be24() and sign_extend32() by Andy Shevchenko · 4 years, 9 months ago
  4. e8014d8 Merge 5.7-rc3 into staging-next by Greg Kroah-Hartman · 4 years, 9 months ago
  5. 4e1d963 Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 4 years, 9 months ago
  6. c532cc6 Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 4 years, 9 months ago
  7. e450e07 iio: st_sensors: rely on odr mask to know if odr can be set by Lary Gibaud · 4 years, 9 months ago
  8. 413a103 Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 4 years, 10 months ago
  9. 317a0eb iio: cros_ec: Use Hertz as unit for sampling frequency by Gwendal Grignou · 4 years, 10 months ago
  10. cb87556 iio: cros_ec: Report hwfifo_watermark_max by Gwendal Grignou · 4 years, 10 months ago
  11. 6562793 iio: cros_ec: Expose hwfifo_timeout by Gwendal Grignou · 4 years, 10 months ago
  12. 2861be4 iio: cros_ec: Remove pm function by Gwendal Grignou · 4 years, 10 months ago
  13. aa984f1 iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO by Gwendal Grignou · 4 years, 10 months ago
  14. d9452ad iio: cros_ec: Move function description to .c file by Gwendal Grignou · 4 years, 10 months ago
  15. 38bc801 iio: st_sensors: Join string literals back by Andy Shevchenko · 4 years, 10 months ago
  16. 7da0858 iio: st_sensors: Drop unneeded casting when print error code by Andy Shevchenko · 4 years, 10 months ago
  17. 1f38527 iio: st_sensors: Drop unneeded explicit castings by Andy Shevchenko · 4 years, 10 months ago
  18. 49f20fc iio: st_sensors: Use dev_get_platdata() to get platform_data by Andy Shevchenko · 4 years, 10 months ago
  19. 9960c70 iio: st_sensors: handle memory allocation failure to fix null pointer dereference by Colin Ian King · 5 years ago
  20. 79703e0 Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 5 years ago
  21. ecb27c5 iio: st_sensors: Make use of device properties by Andy Shevchenko · 5 years ago
  22. efc7898 iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe() by Andy Shevchenko · 5 years ago
  23. 821f7ce Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 5 years ago
  24. 11f1eab cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h' by Enric Balletbo i Serra · 5 years ago
  25. de54fff iio: st_sensors: Describe function parameters in kernel-doc by Andy Shevchenko · 5 years ago
  26. 4cf01d6 iio: ssp_sensors: Convert to use GPIO descriptors by Linus Walleij · 5 years ago
  27. d60ac88 mfd / platform / iio: cros_ec: Register sensor through sensorhub by Gwendal Grignou · 5 years ago
  28. 5306747 iio / platform: cros_ec: Add cros-ec-sensorhub driver by Gwendal Grignou · 5 years ago
  29. 32b90da Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 5 years ago
  30. f6897de iio: hid-sensor-attributes: Fix divisions for 32-bit platforms by Andy Shevchenko · 5 years ago
  31. 22087c8 iio: cros_ec: set calibscale for 3d MEMS to unit vector by Gwendal Grignou · 5 years ago
  32. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  33. 47f11e0 mfd / platform: cros_ec: Move cros-ec core driver out from MFD by Enric Balletbo i Serra · 5 years ago
  34. 258128e iio: st_sensors: Fix build error by YueHaibing · 5 years ago
  35. 473d12f iio: hid-sensor-attributes: Convert to use int_pow() by Andy Shevchenko · 6 years ago
  36. 9cd15d5 iio: remove get_irq_data_ready() function pointer and use IRQ number directly by Denis Ciocca · 5 years ago
  37. ae7b02a iio: common: cros_ec_sensors: Expose cros_ec_sensors frequency range via iio sysfs by Fabien Lahoudere · 6 years ago
  38. 12bf745 iio: cros_ec: Add sign vector in core for backward compatibility by Gwendal Grignou · 6 years ago
  39. 3cf9df0 iio: common: cros_ec_sensors: determine protocol version by Fabien Lahoudere · 6 years ago
  40. 062809e iio: make st_sensors drivers use regmap by Denis Ciocca · 6 years ago
  41. 1ecd245 iio: move 3-wire spi initialization to st_sensors_spi by Denis Ciocca · 6 years ago
  42. a090965 iio:common:st_sensors: add st_sensors_get_settings_index() helper function by Denis Ciocca · 6 years ago
  43. f53199c iio: cros_ec: Remove replacing error code with -EIO by Gwendal Grignou · 6 years ago
  44. ed1f2e8 iio: cros_ec: Add calibscale for 3d MEMS by Gwendal Grignou · 6 years ago
  45. d7d170a Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 6 years ago
  46. 0451cc8 iio: cros_ec: Add lid angle driver by Gwendal Grignou · 6 years ago
  47. 90b4539 Merge 5.2-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  48. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  49. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
  50. 23004ec Merge 5.2-rc3 into staging-next by Greg Kroah-Hartman · 6 years ago
  51. fda8d26 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 by Thomas Gleixner · 6 years ago
  52. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  53. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  54. 8b7a6a3 iio: cros_ec: add 'id' sysfs entry by Gwendal Grignou · 6 years ago
  55. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  56. 37aa055 iio: cros_ec: Switch to SPDX identifier. by Enric Balletbo i Serra · 6 years ago
  57. ad9cc62 iio: cros_ec: Add kernel-doc for cros_ec_sensors_read_lpc by Gwendal Grignou · 6 years ago
  58. b921d928 iio: cros_ec: Drop unnecessary include files by Guenter Roeck · 6 years ago
  59. d626be0 drivers: iio: Kconfig: pedantic cleanup by Enrico Weigelt, metux IT consult · 6 years ago
  60. 6f9ca1d iio: common: ssp_sensors: Initialize calculated_time in ssp_common_process_data by Nathan Chancellor · 6 years ago
  61. 3d02d70 iio: cros_ec: Fix the maths for gyro scale calculation by Gwendal Grignou · 6 years ago
  62. 8611b69 iio: hid-sensor-hub: clean up indentation, remove extraneous tab by Colin Ian King · 6 years ago
  63. 2019738 iio: st_sensors: miscellaneous cleanup by Martin Kelly · 6 years ago
  64. 388008b iio: ssp_sensors: don't manually free devm managed resources by Uwe Kleine-König · 6 years ago
  65. cd570e6 iio: change strncpy+truncation to strlcpy by Dominique Martinet · 7 years ago
  66. eafdca4 Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  67. 9d569b1 Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  68. ebbdcba iio: common: hid-sensors: simplify getting .drvdata by Wolfram Sang · 7 years ago
  69. eb84ce7 iio: common: cros_ec_sensors: simplify getting .drvdata by Wolfram Sang · 7 years ago
  70. 6f92253 iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume by Hans de Goede · 7 years ago
  71. 5a0b8cb iio: cros_ec: Move cros_ec_sensors_core.h in /include by Gwendal Grignou · 7 years ago
  72. 0dad1ece iio: cros_ec: Relax sampling frequency before suspending by Gwendal Grignou · 7 years ago
  73. 13e6bac iio: common: ssp_sensors: account for const type of of_device_id.data by Julia Lawall · 7 years ago
  74. a4493f2 iio: common: ssp_sensors: use ktime_get_real_ns() timestamps by Arnd Bergmann · 7 years ago
  75. 5f045af iio: cros_ec: Remove unused variables by Paolo Cretaro · 7 years ago
  76. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  77. 449fcf3 Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  78. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  79. ad7532c iio: hid-sensor-trigger: Don't touch sensors unless user space requests by Srinivas Pandruvada · 7 years ago
  80. 7d24517 iio: common: st_sensors: check odr address value in st_sensors_set_odr() by Lorenzo Bianconi · 7 years ago
  81. a542f9a iio: st_sensors: split open-drain parameters for irq1 and irq2 by Lorenzo Bianconi · 7 years ago
  82. 2e8325f iio: st_sensors: do not always write enable_axis register by Lorenzo Bianconi · 7 years ago
  83. 75d4c6d iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones by Lorenzo Bianconi · 7 years ago
  84. e72a060 iio: st_sensors: add register mask for status register by Lorenzo Bianconi · 7 years ago
  85. 1236d6b Merge 4.14-rc4 into staging-next by Greg Kroah-Hartman · 7 years ago
  86. 069f0e0 Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 7 years ago
  87. b2e3120 Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  88. b42a362 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 7 years ago
  89. c65e3d6 iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDL by Lorenzo Bianconi · 7 years ago
  90. 8439a69 Merge 4.13-rc7 into staging-next by Greg Kroah-Hartman · 7 years ago
  91. d177f6a iio:common: drop assign iio_info.driver_module and iio_trigger_ops.owner by Jonathan Cameron · 7 years ago
  92. f1664ea iio: hid-sensor-trigger: Fix the race with user space powering up sensors by Srinivas Pandruvada · 7 years ago
  93. 8652892 Merge 4.13-rc5 into staging-next by Greg Kroah-Hartman · 7 years ago
  94. b0f847e HID: hid-sensor-hub: Force logical minimum to 1 for power and report state by Srinivas Pandruvada · 7 years ago
  95. 055655a Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  96. a7b8829 iio: accel: st_accel: add SPI-3wire support by Lorenzo Bianconi · 8 years ago
  97. 250bbbd iio: common: st_sensors: move st_sensors_of_i2c_probe() in common code by Lorenzo Bianconi · 8 years ago
  98. 0483fff iio hid-sensor-trigger: add Kconfig depends on IIO_BUFFER by Alexander Wuerstlein · 8 years ago
  99. 138bc79 iio: hid-sensor-hub: Implement batch mode by Srinivas Pandruvada · 8 years ago
  100. a78587d iio: hid-sensor-rotation: Add "scale" and "offset" properties parse support by Song Hongyan · 8 years ago