WSL2-Linux-Kernel/drivers/accel/habanalabs/common
Linus Torvalds 556eb8b791 Driver core changes for 6.4-rc1
Here is the large set of driver core changes for 6.4-rc1.
 
 Once again, a busy development cycle, with lots of changes happening in
 the driver core in the quest to be able to move "struct bus" and "struct
 class" into read-only memory, a task now complete with these changes.
 
 This will make the future rust interactions with the driver core more
 "provably correct" as well as providing more obvious lifetime rules for
 all busses and classes in the kernel.
 
 The changes required for this did touch many individual classes and
 busses as many callbacks were changed to take const * parameters
 instead.  All of these changes have been submitted to the various
 subsystem maintainers, giving them plenty of time to review, and most of
 them actually did so.
 
 Other than those changes, included in here are a small set of other
 things:
   - kobject logging improvements
   - cacheinfo improvements and updates
   - obligatory fw_devlink updates and fixes
   - documentation updates
   - device property cleanups and const * changes
   - firwmare loader dependency fixes.
 
 All of these have been in linux-next for a while with no reported
 problems.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCZEp7Sw8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykitQCfamUHpxGcKOAGuLXMotXNakTEsxgAoIquENm5
 LEGadNS38k5fs+73UaxV
 =7K4B
 -----END PGP SIGNATURE-----

Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core updates from Greg KH:
 "Here is the large set of driver core changes for 6.4-rc1.

  Once again, a busy development cycle, with lots of changes happening
  in the driver core in the quest to be able to move "struct bus" and
  "struct class" into read-only memory, a task now complete with these
  changes.

  This will make the future rust interactions with the driver core more
  "provably correct" as well as providing more obvious lifetime rules
  for all busses and classes in the kernel.

  The changes required for this did touch many individual classes and
  busses as many callbacks were changed to take const * parameters
  instead. All of these changes have been submitted to the various
  subsystem maintainers, giving them plenty of time to review, and most
  of them actually did so.

  Other than those changes, included in here are a small set of other
  things:

   - kobject logging improvements

   - cacheinfo improvements and updates

   - obligatory fw_devlink updates and fixes

   - documentation updates

   - device property cleanups and const * changes

   - firwmare loader dependency fixes.

  All of these have been in linux-next for a while with no reported
  problems"

* tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (120 commits)
  device property: make device_property functions take const device *
  driver core: update comments in device_rename()
  driver core: Don't require dynamic_debug for initcall_debug probe timing
  firmware_loader: rework crypto dependencies
  firmware_loader: Strip off \n from customized path
  zram: fix up permission for the hot_add sysfs file
  cacheinfo: Add use_arch[|_cache]_info field/function
  arch_topology: Remove early cacheinfo error message if -ENOENT
  cacheinfo: Check cache properties are present in DT
  cacheinfo: Check sib_leaf in cache_leaves_are_shared()
  cacheinfo: Allow early level detection when DT/ACPI info is missing/broken
  cacheinfo: Add arm64 early level initializer implementation
  cacheinfo: Add arch specific early level initializer
  tty: make tty_class a static const structure
  driver core: class: remove struct class_interface * from callbacks
  driver core: class: mark the struct class in struct class_interface constant
  driver core: class: make class_register() take a const *
  driver core: class: mark class_release() as taking a const *
  driver core: remove incorrect comment for device_create*
  MIPS: vpe-cmp: remove module owner pointer from struct class usage.
  ...
2023-04-27 11:53:57 -07:00
..
mmu accel/habanalabs: unmap mapped memory when TLB inv fails 2023-04-08 10:39:33 +03:00
pci accel/habanalabs: Remove redundant pci_clear_master 2023-04-08 10:39:33 +03:00
Makefile
asid.c
command_buffer.c accel/habanalabs: unmap mapped memory when TLB inv fails 2023-04-08 10:39:33 +03:00
command_submission.c accel/habanalabs: add uapi to stall/resume engine 2023-03-15 13:29:15 +02:00
context.c
debugfs.c accel/habanalabs: use a mutex rather than a spinlock 2023-03-15 13:29:15 +02:00
decoder.c accel/habanalabs: fix events mask of decoder abnormal interrupts 2023-04-08 10:39:34 +03:00
device.c accel/habanalabs: sync f/w events interrupt in hard reset 2023-04-08 10:39:34 +03:00
firmware_if.c accel/habanalabs: don't wait for STS_OK after sending COMMS WFE 2023-04-08 10:39:34 +03:00
habanalabs.h accel/habanalabs: fixes for unexpected error interrupt 2023-04-08 10:39:34 +03:00
habanalabs_drv.c Driver core changes for 6.4-rc1 2023-04-27 11:53:57 -07:00
habanalabs_ioctl.c accel/habanalabs: expose rotator mask to userspace 2023-03-20 17:35:34 +02:00
hw_queue.c
hwmon.c hwmon: constify pointers to hwmon_channel_info 2023-04-07 08:45:17 -07:00
irq.c accel/habanalabs: remove completion from abnormal interrupt work name 2023-04-08 10:39:34 +03:00
memory.c accel/habanalabs: check return value of add_va_block_locked 2023-04-08 10:39:33 +03:00
memory_mgr.c accel/habanalabs: Fix spelling mistake "maped" -> "mapped" 2023-03-20 17:35:25 +02:00
security.c accel/habanalabs: rename security function parameters 2023-03-15 13:29:13 +02:00
security.h accel/habanalabs: change unused extern decl of hdev to forward decl of hl_device 2023-03-15 13:29:14 +02:00
state_dump.c
sysfs.c accel/habanalabs: add missing error flow in hl_sysfs_init() 2023-04-08 10:44:23 +03:00