All of lore.kernel.org
 help / color / mirror / Atom feed
From: pavan_savoy@ti.com
To: gregkh@suse.de, alan@lxorguk.ukuu.org.uk
Cc: pavan_savoy@ti.com, linux-kernel@vger.kernel.org,
	pavan_savoy@yahoo.co.in
Subject: [PATCH 1/7] serial: TTY: new ldisc for TI BT/FM/GPS chips
Date: Tue, 23 Mar 2010 15:41:09 -0500	[thread overview]
Message-ID: <1269376875-25940-2-git-send-email-pavan_savoy@ti.com> (raw)
In-Reply-To: <1269376875-25940-1-git-send-email-pavan_savoy@ti.com>

From: Pavan Savoy <pavan_savoy@ti.com>

A new N_TI_WL line discipline added for TI BT/FM/GPS
combo chips which make use of same TTY to communicate
with chip. This is to be made use of individual protocol
BT/FM/GPS drivers.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
---
 include/linux/tty.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/linux/tty.h b/include/linux/tty.h
index 4409967..8288ee1 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -23,7 +23,7 @@
  */
 #define NR_UNIX98_PTY_DEFAULT	4096      /* Default maximum for Unix98 ptys */
 #define NR_UNIX98_PTY_MAX	(1 << MINORBITS) /* Absolute limit */
-#define NR_LDISCS		20
+#define NR_LDISCS		21
 
 /* line disciplines */
 #define N_TTY		0
@@ -48,6 +48,7 @@
 #define N_PPS		18	/* Pulse per Second */
 
 #define N_V253		19	/* Codec control over voice modem */
+#define N_TI_WL	20	/* for TI's WL connectivity chips */
 
 /*
  * This character is the same as _POSIX_VDISABLE: it cannot be used as
-- 
1.5.4.3


  reply	other threads:[~2010-03-23 20:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-23 20:41 [v3] New ldisc for WiLink7.0 pavan_savoy
2010-03-23 20:41 ` pavan_savoy [this message]
2010-03-23 20:41   ` [PATCH 2/7] drivers:staging: Kconfig, Makefile for TI's ST ldisc pavan_savoy
2010-03-23 20:41     ` [PATCH 3/7] drivers:staging: sources for ST core pavan_savoy
2010-03-23 20:41       ` [PATCH 4/7] drivers:staging: sources for Init manager module pavan_savoy
2010-03-23 20:41         ` [PATCH 5/7] drivers:staging: sources for HCI LL PM protocol pavan_savoy
2010-03-23 20:41           ` [PATCH 6/7] drivers:staging: sources for ST header file pavan_savoy
2010-03-23 20:41             ` [PATCH 7/7] Documentation/ABI: for N_TI_SHARED ldisc pavan_savoy
2010-03-24  2:29               ` Greg KH
2010-03-24  2:28     ` [PATCH 2/7] drivers:staging: Kconfig, Makefile for TI's ST ldisc Greg KH
2010-03-24  2:30     ` Greg KH
2010-03-24  2:24   ` [PATCH 1/7] serial: TTY: new ldisc for TI BT/FM/GPS chips Marcel Holtmann
2010-03-24  2:48     ` Greg KH
2010-03-24  2:28   ` Greg KH
2010-03-24  8:43     ` Alan Cox
2010-03-24 15:49       ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1269376875-25940-2-git-send-email-pavan_savoy@ti.com \
    --to=pavan_savoy@ti.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavan_savoy@yahoo.co.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.