android_kernel_google_msm/drivers/tty
Saket Saurabh 7b9d429194 msm_serial_hs_hwreg.h: Correcting the even parity and odd parity bits
Currently parity bits are defined to be used with UART_DM_MR2
register with PARITY_MODE Bit as below :
EVEN_PARTIY = 1 and ODD_PARITY = 2
With these values, UART functionality doesn't work after enabling parity.
Hence adding correct used PARITY_MODE bits value as
EVEN_PARITY = 2 and ODD_PARITY = 1
after confirming with UART hardware programming guide.

CRs-Fixed: 410377
Signed-off-by: Saket Saurabh <ssaurabh@codeaurora.org>
(cherry picked from commit fd40e5f6313fbc74e8897927be1004faa5d9df08)

Change-Id: I56f1a46ab56a7976ad00fc1329ad766b1182cb4e
Signed-off-by: Neha Pandey <nehap@codeaurora.org>
2013-03-07 15:21:06 -08:00
..
hvc tty: hvc_dcc: Remove redundant license clause 2013-02-25 11:32:51 -08:00
ipwireless
serial msm_serial_hs_hwreg.h: Correcting the even parity and odd parity bits 2013-03-07 15:21:06 -08:00
vt vt: fix race in vt_waitactive() 2013-03-04 12:47:24 -08:00
amiserial.c drivers/tty/amiserial.c: add missing tty_unlock 2012-04-19 19:15:35 -07:00
bfin_jtag_comm.c
cyclades.c
ehv_bytechan.c
isicom.c Documentation: remove references to /etc/modprobe.conf 2012-03-30 16:03:15 -07:00
Kconfig n_smux: smux_ctl: Userspace character device interface for SMUX 2013-02-25 11:32:36 -08:00
Makefile n_smux: smux_ctl: Userspace character device interface for SMUX 2013-02-25 11:32:36 -08:00
moxa.c
moxa.h
mxser.c
mxser.h
n_gsm.c
n_hdlc.c
n_r3964.c
n_smux.c tty: n_smux: Fix packet close synchronization issue 2013-03-07 15:19:53 -08:00
n_tracerouter.c
n_tracesink.c
n_tracesink.h
n_tty.c
nozomi.c
pty.c
rocket.c
rocket.h
rocket_int.h
smux_ctl.c tty: smux_ctl: Do not set POLLERR if signal received. 2013-03-07 15:19:16 -08:00
smux_loopback.c tty: n_smux: Add support for broadcast logical channel ID 2013-02-27 18:11:27 -08:00
smux_loopback.h tty: n_smux: Add SMUX TTY Line Discipline Driver 2013-02-25 11:32:35 -08:00
smux_private.h tty: n_smux: Adjust receive retry queue parameters 2013-03-07 15:19:13 -08:00
smux_test.c tty: n_smux: Fix workqueue flush deadlock and local mode reset 2013-02-27 18:15:17 -08:00
synclink.c
synclink_gt.c
synclinkmp.c
sysrq.c sysrq: use SEND_SIG_FORCED instead of force_sig() 2012-04-05 15:25:50 -07:00
tty_audit.c
tty_buffer.c Revert "msm: tty: update receive room just before writing data to the ldisc" 2013-03-04 12:44:26 -08:00
tty_io.c tty: Allow RI, DSR and CTS modem status bits in tiocmset 2013-02-25 11:29:21 -08:00
tty_ioctl.c
tty_ldisc.c
tty_mutex.c
tty_port.c