[PATCH 01/20] pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2

2018-05-24 Thread Ezequiel Garcia
From: Hans Verkuil This driver is the only V4L driver that does not set unlocked_ioctl to video_ioctl2. The only thing that pvr2_v4l2_ioctl does besides calling video_ioctl2 is calling pvr2_hdw_commit_ctl(). Add pvr2_hdw_commit_ctl() calls to the various ioctls that need this, and we can replace

[PATCH 01/20] pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2

2018-05-18 Thread Ezequiel Garcia
From: Hans Verkuil This driver is the only V4L driver that does not set unlocked_ioctl to video_ioctl2. The only thing that pvr2_v4l2_ioctl does besides calling video_ioctl2 is calling pvr2_hdw_commit_ctl(). Add pvr2_hdw_commit_ctl() calls to the various ioctls that need this, and we can replace