1. 15 12月, 2016 1 次提交
  2. 15 11月, 2016 1 次提交
  3. 25 1月, 2016 1 次提交
  4. 25 9月, 2015 3 次提交
  5. 23 9月, 2015 1 次提交
  6. 10 7月, 2015 1 次提交
  7. 03 6月, 2015 1 次提交
    • A
      EDAC, xgene: Fix cpuid abuse · 451bb7fb
      Arnd Bergmann 提交于
      The new x-gene EDAC driver incorrectly tried to figure out the version
      of one of its IP blocks by looking at the version of the CPU core, which
      is only vagely related.
      
      This removes the incorrect code and instead uses the version of the IP
      block in the compatible string where it belongs.
      
      Found using build testing on x86, which does not provide the arm64
      cpuid interface.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      [ Changed subnode to "apm,xgene-edac-pmd-v2", adjusted check. ]
      Signed-off-by: NLoc Ho <lho@apm.com>
      Cc: devicetree@vger.kernel.org
      Cc: dougthompson@xmission.com
      Cc: ijc+devicetree@hellion.org.uk
      Cc: jcm@redhat.com
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-edac <linux-edac@vger.kernel.org>
      Cc: mark.rutland@arm.com
      Cc: mchehab@osg.samsung.com
      Cc: patches@apm.com
      Cc: robh+dt@kernel.org
      Link: http://lkml.kernel.org/r/3195065.IK73o60xya@wuerfelSigned-off-by: NBorislav Petkov <bp@suse.de>
      451bb7fb
  8. 29 5月, 2015 1 次提交