index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
platform/chrome: cros_usbpd_notify: Rename cros_ec_pd_command()
Prashant Malani
1
-11
/
+9
2021-09-30
platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"
Colin Ian King
1
-2
/
+2
2021-09-28
platform/x86: thinkpad_acpi: Switch to common use of attributes
Len Baker
1
-113
/
+26
2021-09-28
platform/x86: ideapad-laptop: Add platform support for Ideapad 5 Pro 16ACH6-82L5
Kelly Anderson
1
-3
/
+24
2021-09-28
platform/x86: amd-pmc: Add a message to print resume time info
Sanket Goswami
1
-0
/
+2
2021-09-28
platform/x86: amd-pmc: Send command to dump data after clearing OS_HINT
Sanket Goswami
1
-3
/
+3
2021-09-28
platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabled
Hans de Goede
1
-43
/
+43
2021-09-27
platform/chrome: cros_ec_sensorhub: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2021-09-24
platform/chrome: cros-ec-typec: Cleanup use of check_features
Prashant Malani
1
-3
/
+2
2021-09-23
platform/chrome: cros_ec_proto: Fix check_features ret val
Prashant Malani
1
-5
/
+7
2021-09-21
platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
Tobias Jakobi
1
-0
/
+1
2021-09-21
platform/x86/intel: hid: Add DMI switches allow list
José Expósito
1
-5
/
+22
2021-09-21
platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error
Randy Dunlap
1
-2
/
+1
2021-09-21
platform/x86: dell-wmi: Recognise or support new switches
Troy Rollo
1
-10
/
+66
2021-09-21
platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX
Tobias Jakobi
1
-0
/
+1
2021-09-21
platform/x86/intel: hid: Add DMI switches allow list
José Expósito
1
-5
/
+22
2021-09-21
platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error
Randy Dunlap
1
-2
/
+1
2021-09-21
platform: lg-laptop: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-16
platform/x86: amd-pmc: Export Idlemask values based on the APU
Sanket Goswami
1
-0
/
+76
2021-09-16
platform/x86: amd-pmc: Check s0i3 cycle status
Sanket Goswami
1
-2
/
+3
2021-09-16
platform/x86: Add Intel ishtp eclite driver
K Naduvalath, Sumesh
3
-0
/
+718
2021-09-14
platform/x86: acer-wmi: use __packed instead of __attribute__((packed))
Jules Irenge
1
-7
/
+7
2021-09-14
platform/x86: wmi: more detailed error reporting in find_guid()
Barnabás Pőcze
1
-16
/
+27
2021-09-14
platform/x86: wmi: introduce helper to retrieve event data
Barnabás Pőcze
1
-22
/
+20
2021-09-14
platform/x86: wmi: introduce helper to determine type
Barnabás Pőcze
1
-11
/
+10
2021-09-14
platform/x86: wmi: introduce helper to generate method names
Barnabás Pőcze
1
-15
/
+27
2021-09-14
platform/x86: wmi: introduce helper to convert driver to WMI driver
Barnabás Pőcze
1
-12
/
+10
2021-09-14
platform/x86: wmi: simplify error handling logic
Barnabás Pőcze
1
-4
/
+3
2021-09-14
platform/x86: wmi: do not fail if disabling fails
Barnabás Pőcze
1
-1
/
+8
2021-09-14
platform/x86: wmi: improve debug messages
Barnabás Pőcze
1
-4
/
+4
2021-09-14
platform/x86: wmi: align arguments of functions
Barnabás Pőcze
1
-9
/
+10
2021-09-14
platform/x86: wmi: move variables
Barnabás Pőcze
1
-5
/
+4
2021-09-14
platform/x86: wmi: remove variable
Barnabás Pőcze
1
-4
/
+1
2021-09-14
platform/x86: wmi: use sizeof(*p) in allocation
Barnabás Pőcze
1
-1
/
+1
2021-09-14
platform/x86: wmi: use !p to check for NULL
Barnabás Pőcze
1
-2
/
+2
2021-09-14
platform/x86: wmi: use sysfs_emit()
Barnabás Pőcze
1
-9
/
+10
2021-09-14
platform/x86: wmi: make GUID block packed
Barnabás Pőcze
1
-1
/
+5
2021-09-14
platform/x86: wmi: use guid_t and guid_equal()
Barnabás Pőcze
1
-17
/
+17
2021-09-14
platform/x86: wmi: use bool instead of int
Barnabás Pőcze
1
-8
/
+8
2021-09-14
platform/x86: wmi: use BIT() macro
Barnabás Pőcze
1
-4
/
+5
2021-09-14
platform/x86: wmi: remove unnecessary checks
Barnabás Pőcze
1
-2
/
+0
2021-09-14
platform/x86: wmi: remove stray empty line
Barnabás Pőcze
1
-1
/
+0
2021-09-14
platform/x86: wmi: remove unnecessary casts
Barnabás Pőcze
1
-7
/
+5
2021-09-14
platform/x86: amd-pmc: Increase the response register timeout
Mario Limonciello
1
-1
/
+1
2021-09-14
platform/x86: wmi: remove unnecessary argument
Barnabás Pőcze
1
-5
/
+4
2021-09-14
platform/x86: wmi: remove unnecessary variable
Barnabás Pőcze
1
-4
/
+1
2021-09-14
platform/x86: wmi: remove unnecessary initializations
Barnabás Pőcze
1
-9
/
+9
2021-09-14
platform/x86: wmi: remove unnecessary initialization
Barnabás Pőcze
1
-1
/
+1
2021-09-14
platform/x86: wmi: remove commas
Barnabás Pőcze
1
-4
/
+4
2021-09-14
platform/x86: wmi: fix checkpatch warnings
Barnabás Pőcze
1
-3
/
+2
[prev]
[next]