index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
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
2022-06-14
platform/chrome: cros_ec: Always expose last resume result
Stephen Boyd
1
-4
/
+4
2022-06-14
platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"
Colin Ian King
1
-1
/
+1
2022-06-13
platform/surface: aggregator_registry: Add support for keyboard cover on Surface Pro 8
Maximilian Luz
1
-1
/
+36
2022-06-13
platform/surface: aggregator_registry: Add KIP device hub
Maximilian Luz
1
-2
/
+101
2022-06-13
platform/surface: aggregator_registry: Change device ID for base hub
Maximilian Luz
1
-2
/
+2
2022-06-13
platform/surface: aggregator_registry: Generify subsystem hub functionality
Maximilian Luz
1
-116
/
+153
2022-06-13
platform/surface: aggregator_registry: Use client device wrappers for notifier registration
Maximilian Luz
1
-3
/
+3
2022-06-13
platform/surface: aggregator: Allow notifiers to avoid communication on unregistering
Maximilian Luz
1
-18
/
+35
2022-06-12
Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
8
-14
/
+35
2022-06-12
platform/x86: system76_acpi: Use dev_get_drvdata
Haowen Bai
1
-2
/
+2
2022-06-12
platform/x86: Drop the PMC_ATOM Kconfig option
Hans de Goede
2
-6
/
+1
2022-06-12
platform/x86/intel: hid: Add Surface Go to VGBS allow list
Duke Lee
1
-0
/
+6
2022-06-12
platform/x86: hp-wmi: Use zero insize parameter only when supported
Bedant Patnaik
1
-8
/
+15
2022-06-12
platform/x86: hp-wmi: Resolve WMI query failures on some devices
Jorge Lopez
1
-2
/
+4
2022-06-10
platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
August Wikerfors
1
-0
/
+1
2022-06-10
platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support
Piotr Chmura
1
-0
/
+1
2022-06-10
platform/x86: barco-p50-gpio: Add check for platform_driver_register
Jiasheng Jiang
1
-1
/
+4
2022-06-10
platform/x86/intel: pmc: Support Intel Raptorlake P
George D Sworo
1
-0
/
+1
2022-06-10
platform/x86/intel: Fix pmt_crashlog array reference
David Arcari
1
-1
/
+1
2022-06-10
platform/mellanox: Add static in struct declaration.
Michael Shych
1
-1
/
+1
2022-06-10
platform/mellanox: Spelling s/platfom/platform/
Geert Uytterhoeven
1
-1
/
+1
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting wake mask
Tzung-Bi Shih
1
-10
/
+14
2022-06-10
platform/chrome: cros_ec_proto: add Kunit test for getting wake mask
Tzung-Bi Shih
1
-0
/
+128
2022-06-10
platform/chrome: cros_ec_proto: return 0 on getting wake mask success
Tzung-Bi Shih
1
-1
/
+2
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting cmd mask
Tzung-Bi Shih
1
-0
/
+5
2022-06-10
platform/chrome: cros_ec_proto: add Kunit tests for getting cmd mask
Tzung-Bi Shih
1
-0
/
+197
2022-06-10
platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
Tzung-Bi Shih
1
-8
/
+13
2022-06-10
platform/chrome: cros_ec_proto: add Kunit test for getting cmd mask error
Tzung-Bi Shih
1
-0
/
+89
2022-06-10
platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
Tzung-Bi Shih
1
-8
/
+5
2022-06-10
platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
Tzung-Bi Shih
1
-4
/
+4
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
Tzung-Bi Shih
1
-3
/
+9
2022-06-10
platform/chrome: cros_ec_proto: add Kunit test for getting legacy info
Tzung-Bi Shih
1
-0
/
+49
2022-06-10
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
Tzung-Bi Shih
2
-50
/
+44
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting proto info
Tzung-Bi Shih
1
-0
/
+5
2022-06-10
platform/chrome: cros_ec_proto: add Kunit tests for getting proto info
Tzung-Bi Shih
1
-0
/
+132
2022-06-10
platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
Tzung-Bi Shih
2
-97
/
+93
2022-06-10
platform/chrome: cros_ec_proto: use cros_ec_map_error()
Tzung-Bi Shih
1
-5
/
+4
2022-06-10
platform/chrome: cros_ec_proto: remove redundant NULL check
Tzung-Bi Shih
1
-3
/
+0
2022-06-10
platform/chrome: cros_ec_proto: assign buffer size from protocol info
Tzung-Bi Shih
1
-6
/
+2
2022-06-10
platform/chrome: use macros for passthru indexes
Tzung-Bi Shih
4
-15
/
+17
2022-06-10
platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
Tzung-Bi Shih
5
-0
/
+943
2022-06-10
platform/chrome: cros_kbd_led_backlight: support EC PWM backend
Tzung-Bi Shih
2
-16
/
+99
2022-06-10
platform/chrome: cros_kbd_led_backlight: support OF match
Tzung-Bi Shih
1
-1
/
+14
2022-06-10
platform/chrome: cros_kbd_led_backlight: separate ACPI backend
Tzung-Bi Shih
1
-13
/
+69
2022-06-10
platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
Tzung-Bi Shih
1
-2
/
+2
2022-06-09
MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.
Yupeng Li
1
-1
/
+1
2022-06-08
platform/chrome: cros_ec_proto: Update size arg types
Prashant Malani
1
-2
/
+2
2022-06-08
platform/chrome: cros_ec_proto: Rename cros_ec_command function
Prashant Malani
3
-33
/
+32
2022-06-06
platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_check_result()
Tzung-Bi Shih
1
-0
/
+41
2022-06-06
platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
Tzung-Bi Shih
1
-2
/
+5
[prev]
[next]