summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | platform/x86: dell-ddv: Return error if buffer is emptyArmin Wolf2023-02-031-5/+12
| * | | | | platform/x86: dell-ddv: Add support for interface version 3Armin Wolf2023-02-031-2/+4
| * | | | | platform/x86: hp-wmi: Ignore Win-Lock key eventsRishit Bansal2023-02-021-0/+2
| * | | | | platform/x86: apple_gmux: Drop no longer used ACPI_VIDEO Kconfig dependencyHans de Goede2023-02-021-1/+0
| * | | | | platform/x86: int1092: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-02-021-8/+7
| * | | | | platform/x86: intel/pmc: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-02-021-3/+3
| * | | | | platform/surface: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-02-021-10/+3
| * | | | | platform/surface: aggregator: Rename top-level request functions to avoid amb...Maximilian Luz2023-02-025-24/+24
| * | | | | platform/surface: aggregator_registry: Fix target-ID of base-hubMaximilian Luz2023-02-022-2/+2
| * | | | | platform/surface: aggregator: Enforce use of target-ID enum in device ID macrosMaximilian Luz2023-02-024-6/+6
| * | | | | platform/surface: dtx: Use target-ID enum instead of hard-coding valuesMaximilian Luz2023-02-021-9/+9
| * | | | | platform/surface: aggregator_tabletsw: Use target-ID enum instead of hard-cod...Maximilian Luz2023-02-021-3/+3
| * | | | | platform/surface: aggregator_hub: Use target-ID enum instead of hard-coding v...Maximilian Luz2023-02-021-2/+2
| * | | | | platform/surface: aggregator: Add target and source IDs to command trace eventsMaximilian Luz2023-02-021-6/+67
| * | | | | platform/surface: aggregator: Improve documentation and handling of message t...Maximilian Luz2023-02-023-13/+14
| * | | | | platform/x86: intel: punit_ipc: Drop empty platform remove functionUwe Kleine-König2023-02-021-6/+0
| * | | | | platform/x86: intel: oaktrail: Drop empty platform remove functionUwe Kleine-König2023-02-021-6/+0
| * | | | | platform/x86: acerhdf: Drop empty platform remove functionUwe Kleine-König2023-02-021-6/+0
| |/ / / /
* | | | | 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
| | |/ / /