index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
/
sht15.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-20
Input: goodix - provide some missing function parameter descriptions
Lee Jones
1
-0
/
+3
2020-11-20
Input: mc13783-pwrbutton - file headers are not good candidates for kernel-doc
Lee Jones
1
-1
/
+1
2020-11-20
Input: xpad - demote non-conformant kernel-doc header
Lee Jones
1
-1
/
+1
2020-11-20
Input: adp5589-keys - use BIT()
Dmitry Torokhov
1
-34
/
+35
2020-11-20
Input: adp5589-keys - mark suspend and resume methods as __maybe_unused
Dmitry Torokhov
1
-4
/
+2
2020-11-19
Input: adp5589-keys - use devm_add_action_or_reset() for register clear
Alexandru Ardelean
1
-10
/
+13
2020-11-19
Input: adp5589-keys - use devm_gpiochip_add_data() for gpios
Alexandru Ardelean
1
-20
/
+2
2020-11-19
Input: adp5589-keys - remove setup/teardown hooks for gpios
Alexandru Ardelean
2
-28
/
+0
2020-11-19
Input: adp5589-keys - use device-managed function in adp5589_keypad_add()
Alexandru Ardelean
1
-31
/
+10
2020-11-19
Input: adp5589-keys - use devm_kzalloc() to allocate the kpad object
Alexandru Ardelean
1
-9
/
+4
2020-11-18
Input: atmel_mxt_ts - support regulator supplies
Linus Walleij
1
-1
/
+36
2020-11-18
Input: atmel_mxt_ts - convert bindings to YAML and extend
Linus Walleij
3
-42
/
+82
2020-11-18
Input: atmel_mxt_ts - fix up inverted RESET handler
Linus Walleij
11
-12
/
+14
2020-11-18
Input: elan_i2c_core - move header inclusion inside
Lee Jones
1
-1
/
+1
2020-11-18
Input: ads7846 - drop unneeded asm/irq.h include
Dmitry Torokhov
1
-1
/
+0
2020-11-18
Input: ads7846 - fix unaligned access on 7845
Dmitry Torokhov
1
-1
/
+2
2020-11-18
Input: ads7846 - fix integer overflow on Rt calculation
Oleksij Rempel
1
-2
/
+3
2020-11-18
Input: ads7846 - convert to full duplex
Oleksij Rempel
1
-130
/
+62
2020-11-18
Input: ads7846 - fix race that causes missing releases
David Jander
1
-18
/
+26
2020-11-13
Input: imx6ul_tsc - remove set but unused variable 'value'
Lee Jones
1
-2
/
+1
2020-11-13
Input: samsung-keypad - remove set but unused variable 'var'
Lee Jones
1
-2
/
+1
2020-11-12
Input: st1232 - add support resolution reading
Andrej Valek
1
-16
/
+36
2020-11-10
Input: synaptics-rmi4 - fix kerneldoc warnings
Lee Jones
5
-115
/
+149
2020-11-09
Input: cyttsp4 - move 'cyttsp4_tch_abs_string' to the only file that referenc...
Lee Jones
2
-14
/
+14
2020-11-09
Input: resistive-adc-touch - struct headers should start with 'struct <name>'
Lee Jones
1
-1
/
+1
2020-11-09
Input: analog - fix formatting of error code
Zhang Qilong
1
-1
/
+1
2020-11-09
Input: cyapa_gen5 - fix obvious abuse of kernel-doc format
Lee Jones
1
-2
/
+2
2020-11-09
Input: cyapa - fix misnaming of 'cyapa_i2c_write's 'reg' param
Lee Jones
1
-1
/
+1
2020-11-09
Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc header
Lee Jones
1
-1
/
+1
2020-11-09
Input: cros_ec_keyb - struct headers should start with 'struct <name>'
Lee Jones
1
-4
/
+5
2020-11-09
Input: gpio_keys - fix misnamed function parameter 'dev'
Lee Jones
1
-1
/
+1
2020-11-09
Input: elantech - demote obvious abuse of kernel-doc header
Lee Jones
1
-1
/
+1
2020-11-09
Input: pmic8xxx-keypad - fix kernel-doc formatting
Lee Jones
1
-11
/
+11
2020-11-09
Input: nomadik-ske-keypad - provide some missing struct member docs
Lee Jones
1
-0
/
+2
2020-11-09
Input: drv2667 - fix formatting and add missing member docs
Lee Jones
1
-6
/
+8
2020-11-09
Input: drv2665 - fix formatting expected by kernel-doc
Lee Jones
1
-5
/
+5
2020-11-09
Input: drv260x - fix kernel-doc formatting and remove one abuse
Lee Jones
1
-13
/
+13
2020-11-09
Input: ads7846 - use kobj_to_dev() API
Wang Qing
1
-1
/
+1
2020-11-09
Input: ektf2127 - add support for eKTF2132 touchscreen
Jonathan Neuschäfer
1
-1
/
+31
2020-11-09
dt-bindings: input: ektf2127: Add elan,ektf2132 compatible string
Jonathan Neuschäfer
1
-1
/
+1
2020-10-11
Linux 5.9
v5.9
Linus Torvalds
1
-1
/
+1
2020-10-11
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
3
-2
/
+19
2020-10-11
mm: validate inode in mapping_set_error()
Minchan Kim
1
-1
/
+2
2020-10-11
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
1
-1
/
+5
2020-10-11
MAINTAINERS: Antoine Tenart's email address
Antoine Tenart
2
-3
/
+4
2020-10-11
MAINTAINERS: change hardening mailing list
Kees Cook
2
-2
/
+3
2020-10-11
cifs: Fix incomplete memory allocation on setxattr path
Vladimir Zapolskiy
1
-1
/
+1
2020-10-11
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
1
-0
/
+12
2020-10-10
i2c: owl: Clear NACK and BUS error bits
Cristian Ciocaltea
1
-0
/
+6
2020-10-10
Revert "i2c: imx: Fix reset of I2SR_IAL flag"
Wolfram Sang
1
-15
/
+5
[next]