summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/allegro-dvt
AgeCommit message (Expand)AuthorFilesLines
2020-08-06media: allegro: fix potential null dereference on headerColin Ian King1-2/+1
2020-08-06media: allegro: fix an error pointer vs NULL checkDan Carpenter1-1/+1
2020-07-19media: allegro: add support for allegro firmware 2019.2Michael Tretter3-28/+186
2020-07-19media: allegro: add a version field to mcu messagesMichael Tretter2-5/+23
2020-07-19media: allegro: drop length field from message headerMichael Tretter3-17/+5
2020-07-19media: allegro: set num_ref_idx using response of configured channelsMichael Tretter3-4/+17
2020-07-19media: allegro: add config blob for channelMichael Tretter3-8/+39
2020-07-19media: allegro: encode bit fields separatelyMichael Tretter3-31/+38
2020-07-19media: allegro: support handling firmware dependent valuesMichael Tretter3-12/+16
2020-07-19media: allegro: don't pack MCU messagesMichael Tretter1-13/+13
2020-07-19media: allegro: add field for number of buffersMichael Tretter3-1/+3
2020-07-19media: allegro: add explicit mail encoding and decodingMichael Tretter3-4/+391
2020-07-19media: allegro: rework read/write to mailboxMichael Tretter1-74/+36
2020-07-19media: allegro: rework mbox handlingMichael Tretter1-58/+87
2020-07-04media: allegro: Fix some NULL vs IS_ERR() checks in probeDan Carpenter1-4/+4
2020-03-30Merge tag 'staging-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2020-03-20media: allegro: create new struct for channel parametersMichael Tretter2-64/+80
2020-03-20media: allegro: move mail definitions to separate fileMichael Tretter4-274/+302
2020-03-20media: allegro: pass buffers through firmwareMichael Tretter1-21/+103
2020-03-20media: allegro: verify source and destination buffer in VCU responseMichael Tretter1-6/+26
2020-03-20media: allegro: handle dependency of bitrate and bitrate_peakMichael Tretter1-8/+41
2020-03-20media: allegro: read bitrate mode directly from controlMichael Tretter1-7/+3
2020-03-20media: allegro: make QP configurableMichael Tretter1-10/+102
2020-03-20media: allegro: make frame rate configurableMichael Tretter1-5/+58
2020-03-20media: allegro: skip filler data if possibleMichael Tretter1-10/+15
2020-03-20media: allegro: warn if response message has an unexpected sizeMichael Tretter1-0/+12
2020-03-20media: allegro: extract mcu and codec address calculationMichael Tretter1-11/+33
2020-03-20media: allegro: fix reset if WAKEUP has not been set properlyMichael Tretter1-0/+8
2020-03-20media: allegro: fix calculation of CPB sizeMichael Tretter1-5/+20
2020-03-20media: allegro: start a GOP with an IDR frameMichael Tretter1-2/+2
2020-03-20media: allegro: remove unknown39 field from create_channelMichael Tretter1-3/+1
2020-03-20media: allegro: fix type of gop_length in channel_create messageMichael Tretter1-1/+4
2020-03-20media: allegro: fail encoding only on actual errorsMichael Tretter1-1/+1
2020-03-20media: allegro: print message on mcu errorMichael Tretter1-4/+58
2020-03-20media: staging: allegro: fix broken registration of controlsMichael Tretter1-1/+2
2020-03-17staging: media: allegro: align with parenthesisKaaira Gupta1-6/+6
2020-02-24media: allegro: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-02-24media: staging/media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2020-02-24media: allegro: add missed checks in allegro_open()Chuhong Yuan1-4/+20
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-05media: staging: media: allegro-dvt: remove bool comparisonCristiane Naves1-1/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-27media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcsMichael Tretter1-20/+2
2019-05-29media: staging: allegro: cleanup two warningsMauro Carvalho Chehab1-2/+2
2019-05-29media: allegro-dvt: fix build failureHans Verkuil1-1/+1
2019-05-29media: allegro: add SPS/PPS nal unit writerMichael Tretter4-1/+1392
2019-05-29media: allegro: add Allegro DVT video IP core driverMichael Tretter4-0/+2875