mbox series

[v3,0/5] media: vimc: bug fixes related to memory management

Message ID 20191007134912.28181-1-dafna.hirschfeld@collabora.com (mailing list archive)
Headers show
Series media: vimc: bug fixes related to memory management | expand

Message

Dafna Hirschfeld Oct. 7, 2019, 1:49 p.m. UTC
cleanup and buf fixing patches for vimc

Changes from v2:
The head of the thirds patch is chaned to start with "media vimc: sen:"

Dafna Hirschfeld (5):
  media: vimc: initialize vim entity pointers to NULL
  media: vimc: cleanup code that assigns entity in entities array
  media: vimc: sen: register subdevice only after initialization
  media: vimc: move media_entity_cleanup to release callbacks
  media: vimc: remove the helper function vimc_ent_sd_unregister

 drivers/media/platform/vimc/vimc-capture.c |  2 +-
 drivers/media/platform/vimc/vimc-common.c  |  6 ------
 drivers/media/platform/vimc/vimc-common.h  | 12 -----------
 drivers/media/platform/vimc/vimc-core.c    | 11 ++++-------
 drivers/media/platform/vimc/vimc-debayer.c |  3 ++-
 drivers/media/platform/vimc/vimc-scaler.c  |  3 ++-
 drivers/media/platform/vimc/vimc-sensor.c  | 23 +++++++++++-----------
 7 files changed, 21 insertions(+), 39 deletions(-)