aboutsummaryrefslogtreecommitdiff
path: root/hdata
AgeCommit message (Expand)AuthorFilesLines
2017-10-16hdata/vpd: Improve vpd node find logicVasant Hegde1-14/+2
2017-10-16hdata/vpd: Rework vpd node creation logicVasant Hegde5-399/+363
2017-10-15hdata/i2c: update the list of known i2c devsClaudio Carvalho1-4/+33
2017-10-15hdata/i2c: log unknown i2c devicesClaudio Carvalho1-4/+17
2017-10-15hdata/i2c: add __packed to the host_i2c_hdr structureClaudio Carvalho1-1/+1
2017-10-10hdat: Disable TM on Power9 DD 2.1Michael Ellerman1-1/+1
2017-10-10hdata/iohub: Check IOHUB child count before usingVasant Hegde1-1/+4
2017-10-02hdata: Fix sparse warning in add_ecid_data()Vasant Hegde1-1/+1
2017-10-02hdata/i2c: hdat_i2c_labels and hdat_i2c_devs should be staticStewart Smith1-2/+2
2017-10-02hdata/spira: silence 'so big is unsigned long' sparse warningsStewart Smith1-2/+2
2017-10-02hdata/spira: be32_to_cpu() doesn't work on 8bitsStewart Smith1-1/+1
2017-09-20core: POWER9 implement OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2-14/+15
2017-09-20hdata/smplink: Increment index of associated PHBOliver O'Halloran1-1/+1
2017-09-20hdat: logically dead code, assert insteadStewart Smith1-2/+1
2017-09-19hdata: Add wafer-location propertyVasant Hegde1-0/+4
2017-09-19hdata: Add wafer-id propertyVasant Hegde1-0/+25
2017-09-19hdata: Add ecid propertyVasant Hegde2-1/+28
2017-09-18hdat: fix parsing of P8 hdatStewart Smith2-6/+3
2017-09-15hdata: Parse extra NVLink infoOliver O'Halloran2-1/+32
2017-09-15hdata: Parse NVLink informationOliver O'Halloran4-2/+202
2017-09-15hdata: Parse IOSLOT informationOliver O'Halloran2-0/+470
2017-09-15hdata: Add xscom_to_pcrd()Oliver O'Halloran1-0/+39
2017-09-15hdata: Add an idata array iteratorOliver O'Halloran2-0/+87
2017-09-04hdata: Update RAM area structureVasant Hegde1-6/+2
2017-09-04hdata: Make vpd data parsing function globalVasant Hegde2-5/+11
2017-09-04hdata: Fix vpd parseVasant Hegde1-6/+3
2017-08-24hdata/iohub: fix load of misaligned address for type 'long unsigned int', whi...Stewart Smith1-4/+7
2017-08-24hdata: Reduce 'struct HDIF_array_hdr' alignment to 4 bytesStewart Smith1-1/+1
2017-08-24hdata/hostservices: fix memory leak parsing mini dtStewart Smith1-0/+1
2017-08-24hdata_to_dt: free device tree on error pathStewart Smith1-0/+1
2017-08-22opal: Extract sw checkstop fir address from HDAT.Mahesh Salgaonkar2-1/+28
2017-08-22HDAT/device-tree: only add lid-type on pre-POWER9 systemsStewart Smith1-2/+4
2017-08-15hdata/vpd: Fix possible NULL dereference (CID 144258)Cyril Bur1-3/+1
2017-08-15hdata/paca: Fix possible dereference of NULL (CID 141080)Cyril Bur1-0/+3
2017-08-11hdata/i2c: Work around broken I2C array versionOliver O'Halloran1-2/+8
2017-08-11HDAT: Add chip-id property to ipmi sensorsVasant Hegde1-0/+36
2017-08-11hdat: Fix PCIe GEN4 lane-eq setting for DD2Michael Neuling1-4/+19
2017-08-11hdat: Add POWER9 DD2.0 specific pa_featuresMichael Neuling1-1/+20
2017-08-11hdat: Make is_power9n() globalMichael Neuling2-12/+16
2017-08-11hdata_to_dt: use a realistic PVR and chip revisionStewart Smith3-42/+53
2017-08-10hdata/spira: POWER9 NX isn't software compatible with P7/P8 NX, don't claim soStewart Smith1-8/+10
2017-08-01nx: Add device tree node for Power9Sukadev Bhattiprolu1-0/+3
2017-08-01vas: Create xscom DT node in hdataSukadev Bhattiprolu1-0/+15
2017-07-25hdat/i2c: Fix array version checkOliver O'Halloran1-1/+1
2017-07-25hdata/memory: Add newlines to debug messagesOliver O'Halloran1-2/+2
2017-07-25hdata/memory: Add memory reservations to the DTOliver O'Halloran2-4/+55
2017-07-17hdat: Add missing newline to printMichael Neuling1-1/+1
2017-07-13HDAT: Add IPMI sensor data under /bmc nodeVasant Hegde3-2/+75
2017-07-13hdata: Fix phb4 lane-eq property generationMichael Neuling1-4/+5
2017-07-04hdata/vpd: Don't dereference possible NULL model_nameStewart Smith1-4/+4