All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [media] exynos-gsc: Another round of cleanup and fixes
@ 2016-10-07 20:39 Javier Martinez Canillas
  2016-10-07 20:39 ` [PATCH 1/3] [media] exynos-gsc: don't release a non-dynamically allocated video_device Javier Martinez Canillas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2016-10-07 20:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mauro Carvalho Chehab, Marek Szyprowski, Krzysztof Kozlowski,
	Kukjin Kim, Hans Verkuil, Inki Dae, linux-samsung-soc,
	Sylwester Nawrocki, Shuah Khan, Nicolas Dufresne, linux-media,
	Javier Martinez Canillas

Hello,

This series contains another set of cleanup and fixes for the exynos-gsc
driver. The patches are on top of the previous posted set [0], although
there's no dependency and the patch-sets can be applied in any order.

Patch 1/3 is a cleanup for the gsc_register_m2m_device() error path

Patch 2/3 fixes a NULL pointer deference that happens when the driver
module is removed due the video device node not being unregistered.

Patch 3/3 fixes a warning due the driver not doing proper cleanup of
the m2m source and destination queues.

[0]: https://lkml.org/lkml/2016/9/30/413

Best regards,
Javier


Javier Martinez Canillas (3):
  [media] exynos-gsc: don't release a non-dynamically allocated
    video_device
  [media] exynos-gsc: unregister video device node on driver removal
  [media] exynos-gsc: cleanup m2m src and dst vb2 queues on STREAMOFF

 drivers/media/platform/exynos-gsc/gsc-m2m.c | 30 ++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-07 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 20:39 [PATCH 0/3] [media] exynos-gsc: Another round of cleanup and fixes Javier Martinez Canillas
2016-10-07 20:39 ` [PATCH 1/3] [media] exynos-gsc: don't release a non-dynamically allocated video_device Javier Martinez Canillas
2016-10-07 20:39 ` [PATCH 2/3] [media] exynos-gsc: unregister video device node on driver removal Javier Martinez Canillas
2016-10-07 20:39 ` [PATCH 3/3] [media] exynos-gsc: cleanup m2m src and dst vb2 queues on STREAMOFF Javier Martinez Canillas

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.