1. 16 May, 2019 2 commits
  2. 13 May, 2019 2 commits
  3. 12 May, 2019 1 commit
  4. 08 May, 2019 5 commits
  5. 04 May, 2019 1 commit
    • Oded Gabbay's avatar
      habanalabs: force user to set device debug mode · 19734970
      Oded Gabbay authored
      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: default avatarOded Gabbay <oded.gabbay@gmail.com>
      19734970
  6. 05 May, 2019 2 commits
  7. 04 May, 2019 1 commit
  8. 03 Jul, 2019 25 commits
  9. 01 Jul, 2019 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'extcon-next-for-5.3' of... · c1829ace
      Greg Kroah-Hartman authored
      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