aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-14errorlog : Typo mistakeMukesh Ojha1-1/+1
2016-07-14Reassign duplicate error log component IDs to free onesStewart Smith1-2/+2
2016-07-14Re-order error log component ID defines to be in orderStewart Smith1-14/+14
2016-07-13cpu: Don't call time_wait with lock heldBenjamin Herrenschmidt1-0/+1
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt1-6/+17
2016-07-13Move around comment in interrupts.hBenjamin Herrenschmidt1-33/+32
2016-07-11fsp-leds: add () around macrosStewart Smith1-2/+2
2016-07-08lpc: Add basic P9 LPC read/write opsBenjamin Herrenschmidt1-0/+1
2016-07-08hw/phb4: Add initial supportBenjamin Herrenschmidt5-2/+701
2016-07-08pci: get_reserved_pe_number() needs to take the PHB as argumentBenjamin Herrenschmidt1-1/+1
2016-07-08XIVE: Base XIVE support for OPAL XICS emulation callsBenjamin Herrenschmidt4-4/+390
2016-07-08interrupts: Add eoi() callback in preparation for XIVE supportBenjamin Herrenschmidt1-0/+41
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2-1/+2
2016-07-06devicetree: Add dt_node_is_enabled()Benjamin Herrenschmidt1-0/+2
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt2-2/+2
2016-07-06bitutils: Add PPC_BITMASK8Benjamin Herrenschmidt1-0/+1
2016-07-06chip: Add more P9 accessors for converting to/from PIRBenjamin Herrenschmidt1-1/+9
2016-07-06POWER9: Add XSCOM related definitionsBenjamin Herrenschmidt2-2/+43
2016-07-06Reserve OPAL API numbers for XICS emulation for XIVEStewart Smith1-1/+5
2016-07-05hw/xscom: Reset XSCOM engine after finite number of retries when busyVipin K Parashar2-0/+7
2016-07-01cpu: supply ibm,dec-bits via devicetreeOliver O'Halloran1-0/+1
2016-06-30fsp/op-panel: Fix out of bounds array access and #define display dimensionsSuraj Jitindar Singh1-0/+4
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-0/+2
2016-06-20fwts: Add FWTS annotations for NPU errorsStewart Smith1-3/+0
2016-06-20Fix for typosFrederic Bonnard1-1/+1
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu1-2/+1
2016-06-20slw: Move macros associated with power-mgt nodes to opal-api.hShreyas B. Prabhu1-2/+19
2016-06-20slw: Add Power9 idle states to power-mgt dt nodeShreyas B. Prabhu1-0/+10
2016-06-14core/opal: Support PCI slot and new APIsGavin Shan2-74/+7
2016-06-14core/pci: Use PCI slot in enumerationGavin Shan1-17/+0
2016-06-14hw/phb3: Support PHB slotGavin Shan1-24/+28
2016-06-14hw/phb3: Remove useless commentsGavin Shan1-2/+0
2016-06-14hw/p7ioc: Support PHB slotGavin Shan1-25/+23
2016-06-14core/pci: Support PCI slotGavin Shan4-55/+277
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan1-1/+2
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan1-1/+1
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan1-0/+1
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan1-0/+1
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan1-1/+2
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan1-1/+1
2016-06-14hw/p8-i2c: Allow to set I2C request timeoutGavin Shan1-0/+9
2016-06-09phb3: Add support for CAPP DMA modeIan Munsie1-0/+1
2016-06-08opal-api: Fix typo in EPOW event handling descriptionVipin K Parashar1-1/+1
2016-05-18hdata: Make hdata_to_dt more suitable for fuzzingStewart Smith1-1/+1
2016-05-10Add base POWER9 supportMichael Neuling3-0/+25
2016-05-10Abstract HILE and attn enable bit definitions for HID0Michael Neuling1-2/+2
2016-05-10Disable attn instruction on bootMichael Neuling1-0/+1
2016-05-03hw/lpc: Log LPC SYNC errors as OPAL_PLATFORM_ERR_EVT errorsVipin K Parashar1-0/+1
2016-05-03PCI: Remove pci_put_phb()Gavin Shan1-1/+0
2016-05-03PCI: Introduce phb_ops->phb_final_fixup()Gavin Shan1-5/+2