Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1393795 > unrolled thread

[PATCH 0/3] [media] s5p-mfc: Fixes for issues when module is removed

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-05-03 22:40 +0200
Last post2016-05-03 22:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] [media] s5p-mfc: Fixes for issues when module is removed Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-03 22:40 +0200

#1393795 — [PATCH 0/3] [media] s5p-mfc: Fixes for issues when module is removed

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-05-03 22:40 +0200
Subject[PATCH 0/3] [media] s5p-mfc: Fixes for issues when module is removed
Message-ID<ruP7c-6xa-9@gated-at.bofh.it>
Hello,

This patch series fixes some issues that I noticed when trying to remove
the s5p-mfc driver when built as a module.

Some of these issues will be fixed once Marek's patches to convert the
custom memory region reservation code is replaced by a generic one that
supports named memory region reservation [0]. But the fixes are trivial
so we can fix the current code until his rework patch lands.

[0]: https://patchwork.linuxtv.org/patch/32287/

Best regards,
Javier


Javier Martinez Canillas (3):
  [media] s5p-mfc: Set device name for reserved memory region devs
  [media] s5p-mfc: Add release callback for memory region devs
  [media] s5p-mfc: Fix race between s5p_mfc_probe() and s5p_mfc_open()

 drivers/media/platform/s5p-mfc/s5p_mfc.c | 50 ++++++++++++++++++++------------
 1 file changed, 32 insertions(+), 18 deletions(-)

-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web