index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
intel-ish-hid
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
HID: intel-ish-hid: Replace PCI_DEV_FLAGS_NO_D3 with pci_save_state
Kai-Heng Feng
1
-5
/
+11
2020-05-05
HID: intel-ish-hid: avoid bogus uninitialized-variable warning
Arnd Bergmann
1
-0
/
+2
2020-03-21
HID: intel-ish-hid: hbm.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-21
HID: intel-ish-hid: ishtp-dev.h: Replace zero-length array with flexible-arra...
Gustavo A. R. Silva
1
-1
/
+1
2019-12-29
HID: intel-ish-hid: ipc: Add Tiger Lake PCI device ID
Srinivas Pandruvada
2
-0
/
+2
2019-12-18
HID: intel-ish-hid: ipc: add CMP device id
Even Xu
2
-0
/
+2
2019-11-02
HID: intel-ish-hid: Spelling s/diconnect/disconnect/
Geert Uytterhoeven
1
-1
/
+1
2019-10-16
HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()
Zhang Lixu
1
-1
/
+1
2019-09-22
Merge branch 'for-5.4/ish' into for-linus
Jiri Kosina
3
-37
/
+61
2019-08-19
HID: intel-ish-hid: ipc: add EHL device id
Even Xu
2
-0
/
+2
2019-08-19
HID: intel-ish-hid: ipc: check the NO_D3 flag to distinguish resume paths
Zhang Lixu
1
-19
/
+15
2019-08-19
HID: intel-ish-hid: ipc: make ish suspend paths clear
Zhang Lixu
1
-21
/
+31
2019-08-19
HID: intel-ish-hid: ipc: set NO_D3 flag only when needed
Zhang Lixu
3
-3
/
+21
2019-07-10
Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...
Jiri Kosina
19
-158
/
+20
2019-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
3
-4
/
+17
2019-06-26
HID: remove NO_D3 flag when remove driver
Song Hongyan
1
-0
/
+1
2019-06-26
HID: intel-ish-hid: fix wrong driver_data usage
Hyungwoo Yang
2
-3
/
+16
2019-06-26
HID: intel-ish-hid: Fix a use after free in load_fw_from_host()
Dan Carpenter
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
17
-157
/
+17
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-1
/
+1
2019-05-06
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...
Jiri Kosina
11
-192
/
+1390
2019-04-23
HID: intel-ish-hid: Add Comet Lake PCI device ID
Srinivas Pandruvada
2
-0
/
+2
2019-04-04
HID: intel-ish-hid: fix spelling mistake "multipe" -> "multiple"
Colin Ian King
1
-1
/
+1
2019-04-03
HID: intel-ish-hid: ISH firmware loader client driver
Rushikesh S Kadam
3
-0
/
+1103
2019-03-19
HID: intel-ish-hid: Add interface function for PCI device pointer
Srinivas Pandruvada
1
-0
/
+13
2019-03-19
HID: intel-ish-hid: Use the new interface functions in HID ish client
Srinivas Pandruvada
3
-41
/
+35
2019-03-19
HID: intel-ish-hid: Move functions related to bus and device
Srinivas Pandruvada
3
-16
/
+26
2019-03-19
HID: intel-ish-hid: Add interface functions for struct ishtp_cl
Srinivas Pandruvada
1
-0
/
+42
2019-03-19
HID: intel-ish-hid: Move the common functions from client.h
Srinivas Pandruvada
2
-50
/
+0
2019-03-19
HID: intel-ish-hid: Store ishtp_cl_device instance in device
Srinivas Pandruvada
1
-0
/
+1
2019-03-19
HID: intel-ish-hid: Move driver registry functions
Srinivas Pandruvada
3
-31
/
+6
2019-03-19
HID: intel-ish-hid: Simplify ishtp_cl_link()
Srinivas Pandruvada
3
-12
/
+6
2019-03-19
HID: intel-ish-hid: Hide members of struct ishtp_cl_device
Srinivas Pandruvada
6
-29
/
+66
2019-03-19
HID: intel-ish-hid: Add match callback to ishtp bus type
Hong Liu
3
-4
/
+23
2019-03-18
HID: intel-ish: enable raw interface to HID devices on ISH
Hyungwoo Yang
3
-14
/
+74
2019-03-05
Merge branch 'for-5.1/i2c-hid' into for-linus
Jiri Kosina
5
-84
/
+46
2019-02-15
HID: intel-ish-hid: remove data[128] usage on stack when sending HBM request
Hong Liu
3
-63
/
+38
2019-02-15
HID: intel-ish-hid: move doorbell writing before flush
Hong Liu
1
-2
/
+2
2019-02-15
HID: intel-ish-hid: Optimize writing ipc message from queue
Hong Liu
2
-18
/
+3
2019-02-15
HID: intel-ish-hid: avoid binding wrong ishtp_cl_device
Hong Liu
1
-1
/
+3
2019-02-01
HID: intel-ish-hid: Use VID/PID from ISH
Srinivas Pandruvada
1
-2
/
+2
2019-01-24
HID: intel-ish-hid: Switch to use new generic UUID API
Andy Shevchenko
6
-21
/
+18
2019-01-24
HID: intel-ish: ipc: handle PIMR before ish_wakeup also clear PISR busy_clear...
Song Hongyan
1
-3
/
+6
2019-01-03
Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus...
Jiri Kosina
1
-1
/
+6
2018-12-19
HID: intel-ish-hid: add MSI interrupt support
Song Hongyan
1
-1
/
+6
2018-12-17
HID: intel-ish-hid: fixes incorrect error handling
Pan Bian
1
-1
/
+1
2018-10-23
Merge branch 'for-4.20/i2c-hid' into for-linus
Jiri Kosina
9
-97
/
+188
2018-09-24
HID: intel-ish-hid: Enable Ice Lake mobile
Srinivas Pandruvada
2
-0
/
+2
2018-09-24
HID: intel-ish-hid: using list_head for ipc write queue
Hong Liu
2
-19
/
+15
[next]