aboutsummaryrefslogtreecommitdiff
path: root/hw/occ.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-27occ: Set up OCC messaging even if we fail to setup pstatesStewart Smith1-8/+21
2018-02-21sensor-groups: occ: Add support to disable/enable sensor groupShilpasri G Bhat1-15/+122
2018-02-13hw/occ: Fix fast-reboot crash in P8 platforms.Pridhiviraj Paidipeddi1-0/+2
2018-02-08fast-boot: occ: Re-parse the pstate table during fast-bootShilpasri G Bhat1-2/+21
2017-12-14opal-prd: occ: Add support for runtime OCC load/start in ZZShilpasri G Bhat1-10/+52
2017-12-14opal-prd: Add support for runtime OCC reset in ZZShilpasri G Bhat1-1/+50
2017-12-01hw/occ: Log proper SCOM register namesPridhiviraj Paidipeddi1-3/+3
2017-11-30sensors: Fix dtc warning for new occ inband sensors.Pridhiviraj Paidipeddi1-0/+1
2017-11-30hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.Pridhiviraj Paidipeddi1-0/+3
2017-11-20OCC: Increase max pstate check on P9 to 255Stewart Smith1-4/+6
2017-08-11sensor-groups : occ: Add 'ops' DT propertyShilpasri G Bhat1-0/+1
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat1-0/+77
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-04hw/occ: remove dead codeStewart Smith1-5/+2
2017-07-04hw/occ: explicitly document fallthroughStewart Smith1-0/+1
2017-06-15occ: Set return variable to correct valueCyril Bur1-0/+1
2017-06-08platform/zz: Acknowledge OCC_LOAD mbox message in ZZShilpasri G Bhat1-2/+15
2017-06-06p8-i2c: occ: Add support for OCC to use I2C enginesShilpasri G Bhat1-0/+4
2017-05-31occ: Skip setting cores to nominal frequency in P9Shilpasri G Bhat1-5/+8
2017-05-31occ: Fix Pstate ordering for P9Shilpasri G Bhat1-168/+504
2017-04-12occ/irq: Fix SCOM address and irq reasons for P9 OCCShilpasri G Bhat1-13/+72
2016-12-21Always set ibm,occ-functional-state correctlyPridhiviraj Paidipeddi1-6/+13
2016-10-17Fast reboot for P8Benjamin Herrenschmidt1-0/+5
2016-09-26occ/prd/opal-prd: Queue OCC_RESET event message to host in OpenPOWERShilpasri G Bhat1-23/+33
2016-09-14occ: use tb_to_msec rather than hard coding itStewart Smith1-2/+2
2016-07-20occ: add missing packed attribute to occ_pstate_entryStewart Smith1-1/+1
2016-06-30occ: FWTS annotation updates based on suggestions from VaidyStewart Smith1-5/+8
2016-06-27occ: add FWTS annotations for OCC errorsStewart Smith1-15/+97
2016-05-02occ: Filter out entries from Pmin to Pmax in pstate tableShilpasri G Bhat1-6/+10
2016-02-23hw/occ: Only allocate what we need for pstate dtJoel Stanley1-4/+4
2016-02-23occ: Add support to read V2 format of OCC-OPAL shared memory regionShilpasri G Bhat1-11/+52
2015-11-16Fix null checks in find_master_and_slave_occStewart Smith1-2/+2
2015-11-13occ: hbrt: Change the OCC reset orderShilpasri G Bhat1-0/+44
2015-11-10llvm-scan-build: fix value stored to rc never read in hw/occ.cStewart Smith1-0/+11
2015-11-10sparse: fix endian conversions in hw/occ.cStewart Smith1-5/+5
2015-11-09Skip OCCs for chip that has occ_functional set to falseStewart Smith1-0/+7
2015-09-25Rate limit OPAL_MSG_OCC to only one outstanding message to hostStewart Smith1-2/+17
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt1-1/+6
2015-09-08Fix unsafe list for each: need to use _safe for deletionStewart Smith1-2/+2
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas1-5/+5
2015-07-06occ: Poll OCC throttle status and queue OCC events to hostShilpasri G Bhat1-0/+96
2015-05-13occ: Send self-interrupt to chip with active PSIJoel Stanley1-3/+19
2015-03-10OCC: Fix possible memory leak in error pathVasant Hegde1-0/+5
2015-03-10OCC: Do not call occ_do_load if hostservice LID load is not completeVasant Hegde1-1/+3
2015-03-04occ: Inform OCC of BMC PNOR ownership requestsJeremy Kerr1-0/+28
2015-03-04hw/prd: Handle OCC TMGT interrupts through PRDJeremy Kerr1-7/+1
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli1-24/+76
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt1-2/+2