summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_pmc_core.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: intel_pmc_core: Fix spelling of MHz unitAndy Shevchenko2020-01-101-1/+1
* platform/x86: intel_pmc_core: Fix indentation in function definitionsAndy Shevchenko2020-01-101-4/+5
* platform/x86: intel_pmc_core: Put more stuff under #ifdef DEBUG_FSAndy Shevchenko2020-01-101-5/+5
* platform/x86: intel_pmc_core: Respect error code of kstrtou32_from_user()Andy Shevchenko2020-01-101-6/+6
* platform/x86: intel_pmc_core: Add Intel Elkhart Lake supportGayatri Kammela2019-12-201-5/+6
* platform/x86: intel_pmc_core: Add Intel Tiger Lake supportGayatri Kammela2019-12-201-2/+44
* platform/x86: intel_pmc_core: Make debugfs entry for pch_ip_power_gating_stat...Gayatri Kammela2019-12-201-2/+3
* platform/x86: intel_pmc_core: Create platform dependent bitmap structsGayatri Kammela2019-12-201-12/+34
* platform/x86: intel_pmc_core: Remove unnecessary assignmentsAndy Shevchenko2019-12-201-2/+2
* platform/x86: intel_pmc_core: Clean up: Remove comma after the termination lineGayatri Kammela2019-12-201-5/+5
* platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support to intel_...Gayatri Kammela2019-11-211-2/+5
* platform/x86: intel_pmc_core: Fix the SoC naming inconsistencyGayatri Kammela2019-11-211-7/+7
* Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-09-161-2/+6
|\
| * platform/x86: intel_pmc_core: Do not ioremap RAMM. Vefa Bicakci2019-09-071-2/+6
* | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-281-4/+4
* | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-281-2/+2
|/
* platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj2019-07-251-0/+1
* platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"Rajat Jain2019-07-081-32/+8
* platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks ...Harry Pan2019-07-031-1/+4
* platform/x86: intel_pmc: no need to check return value of debugfs_create func...Greg Kroah-Hartman2019-06-171-15/+3
* platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failureRajat Jain2019-05-061-0/+105
* platform/x86: intel_pmc_core: Convert to a platform_driverRajat Jain2019-05-061-8/+57
* platform/x86: intel_pmc_core: Mark local function staticGuenter Roeck2019-04-081-1/+1
* platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdownRajneesh Bhardwaj2019-02-231-0/+34
* platform/x86: intel_pmc_core: Add Package cstates residency infoRajneesh Bhardwaj2019-02-231-0/+38
* platform/x86: intel_pmc_core: Add ICL platform supportRajneesh Bhardwaj2019-02-231-13/+46
* platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macroRajneesh Bhardwaj2019-02-231-8/+5
* platform/x86: intel_pmc_core: Avoid a u32 overflowRajat Jain2019-02-231-2/+2
* platform/x86: intel_pmc_core: Include Reserved IP for LTRRajneesh Bhardwaj2019-02-211-0/+2
* platform/x86: intel_pmc_core: Fix file permissions for ltr_showRajneesh Bhardwaj2019-02-211-1/+1
* platform/x86: intel_pmc_core: Fix PCH IP nameRajneesh Bhardwaj2019-02-051-1/+1
* platform/x86: intel_pmc_core: Fix PCH IP sts readingRajneesh Bhardwaj2019-02-051-1/+2
* platform/x86: intel_pmc_core: Handle CFL regmap properlyRajneesh Bhardwaj2019-02-051-1/+1
* platform/x86: intel_pmc_core: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-101-41/+8
* platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTRRajneesh Bhardwaj2018-11-101-2/+60
* platform/x86: intel_pmc_core: Fix LTR IGNORE Max offsetRajneesh Bhardwaj2018-11-101-1/+3
* platform/x86: intel_pmc_core: Show Latency Tolerance infoRajneesh Bhardwaj2018-11-101-0/+69
* platform/x86: intel_pmc: Convert to use SPDX identifierAndy Shevchenko2018-09-271-10/+1
* platform/x86: intel_pmc_core: Add CNP SLPS0 debug registersBox, David E2018-07-021-0/+120
* platform/x86: intel_pmc_core: Special case for CoffeelakeRajneesh Bhardwaj2018-02-041-0/+14
* platform/x86: intel_pmc_core: Add CannonLake PCH supportRajneesh Bhardwaj2018-02-041-0/+85
* platform/x86: intel_pmc_core: Read base address from LPITSrinivas Pandruvada2018-02-041-1/+8
* platform/x86: intel_pmc_core: Remove unused header fileRajneesh Bhardwaj2018-02-011-1/+0
* platform/x86: intel_pmc_core: Convert to ICPU macroRajneesh Bhardwaj2018-01-291-8/+7
* platform/x86: intel_pmc_core: Substitute PCI with CPUID enumerationSrinivas Pandruvada2018-01-291-58/+31
* platform/x86: intel_pmc_core: Refactor debugfs entriesRajneesh Bhardwaj2018-01-291-24/+14
* platform/x86: intel_pmc_core: Fix file permission warningsRajneesh Bhardwaj2018-01-161-11/+7
* platform/x86: intel_pmc_core: Change driver to a moduleSrinivas Pandruvada2018-01-161-2/+13
* platform/x86: intel_pmc_core: Remove unused EXPORTED APIRajneesh Bhardwaj2018-01-161-32/+0
* platform/x86: intel_pmc_core: Make the driver PCH family agnosticSrinivas Pandruvada2017-08-131-10/+21
OpenPOWER on IntegriCloud