summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate fileMauro Carvalho Chehab2010-05-1966-85/+4111
* V4L/DVB: ir-common: Use macros to define the keytablesMauro Carvalho Chehab2010-05-191-1/+13
* V4L/DVB: ir-common: re-order keytables by name and remove duplicatesMauro Carvalho Chehab2010-05-191-48/+48
* V4L/DVB: ir-common: Use a function to declare an IR tableMauro Carvalho Chehab2010-05-191-65/+71
* V4L/DVB: Add CHIP ID of the uPD61151Dmitri Belimov2010-05-191-0/+5
* V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR coreMauro Carvalho Chehab2010-05-182-0/+3
* V4L/DVB: ir-core: prepare to add more operations for ir decodersMauro Carvalho Chehab2010-05-181-5/+2
* V4L/DVB: ir-core: dynamically load the compiled IR protocolsMauro Carvalho Chehab2010-05-181-5/+24
* V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decodeMauro Carvalho Chehab2010-05-181-0/+2
* V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-coreMauro Carvalho Chehab2010-05-181-1/+2
* V4L/DVB: ir-core: add two functions to report keyup/keydown eventsMauro Carvalho Chehab2010-05-181-0/+4
* V4L/DVB: ir-core: Add logic to decode IR protocols at the IR coreMauro Carvalho Chehab2010-05-182-0/+35
* V4L/DVB: saa7134: add code to allow changing IR protocolMauro Carvalho Chehab2010-05-181-0/+3
* V4L/DVB: saa7134: use a full scancode table for M135AMauro Carvalho Chehab2010-05-181-1/+1
* V4L/DVB: v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controlsLaurent Pinchart2010-05-181-0/+3
* V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vp...Vaibhav Hiremath2010-05-181-0/+2
* V4L/DVB: meye: remove last V4L1 remnants from the code and add v4l2_deviceHans Verkuil2010-05-181-6/+6
* V4L/DVB: v4l: add V4L2_PIX_FMT_Y4 and V4L2_PIX_FMT_Y6 pixelformatsHans Verkuil2010-05-181-0/+2
* V4L/DVB: v4l: videobuf: code cleanupPawel Osciak2010-05-183-23/+26
* V4L/DVB: Add SPI support to V4L2Dmitri Belimov2010-05-182-0/+21
* V4L/DVB: videodev2: introduce a common control for chroma gainDevin Heitmueller2010-05-181-1/+4
* V4L/DVB: v4l2: sort chip IDs in v4l2-chip-ident.hHans Verkuil2010-05-181-58/+62
* V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab2010-05-181-1/+3
* V4L/DVB: ir-core: Add a macro to properly create IR tablesMauro Carvalho Chehab2010-05-181-1/+2
* V4L/DVB: ir: use a real device instead of a virtual classMauro Carvalho Chehab2010-05-181-3/+1
* V4L/DVB: soc-camera: add runtime pm support for subdevicesMauro Carvalho Chehab2010-05-181-0/+8
* V4L/DVB: The first two parameters of soc_camera_limit_side() are usually poin...Márton Németh2010-05-181-2/+2
* V4L/DVB (12770): Add tm6000 driver to staging treeMauro Carvalho Chehab2010-05-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-162-22/+22
|\
| * rtnetlink: make SR-IOV VF interface symmetricChris Wright2010-05-161-4/+19
| * tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3
* | Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-0/+14
|/
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-1/+0
* dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori2010-05-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-112-0/+4
|\
| * sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-062-0/+4
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-05-071-28/+0
|\ \
| * | drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom2010-05-071-28/+0
* | | Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-071-1/+0
|\ \ \
| * | | V4L/DVB: saa7146: fix regression of the av7110/budget-av driverHans Verkuil2010-05-061-1/+0
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-072-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-061-0/+2
| * | | cgroup: Check task_lock in task_subsys_state()Li Zefan2010-05-041-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-052-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
| * | | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-281-0/+1
* | | | i2c-core: Use per-adapter userspace device listsJean Delvare2010-05-041-0/+2
* | | | USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack2010-04-301-3/+15
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-0/+1
|\ \ \ \
| * | | | NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-0/+1
OpenPOWER on IntegriCloud