linux_dsm_epyc7002/drivers/media/pci
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
..
b2c2 [media] pci: flexcop: Remove redundant pci_set_drvdata 2013-10-17 05:56:55 -03:00
bt8xx [media] rc-core: document the protocol type 2014-07-23 21:50:48 -03:00
cx18 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
cx88 [media] rc-core: remove protocol arrays 2014-07-25 19:10:43 -03:00
cx23885 [media] rc-core: remove protocol arrays 2014-07-25 19:10:43 -03:00
cx25821 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ddbridge [media] ddbridge: remove unneeded an NULL check 2014-03-11 15:55:37 -03:00
dm1105 [media] rc-core: document the protocol type 2014-07-23 21:50:48 -03:00
ivtv [media] rc-core: improve ir-kbd-i2c get_key functions 2014-07-23 20:05:56 -03:00
mantis [media] pci: mantis: Remove redundant pci_set_drvdata 2013-10-17 06:01:32 -03:00
meye [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ngene [media] drivers/media: Remove useless return variables 2014-07-04 15:35:27 -03:00
pluto2 [media] media_tree: Fix spelling errors 2013-12-09 14:50:50 -02:00
pt1 [media] pci: pt1: Remove redundant pci_set_drvdata 2013-10-17 06:01:59 -03:00
saa7134 [media] saa7134: NEC scancode fix 2014-07-23 21:52:26 -03:00
saa7146 [media] v4l: subdev: Move [gs]_std operation to video ops 2014-05-24 17:11:26 -03:00
saa7164 [media] saa7164-dvb: Remove unnecessary null test 2014-07-17 20:07:42 -03:00
solo6x10 [media] solo6x10: move out of staging into drivers/media/pci. 2014-07-22 12:53:00 -03:00
sta2x11 [media] v4l: Support extending the v4l2_pix_format structure 2014-07-17 12:44:47 -03:00
ttpci [media] rc-core: document the protocol type 2014-07-23 21:50:48 -03:00
zoran [media] zoran: remove duplicate ZR050_MO_COMP define 2014-07-17 20:07:57 -03:00
Kconfig [media] solo6x10: move out of staging into drivers/media/pci. 2014-07-22 12:53:00 -03:00
Makefile [media] solo6x10: move out of staging into drivers/media/pci. 2014-07-22 12:53:00 -03:00