summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-18media: v4l2-common: get rid of v4l2_routing dead structMauro Carvalho Chehab1-9/+5
2017-12-18media: tuner-types: add kernel-doc markups for struct tunertypeMauro Carvalho Chehab1-0/+15
2017-12-18media: frontend: describe nested structsMauro Carvalho Chehab1-18/+17
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young2-5/+3
2017-12-14media: lirc: allow lirc device to be opened more than onceSean Young1-19/+31
2017-12-14media: rc: include <uapi/linux/lirc.h> rather than <media/lirc.h>Sean Young1-1/+0
2017-12-14kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bitSean Young1-1/+2
2017-12-14media: lirc: implement reading scancodeSean Young1-0/+5
2017-12-14media: lirc: remove last remnants of lirc kapiSean Young2-53/+5
2017-12-14media: lirc: remove name from lirc_devSean Young1-2/+0
2017-12-14media: lirc: create rc-core open and close lirc functionsSean Young2-11/+2
2017-12-14media: lirc: move lirc_dev->attached to rc_dev->registeredSean Young2-2/+3
2017-12-14media: lirc: use kfifo rather than lirc_buffer for raw IRSean Young2-109/+4
2017-12-14media: lirc: merge lirc_dev_fop_ioctl and ir_lirc_ioctlSean Young1-4/+0
2017-12-14media: lirc: lirc interface should not be a raw decoderSean Young2-24/+19
2017-12-14media: lirc: use the correct carrier for scancode transmitSean Young1-0/+1
2017-12-14media: lirc: implement scancode sendingSean Young2-53/+83
2017-12-14media: lirc: remove LIRCCODE and LIRC_GET_LENGTHSean Young1-4/+0
2017-12-14media: rc: implement zilog transmitterSean Young1-0/+5
2017-12-14media: rc: i2c: set parent of rc device and improve nameSean Young1-1/+0
2017-12-11media: led-class-flash: better handle NULL flash structMauro Carvalho Chehab1-0/+4
2017-12-08media: cec: disable the hardware when unregisteredHans Verkuil1-0/+12
2017-12-08media: cec: add the adap_monitor_pin_enable opHans Verkuil1-0/+1
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+11
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-45/+0
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+7
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-111/+51
2017-11-24Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+38
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+2
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-21/+23
2017-11-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-26/+28
2017-11-23Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-887/+12
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+12
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn5-2/+11
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner535-7647/+13367
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-23dt-bindings: remove file that was added accidentallyRob Clark1-887/+0
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-0/+12
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-21timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-21timer: Remove unused data arguments from macrosKees Cook3-15/+8