index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
intel-ish-hid
/
ishtp
/
bus.c
Age
Commit message (
Expand
)
Author
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-06-04
HID: intel-ish-hid: add MODULE_DESCRIPTION()
Jeff Johnson
2024-06-04
HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc
Jeff Johnson
2024-02-13
HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend
Even Xu
2024-01-02
HID: make ishtp_cl_bus_type const
Greg Kroah-Hartman
2023-04-12
Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-03-28
HID: intel-ish-hid: Fix kernel panic during warm reset
Tanu Malhotra
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2021-11-11
HID: intel-ish-hid: fix module device-id handling
Arnd Bergmann
2021-11-09
HID: intel-ish-hid: use constants for modaliases
Thomas Weißschuh
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-07-15
HID: intel-ish-hid: use async resume function
Ye Xiang
2021-04-07
HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
Lee Jones
2021-04-07
HID: intel-ish: Supply some missing param descriptions
Lee Jones
2021-03-08
HID: intel-ish-hid: Make remove callback return void
Uwe Kleine-König
2021-03-08
HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()
Uwe Kleine-König
2021-03-08
HID: intel-ish-hid: Drop if block with an always false condition
Uwe Kleine-König
2020-09-22
HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()
Qinglang Miao
2019-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2019-06-26
HID: intel-ish-hid: fix wrong driver_data usage
Hyungwoo Yang
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-03-19
HID: intel-ish-hid: Add interface function for PCI device pointer
Srinivas Pandruvada
2019-03-19
HID: intel-ish-hid: Move functions related to bus and device
Srinivas Pandruvada
2019-03-19
HID: intel-ish-hid: Store ishtp_cl_device instance in device
Srinivas Pandruvada
2019-03-19
HID: intel-ish-hid: Move driver registry functions
Srinivas Pandruvada
2019-03-19
HID: intel-ish-hid: Hide members of struct ishtp_cl_device
Srinivas Pandruvada
2019-03-19
HID: intel-ish-hid: Add match callback to ishtp bus type
Hong Liu
2019-03-05
Merge branch 'for-5.1/i2c-hid' into for-linus
Jiri Kosina
2019-02-15
HID: intel-ish-hid: remove data[128] usage on stack when sending HBM request
Hong Liu
2019-02-15
HID: intel-ish-hid: avoid binding wrong ishtp_cl_device
Hong Liu
2019-01-24
HID: intel-ish-hid: Switch to use new generic UUID API
Andy Shevchenko
2018-09-24
HID: intel-ish-hid: ishtp: add helper function for client search
Even Xu
2018-09-24
HID: intel-ish-hid: ishtp: add helper function for driver data get/set
Even Xu
2018-04-26
HID: intel-ish-hid: use put_device() instead of kfree()
Arvind Yadav
2017-06-09
hid: intel-ish-hid: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
2017-02-14
HID: intel-ish-hid: constify device_type structure
Bhumika Goyal
2016-12-02
HID: intel_ish-hid: use %pUL for uuid formatting
Rasmus Villemoes
2016-08-29
HID: intel_ish-hid: Remove duplicated include from bus.c
Wei Yongjun
2016-08-29
HID: intel_ish-hid: Convert list_for_each to entry variant
Wei Yongjun
2016-08-17
HID: intel_ish-hid: ISH Transport layer
Srinivas Pandruvada