aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Makefile.check: Fix `make check`Cyril Bur3-11/+26
2017-08-01NX: Describe device-tree changes for P9 NX compression enginesHaren Myneni1-4/+33
2017-08-01NX: Add P9 NX support for gzip compression engineHaren Myneni4-1/+130
2017-08-01NX: Add P9 NX support for 842 compression engineHaren Myneni3-6/+277
2017-08-01NX: Organize NX compression code to include 842 and gzip supportHaren Myneni5-24/+58
2017-08-01NX: Add P9 NX register defines for 842 / gzip enginesHaren Myneni1-2/+86
2017-08-01nx: Add device tree node for Power9Sukadev Bhattiprolu1-0/+3
2017-08-01vas: Define vas_get_wcbs_bar interfaceSukadev Bhattiprolu2-0/+16
2017-08-01vas: Define vas_get_hvwc_mmio_bar interfaceSukadev Bhattiprolu2-0/+14
2017-08-01vas: Create MMIO device tree nodeSukadev Bhattiprolu2-0/+58
2017-08-01vas: Define helpers to compute window paste addressSukadev Bhattiprolu1-0/+99
2017-08-01vas: Initialize VAS registersSukadev Bhattiprolu4-0/+303
2017-08-01vas: Define macros of constants and register fieldsSukadev Bhattiprolu1-0/+142
2017-08-01vas: Create xscom DT node in hdataSukadev Bhattiprolu1-0/+15
2017-08-01Define helpers to extract P9 node/chip idsSukadev Bhattiprolu1-0/+4
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 Bhat7-1/+192
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 Bhat6-1/+607
2017-07-28psr: occ: Add support to change power-shifting-ratioShilpasri G Bhat7-2/+319
2017-07-28powercap: occ: Add a generic powercap frameworkShilpasri G Bhat7-4/+348
2017-07-28opal-msg: Increase the max-async completion count by max chips possibleShilpasri G Bhat1-1/+1
2017-07-28occ: Add support for OPAL-OCC command/response interfaceShilpasri G Bhat2-4/+416
2017-07-28phb4: Be more conservative on link presence timeoutMichael Neuling2-2/+3
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-25skiboot-5.7 release notesv5.7Stewart Smith1-0/+1508
2017-07-25phb4: Add link training trace modeMichael Neuling2-0/+57
2017-07-25phb4: Improve reset and link training timingMichael Neuling3-12/+110
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