“cf46376e2911e3a8114ab05173d6b000b6e7d30a”上不存在“compatible/crypto/asn1/tbl_standard.h”
  1. 16 12月, 2016 1 次提交
  2. 14 12月, 2016 20 次提交
  3. 10 11月, 2016 2 次提交
  4. 26 10月, 2016 2 次提交
  5. 23 10月, 2016 1 次提交
    • V
      platform/x86: Introduce support for Mellanox hotplug driver · 30488704
      Vadim Pasternak 提交于
      Enable system support for the Mellanox Technologies hotplug platform
      driver, which provides support for the next Mellanox basic systems:
      "msx6710", "msx6720", "msb7700", "msn2700", "msx1410", "msn2410",
      "msb7800", "msn2740", "msn2100" and also various number of derivative
      systems from the above basic types.
      This driver handles hot-plug events for the power suppliers, power
      cables and fans for the above systems.
      
      The Kconfig currently controlling compilation of this code is:
      driver/platform/x86:config MLX_CPLD_PLATFORM
                             tristate "Mellanox platform hotplug driver support"
      Signed-off-by: NVadim Pasternak <vadimp@mellanox.com>
      Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
      30488704
  6. 20 10月, 2016 2 次提交
  7. 19 10月, 2016 1 次提交
  8. 13 10月, 2016 1 次提交
    • A
      platform/x86: asus-wmi: add SERIO_I8042 dependency · ea893695
      Arnd Bergmann 提交于
      A recent bugfix added a call to i8042_install_filter but did
      not add the dependency, leading to possible link errors:
      
      drivers/platform/built-in.o: In function `asus_nb_wmi_quirks':
      asus-nb-wmi.c:(.text+0x23af): undefined reference to `i8042_install_filter'
      
      This adds a dependency on SERIO_I8042||SERIO_I8042=n to indicate
      that we can build the driver when the i8042 driver is disabled,
      but it cannot be built-in when that is a loadable module.
      
      Fixes: b5643539 ("platform/x86: asus-wmi: Filter buggy scan codes on ASUS Q500A")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
      ea893695
  9. 12 10月, 2016 2 次提交
  10. 29 9月, 2016 2 次提交
  11. 28 9月, 2016 2 次提交
  12. 27 9月, 2016 1 次提交
  13. 24 9月, 2016 3 次提交