summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* media: mceusb: Include three Hauppauge USB dvb device with IR rxBrad Love2018-11-221-0/+9
* media: seco-cec: add Consumer-IR supportEttore Chimenti2018-11-223-1/+145
* media: add SECO cec driverEttore Chimenti2018-11-225-0/+817
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-2021-122/+127
* media: v4l2-ioctl: remove unused vidioc_g/s_cropHans Verkuil2018-11-202-6/+2
* media: s5p-g2d: convert g/s_crop to g/s_selectionHans Verkuil2018-11-201-38/+64
* media: exynos4-is: convert g/s_crop to g/s_selectionHans Verkuil2018-11-202-57/+79
* media: s5p_mfc_dec.c: convert g_crop to g_selectionHans Verkuil2018-11-202-17/+33
* media: exynos-gsc: replace v4l2_crop by v4l2_selectionHans Verkuil2018-11-203-50/+33
* media: cropcap/g_selection splitHans Verkuil2018-11-207-51/+152
* media: davinci/vpbe: drop unused g_cropcapHans Verkuil2018-11-201-23/+0
* media: v4l2-ioctl: add QUIRK_INVERTED_CROPHans Verkuil2018-11-201-1/+16
* media: v4l2-ioctl: don't use CROP/COMPOSE_ACTIVEHans Verkuil2018-11-201-4/+4
* media: ov7740: constify structures stored in fields of v4l2_subdev_ops structureJulia Lawall2018-11-061-2/+2
* media: ov5645: constify v4l2_ctrl_ops structureJulia Lawall2018-11-061-1/+1
* media: ov13858: Check for possible null pointerChiranjeevi Rapolu2018-11-061-2/+4
* media: imx214: Add imx214 camera sensor driverRicardo Ribalda Delgado2018-11-063-0/+1131
* media: intel-ipu3: cio2: Remove redundant definitionsRajmohan Mani2018-11-061-2/+0
* media: ipu3-cio2: Use cio2_queues_exitSakari Ailus2018-11-061-3/+1
* media: ipu3-cio2: Unregister device nodes first, then release resourcesSakari Ailus2018-11-061-2/+2
* media: omap3isp: Unregister media device as firstSakari Ailus2018-11-061-1/+2
* media: v4l: event: Add subscription to list before calling "add" operationSakari Ailus2018-11-061-19/+24
* media: dm365_ipipeif: better annotate a fall thoughMauro Carvalho Chehab2018-11-061-0/+1
* media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-063-4/+4
* media: cec: increase debug level for 'queue full'Hans Verkuil2018-11-061-1/+1
* media: cec: check for non-OK/NACK conditions while claiming a LAHans Verkuil2018-11-061-10/+37
* media: vicodec: lower minimum height to 360Hans Verkuil2018-11-061-1/+1
* media: tc358743: Remove unnecessary self assignmentNathan Chancellor2018-11-061-1/+0
* Merge tag 'v4.20-rc1' into patchworkMauro Carvalho Chehab2018-11-06439-5390/+22667
|\
| * Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-042-0/+3
| |\
| | * ubi: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-232-0/+3
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-11-044-0/+347
| |\ \
| | * | clocksource/drivers/c-sky: Add gx6605s SOC system timerGuo Ren2018-11-023-0/+163
| | * | clocksource/drivers/c-sky: Add C-SKY SMP timerGuo Ren2018-11-023-0/+184
| * | | Merge tag 'ntb-4.20' of git://github.com/jonmason/ntbLinus Torvalds2018-11-046-110/+429
| |\ \ \
| | * | | ntb: idt: Alter the driver info commentsSerge Semin2018-11-013-9/+8
| | * | | ntb: idt: Discard temperature sensor IRQ handlerSerge Semin2018-11-012-43/+3
| | * | | ntb: idt: Add basic hwmon sysfs interfaceSerge Semin2018-11-013-1/+206
| | * | | ntb: idt: Alter temperature read methodSerge Semin2018-11-012-17/+152
| | * | | ntb_netdev: Simplify remove with client device drvdataAaron Sierra2018-10-311-25/+3
| | * | | NTB: transport: Try harder to alloc an aligned MW bufferAaron Sierra2018-10-311-23/+63
| | * | | ntb: ntb_transport: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-311-0/+2
| | * | | ntb: idt: Set PCIe bus address to BARLIMITxSerge Semin2018-10-311-1/+1
| | * | | NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checksGustavo A. R. Silva2018-10-311-4/+4
| | * | | ntb: intel: fix return value for ndev_vec_mask()Dave Jiang2018-10-311-1/+1
| | * | | ntb_netdev: fix sleep time mismatchJon Mason2018-10-311-1/+1
| | | |/ | | |/|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-031-12/+4
| |\ \ \
| | * \ \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-032394-52991/+197761
| | |\ \ \
| | * | | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-12/+4
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-031-2/+2
| |\ \ \ \ \