An error occurred fetching the project authors.
  1. 04 Apr, 2018 2 commits
  2. 19 Mar, 2018 2 commits
  3. 13 Mar, 2018 2 commits
  4. 14 Feb, 2018 1 commit
  5. 05 Feb, 2018 1 commit
    • oulijun's avatar
      RDMA/hns: Fix the endian problem for hns · 8b9b8d14
      oulijun authored
      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: default avatarLijun Ou <oulijun@huawei.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      8b9b8d14
  6. 01 Feb, 2018 1 commit
  7. 22 Dec, 2017 1 commit
  8. 10 Nov, 2017 4 commits
  9. 25 Oct, 2017 1 commit
  10. 29 Sep, 2017 2 commits
  11. 27 Sep, 2017 6 commits
  12. 18 Jul, 2017 1 commit
  13. 19 Feb, 2017 1 commit
    • Arnd Bergmann's avatar
      IB/hns: include linux/module.h · 3ecc16c8
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      3ecc16c8
  14. 14 Feb, 2017 1 commit
  15. 24 Jan, 2017 1 commit
  16. 03 Dec, 2016 8 commits
  17. 03 Oct, 2016 5 commits