summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2022-01-05platform/x86: x86-android-tablets: Don't return -EPROBE_DEFER from a non prob...Hans de Goede-2/+4
2022-01-05platform/x86: touchscreen_dmi: Remove the Glavey TM800A550L entryHans de Goede-21/+0
2022-01-05platform/x86: touchscreen_dmi: Enable pen support on the Chuwi Hi10 Plus and ProHans de Goede-0/+6
2022-01-05platform/x86: touchscreen_dmi: Correct min/max values for Chuwi Hi10 Pro (CWI...Hans de Goede-4/+7
2022-01-05platform/x86: Add intel_crystal_cove_charger driverHans de Goede-0/+155
2022-01-05MIPS: Loongson64: Add missing of_node_put() in ls2k_reset_init()Yang Yingliang-1/+1
2022-01-02MIPS: Loongson64: Add Loongson-2K1000 reset platform driverQing Zhang-0/+60
2021-12-30platform/x86: intel-uncore-frequency: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-12-30x86/platform/uv: use default_groups in kobj_typeGreg Kroah-Hartman-2/+4
2021-12-25platform/x86: x86-android-tablets: New driver for x86 Android tabletsHans de Goede-0/+339
2021-12-24Merge tag 'platform-drivers-x86-v5.16-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-49/+37
2021-12-23platform/x86: intel_pmc_core: fix memleak on registration failureJohan Hovold-1/+1
2021-12-23platform/x86: intel_pmc_core: fix memleak on registration failureJohan Hovold-1/+1
2021-12-23platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCsHenning Schild-21/+33
2021-12-23platform/x86: simatic-ipc: add main driver for Siemens devicesHenning Schild-0/+191
2021-12-23platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTELAndy Shevchenko-16/+1
2021-12-23platform/x86: system76_acpi: Guard System76 EC specific functionalityTim Crawford-28/+30
2021-12-23platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTELAndy Shevchenko-16/+1
2021-12-23platform/x86: system76_acpi: Guard System76 EC specific functionalityTim Crawford-28/+30
2021-12-22platform/x86/intel: Move intel_pmt from MFD to Auxiliary BusDavid E. Box-59/+528
2021-12-21platform/x86: asus-wmi: Reshuffle headers for better maintenanceAndy Shevchenko-14/+14
2021-12-21platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basisAndy Shevchenko-2/+2
2021-12-21platform/x86: asus-wmi: Join string literals backAndy Shevchenko-4/+2
2021-12-21platform/x86: apple-gmux: use resource_size() with resWang Qing-1/+1
2021-12-21platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello-1/+2
2021-12-21platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin-2/+2
2021-12-21platform/x86: think-lmi: Prevent underflow in index_store()Dan Carpenter-1/+1
2021-12-21platform/x86: apple-gmux: use resource_size() with resWang Qing-1/+1
2021-12-21platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello-1/+2
2021-12-21platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin-2/+2
2021-12-21platform/x86: amd-pmc: Add support for AMD Smart Trace BufferSanket Goswami-0/+120
2021-12-21platform/x86: amd-pmc: Simplify error handling and store the pci_dev in amd_p...Sanket Goswami-15/+25
2021-12-21platform/x86: thinkpad_acpi: support inhibit-chargeThomas Weißschuh-2/+62
2021-12-21platform/x86: thinkpad_acpi: support force-dischargeThomas Weißschuh-4/+127
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab-145/+373
2021-12-15Merge tag 'platform-drivers-x86-int3472-1' into review-hansHans de Goede-145/+373
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter-15/+58
2021-12-13platform/x86: int3472: Deal with probe ordering issuesHans de Goede-0/+7
2021-12-13platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede-1/+199
2021-12-13platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede-7/+28
2021-12-13platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede-18/+35
2021-12-13platform/x86: int3472: Split into 2 driversHans de Goede-120/+105
2021-12-07Merge tag 'platform-drivers-x86-v5.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+42
2021-12-07platform/x86: hp_accel: Use SIMPLE_DEV_PM_OPS() for PM opsAndy Shevchenko-23/+4
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz-1/+7
2021-12-07platform/x86: lenovo-yogabook-wmi: Add support for hall sensor on the backHans de Goede-1/+70
2021-12-07platform/x86: lenovo-yogabook-wmi: Add driver for Lenovo Yoga BookYauhen Kharuzhy-0/+353
2021-12-06platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede-4/+6
2021-12-06platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede-1/+5
2021-12-06platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede-4/+7