linux/drivers/media/dvb/mantis
Tejun Heo 43829731dd workqueue: deprecate flush[_delayed]_work_sync()
flush[_delayed]_work_sync() are now spurious.  Mark them deprecated
and convert all users to flush[_delayed]_work().

If you're cc'd and wondering what's going on: Now all workqueues are
non-reentrant and the regular flushes guarantee that the work item is
not pending or running on any CPU on return, so there's no reason to
use the sync flushes at all and they're going away.

This patch doesn't make any functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Mattia Dongili <malattia@linux.it>
Cc: Kent Yoder <key@linux.vnet.ibm.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: Bryan Wu <bryan.wu@canonical.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-wireless@vger.kernel.org
Cc: Anton Vorontsov <cbou@mail.ru>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Avi Kivity <avi@redhat.com>
2012-08-20 14:51:24 -07:00
..
Kconfig [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Makefile [media] drivers/media: do not use EXTRA_CFLAGS 2011-09-03 18:50:59 -03:00
hopper_cards.c [media] v4l/dvb: fix compiler warnings 2012-05-14 14:50:51 -03:00
hopper_vp3028.c [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bits 2010-12-29 08:16:48 -02:00
hopper_vp3028.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_ca.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
mantis_ca.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_cards.c [media] v4l/dvb: fix compiler warnings 2012-05-14 14:50:51 -03:00
mantis_common.h [media] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt 2011-09-25 08:43:06 -03:00
mantis_core.c [media] dvb: mantis: use '%pM' format to print MAC address 2010-10-21 07:55:57 -02:00
mantis_core.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dma.c [media] v4l/dvb: fix compiler warnings 2012-05-14 14:50:51 -03:00
mantis_dma.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dvb.c [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bits 2010-12-29 08:16:48 -02:00
mantis_dvb.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_evm.c workqueue: deprecate flush[_delayed]_work_sync() 2012-08-20 14:51:24 -07:00
mantis_hif.c [media] [trivial] mantis: Fix typo in mantis_hif.c 2012-02-27 08:47:04 -03:00
mantis_hif.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_i2c.c [media] i2c: Stop using I2C_CLASS_TV_DIGITAL 2010-10-21 07:54:26 -02:00
mantis_i2c.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_input.c [media] rc: use rc_map_ prefix for all rc map tables 2010-12-29 08:16:52 -02:00
mantis_ioc.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
mantis_ioc.h [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bits 2010-12-29 08:16:48 -02:00
mantis_link.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_pci.c [media] use pci_dev->revision 2011-05-20 07:26:16 -03:00
mantis_pci.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_pcmcia.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
mantis_reg.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_uart.c workqueue: deprecate flush[_delayed]_work_sync() 2012-08-20 14:51:24 -07:00
mantis_uart.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1033.c [media] tuners: remove dvb_frontend_parameters from set_params() 2011-12-31 08:57:29 -02:00
mantis_vp1033.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1034.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
mantis_vp1034.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1041.c [media] stb0899: Removed an extra byte sent at init on DiSEqC bus 2011-09-25 08:41:23 -03:00
mantis_vp1041.h V4L/DVB (13795): [Mantis/Hopper] Code overhaul, add Hopper devices into the PCI ID list 2010-01-17 11:55:42 -02:00
mantis_vp2033.c [media] tuners: remove dvb_frontend_parameters from set_params() 2011-12-31 08:57:29 -02:00
mantis_vp2033.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp2040.c [media] tuners: remove dvb_frontend_parameters from set_params() 2011-12-31 08:57:29 -02:00
mantis_vp2040.h V4L/DVB (13795): [Mantis/Hopper] Code overhaul, add Hopper devices into the PCI ID list 2010-01-17 11:55:42 -02:00
mantis_vp3028.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp3028.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp3030.c [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bits 2010-12-29 08:16:48 -02:00
mantis_vp3030.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00