summaryrefslogtreecommitdiffstats
path: root/hw/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove POWER9N DD1 supportNicholas Piggin2019-01-251-17/+0
* lpc: Clear sync no-response field prior to device probeAndrew Jeffery2018-10-231-1/+6
* lpc: Introduce generic probe capabilityAndrew Jeffery2018-10-111-54/+146
* lpc: Silence LPC SYNC no-response error when necessaryAndrew Jeffery2018-07-171-1/+22
* interrupts: Create an "interrupts" property in the OPAL nodeBenjamin Herrenschmidt2018-04-111-1/+1
* lpc: Clear pending IRQs at bootOliver O'Halloran2017-11-281-0/+4
* hw/lpc: Fix tabs in base definitionsJoel Stanley2017-09-051-4/+4
* lpc: remove double LPC prefix from messagesJoel Stanley2017-07-131-20/+20
* Big log level reduction...Benjamin Herrenschmidt2017-06-261-3/+4
* lpc: Enable "new" SerIRQ modeBenjamin Herrenschmidt2017-06-261-1/+9
* lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt2017-03-031-64/+149
* xive/psi/lpc: Handle proper clearing of LPC SerIRQ latch on DD1Benjamin Herrenschmidt2017-02-071-2/+23
* lpc: Mark the power9 LPC bus as compatible with power8Benjamin Herrenschmidt2017-02-071-4/+8
* lpc: Log LPC SYNC errors as unrecoverable ones for manufacturingVipin K Parashar2016-08-251-3/+22
* lpc: Optimize SerIRQ dispatch based on which PSI IRQ firedBenjamin Herrenschmidt2016-08-111-7/+18
* lpc: Add routing support for SerIRQsBenjamin Herrenschmidt2016-08-111-11/+94
* lpc: Remove lpc_ prefixes from struct lpcm membersBenjamin Herrenschmidt2016-08-111-63/+63
* lpc: Move LPC instance variables to a private structureBenjamin Herrenschmidt2016-08-111-173/+235
* lpc: Add P9 LPC interrupts supportBenjamin Herrenschmidt2016-08-111-17/+99
* interrupts: LPC is always an interrupt controllerBenjamin Herrenschmidt2016-07-121-2/+3
* lpc: Add basic P9 LPC read/write opsBenjamin Herrenschmidt2016-07-081-25/+107
* hw/lpc: LPC driver use prlog rather than printfVipin K Parashar2016-07-051-22/+25
* hw/lpc.c: Fix uninitialized pointer read in error pathStewart Smith2016-06-211-1/+1
* hw/lpc: Log LPC SYNC errors as OPAL_PLATFORM_ERR_EVT errorsVipin K Parashar2016-05-031-9/+16
* llvm-scan-build: fix dead assignment in hw/lpc.cStewart Smith2015-11-111-2/+9
* lpc: Fix display of LPC errorsBenjamin Herrenschmidt2015-09-111-54/+24
* errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas2015-07-311-2/+2
* Support for Naples LPC serial interruptsBenjamin Herrenschmidt2015-06-191-7/+345
* Fix lockingAnanth N Mavinakayanahalli2015-06-191-4/+2
* Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityBenjamin Herrenschmidt2015-05-011-0/+12
* Change user-defined _MASK/_LSH to just maskDan Streetman2015-02-191-17/+10
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* elog: Clean up error logging headersAlistair Popple2014-12-021-1/+1
* Make lpc_interrupt() attribute constStewart Smith2014-11-261-1/+1
* i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2014-11-121-6/+2
* hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta2014-10-271-0/+9
* lock: Fix races when setting in_con_lockBenjamin Herrenschmidt2014-08-081-1/+4
* lpc: Don't poll in spin loopsBenjamin Herrenschmidt2014-07-291-2/+2
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+500
OpenPOWER on IntegriCloud