1. 10 Aug, 2015 14 commits
  2. 05 Aug, 2015 1 commit
  3. 04 Aug, 2015 12 commits
  4. 31 Jul, 2015 1 commit
  5. 30 Jul, 2015 3 commits
  6. 28 Jul, 2015 7 commits
  7. 23 Jul, 2015 2 commits
    • Dan Streetman's avatar
      crypto: nx - make platform drivers directly register with crypto · 03952d98
      Dan Streetman authored
      Remove the common 'platform' registration module, and move the crypto
      compression driver registration into each of the pSeries and PowerNV
      platform NX 842 drivers.  Change the nx-842.c code into simple common
      functions that each platform driver uses to perform constraints-based
      buffer changes, i.e. realigning and/or resizing buffers to match the
      driver's hardware requirements.
      
      The common 'platform' module was my mistake to create - since each
      platform driver will only load/operate when running on its own
      platform (i.e. a pSeries platform or a PowerNV platform), they can
      directly register with the crypto subsystem, using the same alg and
      driver name.  This removes unneeded complexity.
      Signed-off-by: default avatarDan Streetman <ddstreet@ieee.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      03952d98
    • Dan Streetman's avatar
      crypto: nx - rename nx-842-crypto.c to nx-842.c · 174d66d4
      Dan Streetman authored
      The last commit merged nx-842.c's code into nx-842-crypto.c.  It
      did not rename nx-842-crypto.c to nx-842.c, in order to let the
      patch more clearly show what was merged.  This just renames
      nx-842-crypto.c to nx-842.c, with no changes to its code.
      Signed-off-by: default avatarDan Streetman <ddstreet@ieee.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      174d66d4