1. 04 4月, 2018 2 次提交
  2. 20 3月, 2018 2 次提交
  3. 14 3月, 2018 2 次提交
  4. 15 2月, 2018 1 次提交
  5. 05 2月, 2018 1 次提交
    • O
      RDMA/hns: Fix the endian problem for hns · 8b9b8d14
      oulijun 提交于
      The hip06 and hip08 run on a little endian ARM, it needs to
      revise the annotations to indicate that the HW uses little
      endian data in the various DMA buffers, and flow the necessary
      swaps throughout.
      
      The imm_data use big endian mode. The cpu_to_le32/le32_to_cpu
      swaps are no-op for this, which makes the only substantive
      change the handling of imm_data which is now mandatory swapped.
      
      This also keep match with the userspace hns driver and resolve
      the warning by sparse.
      Signed-off-by: NLijun Ou <oulijun@huawei.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      8b9b8d14
  6. 02 2月, 2018 1 次提交
  7. 23 12月, 2017 1 次提交
  8. 11 11月, 2017 4 次提交
  9. 26 10月, 2017 1 次提交
  10. 30 9月, 2017 2 次提交
  11. 27 9月, 2017 6 次提交
  12. 18 7月, 2017 1 次提交
  13. 19 2月, 2017 1 次提交
    • A
      IB/hns: include linux/module.h · 3ecc16c8
      Arnd Bergmann 提交于
      I ran into a build error on arm64 randconfig testing:
      
      infiniband/hw/hns/hns_roce_main.c:539:1: error: data definition has no type or storage class [-Werror]
      infiniband/hw/hns/hns_roce_main.c:539:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
      infiniband/hw/hns/hns_roce_main.c:539:1: error: parameter names (without types) in function declaration [-Werror]
      infiniband/hw/hns/hns_roce_main.c:979:226: error: data definition has no type or storage class [-Werror]
      infiniband/hw/hns/hns_roce_main.c:979:226: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int]
      infiniband/hw/hns/hns_roce_main.c:979:1: error: parameter names (without types) in function declaration [-Werror]
      
      Including the module.h makes it build again.
      
      Fixes: 9a443537 ("IB/hns: Add driver files for hns RoCE driver")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      3ecc16c8
  14. 15 2月, 2017 1 次提交
  15. 25 1月, 2017 1 次提交
  16. 04 12月, 2016 8 次提交
  17. 03 10月, 2016 5 次提交