1. 9db5fbe Input: synaptics-rmi4 - use new structure for SPI transfer delays by Sergiu Cuciurean · 4 years, 1 month ago
  2. 7e90989 Input: synaptics-rmi4 - fix kerneldoc warnings by Lee Jones · 4 years, 2 months ago
  3. a6977d7 Input: synaptics-rmi4 - support bootloader v8 in f34v7 by Jason A. Donenfeld · 4 years, 3 months ago
  4. 9e4c596 Input: synaptics-rmi4 - add support for F3A by Vincent Huang · 4 years, 3 months ago
  5. 261bfb3 Input: synaptics-rmi4 - rename f30_data to gpio_data by Vincent Huang · 4 years, 3 months ago
  6. 5caab2d Input: synaptics-rmi4 - fix error return code in rmi_driver_probe() by Wei Yongjun · 4 years, 8 months ago
  7. d5a5e5b Input: synaptics-rmi4 - really fix attn_data use-after-free by Evan Green · 4 years, 8 months ago
  8. e4ad153 Input: synaptics-rmi4 - set reduced reporting mode only when requested by Andrew Duggan · 4 years, 10 months ago
  9. b19efca Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  10. c5ccf2a Input: synaptics-rmi4 - switch to reduced reporting mode by Lucas Stach · 5 years ago
  11. c15f8ba Input: rmi_f54 - read from FIFO in 32 byte blocks by Hans Verkuil · 5 years ago
  12. 8ff771f Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers" by Hans Verkuil · 5 years ago
  13. afbd65f Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  14. a284e11 Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers by Hans Verkuil · 5 years ago
  15. 86bcd3a Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflash by Lucas Stach · 5 years ago
  16. 976e364 Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  17. 71c296f Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54 by Hans Verkuil · 5 years ago
  18. ba60cf9 Input: synaptics-rmi4 - destroy F54 poller workqueue when removing by Chuhong Yuan · 5 years ago
  19. 549766a Input: synaptics-rmi4 - clear IRQ enables for F54 by Lucas Stach · 5 years ago
  20. d843304 Input: synaptics-rmi4 - simplify data read in rmi_f54_work by Lucas Stach · 5 years ago
  21. 310ca2a Input: synaptics-rmi4 - remove unused result_bits mask by Andrew Duggan · 5 years ago
  22. 5d40d95 Input: synaptics-rmi4 - do not consume more data than we have (F11, F12) by Andrew Duggan · 5 years ago
  23. f6aabe1 Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver by Andrew Duggan · 5 years ago
  24. 003f01c Input: synaptics-rmi4 - fix video buffer size by Lucas Stach · 5 years ago
  25. 363c538 Input: synaptics-rmi4 - avoid processing unknown IRQs by Evan Green · 5 years ago
  26. 3ccd63d Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_params by Denis Efremov · 5 years ago
  27. ecb4183 Merge tag 'v5.2' into next by Dmitry Torokhov · 5 years ago
  28. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  29. b89a9f2 Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags' by YueHaibing · 6 years ago
  30. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  31. 2a267e7 Merge tag 'v5.1' into next by Dmitry Torokhov · 6 years ago
  32. 14e0c73 Merge branch 'next' into for-linus by Dmitry Torokhov · 6 years ago
  33. 3a34976 Input: synaptics-rmi4 - write config register values to the right offset by Lucas Stach · 6 years ago
  34. 9a95220 Input: synaptics-rmi4 - fix enum_fmt by Philipp Zabel · 6 years ago
  35. 9f6da5d4 Input: synaptics-rmi4 - fill initial format by Philipp Zabel · 6 years ago
  36. bce1a78 Input: synaptics-rmi4 - fix possible double free by Pan Bian · 6 years ago
  37. c92067a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  38. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  39. 645a397 Input: synaptics-rmi4 - fix axis-swap behavior by Lucas Stach · 7 years ago
  40. fd62929 Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts() by Wei Yongjun · 7 years ago
  41. 24d28e4 Input: synaptics-rmi4 - convert irq distribution to irq_domain by Nick Dyer · 7 years ago
  42. 839c422 Input: synaptics-rmi4 - fix an unchecked out of memory error path by Christophe JAILLET · 7 years ago
  43. d67ad78 Merge branch 'next' into for-linus by Dmitry Torokhov · 7 years ago
  44. 060403f Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01" by Nick Dyer · 7 years ago
  45. 9f87b9f Input: synaptics-rmi4 - log when we create a guest serio port by Dmitry Torokhov · 7 years ago
  46. 6abe534 Input: synaptics-rmi4 - unmask F03 interrupts when port is opened by Dmitry Torokhov · 7 years ago
  47. a1ab690 Input: synaptics-rmi4 - do not delete interrupt memory too early by Dmitry Torokhov · 7 years ago
  48. 55edde9 Input: synaptics-rmi4 - prevent UAF reported by KASAN by Nick Desaulniers · 7 years ago
  49. b6492b0 Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  50. 28f9fe5 Input: synaptic_rmi4 - remove duplicate include in F34 by Pravin Shedge · 7 years ago
  51. c251410 Merge branch 'next' into for-linus by Dmitry Torokhov · 7 years ago
  52. 0f1cd81 Merge tag 'v4.14-rc8' into next by Dmitry Torokhov · 7 years ago
  53. 26dd633 Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 by Yiannis Marangos · 7 years ago
  54. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. 3e64fcb Input: synaptics-rmi4 - limit the range of what GPIOs are buttons by Andrew Duggan · 7 years ago
  57. 60942e6 Input: synaptics-rmi4 - make array rmi_f54_report_type_names static by Colin Ian King · 7 years ago
  58. 53a7ff8 Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next by Dmitry Torokhov · 7 years ago
  59. 36a44af Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01 by Dmitry Torokhov · 7 years ago
  60. 0d4b8e3 Input: synaptics-rmi4 - constify attribute_group structures in F01 by Arvind Yadav · 7 years ago
  61. fab2f5e Input: synaptics-rmi4 - constify attribute_group structures in F34 by Arvind Yadav · 7 years ago
  62. 9768935 Input: synaptics-rmi4 - only read the F54 query registers which are used by Andrew Duggan · 8 years ago
  63. a0897d5 Input: synaptics-rmi4 - register F03 port as pass-through serio by Dmitry Torokhov · 8 years ago
  64. 49bbbfa Input: synaptics-rmi4 - use %phN to form F34 configuration ID by Dmitry Torokhov · 8 years ago
  65. 32a62b9 Input: synaptics-rmi4 - change a char type to u8 by Dan Carpenter · 8 years ago
  66. a6869e3 Input: synaptics-rmi4 - enable IRQ operation in F34 V7 by Nick Dyer · 8 years ago
  67. 25670fb Input: synaptics-rmi4 - change F12 clip to inactive border debug by Nick Dyer · 8 years ago
  68. 72fe387 Input: synaptics-rmi4 - use dev_driver_string when registering interrupt by Nick Dyer · 8 years ago
  69. 54bf089 Input: synaptics-rmi4 - when registering sensors do not call them "drivers" by Dmitry Torokhov · 8 years ago
  70. 8a7c71a Input: synaptics-rmi4 - cleanup SMbus mapping handling by Dmitry Torokhov · 8 years ago
  71. 2593cd1 Input: synaptics-rmi4 - fix endianness issue in SMBus transport by Dmitry Torokhov · 8 years ago
  72. 8cf0adf Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor by Dmitry Torokhov · 8 years ago
  73. 02a2cad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  74. b6573da Input: synaptics-rmi4 - prevent null pointer dereference in f30 by Benjamin Tissoires · 8 years ago
  75. 522214d Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button count by Benjamin Tissoires · 8 years ago
  76. 6e11617 Merge branch 'next' into for-linus by Dmitry Torokhov · 8 years ago
  77. 81dec80 Input: synaptics-rmi4 - forward upper mechanical buttons to PS/2 guest by Benjamin Tissoires · 8 years ago
  78. bf3e850 Input: synaptics-rmi4 - clean up F30 implementation by Dmitry Torokhov · 8 years ago
  79. 413d373 Input: synaptics-rmi4 - select 'SERIO' when needed by Arnd Bergmann · 8 years ago
  80. e783953 Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts() by Wei Yongjun · 8 years ago
  81. d5e6e0f Merge branch 'synaptics-rmi4' into next by Dmitry Torokhov · 8 years ago
  82. f32361b Input: synaptics-rmi4 - add rmi_find_function() by Benjamin Tissoires · 8 years ago
  83. ce363f0 Input: synaptics-rmi4 - add sysfs interfaces for hardware IDs by Nick Dyer · 8 years ago
  84. 5a89916 Input: synaptics-rmi4 - add sysfs attribute update_fw_status by Nick Dyer · 8 years ago
  85. 05e0be7 Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wake by Christophe JAILLET · 8 years ago
  86. f719315 Input: constify device_type structures by Bhumika Goyal · 8 years ago
  87. ed77bdf Input: synaptics-rmi4 - use local variables consistently by Guenter Roeck · 8 years ago
  88. 630a7fa Input: synaptics-rmi4 - correctly swap clip values if axes are swapped by Lucas Stach · 8 years ago
  89. 6d90b4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  90. 3a11c0e Input: synaptics-rmi4 - remove redundant null check on rmi_dev by Colin Ian King · 8 years ago
  91. 0c54fe7 Input: synaptics-rmi4 - check for non zero version logically dead code by Colin Ian King · 8 years ago
  92. b29c139 Input: synaptics-rmi4 - use Kconfig "if" to express dependency by Dmitry Torokhov · 8 years ago
  93. 72f0991 Merge branch 'synaptics-rmi4' into for-linus by Dmitry Torokhov · 8 years ago
  94. d7ddad0 Input: synaptics-rmi4 - fix F03 build error when serio is module by Dmitry Torokhov · 8 years ago
  95. af79ce4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  96. ebfb018 Merge branch 'synaptics-rmi4' into next by Dmitry Torokhov · 8 years ago
  97. 5191d88a Input: synaptics-rmi4 - add support for F34 V7 bootloader by Nick Dyer · 8 years ago
  98. 5d244f7 Input: synaptics-rmi4 - fix debug for sensor clip by Nick Dyer · 8 years ago
  99. ae9979c Input: synaptics-rmi4 - store the attn data in the driver by Benjamin Tissoires · 8 years ago
  100. b908d3c Input: synaptics-rmi4 - allow to add attention data by Benjamin Tissoires · 8 years ago