summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
Commit message (Expand)AuthorAgeFilesLines
* media: radio-shark: Add endpoint checksAlan Stern2023-05-302-0/+20
* media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida2023-01-181-1/+3
* media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()Yang Yingliang2022-01-271-2/+1
* media: si470x: Avoid card name truncationKees Cook2021-11-262-2/+2
* media: si470x-i2c: Move free() past last use of 'radio'Lee Jones2020-02-051-1/+1
* media: wl128x: Fix an error code in fm_download_firmware()Dan Carpenter2020-01-271-2/+3
* media: si470x-i2c: add missed operations in removeChuhong Yuan2019-12-311-0/+2
* media: radio: wl1273: fix interrupt masking on releaseJohan Hovold2019-12-171-2/+1
* media: radio/si470x: kill urb on errorHans Verkuil2019-10-051-1/+4
* media: radio-raremono: change devm_k*alloc to k*allocLuke Nowakowski-Krijger2019-08-041-7/+23
* media: wl128x: Fix some error handling in fm_v4l2_init_video_device()Kefeng Wang2019-07-261-0/+3
* media: wl128x: prevent two potential buffer overflowsDan Carpenter2019-05-311-2/+5
* media: radio-wl1273: fix return code for the polling routineMauro Carvalho Chehab2018-08-081-1/+1
* media: si4713: don't check number of messages in the driverWolfram Sang2018-07-271-3/+0
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-152-6/+6
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* media: media/radio/Kconfig: add back RADIO_ISAHans Verkuil2018-06-051-0/+1
* Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-1010-10/+10
|\
| * MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-0410-10/+10
* | media: radio: allow building ISA drivers with COMPILE_TESTMauro Carvalho Chehab2018-05-041-14/+24
* | media: sound, media: allow building ISA drivers it with COMPILE_TESTMauro Carvalho Chehab2018-04-201-1/+2
* | media: si470x: fix a typo at the Makefile causing build issuesMauro Carvalho Chehab2018-04-181-1/+1
* | media: si470x: fix __be16 annotationsMauro Carvalho Chehab2018-04-171-3/+3
* | media: si470x: allow build both USB and I2C at the same timeMauro Carvalho Chehab2018-04-177-47/+102
|/
* media: radio: Critical interrupt bugfix for si470x over i2cDouglas Fischer2018-03-212-2/+8
* media: radio: Critical v4l2 registration bugfix for si470x over i2cDouglas Fischer2018-03-211-4/+28
* media: radio: Tuning bugfix for si470x over i2cDouglas Fischer2018-03-211-0/+9
* media: usb: don't initialize vars if not neededMarkus Elfring2018-03-063-3/+3
* media: add SPDX license infoHans Verkuil2018-02-142-26/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-115-10/+10
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0615-56/+54
|\
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-0410-17/+17
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-044-30/+30
| * media: radio-si476x: fix behavior when seek->range* are definedMauro Carvalho Chehab2017-12-111-9/+7
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-305-11/+11
|\ \ | |/ |/|
| * media: annotate ->poll() instancesAl Viro2017-11-275-8/+8
| * annotate poll_table_struct ->_keyAl Viro2017-11-273-3/+3
* | media: radio-wl1273: fix a parameter name at kernel-doc macroMauro Carvalho Chehab2017-11-301-1/+1
* | media: radio-si476x: fix kernel-doc markupsMauro Carvalho Chehab2017-11-301-7/+11
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-156-16/+14
|\
| * media: radio-raremono: remove redundant initialization of freqColin Ian King2017-10-311-1/+1
| * media: radio: Convert timers to use timer_setup()Kees Cook2017-10-312-8/+6
| * media: radio-si470x: make si470x_viddev_template constBhumika Goyal2017-10-312-2/+2
| * media: fix media Kconfig help syntax issuesHans Verkuil2017-09-231-5/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* media: radio: make video_device constBhumika Goyal2017-08-274-4/+4
* media: radio-usb-si4713: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
* media: radio: constify pnp_device_idArvind Yadav2017-08-203-3/+3
* media: radio: constify usb_device_idArvind Yadav2017-08-209-9/+9
* media: radio: constify pci_device_idArvind Yadav2017-08-091-1/+1