summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds70-16980/+3639
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3
2019-08-29media: imx: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-1/+3
2019-08-26media: hantro: Enable VP8 decoding on RK3328Jonas Karlman1-1/+1
2019-08-26media: imx: add csc/scaler mem2mem devicePhilipp Zabel6-2/+972
2019-08-19media: hantro: Enable H264 decoding on rk3288Hertz Wong1-1/+20
2019-08-19media: hantro: Add support for H264 decoding on G1Hertz Wong3-0/+294
2019-08-19media: hantro: Add core bits to support H264 decodingHertz Wong6-1/+762
2019-08-19media: hantro: Move copy_metadata() before doing a decode operationBoris Brezillon1-2/+6
2019-08-19media: cedrus: Specify H264 startcode and decoding modeEzequiel Garcia1-0/+18
2019-08-19media: cedrus: Cleanup control initializationEzequiel Garcia2-23/+25
2019-08-19media: uapi: h264: Rename pixel formatEzequiel Garcia2-4/+4
2019-08-15media: imx7-media-csi: add i.MX6UL supportSébastien Szymanski2-11/+23
2019-08-15media: imx: mipi csi-2: Don't fail if initial state times-outEzequiel Garcia1-8/+4
2019-08-13media: cedrus: Don't set chroma size for scale & rotationJernej Skrabec1-3/+0
2019-08-13media: cedrus: Remove dst_bufs from contextJernej Skrabec3-27/+3
2019-08-12Merge tag 'v5.3-rc4' into patchworkMauro Carvalho Chehab13-36/+38
2019-08-12staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott1-3/+3
2019-08-12staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott1-1/+1
2019-08-07media: staging: tegra-vde: Fix build errorYueHaibing1-1/+1
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner1-1/+1
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior1-4/+2
2019-07-31docs: isdn: convert to ReST and add to kAPI booksetMauro Carvalho Chehab1-1/+1
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner1-1/+1
2019-07-25media: staging: hantro: avoid future namespace collisionsMauro Carvalho Chehab4-5/+6
2019-07-25media: hantro: Support RK3399 VP8 decodingJeffy Chen4-1/+618
2019-07-25media: hantro: Move VP8 common codeEzequiel Garcia3-17/+19
2019-07-25media: hantro: Add helpers to prepare/finish a runBoris Brezillon7-33/+37
2019-07-25media: hantro: Add hantro_get_{src, dst}_buf() helpersBoris Brezillon6-12/+25
2019-07-25media: hantro: Constify the control arrayBoris Brezillon1-1/+1
2019-07-25media: hantro: Simplify the controls creation logicBoris Brezillon2-22/+8
2019-07-25media: hantro: Set DMA max segment sizeFrancois Buergisser1-0/+1
2019-07-25media: staging: media: hantro: Remove call to memset after dma_alloc_coherentHariprasad Kelam1-2/+0
2019-07-25staging: android: ion: Bail out upon SIGKILL when allocating memory.Tetsuo Handa1-0/+3
2019-07-25media: staging/intel-ipu3: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-25media: staging: davinci: remove vpfe driverArnd Bergmann24-14028/+0
2019-07-25media: staging/media/bcm2048: remove driverHans Verkuil7-2758/+0
2019-07-25media: staging: media: cedrus: Fix misuse of GENMASK macroJoe Perches1-1/+1
2019-07-25Staging: fbtft: Fix GPIO handlingJan Sebastian Götte9-11/+11
2019-07-25staging: unisys: visornic: Update the description of 'poll_for_irq()'Christophe JAILLET1-1/+2
2019-07-25staging: wilc1000: flush the workqueue before deinit the hostAdham Abozaeid1-0/+1
2019-07-25staging: gasket: apex: fix copy-paste typoIvan Bornyakov1-1/+1
2019-07-25Staging: fbtft: Fix reset assertion when using gpio descriptorPhil Reid1-2/+2
2019-07-25Staging: fbtft: Fix probing of gpio descriptorPhil Reid1-21/+18
2019-07-23media: staging/media/davinci_vpfe: Add null check post kmallocHariprasad Kelam1-0/+5
2019-07-23media: staging/imx: Fix NULL deref in find_pipeline_entity()Steve Longerbeam1-1/+1
2019-07-22media: hantro: Add support for MPEG-2 decoding on RK3328Jonas Karlman3-1/+19
2019-07-22media: hantro: Add support for VP8 decoding on rk3288ZhiChao Yu8-2/+789