summaryrefslogtreecommitdiff
path: root/Documentation/usb/ohci.txt
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2014-05-16 10:33:47 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-06-17 12:04:44 -0300
commit4015bef6495f5153fccbb8d4476f71511af82f4d (patch)
tree8408068f6d74c136d4d401b8f698e953f9b67e0f /Documentation/usb/ohci.txt
parent619c027da030c532fb9a94911a117ffaa5d844b6 (diff)
[media] media: davinci: vpif_capture: drop unneeded module params
Remove bogus 'numbuffers' and 'bufsize' module options. The number of buffers and buffer sizes are determined by VIDIOC_REQBUFS and VIDIOC_S_FMT and the amount of available memory (in the case of the MMAP stream I/O mode) and not by module options. These module params are a left-over from the original montavista code that used these parameters to pre-allocate the memory needed for the buffers. The code that allocated those buffers was never upstreamed since by the time the drivers were added to the kernel the TI cmem module could be used in combination with the USERPTR mode to reserve and pass physically contiguous memory pointers around. These days of course CMA is used instead of cmem. This patch removes these module options altogether since they no longer do what they originally were designed for. They should never have been part of the upstreamed code in the first place, so they've been pointless ever since 2.6.32 when this driver first appeared in the mainline kernel. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/usb/ohci.txt')
0 files changed, 0 insertions, 0 deletions