aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-30media: atmel: fix build when ISC=m and XISC=yEugen Hristev3-2/+22
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen2-16/+22
2021-06-08media: atmel: atmel-isc: add microchip-xisc driverEugen Hristev5-1/+670
2021-06-08media: atmel: atmel-isc-sama5d2: remove duplicate defineEugen Hristev1-2/+0
2021-06-08media: atmel: atmel-isc-base: add support for more formats and additional pipeline modulesEugen Hristev1-10/+38
2021-06-08media: atmel: atmel-isc-regs: add additional fields for sama7g5 type pipelineEugen Hristev1-2/+14
2021-06-08media: atmel: atmel-isc: create an adapt pipeline callback for product specificEugen Hristev3-0/+20
2021-06-08media: atmel: atmel-isc: move the formats list into product specific codeEugen Hristev3-150/+165
2021-06-08media: atmel: atmel-isc: create callback for RLP submodule product specificEugen Hristev3-4/+15
2021-06-08media: atmel: atmel-isc: create callback for GAM submodule product specificEugen Hristev3-0/+10
2021-06-08media: atmel: atmel-isc: create callback for DPC submodule product specificEugen Hristev3-0/+10
2021-06-08media: atmel: atmel-isc: create product specific v4l2 controls configEugen Hristev3-2/+20
2021-06-08media: atmel: atmel-isc: add CC initialization functionEugen Hristev3-0/+18
2021-06-08media: atmel: atmel-isc: extend pipeline with extra modulesEugen Hristev2-14/+25
2021-06-08media: atmel: atmel-isc: add register description for additional modulesEugen Hristev1-0/+67
2021-06-08media: atmel: atmel-isc: add his_entry to register offsetsEugen Hristev4-1/+7
2021-06-08media: atmel: atmel-isc: add support for version registerEugen Hristev3-0/+12
2021-06-08media: atmel: atmel-isc: add DMA to register offsetsEugen Hristev4-7/+18
2021-06-08media: atmel: atmel-isc: add HIS to register offsetsEugen Hristev4-4/+12
2021-06-08media: atmel: atmel-isc: add RLP to register offsetsEugen Hristev4-2/+7
2021-06-08media: atmel: atmel-isc: add SUB422 and SUB420 to register offsetsEugen Hristev4-2/+12
2021-06-08media: atmel: atmel-isc: add CBC to the reg offsets structEugen Hristev4-3/+11
2021-06-08media: atmel: atmel-isc: extract CBC submodule config into separate functionEugen Hristev3-3/+13
2021-06-08media: atmel: atmel-isc: create register offsets structEugen Hristev4-7/+30
2021-06-08media: atmel: atmel-isc-base: add id to clock debug messageEugen Hristev1-2/+2
2021-06-08media: atmel: atmel-isc: extract CSC submodule config into separate functionEugen Hristev3-7/+23
2021-06-08media: atmel: atmel-isc: specialize dma cfgEugen Hristev3-2/+6
2021-06-08media: atmel: atmel-isc: specialize max width and max heightEugen Hristev3-19/+25
2021-06-08media: atmel: atmel-isc: add checks for limiting frame sizesEugen Hristev1-0/+12
2021-06-08media: atmel: atmel-isc: specialize driver name constantEugen Hristev3-6/+4
2021-06-08media: atmel: atmel-isc: specialize gamma table into product specificEugen Hristev3-47/+56
2021-06-02media: atmel: atmel-isc: Remove redundant assignment to iJiapeng Chong1-1/+0
2021-05-10media: atmel: properly get pm_runtimeMauro Carvalho Chehab2-11/+38
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-2/+0
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2-2/+2
2021-02-06media: atmel: Use v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia3-62/+29
2020-07-19media: atmel: atmel-isc: rework component offsetsEugen Hristev3-39/+25
2020-07-04media: atmel: atmel-sama5d2-isc: fix warning in configs without OFEugen Hristev1-0/+2
2020-04-14media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab1-1/+3
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2-2/+2
2020-02-24media: atmel: atmel-isc-base: expose white balance as v4l2 controlsEugen Hristev2-28/+217
2019-12-16media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmtEugen Hristev1-0/+27
2019-12-16media: atmel: atmel-isi: properly initialize pad_cfgEugen Hristev1-1/+1
2019-12-16media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16Eugen Hristev2-1/+14
2019-12-16media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmtEugen Hristev1-0/+34
2019-12-16media: atmel: atmel-isc-base: fix enum calls default formatEugen Hristev1-3/+2
2019-12-16media: atmel: atmel-isc-base: properly initialize pad_cfgEugen Hristev1-1/+1
2019-12-16media: atmel: atmel-isc-base: add support for Y10 formatEugen Hristev1-6/+29
2019-12-16media: atmel: atmel-isc-base: allow 8 bit direct dumpEugen Hristev1-9/+9
2019-08-23media: atmel: atmel-isi: fix timeout value for stop streamingAlexandre Kroupski1-1/+1