summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v6.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-02-2115-135/+750
|\
| * platform/chrome: cros_ec_typec: Fix spelling mistakeColin Ian King2023-02-081-1/+1
| * platform/chrome: cros_typec_vdm: Add Attention supportPrashant Malani2023-01-313-0/+49
| * platform/chrome: cros_typec_vdm: Fix VDO copyPrashant Malani2023-01-241-1/+3
| * platform/chrome: cros_ec_typec: allow deferred probe of switch handlesVictor Ding2023-01-241-8/+16
| * platform/chrome: cros_ec_proto: remove big stub objects from stackTzung-Bi Shih2023-01-181-5/+5
| * platform/chrome: cros_ec_uart: fix negative type promoted to highTzung-Bi Shih2023-01-181-2/+3
| * platform/chrome: cros_ec: Use per-device lockdep keyChen-Yu Tsai2023-01-131-3/+11
| * platform/chrome: fix kernel-doc warnings for panic notifierTzung-Bi Shih2023-01-131-0/+2
| * platform/chrome: cros_ec_lpc: initialize the buf variableTom Rix2023-01-111-1/+1
| * platform/chrome: cros_ec: Fix panic notifier registrationMarek Szyprowski2023-01-111-0/+1
| * platform/chrome: cros_typec_switch: Check for retimer flagPrashant Malani2023-01-101-6/+8
| * platform/chrome: cros_typec_switch: Use fwnode* prop checkPrashant Malani2023-01-101-1/+1
| * platform/chrome: cros_typec_vdm: Add VDM send supportPrashant Malani2023-01-091-0/+24
| * platform/chrome: cros_typec_vdm: Add VDM reply supportPrashant Malani2023-01-093-0/+48
| * platform/chrome: cros_ec_typec: Add initial VDM supportPrashant Malani2023-01-094-1/+57
| * platform/chrome: cros_ec_typec: Alter module name with hyphensPrashant Malani2023-01-092-2/+3
| * platform/chrome: cros_ec_typec: Move structs to headerPrashant Malani2023-01-092-76/+87
| * platform/chrome: cros_ec_typec: Update port DP VDOPrashant Malani2023-01-091-1/+1
| * platform/chrome: cros_ec_typec: Set port alt mode drvdataPrashant Malani2023-01-091-0/+2
| * platform/chrome: cros_ec_typec: Stash port driver infoPrashant Malani2023-01-091-0/+5
| * platform/chrome: cros_ec: Shutdown on EC PanicRob Barnes2023-01-061-0/+3
| * platform/chrome: cros_ec: Poll EC log on EC panicRob Barnes2023-01-062-0/+30
| * platform/chrome: cros_ec_proto: Use asm instead of asm-genericAndy Shevchenko2023-01-051-1/+2
| * platform/chrome: cros_ec_uart: fix race conditionRobert Zieba2023-01-051-1/+2
| * platform/chrome: cros_ec_uart: Add DT enumeration supportBhanu Prakash Maiya2023-01-051-0/+8
| * platform/chrome: cros_ec_uart: Add transport layerBhanu Prakash Maiya2022-12-283-0/+363
| * platform/chrome: use sysfs_emit_at() instead of scnprintf()Tzung-Bi Shih2022-12-261-22/+14
| * platform/chrome: use sysfs_emit() instead of scnprintf()ye xingchen2022-12-263-12/+9
* | Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-47/+26
|\ \
| * \ Merge back thermal control material for 6.3.Rafael J. Wysocki2023-01-231-47/+26
| |\ \
| | * | thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-47/+26
| | |/
* | | platform/x86/intel/vsec: Add support for Meteor LakeGayatri Kammela2023-02-061-0/+9
* | | platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI matchHans de Goede2023-02-021-0/+9
* | | platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255Hans de Goede2023-01-301-1/+1
* | | platform/x86/amd: pmc: add CONFIG_SERIO dependencyArnd Bergmann2023-01-301-0/+1
* | | platform/x86/amd/pmf: Ensure mutexes are initialized before useHans de Goede2023-01-301-4/+5
* | | platform/x86/amd/pmf: Fix to update SPS thermals when power supply changeShyam Sundar S K2023-01-302-0/+24
* | | platform/x86/amd/pmf: Fix to update SPS default pprof thermalsShyam Sundar S K2023-01-301-0/+3
* | | platform/x86/amd/pmf: update to auto-mode limits only after AMT eventShyam Sundar S K2023-01-301-2/+0
* | | platform/x86/amd/pmf: Add helper routine to check pprof is balancedShyam Sundar S K2023-01-303-3/+9
* | | platform/x86/amd/pmf: Add helper routine to update SPS thermalsShyam Sundar S K2023-01-304-18/+18
* | | platform/x86: thinkpad_acpi: Fix profile modes on Intel platformsMark Pearson2023-01-251-5/+6
* | | platform/x86: apple-gmux: Add apple_gmux_detect() helperHans de Goede2023-01-241-52/+18
* | | platform/x86: apple-gmux: Move port defines to apple-gmux.hHans de Goede2023-01-241-23/+0
* | | platform/x86: hp-wmi: Fix cast to smaller integer type warningHans de Goede2023-01-241-1/+1
* | | platform/x86/amd: pmc: Add a module parameter to disable workaroundsMario Limonciello2023-01-241-3/+7
* | | platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZNMario Limonciello2023-01-241-0/+50
* | | platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reportingHans de Goede2023-01-241-5/+12
* | | platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CFKevin Kuriakose2023-01-241-0/+1