aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-rtc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2017-06-14FSP/RTC: Remove local fsp_in_reset variableVasant Hegde1-10/+0
2017-06-14FSP/RTC: Fix possible FSP R/R issue in rtc write pathVasant Hegde1-9/+11
2017-06-14hw/fsp/rtc: read/write cached rtc tod on fsp hir.ppaidipe@linux.vnet.ibm.com1-2/+2
2017-06-08FSP/RTC: Improve error logVasant Hegde1-1/+1
2017-05-26fsp/tpo: Provide support for disabling TPO alarmVaibhav Jain1-2/+8
2015-11-18fsp/fsp-rtc: Correctly report back errors to hostStewart Smith1-4/+1
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas1-4/+2
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-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2015-01-27Add extra debug/trace printouts to fsp-rtc.Stewart Smith1-2/+10
2015-01-22rtc: rtc tod state need to be updated on successNeelesh Gupta1-0/+1
2014-12-10RTC: Fix unused result warnings in RTC driverAnanth N Mavinakayanahalli1-2/+11
2014-12-02elog: Clean up error logging headersAlistair Popple1-1/+1
2014-12-02rtc: Add a generic rtc cacheAlistair Popple1-55/+17
2014-10-08Use prlog instead of DBG macros in hw/fsp/fsp-rtc.cStewart Smith1-16/+16
2014-08-15fsp/rtc: Use libc time functionsAlistair Popple1-147/+9
2014-08-14fsp/fsp-rtc: Fix typo in 400-year calculation in tm_addJeremy Kerr1-1/+1
2014-08-13fsp/rtc: Change properties used to advertize TPOBenjamin Herrenschmidt1-2/+1
2014-08-13fsp/tpo: Enable Timed power on (TPO) supportMamatha Inamdar1-3/+142
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+572