Skip to content

Commit

Permalink
tty.h: new ldisc for TI WiLink ST
Browse files Browse the repository at this point in the history
Texas Instrument's WiLink7 connectivity devices pack wireless connectivity
technologies like Bluetooth, FM Radio Receiver and Transmitter, GPS and WLAN
into a single die.
The BT, FM and GPS core on the chip are interfaced to application
processors via a single UART.

This line discipline driver allows such different technologies to be used
simultaneous and independent of each other.
Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pavan Savoy authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 7e24cce commit 40fb29a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/ti-st/ti_wilink_st.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
#ifndef TI_WILINK_ST_H
#define TI_WILINK_ST_H

/* TODO:
* Move the following to tty.h upon acceptance
*/
#define N_TI_WL 22 /* Ldisc for TI's WL BT, FM, GPS combo chips */

#ifdef __KERNEL__
/**
* enum kim_gpio_state - Few protocols such as FM have ACTIVE LOW
Expand Down
1 change: 1 addition & 0 deletions include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#define N_V253 19 /* Codec control over voice modem */
#define N_CAIF 20 /* CAIF protocol for talking to modems */
#define N_GSM0710 21 /* GSM 0710 Mux */
#define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */

/*
* This character is the same as _POSIX_VDISABLE: it cannot be used as
Expand Down

0 comments on commit 40fb29a

Please sign in to comment.