| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] bttv: stop abusing mbox_we for sw_status | Ondrej Zary | 2013-07-26 | 2 | -17/+12 |
* | [media] bttv: fix querystd | Hans Verkuil | 2013-06-17 | 1 | -2/+2 |
* | [media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so | Hans Verkuil | 2013-06-17 | 1 | -38/+0 |
* | [media] media: pci: remove duplicate checks for EPERM | Lad, Prabhakar | 2013-05-27 | 1 | -6/+0 |
* | [media] CARDLIST.bttv: add new cards | Hans Verkuil | 2013-05-21 | 1 | -0/+1 |
* | [media] bttv: Add CyberVision CV06 | Ondrej Zary | 2013-05-21 | 1 | -0/+10 |
* | [media] bttv: Add noname Bt848 capture card with 14MHz xtal | Ondrej Zary | 2013-05-21 | 2 | -1/+21 |
* | [media] bttv: Add Adlink MPG24 entry to the bttv cardlist | Hans Verkuil | 2013-05-21 | 2 | -5/+18 |
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-05-02 | 1 | -3/+3 |
|\ |
|
| * | i2c: Ignore return value of i2c_del_adapter() | Lars-Peter Clausen | 2013-04-02 | 1 | -3/+3 |
* | | Merge tag 'v3.9-rc5' into patchwork | Mauro Carvalho Chehab | 2013-04-01 | 1 | -5/+15 |
|\ \ |
|
| * | | [media] [REGRESSION] bt8xx: Fix too large height in cropcap | Hans de Goede | 2013-03-26 | 1 | -5/+15 |
| |/ |
|
* | | [media] v4l2: add const to argument of write-only s_register ioctl | Hans Verkuil | 2013-03-24 | 1 | -3/+2 |
* | | [media] v4l2: pass std by value to the write-only s_std ioctl | Hans Verkuil | 2013-03-24 | 1 | -3/+3 |
* | | [media] v4l2: add const to argument of write-only s_tuner ioctl | Hans Verkuil | 2013-03-24 | 1 | -4/+7 |
* | | [media] v4l2: add const to argument of write-only s_frequency ioctl | Hans Verkuil | 2013-03-24 | 1 | -6/+8 |
* | | [media] bttv: apply mute settings on open | Frank Schaefer | 2013-03-23 | 1 | -1/+2 |
* | | [media] bttv: do not unmute the device before the first open | Frank Schaefer | 2013-03-23 | 1 | -1/+3 |
* | | [media] bttv: untangle audio input and mute setting | Frank Schaefer | 2013-03-23 | 1 | -27/+24 |
* | | [media] bttv: separate GPIO part from function audio_mux() | Frank Schaefer | 2013-03-23 | 1 | -6/+12 |
* | | [media] bttv: rename field 'audio' in struct 'bttv' to 'audio_input' | Frank Schaefer | 2013-03-23 | 3 | -8/+8 |
* | | [media] bttv: do not save the audio input in audio_mux() | Frank Schaefer | 2013-03-23 | 1 | -5/+5 |
* | | [media] bttv: audio_mux(): do not change the value of the v4l2 mute control | Frank Schaefer | 2013-03-23 | 1 | -4/+4 |
* | | [media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modify... | Frank Schaefer | 2013-03-23 | 1 | -4/+4 |
* | | [media] bttv: move fini_bttv_i2c() from bttv-input.c to bttv-i2c.c | Frank Schaefer | 2013-03-05 | 3 | -9/+12 |
* | | [media] bttv: make remote controls of devices with i2c ir decoder working | Frank Schaefer | 2013-03-05 | 1 | -9/+13 |
* | | [media] bttv: remove g/s_audio since there is only one audio input | Hans Verkuil | 2013-03-05 | 1 | -19/+0 |
* | | [media] bttv: do not switch to the radio tuner unless it is accessed | Hans Verkuil | 2013-03-05 | 2 | -3/+21 |
* | | [media] bttv: fix try_fmt_vid_overlay and setup initial overlay size | Hans Verkuil | 2013-03-05 | 1 | -19/+25 |
* | | [media] bttv: fix g_tuner capabilities override | Hans Verkuil | 2013-03-05 | 1 | -1/+1 |
* | | [media] bttv: there may be multiple tvaudio/tda7432 devices | Hans Verkuil | 2013-03-05 | 1 | -4/+10 |
* | | [media] bttv: use centralized std and implement g_std | Hans Verkuil | 2013-03-05 | 2 | -1/+13 |
* | | [media] bttv: fix priority handling | Hans Verkuil | 2013-03-05 | 2 | -61/+6 |
* | | [media] bttv: add support for control events | Hans Verkuil | 2013-03-05 | 2 | -13/+39 |
* | | [media] bttv: convert to the control framework | Hans Verkuil | 2013-03-05 | 3 | -437/+266 |
* | | [media] bttv: fix field handling inside TRY_FMT | Hans Verkuil | 2013-03-05 | 1 | -16/+12 |
* | | [media] bttv: fill in fb->flags for VIDIOC_G_FBUF | Hans Verkuil | 2013-03-05 | 1 | -0/+1 |
* | | [media] bttv: fill in colorspace | Hans Verkuil | 2013-03-05 | 1 | -0/+2 |
* | | [media] bttv: G_PARM: set readbuffers | Hans Verkuil | 2013-03-05 | 1 | -0/+3 |
* | | [media] bttv: set initial tv/radio frequencies | Hans Verkuil | 2013-03-05 | 2 | -7/+30 |
* | | [media] bttv: disable g/s_tuner and g/s_freq when no tuner present, fix retur... | Hans Verkuil | 2013-03-05 | 1 | -28/+16 |
* | | [media] bttv: fix ENUM_INPUT and S_INPUT | Hans Verkuil | 2013-03-05 | 1 | -10/+5 |
* | | [media] bttv: add VIDIOC_DBG_G_CHIP_IDENT | Hans Verkuil | 2013-03-05 | 2 | -4/+39 |
* | | [media] bttv: fix querycap and radio v4l2-compliance issues | Hans Verkuil | 2013-03-05 | 1 | -74/+27 |
|/ |
|
* | [media] btcx-risc: move from media/i2c to media/common | Hans Verkuil | 2013-02-08 | 1 | -0/+1 |
* | [media] drivers/media/pci: use memmove for overlapping regions | Nickolai Zeldovich | 2013-02-05 | 1 | -2/+2 |
* | Merge branch 'v4l_for_linus' into staging/for_v3.9 | Mauro Carvalho Chehab | 2013-01-24 | 6 | -37/+34 |
|\ |
|
| * | Drivers: media: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 6 | -37/+34 |
* | | [media] bttv: Replace memcpy with struct assignment | Ezequiel Garcia | 2012-12-27 | 1 | -2/+1 |
* | | [media] bttv: avoid flooding the kernel log when i2c debugging is disabled | John Törnblom | 2012-12-27 | 1 | -1/+1 |