From: Peter Hurley Date: Sun, 1 Mar 2015 15:24:28 +0000 (-0500) Subject: serial: uapi: Declare all userspace-visible io types X-Git-Tag: omap-for-v4.1/wl12xx-dt~46^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647f162b8e7e446c4bade031eb8a1a0a83d3de82;p=pandora-kernel.git serial: uapi: Declare all userspace-visible io types ioctl(TIOCGSERIAL|TIOCSSERIAL) report and can change the port->iotype. UART drivers use the UPIO_* definitions, but the uapi header defines parallel values and userspace uses these parallel values for ioctls; thus the userspace values are definitive. Define UPIO_* iotypes in terms of the uapi defines, SERIAL_IO_*; extend the uapi defines to include all values in use by the serial core. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed