summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/wl128x
Commit message (Expand)AuthorAgeFilesLines
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-2/+2
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-4/+5
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-5/+5
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-5/+5
* | media: annotate ->poll() instancesAl Viro2017-11-271-1/+1
|/
* media: radio: Convert timers to use timer_setup()Kees Cook2017-10-311-4/+3Star
* media: fix media Kconfig help syntax issuesHans Verkuil2017-09-231-5/+5
* media: radio: make video_device constBhumika Goyal2017-08-271-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* [media] wl128x: use setup_timerGeliang Tang2017-04-101-3/+2Star
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-279-36/+0Star
* [media] wl128x: use KERNEL_CONT where neededMauro Carvalho Chehab2016-11-181-8/+8
* [media] wl128x: don't break long linesMauro Carvalho Chehab2016-10-212-21/+17Star
* drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven2016-07-171-1/+1
* [media] wl128x: fix typo in MODULE_PARM_DESCDan Carpenter2016-02-011-1/+1
* [media] wl128x: use swap() in fm_rdsparse_swapbytes()Fabian Frederick2015-07-061-4/+1Star
* [media] wl128x: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-301-2/+2
* [media] wl128x: fix int type for streg_cbdataMauro Carvalho Chehab2015-04-301-1/+1
* [media] wl128x: embed video_deviceHans Verkuil2015-04-031-18/+10Star
* [media] wl128x-radio really depends on TI_STArnd Bergmann2015-04-021-1/+1
* [media] media: radio: wl128x: fmdrv_rx.c: Remove unused functionRickard Strandqvist2015-01-272-17/+0Star
* [media] media/radio: fix querycapHans Verkuil2014-12-021-1/+3
* [media] wl128x: fix fmdbg compiler warningHans Verkuil2014-10-241-1/+1
* [media] wl128x: fix sparse warningsHans Verkuil2014-09-033-11/+12
* [media] fmdrv_common: fix sparse warningHans Verkuil2013-10-151-1/+1
* [media] wl128x: add missing struct v4l2_deviceHans Verkuil2013-06-282-0/+10
* [media] wl128x: do not call copy_to_user() while holding spinlocksAlexey Khoroshilov2013-05-211-10/+14
* [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-4/+2Star
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-2/+1Star
|\
| * [media] wl128x: Replace memcpy with struct assignmentEzequiel Garcia2012-12-271-2/+1Star
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+1
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+1
| |/
* / [media] radio: set vfl_dir correctly to fix modulator regressionHans Verkuil2013-01-241-0/+10
|/
* [media] fmdrv: Don't check if unsigned are below zeroMauro Carvalho Chehab2012-10-282-2/+2
* [media] fmdrv: better define fmdbg() macro to avoid warningsMauro Carvalho Chehab2012-10-281-1/+1
* [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] wl128x: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2012-08-101-12/+26
* [media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA...Hans Verkuil2012-06-192-2/+4
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-141-0/+4
* [media] wl128x: fix build errors when GPIOLIB is not enabledRandy Dunlap2012-02-151-2/+2
* [media] drivers: media: radio: Fix dependencies for RADIO_WL128XFabio Estevam2012-01-061-1/+1
* [media] wl128x: fmdrv_tx: fix signedness bugsXi Wang2011-12-302-40/+41
* [media] wl128x: fmdrv_rx: fix signedness bugsXi Wang2011-12-302-66/+68