linux-stable/drivers/media/radio
Linus Torvalds a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement
This is the mindless scripted replacement of kernel use of POLL*
variables as described by Al, done by this script:

    for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
        L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
        for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
    done

with de-mangling cleanups yet to come.

NOTE! On almost all architectures, the EPOLL* constants have the same
values as the POLL* constants do.  But they keyword here is "almost".
For various bad reasons they aren't the same, and epoll() doesn't
actually work quite correctly in some cases due to this on Sparc et al.

The next patch from Al will sort out the final differences, and we
should be all done.

Scripted-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-11 14:34:03 -08:00
..
si470x vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
si4713 media: radio: make video_device const 2017-08-27 08:47:20 -04:00
wl128x vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
dsbr100.c media: radio: constify usb_device_id 2017-08-20 08:04:59 -04:00
Kconfig [media] radio-raremono: add support for 'Thanko's Raremono' AM/FM/SW USB device 2013-12-18 11:30:32 -02:00
lm7000.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
radio-aimslab.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-aztech.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-cadet.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
radio-gemtek.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-isa.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
radio-isa.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
radio-keene.c media: radio: constify usb_device_id 2017-08-20 08:04:59 -04:00
radio-ma901.c media: radio: constify usb_device_id 2017-08-20 08:04:59 -04:00
radio-maxiradio.c media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
radio-miropcm20.c [media] media/radio: fix radio-miropcm20.c build with io.h header file 2014-09-21 20:50:38 -03:00
radio-mr800.c media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
radio-raremono.c media: radio-raremono: remove redundant initialization of freq 2017-10-31 07:26:39 -04:00
radio-rtrack2.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-sf16fmi.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-sf16fmr2.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-shark.c media: radio: constify usb_device_id 2017-08-20 08:04:59 -04:00
radio-shark2.c media: radio: constify usb_device_id 2017-08-20 08:04:59 -04:00
radio-si476x.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
radio-tea5764.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-tea5777.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
radio-tea5777.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
radio-terratec.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
radio-timb.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
radio-trust.c
radio-typhoon.c
radio-wl1273.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
radio-zoltrix.c
saa7706h.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
tea575x.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
tef6862.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00