Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-28 | media: dvb-core: get rid of mmap reserved field | Mauro Carvalho Chehab | |
The "reserved" field was a way, used at V4L2 API, to add new data to existing structs without breaking userspace. However, there are now clever ways of doing that, without needing to add an uneeded overhead. So, get rid of them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> | |||
2017-12-28 | media: dvb uAPI docs: document mmap-related ioctls | Mauro Carvalho Chehab | |
5 new ioctls were added to the DVB demux API, in order to handle memory maped I/O. Add documentation for them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |