summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-04[media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman3-66/+25
2017-10-04[media] media: lirc_dev: clarify error handlingDavid Härdeman1-2/+4
2017-09-29Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab5245-129033/+389978
2017-09-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2017-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+16
2017-09-24Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds7-52/+83
2017-09-24tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek1-36/+60
2017-09-24tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak5-14/+21
2017-09-24tpm: tpm_crb: constify acpi_device_id.Arvind Yadav1-1/+1
2017-09-24tpm: vtpm: constify vio_device_idArvind Yadav1-1/+1
2017-09-23media: staging: atomisp: use clock framework for camera clocksPierre-Louis Bossart7-332/+52
2017-09-23media: Staging: media: atomisp: Use kcalloc instead of kzallocSrishti Sharma1-1/+3
2017-09-23media: atomisp:use ARRAY_SIZE() instead of open codingAllen Pais1-4/+2
2017-09-23media: Staging: media: atomisp: Merge assignment with returnSrishti Sharma2-14/+3
2017-09-23media: Staging: atomisp: fix alloc_cast.cocci warningsBranislav Radocaj1-1/+1
2017-09-23media: staging/atomisp: Use ARRAY_SIZE macroThomas Meyer1-1/+2
2017-09-23media: staging/atomisp: fix header guardsNicolas Iooss3-3/+3
2017-09-23media: staging: atomisp: Remove unneeded intel-mid.h inclusionAndy Shevchenko10-11/+0
2017-09-23media: staging: atomisp: Remove dead code for MID (#4)Andy Shevchenko4-122/+0
2017-09-23media: staging: atomisp: Move to upstream IOSF MBI APIAndy Shevchenko3-30/+29
2017-09-23media: staging: atomisp: Remove dead code for MID (#3)Andy Shevchenko2-62/+0
2017-09-23media: staging: atomisp: Remove dead code for MID (#2)Andy Shevchenko2-8/+0
2017-09-23media: staging: atomisp: Don't override D3 delay settings hereAndy Shevchenko2-41/+0
2017-09-23media: staging: atomisp: Remove dead code for MID (#1)Andy Shevchenko2-103/+0
2017-09-23media: staging: media: atomisp: Use tabs in KconfigSakari Ailus3-44/+44
2017-09-23media: atomisp: fix small Kconfig issuesHans Verkuil2-10/+10
2017-09-23media: Staging: atomisp: constify driver_attributeArvind Yadav1-1/+1
2017-09-23media: atomisp2: Remove null check before kfreeHimanshu Jha1-4/+2
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil8-29/+28
2017-09-23media: cobalt: do not register subdev nodesHans Verkuil1-3/+0
2017-09-23media: v4l-ioctl: Fix typo on v4l_print_frmsizeenumRicardo Ribalda1-3/+6
2017-09-23media: davinci: do a couple of checkpatch cleanupsMarkus Elfring1-22/+15
2017-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds17-161/+281
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-215/+357
2017-09-23media: Hexium Orion: Adjust one function call together with a variable assign...Markus Elfring1-1/+3
2017-09-23media: meye: Adjust two function calls together with a variable assignmentMarkus Elfring1-3/+4
2017-09-23media: cx23885: make const array buf static, reduces object code sizeColin Ian King1-1/+1
2017-09-23media: ov9640: make const arrays res_x/y static const, reduces object code sizeColin Ian King1-2/+2
2017-09-23media: cobalt: remove redundant zero check on retvalColin Ian King1-2/+0
2017-09-23media: cx25840: make array stds static const, reduces object code sizeColin Ian King1-1/+1
2017-09-23media: lgdt3306a: Use ARRAY_SIZE macroThomas Meyer1-1/+2
2017-09-23media: dvb-frontends/mxl5xx: declare LIST_HEAD(mxllist) staticDaniel Scheller1-1/+1
2017-09-23media: rtl28xxu: make array rc_nec_tab static constColin Ian King1-1/+1
2017-09-23media: pci: make i2c_client constBhumika Goyal5-5/+5
2017-09-23media: usb: make i2c_client constBhumika Goyal3-3/+3
2017-09-23media: dvb-frontends: delete jump targetsMarkus Elfring4-29/+14
2017-09-23media: drivers: Adjust checks for null pointersMarkus Elfring9-44/+44
2017-09-23media: drivers: improve a size determinationMarkus Elfring17-26/+23
2017-09-23media: drivers: delete unnecessary variable initialisationsMarkus Elfring4-5/+5
2017-09-23media: drivers: delete error messages for failed memory allocationMarkus Elfring23-80/+30