summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x/radio-si470x-usb.c
Commit message (Expand)AuthorAgeFilesLines
* media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida2023-01-071-1/+3
* media: si470x: Avoid card name truncationKees Cook2021-11-261-1/+1
* media: radio/si470x: kill urb on errorHans Verkuil2019-10-051-1/+4
* media: radio: si470x: radio-si470x-usb: don't print error when allocating urb...Wolfram Sang2016-08-301-1/+0
* [media] si470x: cleanup define namespaceMauro Carvalho Chehab2015-06-221-3/+3
* [media] radio-si470x-usb: use USB API functions rather than constantsHimangi Saraogi2014-09-211-3/+1
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] si470x: add check to test if this is really a si470xHans Verkuil2013-12-181-0/+24
* [media] si470x: don't use buffer on the stack for USB transfersHans Verkuil2013-12-181-26/+31
* [media] radio-si470x-usb: Remove software version checkHans de Goede2013-08-211-11/+0
* [media] drivers/media: Remove unnecessary semicolonPeter Senna Tschudin2012-10-071-1/+1
* [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-111-1/+1
* [media] radio-si470x: Add support for the new band APIsHans de Goede2012-07-301-0/+1
* [media] radio-si470x: restore ctrl settings after suspend/resumeHans de Goede2012-07-301-1/+6
* [media] radio-si470x: Lower firmware version requirementsHans de Goede2012-07-301-1/+1
* [media] radio-si470x: Always use interrupt to wait for tune/seek completionHans de Goede2012-07-301-10/+15
* [media] radio-si470x: Don't unnecesarily read registers on G_TUNERHans de Goede2012-07-301-3/+9
* [media] radio/si470x: Add support for the Axentia ALERT FM USB ReceiverHans de Goede2012-06-111-0/+2
* [media] radio-si470x-usb: remove autosuspend, implement suspend/resumeHans Verkuil2012-05-141-79/+70
* [media] si470x: Clean up, introduce the control frameworkHans Verkuil2012-05-141-88/+58
* USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-27/+1
* [media] si470x: fix compile warningHans Verkuil2011-09-061-2/+0
* [media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab2011-07-271-2/+0
* [media] radio-si470x: fix memory leak in si470x_usb_driver_probe()Alexey Khoroshilov2011-07-271-1/+3
* V4L/DVB: radio-si470x: remove the BKL lock used internally at the driverMauro Carvalho Chehab2010-10-211-9/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB: drivers/media/radio/si470x/radio-si470x-usb.c fix use after freeDarren Jenkins2010-02-261-1/+3
* V4L/DVB (13948): radio: Correct use after freeJulia Lawall2010-02-261-2/+2
* V4L/DVB (13599): radio-si470x: move some file operations to common fileJoonyoung Shim2009-12-161-95/+2
* V4L/DVB (12417): I2C cleanups and version checksTobias Lorenz2009-09-121-13/+30
* V4L/DVB (12415): radio-si470x: add disconnect check functionJoonyoung Shim2009-09-121-0/+17
* V4L/DVB (12414): radio-si470x: change to dev_* macro from printkJoonyoung Shim2009-09-121-31/+27
* V4L/DVB (12413): radio-si470x: separate common and usb codeJoonyoung Shim2009-09-121-0/+958