| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] radio-si470x: Add support for the new band APIs | Hans de Goede | 2012-07-30 | 4 | -92/+126 |
* | [media] radio-si470x: Fix band selection | Hans de Goede | 2012-07-30 | 1 | -1/+1 |
* | [media] radio-si470x: restore ctrl settings after suspend/resume | Hans de Goede | 2012-07-30 | 1 | -1/+6 |
* | [media] radio-si470x: Lower firmware version requirements | Hans de Goede | 2012-07-30 | 1 | -1/+1 |
* | [media] radio-si470x: Lower firmware version requirements | Hans de Goede | 2012-07-30 | 2 | -2/+2 |
* | [media] radio-si470x: Lower hardware freq seek signal treshold | Hans de Goede | 2012-07-30 | 1 | -1/+1 |
* | [media] radio-si470x: Always use interrupt to wait for tune/seek completion | Hans de Goede | 2012-07-30 | 4 | -59/+28 |
* | [media] radio-si470x: Don't unnecesarily read registers on G_TUNER | Hans de Goede | 2012-07-30 | 3 | -7/+16 |
* | Merge branch 'v4l_for_linus' into staging/for_v3.6 | Mauro Carvalho Chehab | 2012-06-27 | 1 | -0/+2 |
|\ |
|
| * | [media] radio/si470x: Add support for the Axentia ALERT FM USB Receiver | Hans de Goede | 2012-06-11 | 1 | -0/+2 |
* | | [media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA... | Hans Verkuil | 2012-06-18 | 1 | -2/+4 |
|/ |
|
* | [media] radio-si470x-usb: remove autosuspend, implement suspend/resume | Hans Verkuil | 2012-05-14 | 2 | -80/+70 |
* | [media] radio-si470x-common.c: remove unnecessary kernel log spam | Hans Verkuil | 2012-05-14 | 1 | -61/+17 |
* | [media] si470x: add control event support and more v4l2 compliancy fixes | Hans Verkuil | 2012-05-14 | 1 | -17/+28 |
* | [media] si470x: Clean up, introduce the control framework | Hans Verkuil | 2012-05-14 | 4 | -313/+105 |
* | [media] convert drivers/media/* to use module_i2c_driver() | Axel Lin | 2012-03-08 | 1 | -27/+1 |
* | USB: convert drivers/media/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -27/+1 |
* | [media] si470x: fix compile warning | Hans Verkuil | 2011-09-06 | 1 | -2/+0 |
* | [media] radio: Use the subsystem version control for VIDIOC_QUERYCAP | Mauro Carvalho Chehab | 2011-07-27 | 3 | -6/+1 |
* | [media] radio-si470x: fix memory leak in si470x_usb_driver_probe() | Alexey Khoroshilov | 2011-07-27 | 1 | -1/+3 |
* | [media] radio-si470x: convert to use request_threaded_irq() | Joonyoung Shim | 2011-05-20 | 2 | -24/+9 |
* | [media] radio-si470x: convert to dev_pm_ops | Joonyoung Shim | 2011-05-20 | 1 | -7/+9 |
* | [media] radio-si470x: support seek and tune interrupt enable | Joonyoung Shim | 2011-05-20 | 3 | -20/+60 |
* | [media] double mutex lock in drivers/media/radio/si470x/radio-si470x- | iceberg | 2011-03-21 | 1 | -1/+0 |
* | [media] radio-si470x: Always report support for RDS | Tobias Lorenz | 2011-01-19 | 1 | -6/+0 |
* | [media] radio-si470x: de-emphasis should be set if requested by module parameter | Tobias Lorenz | 2011-01-19 | 1 | -1/+2 |
* | [media] saa6588: rename rds.h to saa6588.h | Hans Verkuil | 2010-12-29 | 1 | -1/+0 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | [media] [RFC,1/1] V4L2: Use new CAP bits in existing RDS capable drivers | Matti Aaltonen | 2010-10-22 | 1 | -1/+1 |
* | V4L/DVB: radio-si470x: use unlocked ioctl | Mauro Carvalho Chehab | 2010-10-21 | 2 | -6/+22 |
* | V4L/DVB: radio-si470x: remove the BKL lock used internally at the driver | Mauro Carvalho Chehab | 2010-10-21 | 2 | -10/+8 |
* | V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call | Marek Szyprowski | 2010-09-30 | 1 | -1/+1 |
* | V4L/DVB: si470x: -EINVAL overwritten in si470x_vidioc_s_tuner() | Tobias Lorenz | 2010-08-02 | 1 | -1/+1 |
* | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 2010-06-03 | 1 | -1/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | V4L/DVB: radio-si470x: Use UTF-8 encoding on a comment | Tobias Lorenz | 2010-02-26 | 1 | -1/+1 |
* | V4L/DVB: drivers/media/radio/si470x/radio-si470x-usb.c fix use after free | Darren Jenkins | 2010-02-26 | 1 | -1/+3 |
* | V4L/DVB (13948): radio: Correct use after free | Julia Lawall | 2010-02-26 | 1 | -2/+2 |
* | V4L/DVB (13690): radio/si470x: #include <sched.h> | Randy Dunlap | 2009-12-16 | 1 | -0/+1 |
* | V4L/DVB (13601): radio-si470x: support PM functions | Joonyoung Shim | 2009-12-16 | 1 | -0/+40 |
* | V4L/DVB (13600): radio-si470x: support RDS on si470x i2c driver | Joonyoung Shim | 2009-12-16 | 2 | -10/+155 |
* | V4L/DVB (13599): radio-si470x: move some file operations to common file | Joonyoung Shim | 2009-12-16 | 4 | -109/+104 |
* | V4L/DVB (12417): I2C cleanups and version checks | Tobias Lorenz | 2009-09-12 | 3 | -76/+257 |
* | V4L/DVB (12416): radio-si470x: add i2c driver for si470x | Joonyoung Shim | 2009-09-12 | 5 | -0/+281 |
* | V4L/DVB (12415): radio-si470x: add disconnect check function | Joonyoung Shim | 2009-09-12 | 3 | -21/+37 |
* | V4L/DVB (12414): radio-si470x: change to dev_* macro from printk | Joonyoung Shim | 2009-09-12 | 2 | -56/+52 |
* | V4L/DVB (12413): radio-si470x: separate common and usb code | Joonyoung Shim | 2009-09-12 | 5 | -0/+1984 |