Commit daafbb9
media: sun6i-csi: Remove controls handler from the driver
The driver does not expose controls directly and thus does not need
a controls handler for its own use.
Controls attached to subdevs used to be exposed that way, however this
can easily lead to issue when multiple subdevs attached to the same
v4l2 device expose the same controls. Subdev controls should be set
through each individual subdev node instead.
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>1 parent f9a6e56 commit daafbb9
3 files changed
Lines changed: 1 addition & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | 694 | | |
703 | 695 | | |
704 | 696 | | |
705 | | - | |
706 | 697 | | |
707 | 698 | | |
708 | 699 | | |
709 | 700 | | |
710 | | - | |
| 701 | + | |
711 | 702 | | |
712 | 703 | | |
713 | 704 | | |
| |||
746 | 737 | | |
747 | 738 | | |
748 | 739 | | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | 740 | | |
753 | 741 | | |
754 | 742 | | |
| |||
765 | 753 | | |
766 | 754 | | |
767 | 755 | | |
768 | | - | |
769 | 756 | | |
770 | 757 | | |
771 | 758 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | 489 | | |
494 | 490 | | |
495 | 491 | | |
| |||
0 commit comments