aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-08-30pci: Standardise on uint64_t pe_numberRussell Currey4-108/+108
2016-08-29phb4: Trivial whitespace fixesRussell Currey1-16/+16
2016-08-26FSP/ELOG: Fix elog timeout issueVasant Hegde1-8/+12
2016-08-26FSP/ELOG: Remove redundant elog stateVasant Hegde1-2/+2
2016-08-25opal/hmi: Fix a TOD HMI failure during a race condition.Mahesh Salgaonkar1-0/+7
2016-08-25lpc: Log LPC SYNC errors as unrecoverable ones for manufacturingVipin K Parashar1-3/+22
2016-08-24hw/phb3: Update capi initialization sequenceFrederic Barrat1-1/+2
2016-08-22interrupts: Rename icp_prep_for_rvwinkle to icp_prep_for_pmBenjamin Herrenschmidt1-1/+1
2016-08-22slw: Move SPR setup calls away from assemblyBenjamin Herrenschmidt1-0/+4
2016-08-22Rename rvwinkle patch to reset patch and install at bootBenjamin Herrenschmidt1-9/+7
2016-08-22Rename enter_rvwinkle to enter_pm_stateBenjamin Herrenschmidt1-4/+1
2016-08-18p8-i2c: Don't crash if a centaur errored outBenjamin Herrenschmidt1-1/+7
2016-08-17Use additional checks in skiboot for pointersBalbir Singh2-0/+6
2016-08-11lpc: Optimize SerIRQ dispatch based on which PSI IRQ firedBenjamin Herrenschmidt1-7/+18
2016-08-11lpc: Add routing support for SerIRQsBenjamin Herrenschmidt1-11/+94
2016-08-11lpc: Remove lpc_ prefixes from struct lpcm membersBenjamin Herrenschmidt1-63/+63
2016-08-11lpc: Move LPC instance variables to a private structureBenjamin Herrenschmidt1-173/+235
2016-08-11psi: On p9, create an interrupt-map for routing PSI interruptsBenjamin Herrenschmidt1-0/+15
2016-08-11platform: Add BT to Generic platformBenjamin Herrenschmidt1-3/+7
2016-08-11psi: Ensure chip_id is always set properlyBenjamin Herrenschmidt1-14/+10
2016-08-11psi: Remove psi->workingBenjamin Herrenschmidt2-15/+1
2016-08-11lpc: Add P9 LPC interrupts supportBenjamin Herrenschmidt2-18/+100
2016-08-11chiptod: Basic P9 supportJack Miller1-2/+8
2016-08-11psi: Add P9 supportBenjamin Herrenschmidt1-147/+278
2016-08-11xive: Wrap irq_sources to provide standard set_xive/get_xiveBenjamin Herrenschmidt2-239/+370
2016-08-11interrupts: Add new source ->attributes callbackBenjamin Herrenschmidt6-63/+101
2016-08-10FSP/ELOG: elog_enable flag should be false by defaultMukesh Ojha1-3/+1
2016-08-10npu: reword "error" to indicate it's actually a warningStewart Smith1-6/+1
2016-07-28FSP/MDST: Fix TCE alignment issueVasant Hegde1-1/+1
2016-07-27centaur: Initialize i2c master listBenjamin Herrenschmidt1-0/+1
2016-07-25hw/phb3: Increase AIB TX command credit for DMA read in CAPP DMA modeAndrew Donnellan1-2/+11
2016-07-21FSP/ELOG: Fix OPAL generated elog resend logicVasant Hegde1-5/+0
2016-07-21FSP/ELOG: Fix possible event notifier hangsVasant Hegde2-3/+18
2016-07-21FSP/ELOG: Disable event notification if list is not consistentVasant Hegde1-0/+2
2016-07-21FSP/ELOG: Improve elog event statesVasant Hegde1-1/+2
2016-07-21FSP/ELOG: Fix OPAL generated elog event notificationVasant Hegde2-18/+32
2016-07-21FSP/ELOG: Disable event notification during kexecVasant Hegde1-13/+33
2016-07-20occ: add missing packed attribute to occ_pstate_entryStewart Smith1-1/+1
2016-07-20hw/npu: assert() on PHB device nodeGavin Shan1-11/+1
2016-07-20hw/npu: Get AT BAR from MMIO layoutGavin Shan1-18/+6
2016-07-20hw/npu: Get number of links from NPU node propertyGavin Shan1-4/+2
2016-07-20nvlink: Associate and allocate NPUs using slotsRussell Currey1-34/+25
2016-07-15Merge branch 'skiboot-5.2.x'Stewart Smith1-2/+2
2016-07-15SEL: Fix eSEL ID while logging eSEL eventVasant Hegde1-2/+2
2016-07-15fsp/console: Ignore data on unresponsive consolesSam Mendoza-Jonas1-2/+16
2016-07-15fsp/console: Ignore data on unresponsive consolesSam Mendoza-Jonas1-2/+16
2016-07-14FSP/ELOG: Remove redundant validationVasant Hegde1-2/+0
2016-07-13xscom: Log error on invalid partidBenjamin Herrenschmidt1-0/+16
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt6-69/+62
2016-07-12interrupts: Use a #interrupt-cells of 2 for XICS interruptsBenjamin Herrenschmidt6-24/+31