aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel/pmc
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/intel/pmc: Remove unneeded extern keyword in headerXi Pardee2025-02-241-6/+6
* platform/x86/intel/pmc: Remove unnecessary declarations in headerXi Pardee2025-02-249-248/+122
* platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_coreXi Pardee2025-02-244-1/+561
* platform/x86:intel/pmc: Move arch specific action to init functionXi Pardee2025-02-132-13/+21
* Merge branch 'fixes' into for-nextIlpo Järvinen2025-02-131-2/+2
|\
| * platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()Dmitry Kandybka2025-02-031-2/+2
* | platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driverXi Pardee2025-02-103-0/+40
* | platform/x86/intel/pmc: Remove simple init functionsXi Pardee2025-02-1010-102/+86
* | platform/x86:intel/pmc: Create generic_core_init() for all platformsXi Pardee2025-02-1010-147/+131
* | platform/x86/intel/pmc: Remove duplicate enumXi Pardee2025-02-104-4/+3
* | platform/x86:intel/pmc: Make tgl_core_generic_init() staticXi Pardee2025-02-102-12/+11
|/
* Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2025-01-211-3/+4
|\
| * x86/cpu: Make all all CPUID leaf names consistentDave Hansen2024-12-181-2/+2
| * x86/tsc: Move away from TSC leaf magic numbersDave Hansen2024-12-181-3/+4
* | Merge tag 'platform-drivers-x86-v6.13-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-01-101-0/+4
|\ \ | |/ |/|
| * platform/x86: intel/pmc: Fix ioremap() of bad addressDavid E. Box2025-01-071-0/+4
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-2/+2
|/
* Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-11-205-7/+57
|\
| * platform/x86/intel/pmc: Disable C1 auto-demotion during suspendDavid E. Box2024-10-221-0/+53
| * platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()David E. Box2024-10-223-6/+3
| * platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-171-1/+1
* | platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula2024-10-211-1/+3
* | platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...Marek Maslanka2024-10-217-64/+0
* | platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede2024-10-061-2/+0
|/
* Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-193-19/+82
|\
| * platform/x86: intel/pmc: Ignore all LTRs during suspendXi Pardee2024-09-112-0/+55
| * platform/x86: intel/pmc: Remove unused param idx from pmc_for_each_mode()Ilpo Järvinen2024-08-193-17/+15
| * platform/x86/intel/vsec.h: Move to include/linuxDavid E. Box2024-08-121-1/+1
| * platform/x86/intel/pmc: Show live substate requirementsKane Chen2024-08-121-1/+11
* | platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...Marek Maslanka2024-09-061-1/+1
* | platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka2024-09-068-0/+65
|/
* Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-07-182-137/+141
|\
| * platform/x86:intel/pmc: Add support to undo ltr_ignoreXi Pardee2024-07-081-6/+32
| * platform/x86:intel/pmc: Use the Elvis operatorXi Pardee2024-07-081-1/+1
| * platform/x86:intel/pmc: Use DEFINE_SHOW_STORE_ATTRIBUTE macroXi Pardee2024-07-081-14/+2
| * platform/x86:intel/pmc: Remove unneeded min_t checkXi Pardee2024-07-081-4/+2
| * platform/x86:intel/pmc: Add support to show ltr_ignore valueXi Pardee2024-07-081-2/+13
| * platform/x86:intel/pmc: Move pmc assignment closer to first usageXi Pardee2024-07-081-1/+2
| * platform/x86:intel/pmc: Convert index variables to be unsignedXi Pardee2024-07-081-22/+31
| * platform/x86:intel/pmc: Simplify mutex usage with cleanup helpersXi Pardee2024-07-081-51/+25
| * platform/x86:intel/pmc: Use the return value of pmc_core_send_msgXi Pardee2024-07-081-9/+6
| * platform/x86/intel/pmc: Switch to new Intel CPU model definesTony Luck2024-06-032-31/+31
* | platform/x86/intel: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-241-0/+1
|/
* platform/x86:intel/pmc: Enable S0ix blocker show in Lunar LakeXi Pardee2024-04-292-226/+261
* platform/x86:intel/pmc: Add support to show S0ix blocker counterXi Pardee2024-04-292-0/+44
* platform/x86:intel/pmc: Update LNL signal status mapXi Pardee2024-04-292-1/+22
* platform/x86/intel/pmc: Fix PCH names in commentsColin Ian King2024-04-292-2/+2
* platform/x86/intel/pmc: Improve PKGC residency counters debugKane Chen2024-03-122-13/+41
* platform/x86/intel/pmc/arl: Put GNA device in D3David E. Box2024-03-121-0/+2
* platform/x86/intel/pmc/lnl: Remove SSRAM supportDavid E. Box2024-03-121-34/+4