1. 09 7月, 2015 1 次提交
  2. 05 7月, 2015 2 次提交
  3. 01 7月, 2015 10 次提交
  4. 30 6月, 2015 1 次提交
  5. 26 6月, 2015 5 次提交
  6. 25 6月, 2015 5 次提交
  7. 23 6月, 2015 1 次提交
  8. 22 6月, 2015 5 次提交
  9. 20 6月, 2015 1 次提交
  10. 19 6月, 2015 4 次提交
  11. 18 6月, 2015 2 次提交
  12. 17 6月, 2015 1 次提交
  13. 16 6月, 2015 1 次提交
  14. 15 6月, 2015 1 次提交
    • D
      crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h · 32be6d3e
      Dan Streetman 提交于
      Move the contents of the include/linux/nx842.h header file into the
      drivers/crypto/nx/nx-842.h header file.  Remove the nx842.h header
      file and its entry in the MAINTAINERS file.
      
      The include/linux/nx842.h header originally was there because the
      crypto/842.c driver needed it to communicate with the nx-842 hw
      driver.  However, that crypto compression driver was moved into
      the drivers/crypto/nx/ directory, and now can directly include the
      nx-842.h header.  Nothing else needs the public include/linux/nx842.h
      header file, as all use of the nx-842 hardware driver will be through
      the "842-nx" crypto compression driver, since the direct nx-842 api is
      very limited in the buffer alignments and sizes that it will accept,
      and the crypto compression interface handles those limitations and
      allows any alignment and size buffers.
      Signed-off-by: NDan Streetman <ddstreet@ieee.org>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      32be6d3e