summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-5/+2
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds5-525/+861
2019-06-24media: atmel: atmel-isc: fix i386 build errorEugen Hristev2-6/+2
2019-06-21media: atmel: atmel-isc: fix and cleanup potential bugsEugen Hristev3-15/+29
2019-06-21media: atmel: atmel-isc: split driver into driver base and iscEugen Hristev4-501/+618
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 448Thomas Gleixner1-4/+1
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2-0/+2
2019-05-21media: atmel: atmel-isc: make try_fmt error less verboseEugen Hristev1-1/+2
2019-05-21media: atmel: atmel-isc: add support for DO_WHITE_BALANCEEugen Hristev1-7/+59
2019-05-21media: atmel: atmel-isc: reworked white balance featureEugen Hristev2-25/+181
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-08media: atmel: atmel-isc: fix asd memory allocationEugen Hristev1-2/+6
2019-05-08media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev1-2/+2
2019-05-08media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev2-0/+53
2019-04-22media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32Eugen Hristev1-4/+10
2019-04-22media: atmel: atmel-isc: reworked driver and formatsEugen Hristev1-417/+480
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-19media: atmel-isc: Add support for BT656 with CRC decodingKen Sloat2-1/+8
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-2/+2
2018-10-04media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2-2/+3
2018-10-04media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2-13/+19
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-3/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-6/+6
2018-06-28media: atmel-isi: move of_node_put() to cover success branch as wellNicholas Mc Guire1-3/+2
2018-06-28media: atmel-isi: drop unnecessary while loopNicholas Mc Guire1-15/+13
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+2
2018-02-26media: atmel-isc: Make local symbol fmt_configs_list staticWei Yongjun1-1/+1
2018-02-22media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil2-18/+4
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2-2/+2
2017-12-11media: atmel-isc: avoid returning a random value at isc_parse_dt()Mauro Carvalho Chehab1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-156/+521
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2-6/+14
2017-10-31media: atmel-isc: Fix clock ID for clk_prepare/unprepareWenyou Yang1-4/+4
2017-10-31media: atmel-isc: get rid of an unused varMauro Carvalho Chehab1-3/+0
2017-10-27media: atmel-isc: Rework the format listWenyou Yang1-119/+411