linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] media: convert tasklets to use new tasklet_setup()
@ 2020-08-17  8:31 Allen Pais
  2020-08-17  8:31 ` [PATCH 01/11] media: bt8xx: convert tasklets to use new tasklet_setup() API Allen Pais
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Allen Pais @ 2020-08-17  8:31 UTC (permalink / raw)
  To: mchehab, maintainers, patrice.chotard
  Cc: keescook, linux-media, linux-arm-kernel, linux-kernel, Allen Pais

Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts 
all the media drivers to use the new tasklet_setup() API

Allen Pais (11):
  media: bt8xx: convert tasklets to use new tasklet_setup() API
  media: mantis: convert tasklets to use new tasklet_setup() API
  media: ngene: convert tasklets to use new tasklet_setup() API
  media: smipcie: convert tasklets to use new tasklet_setup() API
  media: ttpci: convert tasklets to use new tasklet_setup() API
  media: tw5864: convert tasklets to use new tasklet_setup() API
  media: marvell-ccic: convert tasklets to use new tasklet_setup() API
  media: pxa_camera: convert tasklets to use new tasklet_setup() API
  media: sti: convert tasklets to use new tasklet_setup() API
  media/radio: wl128x: convert tasklets to use new tasklet_setup() API
  media: ttusb-dec: convert tasklets to use new tasklet_setup() API

 drivers/media/pci/bt8xx/dvb-bt8xx.c           |  7 ++++---
 drivers/media/pci/mantis/mantis_dma.c         |  4 ++--
 drivers/media/pci/mantis/mantis_dma.h         |  2 +-
 drivers/media/pci/mantis/mantis_dvb.c         |  2 +-
 drivers/media/pci/ngene/ngene-core.c          | 12 +++++------
 drivers/media/pci/smipcie/smipcie-main.c      |  6 +++---
 drivers/media/pci/ttpci/av7110.c              | 20 +++++++++----------
 drivers/media/pci/ttpci/budget-ci.c           | 15 +++++++-------
 drivers/media/pci/ttpci/budget-core.c         |  6 +++---
 drivers/media/pci/tw5864/tw5864-video.c       |  9 ++++-----
 .../media/platform/marvell-ccic/mcam-core.c   |  7 +++----
 drivers/media/platform/pxa_camera.c           |  6 +++---
 .../platform/sti/c8sectpfe/c8sectpfe-core.c   | 10 ++++------
 drivers/media/radio/wl128x/fmdrv_common.c     | 12 +++++------
 drivers/media/usb/ttusb-dec/ttusb_dec.c       |  7 +++----
 15 files changed, 61 insertions(+), 64 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-08-17  8:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  8:31 [PATCH 00/11] media: convert tasklets to use new tasklet_setup() Allen Pais
2020-08-17  8:31 ` [PATCH 01/11] media: bt8xx: convert tasklets to use new tasklet_setup() API Allen Pais
2020-08-17  8:31 ` [PATCH 02/11] media: mantis: " Allen Pais
2020-08-17  8:31 ` [PATCH 03/11] media: ngene: " Allen Pais
2020-08-17  8:31 ` [PATCH 04/11] media: smipcie: " Allen Pais
2020-08-17  8:31 ` [PATCH 05/11] media: ttpci: " Allen Pais
2020-08-17  8:31 ` [PATCH 06/11] media: tw5864: " Allen Pais
2020-08-17  8:31 ` [PATCH 07/11] media: marvell-ccic: " Allen Pais
2020-08-17  8:31 ` [PATCH 08/11] media: pxa_camera: " Allen Pais
2020-08-17  8:31 ` [PATCH 09/11] media: sti: " Allen Pais
2020-08-17  8:31 ` [PATCH 10/11] media/radio: wl128x: " Allen Pais
2020-08-17  8:31 ` [PATCH 11/11] media: ttusb-dec: " Allen Pais

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).