All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mem2mem low-hanging fruit removal
@ 2018-06-14 15:34 Ezequiel Garcia
  2018-06-14 15:34 ` [PATCH 1/3] mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock Ezequiel Garcia
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ezequiel Garcia @ 2018-06-14 15:34 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, kernel, Ezequiel Garcia

While working with memory-to-memory drivers, noticed some
minor cleaning opportunities.

First, the lock/unlock v4l2_m2m_ops are no longer in use,
and can be dropped.

Second, the job_abort v4l2_m2m_ops is not really used
by some drivers, and so it makes sense to make it
optional.

This series is based on https://patchwork.kernel.org/patch/10444325/.

Ezequiel Garcia (3):
  mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock
  mem2mem: Make .job_abort optional
  rcar_vpu: Drop unneeded job_ready

 drivers/media/platform/coda/coda-common.c          | 26 ++++------------------
 drivers/media/platform/m2m-deinterlace.c           | 20 ++---------------
 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c    |  5 -----
 drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c       |  5 -----
 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c | 18 ---------------
 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c | 16 -------------
 drivers/media/platform/mx2_emmaprp.c               | 16 -------------
 drivers/media/platform/rcar_jpu.c                  | 22 ------------------
 drivers/media/platform/rockchip/rga/rga.c          |  6 -----
 drivers/media/platform/s5p-g2d/g2d.c               | 14 ------------
 drivers/media/platform/s5p-jpeg/jpeg-core.c        |  7 ------
 drivers/media/platform/sti/delta/delta-v4l2.c      | 18 ---------------
 drivers/media/platform/ti-vpe/vpe.c                | 19 ----------------
 drivers/media/v4l2-core/v4l2-mem2mem.c             |  6 ++---
 include/media/v4l2-mem2mem.h                       |  8 +------
 15 files changed, 10 insertions(+), 196 deletions(-)

-- 
2.16.3

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

end of thread, other threads:[~2018-06-15 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 15:34 [PATCH 0/3] mem2mem low-hanging fruit removal Ezequiel Garcia
2018-06-14 15:34 ` [PATCH 1/3] mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock Ezequiel Garcia
2018-06-14 15:34 ` [PATCH 2/3] mem2mem: Make .job_abort optional Ezequiel Garcia
2018-06-15  8:43   ` Hans Verkuil
2018-06-15 19:20     ` Ezequiel Garcia
2018-06-14 15:34 ` [PATCH 3/3] rcar_vpu: Drop unneeded job_ready Ezequiel Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.