summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x
Commit message (Expand)AuthorAgeFilesLines
* media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida2022-12-071-1/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()Yang Yingliang2021-11-301-2/+1
* media: si470x: consolidate multiple printk'sMauro Carvalho Chehab2021-11-292-25/+8
* media: si470x: fix printk warnings with clangMauro Carvalho Chehab2021-11-292-6/+6
* media: si470x: Avoid card name truncationKees Cook2021-09-302-2/+2
* media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab2020-04-141-1/+1
* media: Fix Kconfig indentationKrzysztof Kozlowski2020-02-241-2/+2
* media: si470x-i2c: add missed operations in removeChuhong Yuan2019-11-101-0/+2
* media: radio/si470x: kill urb on errorHans Verkuil2019-08-191-1/+4
* media: radio: si470x: Convert to new i2c device probe()Kieran Bingham2019-08-131-3/+2
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-114-40/+4
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-304-40/+4
* | media: media/radio: set device_caps in struct video_deviceHans Verkuil2019-06-052-7/+6
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-3/+3
* media: si470x-i2c: Add optional reset-gpio supportPawe? Chmiel2019-01-212-0/+16
* media: si470x-i2c: Use managed resource helpersPawe? Chmiel2019-01-211-18/+11
* media: si470x-i2c: Add device tree supportPawe? Chmiel2019-01-211-0/+8
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-4/+4
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* 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-176-43/+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-061-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-12/+12
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-12/+12
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/
* media: radio-si470x: make si470x_viddev_template constBhumika Goyal2017-10-312-2/+2
* media: radio: constify usb_device_idArvind Yadav2017-08-201-1/+1
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-274-16/+0
* [media] si470x: don't break long linesMauro Carvalho Chehab2016-10-212-12/+10
* [media] radio-si470x-i2c: Delete owner assignmentMarkus Elfring2016-09-061-1/+0
* [media] media: radio: si470x: radio-si470x-usb: don't print error when alloca...Wolfram Sang2016-08-241-1/+0
* [media] si470x: cleanup define namespaceMauro Carvalho Chehab2015-06-223-10/+10
* [media] radio-si470x-i2c: Pass the IRQF_ONESHOT flagFabio Estevam2015-06-061-1/+2
* [media] si470x: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2015-03-021-6/+8
* [media] radio-si470x-usb: use USB API functions rather than constantsHimangi Saraogi2014-09-211-3/+1
* [media] radio: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-2/+2
* [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-182-26/+32
* Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/li...Linus Torvalds2013-11-181-2/+2
|\