aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-08-25lpc: Log LPC SYNC errors as unrecoverable ones for manufacturingVipin K Parashar1-1/+7
2016-08-10hmi: Clean up NPU FIR debug messagesRussell Currey1-3/+4
2016-08-02log_level: Reduce the in memory console log_level to lower priorityPridhiviraj Paidipeddi3-3/+3
2016-07-28core/flash: Fix passing pointer instead of valueCyril Bur1-1/+1
2016-07-27nvram: Add extra debug printing when NVRAM needs formattingCyril Bur2-4/+11
2016-07-25core/console: use char literals instead of numericOliver O'Halloran1-2/+2
2016-07-22core/timer: Add support for platform specific heartbeatChris Smart1-6/+10
2016-07-22core/timer: Actually use default heartbeat valueChris Smart1-3/+3
2016-07-20device-tree: Only advertise ibm, opal-v3 (not v2) on POWER9 and aboveStewart Smith1-2/+7
2016-07-20Stop adding legacy linux, phandle to device tree, just add phandleStewart Smith1-5/+0
2016-07-20flash: Allocate flashes dynamicallyMichael Neuling1-34/+35
2016-07-14OPAL_REINIT_CPUS: clarify that for P9 and above, we can have other flagsStewart Smith1-1/+3
2016-07-13cpu: Don't call time_wait with lock heldBenjamin Herrenschmidt1-7/+17
2016-07-13interrupts: Expose irq_source and change prototypes of all opsBenjamin Herrenschmidt1-41/+64
2016-07-12interrupts: Use a #interrupt-cells of 2 for XICS interruptsBenjamin Herrenschmidt2-7/+11
2016-07-12make check: make test runs less noisyStewart Smith1-4/+4
2016-07-11nvram-format: fix inconsistent indentingStewart Smith1-3/+3
2016-07-11mem_region: fix inconsistent indentingStewart Smith1-3/+3
2016-07-08hw/phb4: Add initial supportBenjamin Herrenschmidt2-0/+24
2016-07-08pci: When restoring bus numbers after a reset, also restore device cacheBenjamin Herrenschmidt1-1/+7
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 Herrenschmidt1-1/+8
2016-07-08interrupts: Add eoi() callback in preparation for XIVE supportBenjamin Herrenschmidt1-4/+19
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt4-2/+23
2016-07-06devicetree: Add dt_node_is_enabled()Benjamin Herrenschmidt1-0/+10
2016-07-06uart: Cleanup initialization and remove simulator hackBenjamin Herrenschmidt2-3/+12
2016-07-06Revert "flash: Use blocklevel to do ECC reads"Stewart Smith1-2/+2
2016-07-05chip: Add simics specific quirksMichael Neuling1-1/+2
2016-07-05flash: Use blocklevel to do ECC readsAlistair Popple1-2/+2
2016-07-05flash: Increase the maximum number of flash devicesMichael Neuling1-1/+1
2016-07-01cpu: supply ibm,dec-bits via devicetreeOliver O'Halloran1-0/+48
2016-06-27core/opal.c: Add FWTS annotations for pollers and missing OPAL_CHECK_TOKENStewart Smith1-2/+30
2016-06-24i2c: Add FWTS annotations for I2c ErrorsStewart Smith1-0/+13
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-1/+1
2016-06-20ccore/fflash.c: Ffix ttypo iin fflash eerror mmessageJeremy Kerr1-1/+1
2016-06-20fwts: add annotations for core flash/nvram functionalityStewart Smith1-0/+12
2016-06-20Add fwts annotations for critical errorsStewart Smith3-0/+20
2016-06-20slw: Allow adding idle states to power-mgt node in mamboShreyas B. Prabhu1-2/+1
2016-06-20ATTN: Set attn bit instead of hile bit in enable/disable attn functionVasant Hegde1-2/+2
2016-06-14core/opal: Support PCI slot and new APIsGavin Shan1-26/+209
2016-06-14core/pci: Power off empty hotpluggable slotGavin Shan1-1/+55
2016-06-14core/pci: Use PCI slot in enumerationGavin Shan1-141/+38
2016-06-14core/pci: Support PCI slotGavin Shan4-25/+714
2016-06-14core/pci: Return value for struct phb_ops::device_initGavin Shan1-1/+1
2016-06-14core/pci: Extend pci_restore_bridge_buses() for PCI slotGavin Shan1-2/+2
2016-06-14core/pci: Extend pci_walk_dev() for PCI slotGavin Shan1-4/+8
2016-06-14core/pci: Fix wrong reserved PE# in enumerationGavin Shan1-3/+12
2016-06-14core/cpu: Introduce DEBUG_SERIALIZE_CPU_JOBSGavin Shan1-0/+5
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan1-0/+40
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan2-12/+19