Re: [PATCH 0/6] accel/ivpu: Update to -next 2023-10-20

2023-10-23 Thread Stanislaw Gruszka
On Fri, Oct 20, 2023 at 12:44:55PM +0200, Stanislaw Gruszka wrote:
> Random changes across the driver.
> 
> Karol Wachowski (1):
>   accel/ivpu: Read clock rate only if device is up
> 
> Krystian Pradzynski (3):
>   accel/ivpu: Use ratelimited warn and err in IPC/JSM
>   accel/ivpu: Fix verbose version of REG_POLL macros
>   accel/ivpu: Print IPC type string instead of number
> 
> Stanislaw Gruszka (2):
>   accel/ivpu: Do no initialize parameters on power up
>   accel/ivpu/37xx: Remove support for FPGA and simics
Fixed typos pointed by Jeffrey and applied to drm-misc-next

Thanks
Stanislaw


[PATCH 0/6] accel/ivpu: Update to -next 2023-10-20

2023-10-20 Thread Stanislaw Gruszka
Random changes across the driver.

Karol Wachowski (1):
  accel/ivpu: Read clock rate only if device is up

Krystian Pradzynski (3):
  accel/ivpu: Use ratelimited warn and err in IPC/JSM
  accel/ivpu: Fix verbose version of REG_POLL macros
  accel/ivpu: Print IPC type string instead of number

Stanislaw Gruszka (2):
  accel/ivpu: Do no initialize parameters on power up
  accel/ivpu/37xx: Remove support for FPGA and simics

 drivers/accel/ivpu/ivpu_drv.c   | 18 ++-
 drivers/accel/ivpu/ivpu_hw_37xx.c   | 63 --
 drivers/accel/ivpu/ivpu_hw_40xx.c   |  8 +--
 drivers/accel/ivpu/ivpu_hw_reg_io.h | 32 ++-
 drivers/accel/ivpu/ivpu_ipc.c   | 34 ++--
 drivers/accel/ivpu/ivpu_jsm_msg.c   | 82 ++---
 drivers/accel/ivpu/ivpu_jsm_msg.h   |  2 +
 drivers/accel/ivpu/ivpu_mmu.c   | 47 ++---
 drivers/accel/ivpu/ivpu_pm.c| 13 +
 drivers/accel/ivpu/ivpu_pm.h|  1 +
 10 files changed, 189 insertions(+), 111 deletions(-)

-- 
2.25.1