summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\
| * Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-145-5/+10
| |\
| | * platform/mellanox: mlxreg-hotplug: Revert "move to use request_irq by IRQF_NO...Mykola Kostenok2021-06-041-2/+2
| | * platform/surface: dtx: Add missing mutex_destroy() call in failure pathMaximilian Luz2021-06-041-0/+1
| | * platform/surface: aggregator: Fix event disable functionMaximilian Luz2021-06-031-1/+1
| | * platform/x86: thinkpad_acpi: Add X1 Carbon Gen 9 second fan supportTil Jasper Ullrich2021-05-271-0/+1
| | * platform/surface: aggregator_registry: Add support for 13" Intel Surface Lapt...Maximilian Luz2021-05-251-0/+3
| | * platform/surface: aggregator_registry: Update comments for 15" AMD Surface La...Maximilian Luz2021-05-251-2/+2
| * | Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-3112-67/+159
| |\|
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-06-301-3/+1
|\ \ \
| * \ \ Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina2021-06-301-3/+1
| |\ \ \ | | |_|/ | |/| |
| | * | HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König2021-03-081-3/+1
* | | | platform/x86: dell-wmi-sysman: Change user experience when Admin/System Passw...Prasanth KSR2021-06-281-2/+2
* | | | platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle...Dan Carpenter2021-06-281-2/+2
* | | | platform/x86: think-lmi: Move kfree(setting->possible_values) to tlmi_attr_se...Hans de Goede2021-06-281-1/+1
* | | | platform/x86: think-lmi: Split current_value to reflect only the valueMario Limonciello2021-06-281-2/+7
* | | | platform/x86: think-lmi: Fix issues with duplicate attributesMario Limonciello2021-06-281-0/+11
* | | | platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length st...Hans de Goede2021-06-221-8/+3
* | | | platform/x86: intel_cht_int33fe: Move to its own subfolderAndy Shevchenko2021-06-2210-28/+31
* | | | platform/x86: intel_skl_int3472: Move to intel/ subfolderAndy Shevchenko2021-06-2211-3/+32
* | | | platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_clock()Andy Shevchenko2021-06-223-3/+10
* | | | platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_regulator()Andy Shevchenko2021-06-223-2/+10
* | | | platform/x86: intel_skl_int3472: Use ACPI GPIO resource directlyAndy Shevchenko2021-06-223-20/+17
* | | | platform/x86: intel_skl_int3472: Fix dependencies (drop CLKDEV_LOOKUP)Andy Shevchenko2021-06-221-1/+1
* | | | platform/x86: intel_skl_int3472: Free ACPI device resources after useAndy Shevchenko2021-06-221-7/+6
* | | | platform/x86: Remove "default n" entriesAndy Shevchenko2021-06-222-2/+0
* | | | platform/x86: ISST: Use numa node id for cpu pci dev mappingSrinivas Pandruvada2021-06-181-2/+46
* | | | platform/x86: ISST: Optimize CPU to PCI device mappingSrinivas Pandruvada2021-06-181-5/+24
* | | | platform/x86: Add intel_skl_int3472 driverDaniel Scally2021-06-169-0/+1012
* | | | Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede2021-06-163-17/+18
|\ \ \ \
| * | | | ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-073-17/+18
| | |_|/ | |/| |
* | | | Merge tag 'platform-drivers-x86-goodix-v5.14-1' into review-hansHans de Goede2021-06-161-0/+85
|\ \ \ \
| * | | | platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A5...Hans de Goede2021-05-201-0/+21
| * | | | platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix ...Hans de Goede2021-05-201-0/+8
| * | | | Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede2021-05-201-0/+56
| |/ / /
* | | | platform/x86: think-lmi: Add missing MODULE_DEVICE_TABLEZou Wei2021-06-161-0/+1
* | | | platform/x86: think-lmi: Avoid potential read before start of the bufferHans de Goede2021-06-161-1/+4
* | | | platform/x86: think-lmi: Fix check for admin password being setHans de Goede2021-06-161-2/+2
* | | | platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global staticHans de Goede2021-06-162-2/+2
* | | | platform/x86: intel_ips: fix set but unused warning in read_mgtvyangerkun2021-06-161-1/+1
* | | | x86/platform/uv: Constify static attribute_group structRikard Falkeborn2021-06-161-2/+2
* | | | platform/x86: tc1100-wmi: Constify static attribute_group structRikard Falkeborn2021-06-161-1/+1
* | | | platform/x86: intel_pmt_crashlog: Constify static attribute_group structRikard Falkeborn2021-06-161-1/+1
* | | | platform/x86: hdaps: Constify static attribute_group structRikard Falkeborn2021-06-161-1/+1
* | | | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | | | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | | | platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz2021-06-161-1/+1
* | | | platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz2021-06-161-1/+1
* | | | platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz2021-06-161-0/+16