Highlights:
-videobuf2 support (including working mmap support!)
-v4l2 API fixes, fixing TRY_FMT so that various pixelformats now work
-remove more dead code, dropping another 1800 lines of code
-power-management cleanup, this is preparation work for getting rid of
 the errors in dmesg on (runtime) suspend/resume
media: atomisp: Make bds_factors_list be type of struct u32_fract

The list contains the Bayer scale index, and rational fraction of it.
The struct u32_fract is suitable type to hold that. Convert the driver
to use latter instead of former.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
4 files changed