1. 17 5月, 2019 1 次提交
    • O
      habanalabs: don't limit packet size for device CPU · cbb10f1e
      Oded Gabbay 提交于
      This patch removes a limitation on the maximum packet size that is read by
      the device CPU as that limitation is not needed.
      
      Therefore, the patch also removes an elaborate calculation that is based
      on this limitation which is also not needed now. Instead, use a fixed
      value for the memory pool size of the packets.
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      cbb10f1e
  2. 16 5月, 2019 1 次提交
  3. 14 5月, 2019 1 次提交
  4. 13 5月, 2019 1 次提交
  5. 12 5月, 2019 1 次提交
  6. 09 5月, 2019 3 次提交
  7. 08 5月, 2019 2 次提交
  8. 04 5月, 2019 1 次提交
    • O
      habanalabs: force user to set device debug mode · 19734970
      Oded Gabbay 提交于
      This patch adds the implementation of the HL_DEBUG_OP_SET_MODE opcode in
      the DEBUG IOCTL.
      
      It forces the user who wants to debug the device to set the device into
      debug mode before he can configure the debug engines. The patch also makes
      sure to disable debug mode upon user releasing FD, in case the user forgot
      to disable debug mode.
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      19734970
  9. 05 5月, 2019 2 次提交
  10. 04 5月, 2019 1 次提交
  11. 04 7月, 2019 13 次提交
  12. 03 7月, 2019 12 次提交
  13. 01 7月, 2019 1 次提交
    • G
      Merge tag 'extcon-next-for-5.3' of... · c1829ace
      Greg Kroah-Hartman 提交于
      Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
      
      Chanwoo writes:
      
      Update extcon for 5.3
      
      Detailed description for this pull request:
      1. Add new extcon-fsa9480 extcon provider driver
      - It is extcon provide driver for Fairchild Semiconductor
      FSA9480 microUSB switch and accessory detector chip which
      detects the kind of external connector like usb, charger,
      audio, video and so on.
      
      2.
      - Add the exception handling code for extcon-arizona.c
      when using the regmap interface.
      
      * tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon:
        extcon: fsa9480: Fix Kconfig warning and build errors
        extcon: Add fsa9480 extcon driver
        dt-bindings: extcon: Add support for fsa9480 switch
        extcon: arizona: Correct error handling on regmap_update_bits_check
      c1829ace