summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.19-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-06-297-53/+121
|\
| * platform/x86: hp-wmi: Ignore Sanitization Mode eventKai-Heng Feng2022-06-281-0/+3
| * platform/x86: thinkpad_acpi: do not use PSC mode on Intel platformsMark Pearson2022-06-281-0/+5
| * platform/x86: thinkpad-acpi: profile capabilities as integerMark Pearson2022-06-281-27/+18
| * platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keyp...Hans de Goede2022-06-282-0/+42
| * platform/x86: panasonic-laptop: don't report duplicate brightness key-pressesHans de Goede2022-06-282-0/+9
| * platform/x86: panasonic-laptop: revert "Resolve hotkey double trigger bug"Hans de Goede2022-06-281-6/+2
| * platform/x86: panasonic-laptop: sort includes alphabeticallyHans de Goede2022-06-281-9/+8
| * platform/x86: panasonic-laptop: de-obfuscate button codesStefan Seyfried2022-06-281-5/+11
| * platform/x86: ideapad-laptop: Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_...Hans de Goede2022-06-271-1/+7
| * platform/x86: ideapad-laptop: Add allow_v4_dytc module parameterHans de Goede2022-06-271-7/+14
| * platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resourceJean Delvare2022-06-271-0/+1
| * platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_d...Dan Carpenter2022-06-271-1/+3
| * platform/x86: intel/pmc: Add Alder Lake N support to PMC core driverGayatri Kammela2022-06-271-0/+1
* | Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-06-128-14/+35
|\|
| * platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee2022-06-121-0/+6
| * platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik2022-06-121-8/+15
| * platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez2022-06-121-2/+4
| * platform/x86: gigabyte-wmi: Add support for B450M DS3H-CFAugust Wikerfors2022-06-101-0/+1
| * platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 supportPiotr Chmura2022-06-101-0/+1
| * platform/x86: barco-p50-gpio: Add check for platform_driver_registerJiasheng Jiang2022-06-101-1/+4
| * platform/x86/intel: pmc: Support Intel Raptorlake PGeorge D Sworo2022-06-101-0/+1
| * platform/x86/intel: Fix pmt_crashlog array referenceDavid Arcari2022-06-101-1/+1
| * platform/mellanox: Add static in struct declaration.Michael Shych2022-06-101-1/+1
| * platform/mellanox: Spelling s/platfom/platform/Geert Uytterhoeven2022-06-101-1/+1
* | MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.Yupeng Li2022-06-091-1/+1
|/
* Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-05-301-86/+41
|\
| * MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmonGuenter Roeck2022-05-121-86/+41
* | Merge tag 'tag-chrome-platform-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-2612-52/+403
|\ \
| * | platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enoughTzung-Bi Shih2022-05-161-3/+6
| * | platform/chrome: cros_ec_spi: drop unneeded BUG_ON()Tzung-Bi Shih2022-05-161-2/+0
| * | platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c()Tzung-Bi Shih2022-05-161-2/+8
| * | platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()Tzung-Bi Shih2022-05-161-1/+2
| * | platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()Tzung-Bi Shih2022-05-161-2/+5
| * | platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih2022-05-166-2/+14
| * | platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()Tzung-Bi Shih2022-05-161-1/+0
| * | platform/chrome: Add ChromeOS ACPI device driverEnric Balletbo i Serra2022-05-133-0/+269
| * | platform/chrome: cros_ec_typec: Check for EC driverAkihiko Odaki2022-05-101-0/+3
| * | platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett2022-05-031-13/+26
| * | platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett2022-05-031-0/+8
| * | platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck2022-04-192-10/+42
| * | platform/chrome: cros_ec: append newline to all logsTzung-Bi Shih2022-04-181-4/+4
| * | platform/chrome: cros_ec: sort header inclusion alphabeticallyTzung-Bi Shih2022-04-181-2/+2
| * | platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()Tzung-Bi Shih2022-04-181-3/+4
| * | platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih2022-04-181-1/+0
| * | platform/chrome: cros_ec: fix error handling in cros_ec_register()Tzung-Bi Shih2022-04-181-6/+10
* | | platform/x86/intel/ifs: Add CPU_SUP_INTEL dependencyBorislav Petkov2022-05-191-1/+1
* | | platform/x86: intel_cht_int33fe: Set driver dataHeikki Krogerus2022-05-191-0/+2
* | | platform/x86: intel-hid: fix _DSM function index handlingMichael Niewöhner2022-05-191-1/+1
* | | platform/x86: toshiba_acpi: use kobj_to_dev()Minghao Chi2022-05-121-1/+1