summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pata_falcon: clarify license version and use SPDX headerBartlomiej Zolnierkiewicz2018-03-011-5/+3
| * | | pata_it821x: Delete an error message for a failed memory allocation in it821x...Markus Elfring2018-02-181-3/+3
| * | | pata_macio: Delete an error message for a failed memory allocation in two fun...Markus Elfring2018-02-181-8/+4
| * | | pata_mpc52xx: Delete an error message for a failed memory allocation in mpc52...Markus Elfring2018-02-181-1/+0
| * | | sata_dwc_460ex: Delete an error message for a failed memory allocation in sat...Markus Elfring2018-02-181-1/+0
| * | | pata_samsung_cf: Delete an error message for a failed memory allocation in pa...Markus Elfring2018-02-181-3/+1
| * | | pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_pr...Markus Elfring2018-02-181-1/+1
| * | | pata_arasan_cf: Delete an error message for a failed memory allocation in ara...Markus Elfring2018-02-181-3/+1
* | | | Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-04-03572-21327/+37792
|\ \ \ \
| * | | | media: v4l2-ioctl: rename a temp var that stores _IOC_SIZE(cmd)Mauro Carvalho Chehab2018-03-261-8/+8
| * | | | media: fimc-capture: get rid of two warningsMauro Carvalho Chehab2018-03-231-2/+5
| * | | | media: dvb-usb-v2: fix a missing dependency of I2C_MUXMauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: uvc: to the right check at uvc_ioctl_enum_framesizes()Mauro Carvalho Chehab2018-03-231-2/+2
| * | | | media: cec-core: fix a bug at cec_error_inj_write()Mauro Carvalho Chehab2018-03-231-3/+3
| * | | | media: tda9840: cleanup a warningMauro Carvalho Chehab2018-03-231-1/+5
| * | | | media: tm6000: avoid casting just to print pointer addressMauro Carvalho Chehab2018-03-231-3/+2
| * | | | media: em28xx-input: improve error handling codeMauro Carvalho Chehab2018-03-231-1/+6
| * | | | media: zr364xx: avoid casting just to print pointer addressMauro Carvalho Chehab2018-03-231-3/+2
| * | | | media: vivid-radio-rx: add a cast to avoid a warningMauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: saa7134-alsa: don't use casts to print a buffer addressMauro Carvalho Chehab2018-03-231-3/+2
| * | | | media: solo6x10: get rid of an address space warningMauro Carvalho Chehab2018-03-231-15/+24
| * | | | media: zoran: don't cast pointers to print themMauro Carvalho Chehab2018-03-231-2/+2
| * | | | media: ir-kbd-i2c: change the if logic to avoid a warningMauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: ir-kbd-i2c: improve error handling codeMauro Carvalho Chehab2018-03-231-3/+15
| * | | | media: saa7134-input: improve error handlingMauro Carvalho Chehab2018-03-231-9/+37
| * | | | media: s2255drv: fix a casting warningMauro Carvalho Chehab2018-03-231-2/+2
| * | | | media: ivtvfb: Cleanup some warningsMauro Carvalho Chehab2018-03-231-7/+5
| * | | | media: videobuf-dma-sg: Fix a weird castMauro Carvalho Chehab2018-03-231-3/+2
| * | | | soc_camera: fix a weird cast on printkMauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: cx23885: fix a warningMauro Carvalho Chehab2018-03-231-3/+2
| * | | | media: cx88: fix two warningsMauro Carvalho Chehab2018-03-231-4/+4
| * | | | media: solo6x10: simplify the logic at solo_p2m_dma_desc()Mauro Carvalho Chehab2018-03-231-5/+2
| * | | | media: bttv-input: better handle errors at I2C transferMauro Carvalho Chehab2018-03-231-1/+5
| * | | | media: tvaudio: improve error handlingMauro Carvalho Chehab2018-03-231-20/+72
| * | | | media: sp887x: fix a warningMauro Carvalho Chehab2018-03-231-3/+3
| * | | | media: v4l2-ioctl: fix some "too small" warningsMauro Carvalho Chehab2018-03-231-7/+8
| * | | | media: v4l2-tpg-core: avoid buffer overflowsMauro Carvalho Chehab2018-03-231-2/+2
| * | | | media: ov5670: get rid of a series of __be warningsMauro Carvalho Chehab2018-03-231-4/+5
| * | | | media: rca: declare formats var as staticMauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: vpss: fix annotations for vpss_regs_base2Mauro Carvalho Chehab2018-03-231-1/+1
| * | | | media: dvb_frontend: add proper __user annotationsMauro Carvalho Chehab2018-03-221-2/+2
| * | | | media: imx-media-utils: fix a warningMauro Carvalho Chehab2018-03-221-38/+43
| * | | | media: dvbdev: handle ENOMEM error at dvb_module_probe()Mauro Carvalho Chehab2018-03-221-0/+2
| * | | | media: debugfs-cec-error-inj: document CEC error inj debugfs ABIHans Verkuil2018-03-222-0/+41
| * | | | media: cec-pin-error-inj.rst: document CEC Pin Error InjectionHans Verkuil2018-03-222-0/+326
| * | | | media: cec: improve CEC pin event handlingHans Verkuil2018-03-225-21/+43
| * | | | media: cec-pin: improve status logHans Verkuil2018-03-222-3/+68
| * | | | media: cec-pin: add error injection supportHans Verkuil2018-03-222-59/+527
| * | | | media: cec-pin-error-inj: parse/show error injectionHans Verkuil2018-03-225-0/+429
| * | | | media: cec-pin: create cec_pin_start_timer() functionHans Verkuil2018-03-222-8/+15