aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-07-28hw/occ-sensor: fix 'sensor' may be used uninitialized warning on some GCCStewart Smith1-1/+1
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat2-0/+92
2017-07-28sensors: occ: Skip the deconfigured core sensorsShilpasri G Bhat1-2/+19
2017-07-28sensors: occ: Add CSM_{min/max} sensorsShilpasri G Bhat1-11/+19
2017-07-28sensors: occ: Add support for OCC inband sensorsShilpasri G Bhat2-1/+597
2017-07-28psr: occ: Add support to change power-shifting-ratioShilpasri G Bhat1-0/+95
2017-07-28powercap: occ: Add a generic powercap frameworkShilpasri G Bhat1-2/+117
2017-07-28occ: Add support for OPAL-OCC command/response interfaceShilpasri G Bhat1-4/+415
2017-07-28phb4: Be more conservative on link presence timeoutMichael Neuling1-1/+2
2017-07-28phb4: Assert PERST before PHB resetMichael Neuling1-1/+6
2017-07-28Revert "phb4: Read PERST signal rather than assuming it's asserted"Michael Neuling1-3/+3
2017-07-28phb4: Set REGB error enables based on link stateMichael Neuling1-2/+8
2017-07-28phb4: Mark PHB as fenced on cresetMichael Neuling1-1/+1
2017-07-28phb4: Clear errors before deasserting resetMichael Neuling1-0/+6
2017-07-28phb4: Split clearing REGB into new functionMichael Neuling1-5/+12
2017-07-28phb4: Simplify calling phb4_eeh_dump_regs()Michael Neuling1-3/+5
2017-07-28phb4: Simplify prepare_link_change() callsMichael Neuling1-8/+4
2017-07-28phb4: Disable device config space access when fencedMichael Neuling1-0/+4
2017-07-28phb4: Clear more error registersMichael Neuling1-3/+9
2017-07-28phb4: Fix copy/paste typo in error loggingMichael Neuling1-1/+1
2017-07-28phb4: Dump devctl and devstat registersMichael Neuling1-0/+8
2017-07-28phb4: Move functions around to avoid forward declarationsMichael Neuling1-133/+132
2017-07-28phb4: Only clear some PHB config space registers on errorsMichael Neuling1-19/+32
2017-07-25phb4: Add link training trace modeMichael Neuling1-0/+56
2017-07-25phb4: Improve reset and link training timingMichael Neuling1-10/+105
2017-07-25phb4: Add phb4_check_reg() to sanity check failuresMichael Neuling1-0/+17
2017-07-25phb4: Remove retry on electrical link timeoutMichael Neuling1-1/+1
2017-07-25phb4: Simplify calling phb4_retry_state()Michael Neuling1-10/+2
2017-07-25phb4: Read PERST signal rather than assuming it's assertedMichael Neuling1-3/+3
2017-07-25phb4: Fix endian of TLP headers printMichael Neuling1-5/+5
2017-07-25phb4: Change timeouts prints to error levelMichael Neuling1-2/+2
2017-07-25phb4: Better logs why the slot didn't workMichael Neuling1-1/+10
2017-07-25phb4: Force verbose EEH loggingMichael Neuling1-0/+2
2017-07-25phb4: Initialization sequence updatesRussell Currey1-13/+22
2017-07-21FSP/CONSOLE: Do not enable input irq in write pathVasant Hegde1-3/+0
2017-07-13IPMI: Move MAX_IPMI_SENSORS macro to ipmi.hVasant Hegde1-1/+0
2017-07-13numa/associativity: Add a new level of NUMA for GPU'sBalbir Singh1-1/+2
2017-07-13phb4: Do more retries on link training failuresMichael Neuling1-1/+1
2017-07-13phb4: Rework retries so we can do more than oneMichael Neuling1-7/+7
2017-07-13phb4: Workaround phy lockup by doing full PHB reset on retryMichael Neuling1-1/+1
2017-07-13phb4: Avoid recursive call into run state machineMichael Neuling1-1/+1
2017-07-13phb4: Only set one bit in nfirMichael Neuling1-1/+1
2017-07-13phb4: Fix order of pfir/nfir clearing in CRESETMichael Neuling1-3/+4
2017-07-13phb4: Remove incorrect state transitionMichael Neuling1-1/+0
2017-07-13phb4: Set default lane equalisationMichael Neuling1-18/+27
2017-07-13phb4: Fix PHB4 fence recoveryBenjamin Herrenschmidt1-13/+20
2017-07-13phb4: Use new accessors in a few placesBenjamin Herrenschmidt1-43/+43
2017-07-13phb4: Add register access helpersBenjamin Herrenschmidt1-0/+16
2017-07-13phb4: Verbose EEH optionsBenjamin Herrenschmidt1-24/+118
2017-07-13phb4: Print more info when PHB fencesBenjamin Herrenschmidt1-7/+37