aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x/radio-si470x-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29media: si470x: consolidate multiple printk'sMauro Carvalho Chehab1-11/+5
2021-11-29media: si470x: fix printk warnings with clangMauro Carvalho Chehab1-4/+4
2021-09-30media: si470x: Avoid card name truncationKees Cook1-1/+1
2019-08-19media: radio/si470x: kill urb on errorHans Verkuil1-1/+4
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-10/+1
2019-06-05media: media/radio: set device_caps in struct video_deviceHans Verkuil1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-04-17media: si470x: allow build both USB and I2C at the same timeMauro Carvalho Chehab1-6/+12
2018-03-06media: usb: don't initialize vars if not neededMarkus Elfring1-1/+1
2017-08-20media: radio: constify usb_device_idArvind Yadav1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-10-21[media] si470x: don't break long linesMauro Carvalho Chehab1-8/+7
2016-08-24[media] media: radio: si470x: radio-si470x-usb: don't print error when allocating urb failsWolfram Sang1-1/+0
2015-06-22[media] si470x: cleanup define namespaceMauro Carvalho Chehab1-3/+3
2014-09-21[media] radio-si470x-usb: use USB API functions rather than constantsHimangi Saraogi1-3/+1
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2013-12-18[media] si470x: add check to test if this is really a si470xHans Verkuil1-0/+24
2013-12-18[media] si470x: don't use buffer on the stack for USB transfersHans Verkuil1-26/+31
2013-08-21[media] radio-si470x-usb: Remove software version checkHans de Goede1-11/+0
2012-10-07[media] drivers/media: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-11[media] si470x: v4l2-compliance fixesHans Verkuil1-1/+1
2012-07-30[media] radio-si470x: Add support for the new band APIsHans de Goede1-0/+1
2012-07-30[media] radio-si470x: restore ctrl settings after suspend/resumeHans de Goede1-1/+6
2012-07-30[media] radio-si470x: Lower firmware version requirementsHans de Goede1-1/+1
2012-07-30[media] radio-si470x: Always use interrupt to wait for tune/seek completionHans de Goede1-10/+15
2012-07-30[media] radio-si470x: Don't unnecesarily read registers on G_TUNERHans de Goede1-3/+9
2012-06-11[media] radio/si470x: Add support for the Axentia ALERT FM USB ReceiverHans de Goede1-0/+2
2012-05-14[media] radio-si470x-usb: remove autosuspend, implement suspend/resumeHans Verkuil1-79/+70
2012-05-14[media] si470x: Clean up, introduce the control frameworkHans Verkuil1-88/+58
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-27/+1
2011-09-06[media] si470x: fix compile warningHans Verkuil1-2/+0
2011-07-27[media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab1-2/+0
2011-07-27[media] radio-si470x: fix memory leak in si470x_usb_driver_probe()Alexey Khoroshilov1-1/+3
2010-10-21V4L/DVB: radio-si470x: remove the BKL lock used internally at the driverMauro Carvalho Chehab1-9/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB: drivers/media/radio/si470x/radio-si470x-usb.c fix use after freeDarren Jenkins1-1/+3
2010-02-26V4L/DVB (13948): radio: Correct use after freeJulia Lawall1-2/+2
2009-12-16V4L/DVB (13599): radio-si470x: move some file operations to common fileJoonyoung Shim1-95/+2
2009-09-12V4L/DVB (12417): I2C cleanups and version checksTobias Lorenz1-13/+30
2009-09-12V4L/DVB (12415): radio-si470x: add disconnect check functionJoonyoung Shim1-0/+17
2009-09-12V4L/DVB (12414): radio-si470x: change to dev_* macro from printkJoonyoung Shim1-31/+27
2009-09-12V4L/DVB (12413): radio-si470x: separate common and usb codeJoonyoung Shim1-0/+958