summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: platform: aspeed: change irq to threaded irqJae Hyun Yoo2019-04-111-2/+3
* media: platform: aspeed: refine clock control logicJae Hyun Yoo2019-04-111-9/+29
* media: platform: aspeed: fix a kernel warning on clk controlJae Hyun Yoo2019-04-111-3/+29
* Merge tag 'v5.0.7' into dev-5.0Joel Stanley2019-04-089-62/+74
|\
| * media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumerationPawe? Chmiel2019-04-051-8/+11
| * media: rcar-vin: Allow independent VIN link enablementSteve Longerbeam2019-04-051-2/+6
| * media: mt9m111: set initial frame size other than 0x0Akinobu Mita2019-04-051-0/+2
| * media: mtk-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-20/+20
| * media: mx2_emmaprp: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-3/+3
| * media: s5p-g2d: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-3/+3
| * media: rockchip/rga: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-3/+3
| * media: s5p-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-19/+19
| * media: sh_veu: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-051-2/+2
| * media: ov7740: fix runtime pm initializationAkinobu Mita2019-04-051-2/+5
* | media: platform: Aspeed: Make reserved memory optionalEddie James2019-04-041-5/+1
* | media: platform: Aspeed: Remove use of reset lineEddie James2019-04-041-22/+5
* | Merge tag 'v5.0.5' into dev-5.0Joel Stanley2019-04-012-2/+2
|\|
| * media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2019-03-272-2/+2
* | media: platform: Fix missing spin_lock_init()Wei Yongjun2019-03-271-0/+1
|/
* media: vimc: Add vimc-streamer for stream controlLucas A. M. Magalhães2019-03-239-147/+260
* media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus2019-03-231-0/+8
* media: sun6i: Fix CSI regmap's max_registerChen-Yu Tsai2019-03-231-1/+1
* media: lgdt330x: fix lock status reportingFrench, Nicholas A2019-03-231-1/+1
* media: cx25840: mark pad sig_types to fix cx231xx initCody P Schafer2019-03-232-2/+2
* media: i2c: ov5640: Fix post-reset delayLoic Poulain2019-03-231-1/+1
* media: Revert "media: rc: some events are dropped by userspace"Sean Young2019-03-131-1/+12
* media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan2019-03-131-3/+11
* media: vim2m: only cancel work if it is for right contextHans Verkuil2019-01-161-1/+3
* media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus2019-01-161-1/+3
* media: v4l: ioctl: Validate num_planes before using itSakari Ailus2019-01-161-0/+8
* media: v4l2-ioctl: Clear only per-plane reserved fieldsThierry Reding2019-01-161-4/+8
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-3/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-24/+24
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2012-29/+74
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+24
| |\ \
| | * | media: bpf: add bpf function to report mouse movementSean Young2018-12-091-0/+24
* | | | Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-255-6/+36
|\ \ \ \
| * | | | media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus2018-12-144-4/+34
| * | | | media: v4l2-fwnode: Fix setting V4L2_MBUS_DATA_ACTIVE_HIGH/LOW flagOndrej Jirman2018-12-121-2/+2
* | | | | Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-25192-2973/+9776
|\ \ \ \ \
| * | | | | media: cx23885: only reset DMA on problematic CPUsBrad Love2018-12-202-2/+55
| * | | | | media: ddbridge: Move asm includes after linux onesNathan Chancellor2018-12-201-3/+3
| * | | | | media: drxk_hard: check if parameter is not NULLMauro Carvalho Chehab2018-12-171-3/+5
| * | | | | Merge tag 'v4.20-rc7' into patchworkMauro Carvalho Chehab2018-12-1712-29/+74
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | media: platform: Add Aspeed Video Engine driverEddie James2018-12-123-0/+1739
| * | | | media: vimc: fix start stream when link is disabledHelen Fornazier2018-12-071-0/+2
| * | | | media: v4l2-device: Link subdevices to their parent devices if availableTomasz Figa2018-12-071-0/+1
| * | | | media: siano: Use kmemdup instead of duplicating its functionWen Yang2018-12-071-2/+1
OpenPOWER on IntegriCloud