summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-134-34/+22
|\
| * staging: greybus: audio: fix uninitialized value issueVaibhav Agarwal2020-08-181-14/+15
| * staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb()Rustam Kovhaev2020-08-182-18/+6
| * staging: greybus: audio: Uninitialized variable in gbaudio_remove_controls()Dan Carpenter2020-08-181-2/+1
* | Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-031-1/+6
|\ \
| * | media: cedrus: Add missing v4l2_ctrl_request_hdl_put()Ezequiel Garcia2020-08-271-1/+6
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2310-15/+14
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0741-7892/+1067
|\ \
| * | media: allegro: fix potential null dereference on headerColin Ian King2020-08-061-2/+1
| * | media: allegro: fix an error pointer vs NULL checkDan Carpenter2020-08-061-1/+1
| * | media: staging: rkisp1: set pads array of the resizer to size 2Dafna Hirschfeld2020-07-192-3/+4
| * | media: staging: rkisp1: remove unused field alloc_ctx from struct rkisp1_deviceDafna Hirschfeld2020-07-191-1/+0
| * | media: staging: rkisp1: remove unused field ctrl_handler from struct rkisp1_d...Dafna Hirschfeld2020-07-191-1/+0
| * | media: staging: rkisp1: cap: in stream start, replace calls to rkisp1_handle_...Dafna Hirschfeld2020-07-191-2/+2
| * | media: staging: rkisp1: cap: move code that manages the buffers to rkisp1_set...Dafna Hirschfeld2020-07-191-16/+14
| * | media: staging: rkisp1: cap: protect buf.curr and buf.next with buf.lockDafna Hirschfeld2020-07-191-2/+3
| * | media: staging: rkisp1: cap: don't set next buffer from rkisp1_vb2_buf_queueDafna Hirschfeld2020-07-191-12/+1
| * | media: allegro: add support for allegro firmware 2019.2Michael Tretter2020-07-193-28/+186
| * | media: allegro: add a version field to mcu messagesMichael Tretter2020-07-192-5/+23
| * | media: allegro: drop length field from message headerMichael Tretter2020-07-193-17/+5
| * | media: allegro: set num_ref_idx using response of configured channelsMichael Tretter2020-07-193-4/+17
| * | media: allegro: add config blob for channelMichael Tretter2020-07-193-8/+39
| * | media: allegro: encode bit fields separatelyMichael Tretter2020-07-193-31/+38
| * | media: allegro: support handling firmware dependent valuesMichael Tretter2020-07-193-12/+16
| * | media: allegro: don't pack MCU messagesMichael Tretter2020-07-191-13/+13
| * | media: allegro: add field for number of buffersMichael Tretter2020-07-193-1/+3
| * | media: allegro: add explicit mail encoding and decodingMichael Tretter2020-07-193-4/+391
| * | media: allegro: rework read/write to mailboxMichael Tretter2020-07-191-74/+36
| * | media: allegro: rework mbox handlingMichael Tretter2020-07-191-58/+87
| * | staging/media: Remove unneeded geometry restrictions from i.MX CSI driverKrzysztof HaƂasa2020-07-194-8/+8
| * | hantro: h264: Refuse to decode unsupported bitstreamEzequiel Garcia2020-07-191-3/+26
| * | rkvdec: h264: Refuse to decode unsupported bitstreamEzequiel Garcia2020-07-191-0/+27
| * | hantro: Make sure we don't use post-processor on an encoderEzequiel Garcia2020-07-191-4/+6
| * | hantro: Remove unused bytesused argumentEzequiel Garcia2020-07-195-15/+12
| * | hantro: Move hantro_enc_buf_finish to JPEG codec_ops.doneEzequiel Garcia2020-07-195-41/+24
| * | hantro: Rework how encoder and decoder are identifiedEzequiel Garcia2020-07-193-23/+20
| * | hantro: h264: Rename scaling list handling functionEzequiel Garcia2020-07-191-2/+2
| * | hantro: h264: Remove unused macro definitionEzequiel Garcia2020-07-191-2/+0
| * | media: staging: rkisp1: fix typos in file rkisp1-config.hDafna Hirschfeld2020-07-191-2/+2
| * | media: staging: rkisp1: remove duplicate macro definitionDafna Hirschfeld2020-07-191-1/+0
| * | media: staging: rkisp1: stats: read the stats in the isrDafna Hirschfeld2020-07-193-84/+7
| * | media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lockDafna Hirschfeld2020-07-192-17/+13
| * | media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irqDafna Hirschfeld2020-07-191-3/+2
| * | media: staging: rkisp1: use a macro for the statistics flags maskDafna Hirschfeld2020-07-193-15/+8
| * | media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-192-2/+2
| * | media: staging: tegra-vde: Power-cycle hardware on probeDmitry Osipenko2020-07-191-0/+8
| * | media: staging: tegra-vde: Turn ON power domain on shutdownDmitry Osipenko2020-07-191-0/+19
| * | media: staging: tegra-vde: Runtime PM is always available on TegraDmitry Osipenko2020-07-191-16/+0