An error occurred fetching the project authors.
  1. 03 Aug, 2015 1 commit
  2. 04 Jul, 2015 2 commits
  3. 01 Jul, 2015 10 commits
  4. 29 Jun, 2015 1 commit
  5. 26 Jun, 2015 5 commits
  6. 25 Jun, 2015 2 commits
  7. 24 Jun, 2015 3 commits
  8. 23 Jun, 2015 1 commit
  9. 22 Jun, 2015 3 commits
  10. 21 Jun, 2015 2 commits
  11. 19 Jun, 2015 4 commits
  12. 18 Jun, 2015 1 commit
  13. 17 Jun, 2015 3 commits
  14. 15 Jun, 2015 2 commits
    • Anisse Astier's avatar
      MAINTAINERS: Orphan x86 driver msi-wmi · 5ee7041e
      Anisse Astier authored
      I haven't touched the code in a long time, and I don't have access to
      the hardware anymore to test any changes to this driver.
      Signed-off-by: default avatarAnisse Astier <anisse@astier.eu>
      Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
      5ee7041e
    • Dan Streetman's avatar
      crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h · 32be6d3e
      Dan Streetman authored
      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: default avatarDan Streetman <ddstreet@ieee.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      32be6d3e