aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
2015-04-09FSP/CUPD: Fix lock issueskiboot-5.0Vasant Hegde1-8/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman9-9/+0
2015-03-31opal: Fix an issue where partial LID load causes opal to hang.skiboot-5.0-rc2Mahesh Salgaonkar1-1/+16
2015-03-26FSP/LED: Validate before creating LED nodesskiboot-5.0-rc1Vasant Hegde1-0/+7
2015-03-26FSP/LED: Continue processing LED update request in error pathVasant Hegde1-4/+6
2015-03-24fsp-sensor: add a label property for the ambient sensorCédric Le Goater1-0/+4
2015-03-24core: add a platform op to read sensorsCédric Le Goater1-9/+4
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith1-104/+274
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith1-7/+7
2015-03-21FSP/SYSPARAM: Fix memory leak in error pathVasant Hegde1-3/+8
2015-03-20FSP/LEDS: Roll back exclusive bit in case FSP command queuing failsVasant Hegde2-18/+23
2015-03-20FSP/LEDS: Add OPAL interfaces for accessing or modifying the LED statesVasant Hegde2-6/+225
2015-03-20FSP/LEDS: Handle failure cases in set LED MBOX commandVasant Hegde1-69/+58
2015-03-20FSP/LEDS: Roll back LED state update in case FSP command queuing failsAnshuman Khandual1-0/+2
2015-03-20FSP/LEDS: Serialize the entire LED state change code and it's callbackAnshuman Khandual1-2/+10
2015-03-20FSP/LEDS: Modify handling of SPCN based LED commandsAnshuman Khandual2-10/+27
2015-03-20FSP/LEDS: Move checkpoint status variable to led_set_cmd structureVasant Hegde2-19/+18
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde1-0/+60
2015-03-17fsp: Fix FSP irq initialization on PSIHBCR for resetsAnanth N Mavinakayanahalli1-1/+3
2015-03-10FSP/RTC: Check for TOD state in fsp_opal_rtc_readVasant Hegde1-11/+19
2015-03-10fsp/rtc: Introduce the rtc write state machineNeelesh Gupta1-44/+74
2015-03-10fsp/rtc: Rename the rtc_request_state to rtc_read_request_stateNeelesh Gupta1-19/+20
2015-03-06Refactor fsp-rtc.c to not call fsp_sync_msg (and thus pollers) with lock heldStewart Smith1-83/+71
2015-03-05sparse: rtc_tod_state and rtc_tod_cache_dirty and be staticCédric Le Goater1-2/+2
2015-02-26sparse: fsp_dpo_init_tb can be staticCédric Le Goater1-1/+1
2015-02-26sparse: epow_status can be staticCédric Le Goater1-1/+1
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-26sparse: fix fsp_fillmsg definitionCédric Le Goater1-1/+1
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling1-0/+9
2015-02-18fsp-op-panel: don't call fsp_sync_msg with lock heldStewart Smith1-33/+45
2015-02-18fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt1-2/+2
2015-02-18fsp: Audit callers of opal_run_pollersBenjamin Herrenschmidt2-13/+24
2015-02-17FSP/LEDS: Implement a set LED SPCN command queueVasant Hegde2-28/+121
2015-02-17core: Add subid to load_resource()Michael Neuling1-13/+26
2015-02-13FSP/LEDS: Track LED list read statusVasant Hegde1-8/+25
2015-02-13FSP/LEDS: Remove redundant log messageVasant Hegde1-2/+0
2015-02-13FSP/LEDS: Check FSP response statusVasant Hegde1-7/+4
2015-02-13FSP/LEDS: Validate fsp msg allocationVasant Hegde1-0/+2
2015-02-13FSP/LEDS: Remove redundant variable declarationVasant Hegde1-3/+1
2015-02-13FSP/LEDS: Do not expose driver specific functionsVasant Hegde1-4/+4
2015-02-13FSP/LEDS: Use consistent prefixVasant Hegde1-40/+47
2015-02-13FSP/LEDS: Check for FSP presenceVasant Hegde1-0/+3
2015-02-13FSP/LEDS: Remove unnecessary forward declarationVasant Hegde1-2/+1
2015-02-13FSP/LEDS: Remove unnecessary header filesVasant Hegde1-8/+1
2015-02-13FSP/LEDS: Fix memory leak in error handling pathVasant Hegde1-0/+17
2015-02-13FSP/LEDS: Remove duplicate fsp_msg allocationVasant Hegde1-2/+2
2015-02-13FSP/LEDS: Fix coding style issueVasant Hegde1-167/+159
2015-02-10Use __be64 annotations in opal.h for opal_sg_list and oppanel-lineStewart Smith3-31/+37
2015-02-06Fix unsupported return code of OPAL_(UN)REGISTER_DUMP_REGIONStewart Smith1-4/+4