summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2013-03-04[media] mb86a20s: don't allow updating signal strength too fastMauro Carvalho Chehab1-7/+17
2013-03-04[media] mb86a20s: Fix signal strength calculusMauro Carvalho Chehab1-1/+1
2013-03-04[media] mb86a20s: provide CNR stats before FE_HAS_SYNCMauro Carvalho Chehab1-8/+16
2013-03-04[media] mb86a20s: adjust IF based on what's set on the tunerMauro Carvalho Chehab1-4/+53
2013-03-04[media] mb86a20s: don't pollute dmesg with debug messagesMauro Carvalho Chehab1-3/+3
2013-03-04[media] em28xx: extract the device configuration dataset from eeproms with 16...Frank Schaefer2-36/+85
2013-03-04[media] em28xx: do not store eeprom content permanentlyFrank Schaefer3-15/+31
2013-03-04[media] em28xx: add helper function for reading data blocks from i2c clientsFrank Schaefer1-28/+46
2013-03-04[media] em28xx: add basic support for eeproms with 16 bit address widthFrank Schaefer3-25/+49
2013-03-04[media] em28xx: fix eeprom data endianessFrank Schaefer2-16/+18
2013-03-04[media] em28xx: do not interpret eeprom content if eeprom key is invalidFrank Schaefer1-2/+6
2013-03-04[media] em28xx-i2c: also print debug messages at debug level 1Frank Schaefer1-6/+6
2013-03-04[media] em28xx-i2c: replace printk() with the corresponding em28xx macrosFrank Schaefer1-31/+24
2013-03-04[media] em28xx-i2c: get rid of the dprintk2 macroFrank Schaefer1-11/+6
2013-03-04[media] em28xx: bump driver version to 0.2.0Frank Schaefer1-1/+1
2013-03-04[media] em28xx: fix spacing and some comments in em28xx.hFrank Schaefer1-58/+37
2013-03-04[media] em28xx: remove some obsolete function declarationsFrank Schaefer1-8/+0
2013-03-04[media] em28xx: add image quality bridge controlsFrank Schaefer2-8/+57
2013-03-04[media] em28xx: introduce #defines for the image quality default settingsFrank Schaefer2-12/+23
2013-03-04[media] em28xx: remove unused ac97 v4l2_ctrl_handlerFrank Schaefer1-2/+0
2013-03-04[media] em28xx: remove unused image quality control functionsFrank Schaefer1-66/+0
2013-03-04[media] em28xx: VIDIOC_ENUM_FRAMESIZES: consider the scaler limits when calcu...Frank Schaefer1-2/+6
2013-03-04[media] em28xx: add function scale_to_size()Frank Schaefer1-3/+12
2013-03-04[media] em28xx: rename function get_scale() to size_to_scale()Frank Schaefer1-4/+4
2013-03-04[media] em28xx: introduce #define for maximum supported scaling values (regis...Frank Schaefer2-4/+6
2013-03-04[media] em28xx: do not claim VBI support if the device is a cameraFrank Schaefer1-0/+5
2013-03-04[media] em28xx: make ioctl VIDIOC_DBG_G_CHIP_IDENT available for radio devicesFrank Schaefer1-0/+1
2013-03-04[media] em28xx: make ioctl VIDIOC_DBG_G_CHIP_IDENT available without CONFIG_V...Frank Schaefer1-14/+13
2013-03-04[media] em28xx: remove obsolete device state checks from the ioctl functionsFrank Schaefer1-43/+0
2013-03-04[media] em28xx: VIDIOC_G_TUNER: remove unneeded setting of tuner typeFrank Schaefer1-1/+0
2013-03-04[media] em28xx: get rid of duplicate function vidioc_s_fmt_vbi_cap()Frank Schaefer1-30/+1
2013-03-04[media] em28xx: remove ioctl VIDIOC_CROPCAPFrank Schaefer1-21/+0
2013-03-04[media] em28xx: make ioctls VIDIOC_G/S_PARM working for VBI devicesFrank Schaefer1-6/+0
2013-03-04[media] em28xx: disable ioctl VIDIOC_S_PARM for VBI devicesFrank Schaefer1-0/+1
2013-03-04[media] em28xx: use v4l2_disable_ioctl() to disable ioctl VIDIOC_S_PARMFrank Schaefer1-3/+2
2013-03-04[media] em28xx: use v4l2_disable_ioctl() to disable ioctls VIDIOC_G_AUDIO and...Frank Schaefer1-7/+8
2013-03-04[media] em28xx: disable tuner related ioctls for video and VBI devices withou...Frank Schaefer1-0/+14
2013-03-04[media] em28xx: use v4l2_disable_ioctl() to disable ioctls VIDIOC_QUERYSTD, V...Frank Schaefer1-6/+7
2013-03-01Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2-21/+5
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-16/+7
2013-02-26lirc: get rid of bogus checksAl Viro1-10/+1
2013-02-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds413-8142/+16783
2013-02-23new helper: file_inode(file)Al Viro3-9/+9
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-22Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-2/+1
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-66/+47
2013-02-16Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab1-3/+3
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann12-69/+58