linux-kernel-test/drivers/input/serio
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
..
altera_ps2.c
ambakmi.c Input: ambakmi - constify amba_id 2017-08-24 16:07:24 -07:00
ams_delta_serio.c
apbps2.c
arc_ps2.c
ct82c710.c
gscps2.c parisc/serio: Fix section mismatches in gscps2 and hp_sdc drivers 2017-08-22 16:34:37 +02:00
hil_mlc.c Input: hil_mlc - convert timeval to jiffies 2018-01-01 21:39:12 -08:00
hp_sdc_mlc.c Input: hil_mlc - convert timeval to jiffies 2018-01-01 21:39:12 -08:00
hp_sdc.c Input: hp_sdc - convert to ktime_get() 2018-01-01 21:39:12 -08:00
hyperv-keyboard.c Input: serio - drop unnecessary calls to device_init_wakeup 2017-01-21 23:53:32 -08:00
i8042-io.h
i8042-ip22io.h
i8042-jazzio.h
i8042-ppcio.h
i8042-snirm.h
i8042-sparcio.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
i8042-unicore32io.h
i8042-x86ia64io.h Input: i8042 - add Gigabyte P57 to the keyboard reset table 2017-09-15 09:51:22 -07:00
i8042.c Input: i8042 - fix crash at boot time 2017-07-12 11:42:15 -07:00
i8042.h
Kconfig Input: remove at32psif 2018-01-18 11:39:48 -08:00
libps2.c
maceps2.c
Makefile Input: remove at32psif 2018-01-18 11:39:48 -08:00
olpc_apsp.c
parkbd.c
pcips2.c
ps2-gpio.c Input: ps2-gpio - actually abort probe when connected to sleeping GPIOs 2017-10-24 10:10:11 -07:00
ps2mult.c
q40kbd.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
rpckbd.c
sa1111ps2.c Input: sa1111ps2 - extend test delay 2017-09-26 11:52:08 -07:00
serio_raw.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
serio.c Input: serio - constify attribute_group structures 2017-07-12 14:18:23 -07:00
serport.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
sun4i-ps2.c
userio.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
xilinx_ps2.c Input: xilinx_ps2 - fix multiline comment style 2017-08-31 15:01:30 -07:00