summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-wl1273.c
Commit message (Expand)AuthorAgeFilesLines
* media: radio-wl1273: Remove an unnecessary ternary operatorRuan Jinjie2023-09-271-1/+1
* media: radio-wl1273: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: radio-wl1273: Avoid card name truncationKees Cook2021-09-301-1/+1
* media: radio: wl1273: fix interrupt masking on releaseJohan Hovold2019-11-051-2/+1
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* | media: media/radio: set device_caps in struct video_deviceHans Verkuil2019-06-051-8/+4
|/
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-6/+6
* media: radio-wl1273: fix return code for the polling routineMauro Carvalho Chehab2018-08-081-1/+1
* 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 branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\
| * media: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* | media: radio-wl1273: fix a parameter name at kernel-doc macroMauro Carvalho Chehab2017-11-301-1/+1
|/
* media: radio: make video_device constBhumika Goyal2017-08-271-1/+1
* media: radio: wl1273: add check on core->write() return valueGustavo A. R. Silva2017-06-241-2/+13
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] radio: don't break long linesMauro Carvalho Chehab2016-10-211-2/+1
* [media] media: radio: handle timeoutsNicholas Mc Guire2015-03-021-2/+7
* [media] media: radio: assign wait_for_completion_timeout to appropriately typ...Nicholas Mc Guire2015-03-021-8/+10
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * media: radio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | [media] media/radio: fix querycapHans Verkuil2014-12-021-1/+3
|/
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-5/+5
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-241-1/+1
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-241-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-241-2/+1
|\
| * Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-241-2/+2
| |\
| * | [media] radio-wl1273: Replace memcpy with struct assignmentEzequiel Garcia2012-12-271-2/+1
* | | [media] radio: set vfl_dir correctly to fix modulator regressionHans Verkuil2013-01-241-0/+1
| |/ |/|
* | Drivers: media: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* [media] radio drivers: in non-blocking mode return EAGAIN in hwseekHans Verkuil2012-09-261-0/+3
* [media] v4l2: make vidioc_s_modulator constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_s_audio constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_s_freq_hw_seek constHans Verkuil2012-09-261-1/+1
* [media] drivers/media/radio/radio-wl1273.c: use devm_ functionsJulia Lawall2012-08-131-16/+7
* [media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA...Hans Verkuil2012-06-181-1/+2
* [media] convert drivers/media/* to use module_platform_driver()Axel Lin2012-01-101-15/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | [media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil2011-09-211-1/+1
|/
* [media] v4l2-ctrls: fix and improve volatile control handlingHans Verkuil2011-07-271-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-271-1/+1
|\
| * [media] wl12xx: g_volatile_ctrl fix: wrong field setHans Verkuil2011-05-251-1/+1
* | mfd: Use mfd cell platform_data for wl1273 cells platform bitsSamuel Ortiz2011-05-261-1/+1
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-241-259/+106
|\
| * [media] radio-wl1273: remove unused wl1273_device->workTejun Heo2011-03-221-5/+0
| * [media] V4L2: WL1273 FM Radio: TI WL1273 FM radio driverMatti Aaltonen2011-03-211-254/+106
* | mfd: mfd_cell is now implicitly available to wl1273 driversAndres Salomon2011-03-231-1/+1
|/
* [media] V4L2: WL1273 FM Radio: Replace ioctl with unlocked_ioctlMatti Aaltonen2011-01-191-1/+1