summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* [media] media: lirc_dev: introduce lirc_allocate_device and lirc_free_deviceDavid Härdeman2017-10-042-1/+14
* [media] media: rename struct lirc_driver to struct lirc_devDavid Härdeman2017-10-043-33/+33
* [media] media: lirc_dev: use an IDA instead of an array to keep track of regi...David Härdeman2017-10-041-24/+12
* [media] media: lirc_dev: sanitize lockingDavid Härdeman2017-10-041-72/+93
* [media] media: lirc_dev: change irctl->attached to be a booleanDavid Härdeman2017-10-041-3/+3
* [media] media: lirc_dev: make chunk_size and buffer_size mandatoryDavid Härdeman2017-10-041-13/+13
* [media] media: lirc_dev: make better use of file->private_dataDavid Härdeman2017-10-041-50/+20
* [media] media: lirc_dev: use cdev_device_add() helper functionDavid Härdeman2017-10-041-13/+4
* [media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman2017-10-042-57/+20
* [media] media: lirc_dev: clarify error handlingDavid Härdeman2017-10-041-2/+4
* Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab2017-09-2920-376/+548
|\
| * Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-8/+5
| |\
| | * fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-8/+5
| * | drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4Andrew Morton2017-09-131-1/+4
| * | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-3/+2
| |\ \
| | * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-3/+2
| | |/
| * | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-07550-5133/+36234
| |\ \
| * \ \ Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-1555-793/+690
| |\ \ \ | | | |/ | | |/|
| * | | drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham2017-08-035-15/+20
| * | | v4l: vsp1: Add support for header display lists in continuous modeLaurent Pinchart2017-08-032-69/+127
| * | | v4l: vsp1: Add support for multiple DRM pipelinesLaurent Pinchart2017-08-032-94/+141
| * | | v4l: vsp1: Add support for multiple LIF instancesLaurent Pinchart2017-08-037-30/+46
| * | | v4l: vsp1: Add support for new VSP2-BS, VSP2-DL and VSP2-D instancesLaurent Pinchart2017-08-032-2/+37
| * | | v4l: vsp1: Add support for the BRS entityLaurent Pinchart2017-07-2911-60/+136
| * | | v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart2017-07-291-4/+16
| * | | v4l: vsp1: Don't create links for DRM pipelineLaurent Pinchart2017-07-293-58/+12
| * | | v4l: vsp1: Store source and sink pointers as vsp1_entityLaurent Pinchart2017-07-294-18/+18
| * | | v4l: vsp1: Don't set WPF sink pointerLaurent Pinchart2017-07-291-1/+0
| * | | v4l: vsp1: Don't recycle active list at display startLaurent Pinchart2017-07-295-35/+4
| * | | v4l: vsp1: Fill display list headers without holding dlm spinlockLaurent Pinchart2017-07-291-2/+4
* | | | media: fix media Kconfig help syntax issuesHans Verkuil2017-09-238-29/+28
* | | | media: cobalt: do not register subdev nodesHans Verkuil2017-09-231-3/+0
* | | | media: v4l-ioctl: Fix typo on v4l_print_frmsizeenumRicardo Ribalda2017-09-231-3/+6
* | | | media: davinci: do a couple of checkpatch cleanupsMarkus Elfring2017-09-231-22/+15
* | | | media: Hexium Orion: Adjust one function call together with a variable assign...Markus Elfring2017-09-231-1/+3
* | | | media: meye: Adjust two function calls together with a variable assignmentMarkus Elfring2017-09-231-3/+4
* | | | media: cx23885: make const array buf static, reduces object code sizeColin Ian King2017-09-231-1/+1
* | | | media: ov9640: make const arrays res_x/y static const, reduces object code sizeColin Ian King2017-09-231-2/+2
* | | | media: cobalt: remove redundant zero check on retvalColin Ian King2017-09-231-2/+0
* | | | media: cx25840: make array stds static const, reduces object code sizeColin Ian King2017-09-231-1/+1
* | | | media: lgdt3306a: Use ARRAY_SIZE macroThomas Meyer2017-09-231-1/+2
* | | | media: dvb-frontends/mxl5xx: declare LIST_HEAD(mxllist) staticDaniel Scheller2017-09-231-1/+1
* | | | media: rtl28xxu: make array rc_nec_tab static constColin Ian King2017-09-231-1/+1
* | | | media: pci: make i2c_client constBhumika Goyal2017-09-235-5/+5
* | | | media: usb: make i2c_client constBhumika Goyal2017-09-233-3/+3
* | | | media: dvb-frontends: delete jump targetsMarkus Elfring2017-09-234-29/+14
* | | | media: drivers: Adjust checks for null pointersMarkus Elfring2017-09-239-44/+44
* | | | media: drivers: improve a size determinationMarkus Elfring2017-09-2317-26/+23
* | | | media: drivers: delete unnecessary variable initialisationsMarkus Elfring2017-09-234-5/+5
* | | | media: drivers: delete error messages for failed memory allocationMarkus Elfring2017-09-2323-80/+30
OpenPOWER on IntegriCloud