aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-leds.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16fsp: endian conversionsNicholas Piggin1-51/+56
2019-12-16opal-msg: endian fixes for opal-msg.c and opal_queue_msg callersNicholas Piggin1-1/+3
2019-07-26SPDX-ify all skiboot codeStewart Smith1-17/+3
2019-05-15fsp/leds: improve string operations bounds checkingNicholas Piggin1-14/+17
2018-05-24check for NULL input string in is_sai_loc_codeBalbir singh1-2/+5
2017-03-10fsp-leds: add missing \n in duplicate loc code error msgStewart Smith1-1/+1
2016-10-17Fast reboot for P8Benjamin Herrenschmidt1-0/+3
2016-06-24fsp-leds: Add FWTS annotations for some errorsStewart Smith1-0/+34
2015-11-10llvm-scan-build: fix dead assignment in fsp-leds.cStewart Smith1-2/+0
2015-10-13Merge branch 'stable': FSP leds fix and skiboot 5.1.7 release notesStewart Smith1-1/+12
2015-10-09Merge branch 'update-2.1.1.1' into stableStewart Smith1-1/+12
2015-10-09hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST responseStewart Smith1-2/+11
2015-08-26Fix spelling mistakesStewart Smith1-4/+4
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas1-5/+5
2015-07-17FSP/LEDS: Add support to handle SAI state request from service processorVasant Hegde1-25/+30
2015-07-17FSP/LEDS: Remove led-loc propertyVasant Hegde1-7/+0
2015-06-24queue_led_state_change() - Fix unterminated string warningKamalesh Babulal1-1/+1
2015-06-19Use destination buffer size as bound for strncpyAnanth N Mavinakayanahalli1-1/+1
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-125/+86
2015-05-07FSP/LED: Handle SA indicator update notificationVasant Hegde1-0/+30
2015-05-07FSP/LED: Add system attention indicator supportVasant Hegde1-1/+176
2015-05-07FSP/LED: Get SAI location code from device treeVasant Hegde1-11/+59
2015-05-07FSP/LED: Use LED mode informationVasant Hegde1-2/+15
2015-05-07FSP/LED: Validate before creating led nodeVasant Hegde1-3/+4
2015-05-07FSP/LED: Define macro instead of hardcoding led typeVasant Hegde1-5/+8
2015-05-07FSP/LED: Move led header file to include directoryVasant Hegde1-2/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
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-20FSP/LEDS: Roll back exclusive bit in case FSP command queuing failsVasant Hegde1-18/+22
2015-03-20FSP/LEDS: Add OPAL interfaces for accessing or modifying the LED statesVasant Hegde1-6/+224
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 Khandual1-10/+19
2015-03-20FSP/LEDS: Move checkpoint status variable to led_set_cmd structureVasant Hegde1-18/+17
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde1-0/+60
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-17FSP/LEDS: Implement a set LED SPCN command queueVasant Hegde1-28/+113
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