public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] move TI_ST driver out of staging
@ 2010-10-06  0:08 pavan_savoy
  2010-10-05 23:22 ` Greg KH
  2010-10-06  0:08 ` [PATCH 1/4] drivers:staging:ti-st: remove TI_ST from staging pavan_savoy
  0 siblings, 2 replies; 7+ messages in thread
From: pavan_savoy @ 2010-10-06  0:08 UTC (permalink / raw)
  To: gregkh, linux-kernel; +Cc: alan, devel, Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

Texas Instrument's WiLink 7 chipset packs wireless technologies like
Bluetooth, FM, GPS and WLAN into a single die.
Among these the Bluetooth, FM Rx/Tx and GPS are interfaced to a apps processor
over a single UART.

This line discipline driver allows various protocol drivers such as Bluetooth
BlueZ driver, FM V4L2 driver and GPS simple character device driver
to communicate with its relevant core in the chip.

The following patches,
1. removes the driver from staging
2. adds the driver to drivers/misc/ directory since it really doesn't
belong anywhere else
3. adds in the Kconfig and Makefile for the driver
4. modifies the drivers/misc/Kconfig and drivers/misc/Makefile for the
driver to be available to be built along with rest of the kernel.

Pavan Savoy (4):
  drivers:staging:ti-st: remove TI_ST from staging
  drivers:misc: ti-st: sources for TI_ST driver
  drivers:misc: ti-st: Kconfig & Makefile for TI_ST
  drivers:misc: modify Kconfig & Makefile for TI_ST

 drivers/misc/Kconfig            |    1 +
 drivers/misc/Makefile           |    1 +
 drivers/misc/ti-st/Kconfig      |   17 +
 drivers/misc/ti-st/Makefile     |    6 +
 drivers/misc/ti-st/st_core.c    | 1031 +++++++++++++++++++++++++++++++++++++++
 drivers/misc/ti-st/st_kim.c     |  798 ++++++++++++++++++++++++++++++
 drivers/misc/ti-st/st_ll.c      |  150 ++++++
 drivers/staging/ti-st/Kconfig   |   11 -
 drivers/staging/ti-st/Makefile  |    2 -
 drivers/staging/ti-st/st_core.c | 1030 --------------------------------------
 drivers/staging/ti-st/st_kim.c  |  797 ------------------------------
 drivers/staging/ti-st/st_ll.c   |  149 ------
 12 files changed, 2004 insertions(+), 1989 deletions(-)
 create mode 100644 drivers/misc/ti-st/Kconfig
 create mode 100644 drivers/misc/ti-st/Makefile
 create mode 100644 drivers/misc/ti-st/st_core.c
 create mode 100644 drivers/misc/ti-st/st_kim.c
 create mode 100644 drivers/misc/ti-st/st_ll.c
 delete mode 100644 drivers/staging/ti-st/st_core.c
 delete mode 100644 drivers/staging/ti-st/st_kim.c
 delete mode 100644 drivers/staging/ti-st/st_ll.c


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-05 23:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06  0:08 [PATCH 0/4] move TI_ST driver out of staging pavan_savoy
2010-10-05 23:22 ` Greg KH
2010-10-05 23:47   ` Savoy, Pavan
2010-10-06  0:08 ` [PATCH 1/4] drivers:staging:ti-st: remove TI_ST from staging pavan_savoy
2010-10-06  0:08   ` [PATCH 2/4] drivers:misc: ti-st: sources for TI_ST driver pavan_savoy
2010-10-06  0:08     ` [PATCH 3/4] drivers:misc: ti-st: Kconfig & Makefile for TI_ST pavan_savoy
2010-10-06  0:08       ` [PATCH 4/4] drivers:misc: modify " pavan_savoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox