public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] habanalabs: various improvements and updates
@ 2019-03-17 19:59 Oded Gabbay
  2019-03-17 19:59 ` [PATCH 01/15] habanalabs: add new device CPU boot status Oded Gabbay
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Oded Gabbay @ 2019-03-17 19:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh

This patch-set contains various improvements to existing code and some
updates from our internal tree at habanalabs.

None of the patches here is critical fix for the 5.1 kernel release, and
they will be queued in the main pull request for the 5.2 merge window.

Thanks,
Oded

Dotan Barak (1):
  habanalabs: remove implicit include from header files

Igor Grinberg (1):
  habanalabs: add new device CPU boot status

Oded Gabbay (7):
  habanalabs: rename goya_non_fatal_events array to all events
  habanalabs: use EQ MSI/X ID per chip
  habanalabs: remove unused defines
  habanalabs: ratelimit warnings at start of IOCTLs
  uapi/habanalabs: add some comments in habanalabs.h
  habanalabs: keep track of the device's dma mask
  habanalabs: never fail hard reset of device

Omer Shpigelman (1):
  habanalabs: add MMU shadow mapping

Tomer Tayar (5):
  habanalabs: Move device CPU code into common file
  habanalabs: Move PCI code into common file
  habanalabs: Remove unneeded function pointers
  habanalabs: Add a printout with the name of a busy engine
  habanalabs: Allow accessing DRAM virtual addresses via debugfs

 drivers/misc/habanalabs/Makefile              |   2 +-
 drivers/misc/habanalabs/command_submission.c  |   2 +-
 drivers/misc/habanalabs/debugfs.c             |  96 ++-
 drivers/misc/habanalabs/device.c              |  19 +-
 drivers/misc/habanalabs/firmware_if.c         | 324 ++++++++
 drivers/misc/habanalabs/goya/goya.c           | 719 +++---------------
 drivers/misc/habanalabs/goya/goyaP.h          |  29 +-
 drivers/misc/habanalabs/goya/goya_security.c  |   1 +
 drivers/misc/habanalabs/habanalabs.h          |  72 +-
 drivers/misc/habanalabs/habanalabs_drv.c      |   3 +
 drivers/misc/habanalabs/habanalabs_ioctl.c    |   4 +-
 drivers/misc/habanalabs/include/armcp_if.h    |  10 +-
 .../include/goya/asic_reg/goya_masks.h        |  12 -
 drivers/misc/habanalabs/include/goya/goya.h   |   4 -
 .../include/goya/goya_async_events.h          |   9 +
 .../misc/habanalabs/include/goya/goya_fw_if.h |   2 +
 drivers/misc/habanalabs/include/hl_boot_if.h  |   3 +-
 .../include/hw_ip/mmu/mmu_general.h           |  16 +-
 .../include/hw_ip/pci/pci_general.h           |  23 +
 drivers/misc/habanalabs/mmu.c                 | 597 ++++++++-------
 drivers/misc/habanalabs/pci.c                 | 402 ++++++++++
 include/uapi/misc/habanalabs.h                |   7 +-
 22 files changed, 1404 insertions(+), 952 deletions(-)
 create mode 100644 drivers/misc/habanalabs/firmware_if.c
 create mode 100644 drivers/misc/habanalabs/include/hw_ip/pci/pci_general.h
 create mode 100644 drivers/misc/habanalabs/pci.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-03-17 20:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 19:59 [PATCH 00/15] habanalabs: various improvements and updates Oded Gabbay
2019-03-17 19:59 ` [PATCH 01/15] habanalabs: add new device CPU boot status Oded Gabbay
2019-03-17 19:59 ` [PATCH 02/15] habanalabs: rename goya_non_fatal_events array to all events Oded Gabbay
2019-03-17 19:59 ` [PATCH 03/15] habanalabs: remove implicit include from header files Oded Gabbay
2019-03-17 19:59 ` [PATCH 04/15] habanalabs: Move device CPU code into common file Oded Gabbay
2019-03-17 19:59 ` [PATCH 05/15] habanalabs: use EQ MSI/X ID per chip Oded Gabbay
2019-03-17 19:59 ` [PATCH 06/15] habanalabs: remove unused defines Oded Gabbay
2019-03-17 19:59 ` [PATCH 07/15] habanalabs: ratelimit warnings at start of IOCTLs Oded Gabbay
2019-03-17 19:59 ` [PATCH 08/15] habanalabs: Move PCI code into common file Oded Gabbay
2019-03-17 19:59 ` [PATCH 09/15] habanalabs: Remove unneeded function pointers Oded Gabbay
2019-03-17 19:59 ` [PATCH 10/15] uapi/habanalabs: add some comments in habanalabs.h Oded Gabbay
2019-03-17 19:59 ` [PATCH 11/15] habanalabs: Add a printout with the name of a busy engine Oded Gabbay
2019-03-17 19:59 ` [PATCH 12/15] habanalabs: Allow accessing DRAM virtual addresses via debugfs Oded Gabbay
2019-03-17 19:59 ` [PATCH 13/15] habanalabs: add MMU shadow mapping Oded Gabbay
2019-03-17 19:59 ` [PATCH 14/15] habanalabs: keep track of the device's dma mask Oded Gabbay
2019-03-17 19:59 ` [PATCH 15/15] habanalabs: never fail hard reset of device Oded Gabbay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox