aboutsummaryrefslogtreecommitdiff
path: root/hw/occ.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18occ: Fix potential race when clearing occ interrupt statusJeremy Kerr1-0/+10
2015-02-09occ: Don't do bad XSCOMs on P7Benjamin Herrenschmidt1-2/+2
2015-01-28occ: Add properties for pstate vdd and vcs valuesJeremy Kerr1-5/+31
2014-12-05occ: Fix clearing of OCC interrupt on remote fixBenjamin Herrenschmidt1-3/+3
2014-12-02elog: Clean up error logging headersAlistair Popple1-1/+1
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt1-0/+3
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-12/+33
2014-11-25occ: Reduce stack usage in add_cpu_pstate_properties()Vaidyanathan Srinivasan1-8/+24
2014-11-25occ: Fix the low level ACK message sent to FSP on receiving {RESET/LOAD}_OCCShilpasri G Bhat1-2/+2