summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-09media: em28xx: Fix DualHD broken second tunerBrad Love1-1/+1
2018-05-09media: videobuf-dma-sg: Fix dma_{sync,unmap}_sg() callsRobin Murphy1-2/+2
2018-05-09media: media/usbvision: fix spelling mistake: "compresion" -> "compression"Colin Ian King1-1/+1
2018-05-09media: coda: set colorimetry on coded queuePhilipp Zabel1-1/+16
2018-05-09media: coda: do not try to propagate format if capture queue busyPhilipp Zabel1-0/+14
2018-05-09media: coda: reuse coda_s_fmt_vid_cap to propagate format in coda_s_fmt_vid_outPhilipp Zabel1-13/+1
2018-05-09media: sta2x11: Use gpio_is_valid() and remove unnecessary checkArvind Yadav1-16/+15
2018-05-09media: platform: Use gpio_is_valid()Arvind Yadav1-1/+1
2018-05-09media: vpbe_venc: potential uninitialized variable in ven_sub_dev_init()Dan Carpenter1-1/+1
2018-05-09media: cec-gpio: use GPIOD_OUT_HIGH_OPEN_DRAINHans Verkuil1-1/+1
2018-05-09media: platform: am437x: simplify getting .drvdataWolfram Sang1-4/+2
2018-05-09media: videobuf: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-09media: vcodec: fix ptr_ret.cocci warningsFengguang Wu1-4/+1
2018-05-09media: v4l2-core: Rename array 'video_driver' to 'video_drivers'Simon Que1-11/+11
2018-05-09media: intel-ipu3: cio2: Handle IRQs until INT_STS is clearedBingbu Cao1-10/+22
2018-05-05media: cx231xx: Fix recursive dependencyBrad Love1-1/+0
2018-05-05media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede4-4/+4
2018-05-05media: meye: allow building it with COMPILE_TEST on non-x86Mauro Carvalho Chehab1-1/+2
2018-05-05media: cxd2880: Changed version informationYasunari Takiguchi1-2/+2
2018-05-05media: cxd2880:Optimized spi drive current and BER/PER set/get conditionYasunari Takiguchi1-2/+12
2018-05-05media: cxd2880-spi: Modified how to declare structureYasunari Takiguchi1-5/+3
2018-05-05media: em28xx: Add new dvb-t board ":Zolid Hybrid Tv Stick"Marcel Stork3-1/+31
2018-05-05media: em28xx: merge two identical cases inside a switch()Marcel Stork1-2/+0
2018-05-05media: rcar-vin: enable field toggle after a set number of lines for Gen3Niklas Söderlund1-5/+15
2018-05-05media: rcar-vin: add support for MEDIA_BUS_FMT_UYVY8_1X16Niklas Söderlund2-0/+6
2018-05-05media: rcar-vin: fix null pointer dereference in rvin_group_get()Niklas Söderlund1-5/+7
2018-05-05media: cx88: Get rid of spurious call to cx8800_start_vbi_dma()Devin Heitmueller1-1/+0
2018-05-05media: dvb_net: fix dvb_net_tx()'s return typeLuc Van Oostenryck1-1/+1
2018-05-05media: lgdt3306a: fix lgdt3306a_search()'s return typeLuc Van Oostenryck1-1/+1
2018-05-05media: frontends: fix ops get_algo()'s return typeLuc Van Oostenryck11-11/+11
2018-05-05media: drivers: media: platform: make VIDEO_VIU depend on I2CAnders Roxell1-1/+1
2018-05-05media: ngene: fix ci_tsfix modparam description typoDaniel Scheller1-1/+1
2018-05-05media: ngene: cleanup superfluous I2C adapter evaluationDaniel Scheller1-13/+0
2018-05-05media: pt1: use #ifdef CONFIG_PM_SLEEP instead of #ifMauro Carvalho Chehab1-1/+1
2018-05-05media: include/media: fix missing | operator when setting cfgColin Ian King1-1/+1
2018-05-05media: cx231xx: remove a now unused varMauro Carvalho Chehab1-1/+0
2018-05-05media: cx231xx: Add I2C_MUX dependencyBrad Love1-1/+1
2018-05-05media: cx231xx: Remove RC_CORE dependencyBrad Love1-1/+0
2018-05-05media: cx231xx: Remove unnecessary parameter clearBrad Love1-1/+0
2018-05-05media: cx231xx: Update 955Q from dvb attach to i2c deviceBrad Love1-10/+11
2018-05-05media: cx231xx: Switch to using new dvb i2c helpersBrad Love1-252/+78
2018-05-05media: cx231xx: Ignore an i2c mux adapterBrad Love1-1/+1
2018-05-05media: cx231xx: Style fix for struct zero initBrad Love1-8/+4
2018-05-05media: cx231xx: Use board profile values for addressesBrad Love1-10/+9
2018-05-05media: cx231xx: Fix several incorrect demod addressesBrad Love1-3/+3
2018-05-05media: dvb-usb: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-3/+3
2018-05-05media: pt1: fix strncmp() size warningMauro Carvalho Chehab1-1/+2
2018-05-05media: dvb: earth-pt1: replace schedule_timeout with usleep_rangeAkihiro Tsukada1-11/+23
2018-05-05media: dvb: earth-pt1: add support for suspend/resumeAkihiro Tsukada1-2/+105
2018-05-05media: dvb: earth-pt1: decompose pt1 driver into sub driversAkihiro Tsukada7-1456/+227