summaryrefslogtreecommitdiff
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-221-1/+2
|\
| * thermal/core: Remove ms based delay fieldsDaniel Lezcano2021-01-191-1/+2
* | Merge tag 'tag-chrome-platform-for-v5.12' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-02-2210-39/+66
|\ \
| * | platform/chrome: cros_ec_typec: Flush pending workPrashant Malani2021-02-111-0/+1
| * | platform/chrome: cros_ec_types: Support disconnect events without partnersRajmohan Mani2021-02-051-7/+19
| * | platform/chrome: cros_ec_typec: Skip port partner check in configure_mux()Rajmohan Mani2021-02-051-3/+0
| * | platform/chrome: cros_ec_typec: Decouple partner removalPrashant Malani2021-02-021-3/+2
| * | platform/chrome: cros_ec: Call interrupt bottom half at probe timeGwendal Grignou2021-01-221-0/+7
| * | platform/chrome: cros_ec: Call interrupt bottom half in ISH or RPMSG modeGwendal Grignou2021-01-224-17/+25
| * | platform/chrome: cros_ec_sysfs: Add cold-ap-off to sysfs reboot.Pi-Hsun Shih2021-01-201-1/+2
| * | platform/chrome: Constify static attribute_group structsRikard Falkeborn2021-01-204-4/+4
| * | platform/chrome: cros_ec_proto: Add LID and BATTERY to default maskEvan Benn2021-01-201-1/+3
| * | platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BITEvan Benn2021-01-201-5/+5
* | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-2264-1528/+12615
|\ \ \
| * | | platform/x86: intel_scu_ipc: Increase virtual timeout from 3 to 5 secondsCasey Bowman2021-02-111-1/+1
| * | | platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz2021-02-111-1/+1
| * | | Platform: OLPC: Constify static struct regulator_opsRikard Falkeborn2021-02-081-1/+1
| * | | platform/surface: Add Surface Hot-Plug driverMaximilian Luz2021-02-083-0/+302
| * | | platform/x86: intel_scu_wdt: Drop mistakenly added constAndy Shevchenko2021-02-041-1/+1
| * | | platform/x86: Kconfig: add missing selects for ideapad-laptopBarnabás Pőcze2021-02-041-0/+2
| * | | platform/x86: acer-wmi: Don't use ACPI_EXCEPTION()Hans de Goede2021-02-041-2/+2
| * | | platform/x86: thinkpad_acpi: Replace ifdef CONFIG_ACPI_PLATFORM_PROFILE with ...Hans de Goede2021-02-042-7/+1
| * | | platform/x86: thinkpad_acpi: Fix 'warning: no previous prototype for' warningsHans de Goede2021-02-041-5/+5
| * | | platform/x86: msi-wmi: Fix variable 'status' set but not used compiler warningHans de Goede2021-02-041-0/+2
| * | | platform/surface: surface3-wmi: Fix variable 'status' set but not used compil...Hans de Goede2021-02-041-1/+5
| * | | platform/x86: Move all dell drivers to their own subdirectoryMario Limonciello2021-02-0430-190/+230
| * | | platform/x86: ideapad-laptop: add "always on USB charging" control supportBarnabás Pőcze2021-02-041-9/+56
| * | | platform/x86: ideapad-laptop: add keyboard backlight control supportBarnabás Pőcze2021-02-041-1/+132
| * | | platform/x86: ideapad-laptop: send notification about touchpad state change t...Barnabás Pőcze2021-02-041-0/+1
| * | | platform/x86: ideapad-laptop: fix checkpatch warnings, more consistent styleBarnabás Pőcze2021-02-041-198/+256
| * | | Revert "platform/x86: ideapad-laptop: Switch touchpad attribute to be RO"Barnabás Pőcze2021-02-041-5/+4
| * | | platform/x86: ideapad-laptop: change 'cfg' debugfs file formatBarnabás Pőcze2021-02-041-15/+18
| * | | platform/x86: ideapad-laptop: change 'status' debugfs file formatBarnabás Pőcze2021-02-041-22/+15
| * | | platform/x86: ideapad-laptop: check for touchpad support in _CFGBarnabás Pőcze2021-02-041-5/+9
| * | | platform/x86: ideapad-laptop: check for Fn-lock support in HALSBarnabás Pőcze2021-02-041-3/+9
| * | | platform/x86: ideapad-laptop: rework is_visible() logicBarnabás Pőcze2021-02-041-25/+55
| * | | platform/x86: ideapad-laptop: rework and create new ACPI helpersBarnabás Pőcze2021-02-041-95/+77
| * | | platform/x86: ideapad-laptop: group and separate (un)related constants into e...Barnabás Pőcze2021-02-041-27/+37
| * | | platform/x86: ideapad-laptop: misc. device attribute changesBarnabás Pőcze2021-02-041-15/+15
| * | | platform/x86: ideapad-laptop: always propagate error codes from device attrib...Barnabás Pőcze2021-02-041-9/+17
| * | | platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of ...Barnabás Pőcze2021-02-041-46/+62
| * | | platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to di...Barnabás Pőcze2021-02-041-9/+17
| * | | platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-c...Barnabás Pőcze2021-02-041-4/+7
| * | | platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event...Barnabás Pőcze2021-02-041-55/+53
| * | | platform/x86: ideapad-laptop: use kobj_to_dev()Barnabás Pőcze2021-02-041-1/+1
| * | | platform/x86: ideapad-laptop: use device_{add,remove}_groupBarnabás Pőcze2021-02-041-4/+4
| * | | platform/x86: ideapad-laptop: use sysfs_emit()Barnabás Pőcze2021-02-041-10/+11
| * | | platform/x86: ideapad-laptop: add missing call to submodule destructorBarnabás Pőcze2021-02-041-0/+1
| * | | platform/x86: ideapad-laptop: sort includes lexicographicallyBarnabás Pőcze2021-02-041-12/+13
| * | | platform/x86: ideapad-laptop: use appropriately typed variable to store the r...Barnabás Pőcze2021-02-041-7/+13