summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel_pmc_core.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10platform/x86: intel_pmc_core: Fix spelling of MHz unitAndy Shevchenko1-1/+1
2020-01-10platform/x86: intel_pmc_core: Fix indentation in function definitionsAndy Shevchenko1-4/+5
2020-01-10platform/x86: intel_pmc_core: Put more stuff under #ifdef DEBUG_FSAndy Shevchenko1-5/+5
2020-01-10platform/x86: intel_pmc_core: Respect error code of kstrtou32_from_user()Andy Shevchenko1-6/+6
2019-12-20platform/x86: intel_pmc_core: Add Intel Elkhart Lake supportGayatri Kammela1-5/+6
2019-12-20platform/x86: intel_pmc_core: Add Intel Tiger Lake supportGayatri Kammela1-2/+44
2019-12-20platform/x86: intel_pmc_core: Make debugfs entry for pch_ip_power_gating_stat...Gayatri Kammela1-2/+3
2019-12-20platform/x86: intel_pmc_core: Create platform dependent bitmap structsGayatri Kammela1-12/+34
2019-12-20platform/x86: intel_pmc_core: Remove unnecessary assignmentsAndy Shevchenko1-2/+2
2019-12-20platform/x86: intel_pmc_core: Clean up: Remove comma after the termination lineGayatri Kammela1-5/+5
2019-11-21platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support to intel_...Gayatri Kammela1-2/+5
2019-11-21platform/x86: intel_pmc_core: Fix the SoC naming inconsistencyGayatri Kammela1-7/+7
2019-09-17Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-2/+6
2019-09-07platform/x86: intel_pmc_core: Do not ioremap RAMM. Vefa Bicakci1-2/+6
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-4/+4
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-2/+2
2019-07-25platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj1-0/+1
2019-07-08platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"Rajat Jain1-32/+8
2019-07-03platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks ...Harry Pan1-1/+4
2019-06-17platform/x86: intel_pmc: no need to check return value of debugfs_create func...Greg Kroah-Hartman1-15/+3
2019-05-06platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failureRajat Jain1-0/+105
2019-05-06platform/x86: intel_pmc_core: Convert to a platform_driverRajat Jain1-8/+57
2019-04-08platform/x86: intel_pmc_core: Mark local function staticGuenter Roeck1-1/+1
2019-02-23platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdownRajneesh Bhardwaj1-0/+34
2019-02-23platform/x86: intel_pmc_core: Add Package cstates residency infoRajneesh Bhardwaj1-0/+38
2019-02-23platform/x86: intel_pmc_core: Add ICL platform supportRajneesh Bhardwaj1-13/+46
2019-02-23platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macroRajneesh Bhardwaj1-8/+5
2019-02-23platform/x86: intel_pmc_core: Avoid a u32 overflowRajat Jain1-2/+2
2019-02-21platform/x86: intel_pmc_core: Include Reserved IP for LTRRajneesh Bhardwaj1-0/+2
2019-02-21platform/x86: intel_pmc_core: Fix file permissions for ltr_showRajneesh Bhardwaj1-1/+1
2019-02-05platform/x86: intel_pmc_core: Fix PCH IP nameRajneesh Bhardwaj1-1/+1
2019-02-05platform/x86: intel_pmc_core: Fix PCH IP sts readingRajneesh Bhardwaj1-1/+2
2019-02-05platform/x86: intel_pmc_core: Handle CFL regmap properlyRajneesh Bhardwaj1-1/+1
2018-12-10platform/x86: intel_pmc_core: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-41/+8
2018-11-10platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTRRajneesh Bhardwaj1-2/+60
2018-11-10platform/x86: intel_pmc_core: Fix LTR IGNORE Max offsetRajneesh Bhardwaj1-1/+3
2018-11-10platform/x86: intel_pmc_core: Show Latency Tolerance infoRajneesh Bhardwaj1-0/+69
2018-09-27platform/x86: intel_pmc: Convert to use SPDX identifierAndy Shevchenko1-10/+1
2018-07-02platform/x86: intel_pmc_core: Add CNP SLPS0 debug registersBox, David E1-0/+120
2018-02-04platform/x86: intel_pmc_core: Special case for CoffeelakeRajneesh Bhardwaj1-0/+14
2018-02-04platform/x86: intel_pmc_core: Add CannonLake PCH supportRajneesh Bhardwaj1-0/+85
2018-02-04platform/x86: intel_pmc_core: Read base address from LPITSrinivas Pandruvada1-1/+8
2018-02-01platform/x86: intel_pmc_core: Remove unused header fileRajneesh Bhardwaj1-1/+0
2018-01-29platform/x86: intel_pmc_core: Convert to ICPU macroRajneesh Bhardwaj1-8/+7
2018-01-29platform/x86: intel_pmc_core: Substitute PCI with CPUID enumerationSrinivas Pandruvada1-58/+31
2018-01-29platform/x86: intel_pmc_core: Refactor debugfs entriesRajneesh Bhardwaj1-24/+14
2018-01-16platform/x86: intel_pmc_core: Fix file permission warningsRajneesh Bhardwaj1-11/+7
2018-01-16platform/x86: intel_pmc_core: Change driver to a moduleSrinivas Pandruvada1-2/+13
2018-01-16platform/x86: intel_pmc_core: Remove unused EXPORTED APIRajneesh Bhardwaj1-32/+0
2017-08-13platform/x86: intel_pmc_core: Make the driver PCH family agnosticSrinivas Pandruvada1-10/+21