summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: v4l2-ctrls: prepare internal structs for request APIHans Verkuil2018-08-311-0/+1
* media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-3120-48/+54
* media: videodev2.h: add request_fd field to v4l2_ext_controlsAlexandre Courbot2018-08-312-4/+7
* media: v4l2-dev: lock req_queue_mutexHans Verkuil2018-08-312-3/+37
* media: media-request: add media_request_object_findHans Verkuil2018-08-311-0/+25
* media: media-request: implement media requestsHans Verkuil2018-08-313-5/+486
* media: adv7842: enable reduced fps detectionHans Verkuil2018-08-311-0/+9
* media: cobalt: Use v4l2_calc_timeperframe helperJose Abreu2018-08-311-2/+7
* media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu2018-08-311-0/+39
* media: ov5640: fix mode change regressionHugues Fruchet2018-08-311-5/+16
* media: ov772x: Disable clk on error pathAlexey Khoroshilov2018-08-311-0/+1
* media: ipu3-cio2: Use dma_zalloc_coherent to replace dma_alloc_coherent + memsetzhong jiang2018-08-311-4/+2
* media: i2c: Fix pm_runtime_get_if_in_use() usage in sensor driversSakari Ailus2018-08-315-5/+5
* media: ov5670, ov13858: Use pm_runtime_idleSakari Ailus2018-08-312-18/+2
* media: ov9650: use SCCB regmapAkinobu Mita2018-08-312-82/+76
* media: ov772x: use SCCB regmapAkinobu Mita2018-08-312-111/+82
* media: vicodec: fix out-of-range values when decodingHans Verkuil2018-08-311-2/+8
* media: vicodec: split off v4l2 specific parts for the codecHans Verkuil2018-08-314-382/+458
* media: vicodec: rename and use proper fwht prefix for codecHans Verkuil2018-08-314-113/+117
* media: vicodec: improve handling of uncompressable planesHans Verkuil2018-08-312-5/+7
* media: vicodec: simplify blocktype checkingHans Verkuil2018-08-311-2/+1
* media: vicodec: simplify flags handlingHans Verkuil2018-08-311-13/+13
* media: vicodec: add support for more pixel formatsHans Verkuil2018-08-313-100/+324
* media: vicodec: add QP controlsHans Verkuil2018-08-313-17/+68
* media: camss: add missing includesArnd Bergmann2018-08-297-0/+7
* media: camss: Use managed memory allocationsTodor Tomov2018-08-292-7/+8
* media: camss: mark PM functions as __maybe_unusedArnd Bergmann2018-08-291-2/+2
* media: af9035: prevent buffer overflow on writeJozef Balga2018-08-291-2/+4
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2611-179/+72
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| * iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| * cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| * osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| * mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-265-17/+25
|\ \
| * \ Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-08-245-17/+25
| |\ \
| | * | irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier2018-08-201-2/+6
| | * | irqchip/tango: Set irq handler and data in one goMartin Kaiser2018-08-201-2/+1
| | * | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski2018-08-131-1/+1
| | * | irqchip/stm32: Fix init error handlingDan Carpenter2018-08-131-12/+13
| | * | irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski2018-08-131-0/+4
* | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-263-27/+87
|\ \ \ \
| * | | | libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
| * | | | device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * | | | device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38