linux_dsm_epyc7002/drivers/media/pci/cx23885
David Härdeman c5540fbb9d [media] rc-core: remove protocol arrays
The basic API of rc-core used to be:

	dev = rc_allocate_device();
	dev->x = a;
	dev->y = b;
	dev->z = c;
	rc_register_device();

which is a pretty common pattern in the kernel, after the introduction of
protocol arrays the API looks something like:

	dev = rc_allocate_device();
	dev->x = a;
	rc_set_allowed_protocols(dev, RC_BIT_X);
	dev->z = c;
	rc_register_device();

There's no real need for the protocols to be an array, so change it
back to be consistent (and in preparation for the following patches).

[m.chehab@samsung.com: added missing changes at some files]
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-25 19:10:43 -03:00
..
altera-ci.c [media] cx23885: get rid of warning: no previous prototype 2012-10-27 17:58:25 -02:00
altera-ci.h [media] cx23885: use IS_ENABLED 2013-03-23 09:29:10 -03:00
cimax2.c [media] cimax2: Don't use dynamic static allocation 2013-11-08 09:45:42 -02:00
cimax2.h
cx23885-417.c [media] media_tree: Fix spelling errors 2013-12-09 14:50:50 -02:00
cx23885-alsa.c [media] Convert to snd_card_new() with a device pointer 2014-02-14 08:14:09 +01:00
cx23885-av.c [media] cx23885[v4]: Fix interrupt storm when enabling IR receiver 2013-08-01 14:55:24 -03:00
cx23885-av.h
cx23885-cards.c [media] cx23885: add support for Hauppauge ImpactVCB-e 2014-07-17 19:57:40 -03:00
cx23885-core.c [media] misc drivers: remove deprecated IRQF_DISABLED 2013-10-17 06:08:31 -03:00
cx23885-dvb.c [media] dib7000: export just one symbol 2014-06-17 12:04:49 -03:00
cx23885-f300.c [media] cx23885: get rid of warning: no previous prototype 2012-10-27 17:58:25 -02:00
cx23885-f300.h
cx23885-i2c.c
cx23885-input.c [media] rc-core: remove protocol arrays 2014-07-25 19:10:43 -03:00
cx23885-input.h [media] cx23885: get rid of warning: no previous prototype 2012-10-27 17:58:25 -02:00
cx23885-ioctl.c [media] cx23885: remove g_chip_ident 2013-06-17 08:43:46 -03:00
cx23885-ioctl.h [media] cx23885: remove g_chip_ident 2013-06-17 08:43:46 -03:00
cx23885-ir.c [media] cx23885: get rid of warning: no previous prototype 2012-10-27 17:58:25 -02:00
cx23885-ir.h
cx23885-reg.h
cx23885-vbi.c
cx23885-video.c [media] cx23885: add support for Hauppauge ImpactVCB-e 2014-07-17 19:57:40 -03:00
cx23885-video.h [media] cx23885[v4]: Fix interrupt storm when enabling IR receiver 2013-08-01 14:55:24 -03:00
cx23885.h [media] cx23885: add support for Hauppauge ImpactVCB-e 2014-07-17 19:57:40 -03:00
cx23888-ir.c [media] cx23885: remove g_chip_ident 2013-06-17 08:43:46 -03:00
cx23888-ir.h
Kconfig [media] cx23885: add support for cx24117 with tbs6980 or tbs6981 2013-10-03 07:39:22 -03:00
Makefile [media] btcx-risc: move from media/i2c to media/common 2013-02-08 16:11:25 -02:00
netup-eeprom.c
netup-eeprom.h
netup-init.c [media] cx23885: get rid of warning: no previous prototype 2012-10-27 17:58:25 -02:00
netup-init.h