aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/mchehab/linux-mediaLinus 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
2017-10-27media: atmel-isc: Remove unnecessary memberWenyou Yang1-8/+2
2017-10-27media: atmel-isc: Enable the clocks during probeWenyou Yang1-4/+30
2017-10-27media: atmel-isc: Add prepare and unprepare opsWenyou Yang2-0/+41
2017-10-27media: atmel-isc: Add spin lock for clock enable opsWenyou Yang1-1/+14
2017-09-23media: drivers: Adjust checks for null pointersMarkus Elfring2-6/+6
2017-09-23media: drivers: improve a size determinationMarkus Elfring1-1/+1
2017-09-23media: drivers: delete error messages for failed memory allocationMarkus Elfring2-9/+3
2017-08-20media: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-07-19media: atmel-isc: constify vb2_ops structureGustavo A. R. Silva1-1/+1
2017-06-07[media] atmel-isi: code cleanupHugues Fruchet1-14/+10
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus3-10/+16
2017-06-06[media] atmel-isc: Set the default DMA memory burst sizeSongjun Wu1-11/+12
2017-04-19[media] atmel-isc: Fix the static checker warningSongjun Wu1-0/+1
2017-04-10[media] atmel-isi: move out of soc_camera to atmelHans Verkuil4-1/+1517
2017-04-05[media] atmel-isc: fix off-by-one comparison and out of bounds read issueColin Ian King1-1/+1
2017-03-03[media] atmel-isc: add the isc pipeline functionSongjun Wu2-109/+620
2016-11-22[media] atmel-isc: fix error return code in atmel_isc_probe()Wei Yongjun1-0/+1
2016-10-24[media] atmel-isc: start dma in some scenarioSongjun Wu1-1/+7
2016-09-19[media] atmel-isc: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-09-19[media] atmel-isc: set the format on the first openSongjun Wu1-12/+18
2016-09-06[media] atmel-isc: remove the warningSongjun Wu1-1/+1
2016-08-22[media] atmel-isc: add the Image Sensor Controller codeSongjun Wu4-0/+1689