mbox series

[v2,0/5] media: intel/ipu6: Cleanups and small refactor

Message ID 20250319121044.113705-1-stanislaw.gruszka@linux.intel.com (mailing list archive)
Headers show
Series media: intel/ipu6: Cleanups and small refactor | expand

Message

Stanislaw Gruszka March 19, 2025, 12:10 p.m. UTC
Some clenaups and abstract buf ready function away from FW interface
to make it reusable with ipu7.

v1 -> v2:
 - spelling fixes
 - remove redundant ()
 - do not change addr to dma_addr in patch 4 - fixes wrong usage of %pad
   reported by CI

Stanislaw Gruszka (5):
  media: intel/ipu6: Add missing new line character in error message
  media: intel/ipu6: Make two functions static
  media: intel/ipu6: Use timestamp value directly
  media: intel/ipu6: Abstract buf ready function
  media: intel/ipu6: Remove unused dev field from ipu6_isys_queue

 .../media/pci/intel/ipu6/ipu6-isys-queue.c    | 45 ++++++++++---------
 .../media/pci/intel/ipu6/ipu6-isys-queue.h    |  5 ---
 2 files changed, 25 insertions(+), 25 deletions(-)