summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel/atmel-isc.c
Commit message (Expand)AuthorAgeFilesLines
* media: atmel: atmel-isc: split driver into driver base and iscEugen Hristev2019-06-211-2631/+0
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 448Thomas Gleixner2019-06-051-4/+1
* | media: atmel: atmel-isc: make try_fmt error less verboseEugen Hristev2019-05-211-1/+2
* | media: atmel: atmel-isc: add support for DO_WHITE_BALANCEEugen Hristev2019-05-211-7/+59
* | media: atmel: atmel-isc: reworked white balance featureEugen Hristev2019-05-211-23/+177
|/
* media: atmel: atmel-isc: fix asd memory allocationEugen Hristev2019-05-081-2/+6
* media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev2019-05-081-2/+2
* media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev2019-05-081-0/+34
* media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32Eugen Hristev2019-04-221-4/+10
* media: atmel: atmel-isc: reworked driver and formatsEugen Hristev2019-04-221-417/+480
* media: atmel-isc: Add support for BT656 with CRC decodingKen Sloat2019-03-191-1/+6
* media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-1/+2
* media: platform: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-3/+12
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-3/+3
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: atmel-isc: Make local symbol fmt_configs_list staticWei Yongjun2018-02-261-1/+1
* media: convert g/s_parm to g/s_frame_interval in subdevsHans Verkuil2018-02-221-8/+2
* media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-291-1/+1
* media: atmel-isc: avoid returning a random value at isc_parse_dt()Mauro Carvalho Chehab2017-12-111-2/+2
* media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-3/+7
* media: atmel-isc: Fix clock ID for clk_prepare/unprepareWenyou Yang2017-10-311-4/+4
* media: atmel-isc: get rid of an unused varMauro Carvalho Chehab2017-10-311-3/+0
* media: atmel-isc: Rework the format listWenyou Yang2017-10-271-119/+411
* media: atmel-isc: Remove unnecessary memberWenyou Yang2017-10-271-8/+2
* media: atmel-isc: Enable the clocks during probeWenyou Yang2017-10-271-4/+30
* media: atmel-isc: Add prepare and unprepare opsWenyou Yang2017-10-271-0/+40
* media: atmel-isc: Add spin lock for clock enable opsWenyou Yang2017-10-271-1/+14
* media: drivers: Adjust checks for null pointersMarkus Elfring2017-09-231-3/+3
* media: drivers: improve a size determinationMarkus Elfring2017-09-231-1/+1
* media: drivers: delete error messages for failed memory allocationMarkus Elfring2017-09-231-3/+1
* media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-2/+2
* media: atmel-isc: constify vb2_ops structureGustavo A. R. Silva2017-07-191-1/+1
* [media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus2017-06-061-5/+8
* [media] atmel-isc: Set the default DMA memory burst sizeSongjun Wu2017-06-061-11/+12
* [media] atmel-isc: Fix the static checker warningSongjun Wu2017-04-191-0/+1
* [media] atmel-isc: fix off-by-one comparison and out of bounds read issueColin Ian King2017-04-051-1/+1
* [media] atmel-isc: add the isc pipeline functionSongjun Wu2017-03-031-106/+521
* [media] atmel-isc: fix error return code in atmel_isc_probe()Wei Yongjun2016-11-221-0/+1
* [media] atmel-isc: start dma in some scenarioSongjun Wu2016-10-241-1/+7
* [media] atmel-isc: mark PM functions as __maybe_unusedArnd Bergmann2016-09-191-2/+2
* [media] atmel-isc: set the format on the first openSongjun Wu2016-09-191-12/+18
* [media] atmel-isc: remove the warningSongjun Wu2016-09-061-1/+1
* [media] atmel-isc: add the Image Sensor Controller codeSongjun Wu2016-08-221-0/+1514
OpenPOWER on IntegriCloud