summaryrefslogtreecommitdiffstats
path: root/hw/fsp/fsp-leds.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable': FSP leds fix and skiboot 5.1.7 release notesStewart Smith2015-10-131-1/+12
|\
| * Merge branch 'update-2.1.1.1' into stableStewart Smith2015-10-091-1/+12
| |\ |/ /
| * hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST responseStewart Smith2015-10-091-2/+11
* | Fix spelling mistakesStewart Smith2015-08-261-4/+4
* | errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas2015-07-311-5/+5
* | FSP/LEDS: Add support to handle SAI state request from service processorVasant Hegde2015-07-171-25/+30
* | FSP/LEDS: Remove led-loc propertyVasant Hegde2015-07-171-7/+0
* | queue_led_state_change() - Fix unterminated string warningKamalesh Babulal2015-06-241-1/+1
* | Use destination buffer size as bound for strncpyAnanth N Mavinakayanahalli2015-06-191-1/+1
* | Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith2015-05-121-125/+86
* | FSP/LED: Handle SA indicator update notificationVasant Hegde2015-05-071-0/+30
* | FSP/LED: Add system attention indicator supportVasant Hegde2015-05-071-1/+176
* | FSP/LED: Get SAI location code from device treeVasant Hegde2015-05-071-11/+59
* | FSP/LED: Use LED mode informationVasant Hegde2015-05-071-2/+15
* | FSP/LED: Validate before creating led nodeVasant Hegde2015-05-071-3/+4
* | FSP/LED: Define macro instead of hardcoding led typeVasant Hegde2015-05-071-5/+8
* | FSP/LED: Move led header file to include directoryVasant Hegde2015-05-071-2/+1
* | Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* | FSP/LED: Validate before creating LED nodesVasant Hegde2015-03-261-0/+7
* | FSP/LED: Continue processing LED update request in error pathVasant Hegde2015-03-261-4/+6
* | FSP/LEDS: Roll back exclusive bit in case FSP command queuing failsVasant Hegde2015-03-201-18/+22
* | FSP/LEDS: Add OPAL interfaces for accessing or modifying the LED statesVasant Hegde2015-03-201-6/+224
* | FSP/LEDS: Handle failure cases in set LED MBOX commandVasant Hegde2015-03-201-69/+58
* | FSP/LEDS: Roll back LED state update in case FSP command queuing failsAnshuman Khandual2015-03-201-0/+2
* | FSP/LEDS: Serialize the entire LED state change code and it's callbackAnshuman Khandual2015-03-201-2/+10
* | FSP/LEDS: Modify handling of SPCN based LED commandsAnshuman Khandual2015-03-201-10/+19
* | FSP/LEDS: Move checkpoint status variable to led_set_cmd structureVasant Hegde2015-03-201-18/+17
* | FSP/LEDS: Add device tree nodesVasant Hegde2015-03-201-0/+60
* | sparse: led_support can be staticCédric Le Goater2015-02-261-1/+1
* | FSP/LEDS: Implement a set LED SPCN command queueVasant Hegde2015-02-171-28/+113
* | FSP/LEDS: Track LED list read statusVasant Hegde2015-02-131-8/+25
* | FSP/LEDS: Remove redundant log messageVasant Hegde2015-02-131-2/+0
* | FSP/LEDS: Check FSP response statusVasant Hegde2015-02-131-7/+4
* | FSP/LEDS: Validate fsp msg allocationVasant Hegde2015-02-131-0/+2
* | FSP/LEDS: Remove redundant variable declarationVasant Hegde2015-02-131-3/+1
* | FSP/LEDS: Do not expose driver specific functionsVasant Hegde2015-02-131-4/+4
* | FSP/LEDS: Use consistent prefixVasant Hegde2015-02-131-40/+47
* | FSP/LEDS: Check for FSP presenceVasant Hegde2015-02-131-0/+3
* | FSP/LEDS: Remove unnecessary forward declarationVasant Hegde2015-02-131-2/+1
* | FSP/LEDS: Remove unnecessary header filesVasant Hegde2015-02-131-8/+1
* | FSP/LEDS: Fix memory leak in error handling pathVasant Hegde2015-02-131-0/+17
* | FSP/LEDS: Remove duplicate fsp_msg allocationVasant Hegde2015-02-131-2/+2
* | FSP/LEDS: Fix coding style issueVasant Hegde2015-02-131-167/+159
* | Fix warn_unused_result warnings in fsp-leds.cStewart Smith2014-12-101-25/+131
* | elog: Clean up error logging headersAlistair Popple2014-12-021-1/+1
* | led: Fix white space problemsAnshuman Khandual2014-10-151-22/+22
* | led: Handle all the FSP_MCLASS_INDICATOR class sub commandsAnshuman Khandual2014-10-151-0/+63
* | Adjust log message priority in fsp-leds.cStewart Smith2014-10-151-22/+24
* | Use prlog rather than DBG #ifdef in hw/fsp/fsp-leds.cStewart Smith2014-10-081-14/+11
|/
* Use single printf call per FSP LED rather than multipleStewart Smith2014-08-081-10/+22
OpenPOWER on IntegriCloud