1. 31 3月, 2015 14 次提交
  2. 24 3月, 2015 1 次提交
  3. 16 3月, 2015 1 次提交
  4. 13 3月, 2015 1 次提交
  5. 12 3月, 2015 5 次提交
  6. 10 3月, 2015 6 次提交
  7. 09 3月, 2015 1 次提交
    • K
      crypto: powerpc - move files to fix build error · 3265c4ba
      Kim Phillips 提交于
      The current cryptodev-2.6 tree commits:
      
      d9850fc5 ("crypto: powerpc/sha1 - kernel config")
      50ba29aa ("crypto: powerpc/sha1 - glue")
      
      failed to properly place files under arch/powerpc/crypto, which
      leads to build errors:
      
      make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1-spe-asm.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
      make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1_spe_glue.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
      Makefile:947: recipe for target 'arch/powerpc/crypto' failed
      
      Move the two sha1 spe files under crypto/, and whilst there, rename
      other powerpc crypto files with underscores to use dashes for
      consistency.
      
      Cc: Markus Stockhausen <stockhausen@collogia.de>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      3265c4ba
  8. 04 3月, 2015 3 次提交
  9. 02 3月, 2015 3 次提交
  10. 01 3月, 2015 5 次提交