aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2024-10-22platform/x86/amd/hsmp: Move structure and macros to header fileSuma Hegde2-41/+64
2024-10-22platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointerSuma Hegde1-18/+12
2024-10-22platform/x86/amd/hsmp: Create wrapper function init_acpi()Suma Hegde1-32/+59
2024-10-22platform/x86/amd/hsmp: Create hsmp/ directorySuma Hegde5-15/+27
2024-10-22platform/x86/intel/pmc: Disable C1 auto-demotion during suspendDavid E. Box1-0/+53
2024-10-22platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()David E. Box3-6/+3
2024-10-22platform/surface: aggregator_registry: Add Surface Pro 9 5GJérôme de Bretagne1-1/+18
2024-10-22platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_dataAndy Shevchenko1-16/+17
2024-10-22platform/x86: intel_scu_ipc: Convert to check for errors firstAndy Shevchenko1-17/+18
2024-10-22platform/x86: intel_scu_ipc: Simplify code with cleanup helpersAndy Shevchenko1-40/+25
2024-10-22platform/x86: intel_scu_ipc: Replace workaround by 32-bit IOAndy Shevchenko1-10/+3
2024-10-22platform/x86: intel_scu_ipc: Unify the flow in pwr_reg_rdwr()Andy Shevchenko1-1/+1
2024-10-22platform/x86: dell-dcdbase: Replace snprintf in show functions with sysfs_emitHongling Zeng1-5/+6
2024-10-21platform/x86: dell-wmi: Ignore suspend notificationsArmin Wolf1-0/+9
2024-10-21platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula1-1/+3
2024-10-21platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off when suspended"Marek Maslanka7-64/+0
2024-10-21platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emitHongling Zeng1-3/+4
2024-10-17platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König42-46/+46
2024-10-16x86: acer-wmi: remove unused macrosBa Jing1-5/+0
2024-10-16mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU deviceAndy Shevchenko1-16/+6
2024-10-14platform/chrome: cros_ec_typec: fix missing fwnode reference decrementJavier Carrasco1-0/+1
2024-10-10asus-laptop: prefer strscpy() over strcpy()Abdul Rahim1-2/+2
2024-10-09platform/x86: wmi: Implement proper shutdown handlingArmin Wolf1-0/+27
2024-10-06Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds6-8/+22
2024-10-06platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errorsHans de Goede1-2/+4
2024-10-06platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-10-06platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada1-0/+1
2024-10-06platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada1-0/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-10-06platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf1-3/+12
2024-10-05platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade1-1/+3
2024-10-03platform/x86/intel/pmt: Correct the typo 'ACCCESS_LOCAL'WangYuli1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro19-19/+19
2024-09-29Input: novatek-nvt-ts - replace generic i2c device id with specific IC variantJoel Selvaraj1-1/+1
2024-09-30platform/chrome: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro6-6/+0
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds75-916/+2228
2024-09-18Merge tag 'chrome-platform-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds3-13/+40
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2024-09-17Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+2
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-0/+65
2024-09-16platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LEDHans de Goede1-5/+5
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-27/+6
2024-09-14platform/mellanox: mlxbf-pmc: fix lockdep warningLuiz Capitulino1-0/+5
2024-09-14platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln81-0/+8
2024-09-14platform/x86: touchscreen_dmi: add nanote-next quirkCkath1-0/+26
2024-09-12Merge tag 'platform-drivers-x86-v6.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-11/+57
2024-09-12spi: Merge up fixesMark Brown23-139/+363
2024-09-11Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2024-09-11platform/x86: asus-wmi: don't fail if platform_profile already registeredLuke D. Jones1-1/+6