summaryrefslogtreecommitdiffstats
path: root/include/media
AgeCommit message (Expand)AuthorLines
2017-12-14media: lirc: merge lirc_dev_fop_ioctl and ir_lirc_ioctlSean Young-4/+0
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young-24/+19
2017-12-14media: lirc: use the correct carrier for scancode transmitSean Young-0/+1
2017-12-14media: lirc: implement scancode sendingSean Young-53/+1
2017-12-14media: lirc: remove LIRCCODE and LIRC_GET_LENGTHSean Young-4/+0
2017-12-14media: rc: implement zilog transmitterSean Young-0/+5
2017-12-14media: rc: i2c: set parent of rc device and improve nameSean Young-1/+0
2017-12-08media: cec: disable the hardware when unregisteredHans Verkuil-0/+12
2017-12-08media: cec: add the adap_monitor_pin_enable opHans Verkuil-0/+1
2017-11-27media: annotate ->poll() instancesAl Viro-9/+8
2017-11-27->poll() methods should return __poll_tAl Viro-3/+3
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-181/+379
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+15
2017-11-01media: v4l2-fwnode: use a typedef for a function callbackMauro Carvalho Chehab-14/+22
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus-0/+25
2017-10-31media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus-1/+23
2017-10-31media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus-1/+80
2017-10-31media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus-2/+17
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart-10/+19
2017-10-31media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus-2/+140
2017-10-31media: saa7146: Convert timers to use timer_setup()Kees Cook-1/+1
2017-10-31media: media/saa7146: Convert timers to use timer_setup()Kees Cook-0/+1
2017-10-31media: rc: Add Astrometa T2hybrid keymap moduleOleh Kravchenko-0/+1
2017-10-27media: rc/keymaps: add support for RC of hisilicon poplar boardYounian Wang-0/+1
2017-10-27media: rc/keymaps: add support for RC of hisilicon TV demo boardsYounian Wang-0/+1
2017-10-27media: cec-pin.h: move non-kAPI parts into cec-pin-priv.hHans Verkuil-107/+0
2017-10-11media: rc: Add tango keymapMarc Gonzalez-0/+1
2017-10-11media: lirc_dev: remove min_timeout and max_timeoutDavid Härdeman-6/+0
2017-10-04[media] saa7146: make saa7146_use_ops constBhumika Goyal-2/+2
2017-10-04[media] media: lirc_dev: merge struct irctl into struct lirc_devDavid Härdeman-6/+20
2017-10-04[media] media: lirc_dev: introduce lirc_allocate_device and lirc_free_deviceDavid Härdeman-5/+4
2017-10-04[media] media: rename struct lirc_driver to struct lirc_devDavid Härdeman-35/+13
2017-10-04[media] media: lirc_dev: use an IDA instead of an array to keep track of regi...David Härdeman-1/+0
2017-10-04[media] media: lirc_dev: make chunk_size and buffer_size mandatoryDavid Härdeman-4/+5
2017-10-04[media] media: lirc_dev: make better use of file->private_dataDavid Härdeman-0/+3
2017-10-04[media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman-11/+9
2017-09-29Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab-5/+7
2017-09-23media: cec.h: initialize *parent and *port in cec_phys_addr_validateHans Verkuil-0/+4
2017-09-23media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil-1/+15
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-178/+556
2017-08-26media: v4l2-flash-led-class: Document v4l2_flash_init() referencesSakari Ailus-0/+6
2017-08-26media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus-12/+28
2017-08-26media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov-0/+13
2017-08-26media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macroSakari Ailus-3/+3
2017-08-26media: v4l: fwnode: The clock lane is the first lane in lane_polaritiesSakari Ailus-1/+1
2017-08-26media: cec: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young-121/+135
2017-08-20media: cec: fix remote control passthroughHans Verkuil-0/+5
2017-08-20media: rc: simplify ir_raw_event_store_edge()Sean Young-9/+1
2017-08-20media: rc: add zx-irdec remote control driverShawn Guo-0/+1