public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] prepare TI_ST to move out of staging
@ 2010-09-30 20:13 pavan_savoy
  2010-09-30 20:13 ` [PATCH 1/3] include:linux: tty.h: new ldisc for TI WiLink ST pavan_savoy
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: pavan_savoy @ 2010-09-30 20:13 UTC (permalink / raw)
  To: gregkh, alan; +Cc: devel, linux-kernel, Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

Greg,

As suggested, the patch has been modified to set of 3 patches.
1. to add the new line discipline number to tty.h
2. rm the __KERNEL__ since the header is no more required for user-space
3. mv the header file to include/linux/

Please review.

Pavan Savoy (3):
  include:linux: tty.h: new ldisc for TI WiLink ST
  drivers:staging:ti-st: drop the __KERNEL__
  drivers:staging:ti-st: mv ti_wilink_st header

 drivers/staging/ti-st/bt_drv.c       |    2 +-
 drivers/staging/ti-st/st_core.c      |    2 +-
 drivers/staging/ti-st/st_kim.c       |    2 +-
 drivers/staging/ti-st/st_ll.c        |    2 +-
 drivers/staging/ti-st/ti_wilink_st.h |  409 ----------------------------------
 include/linux/ti_wilink_st.h         |  402 +++++++++++++++++++++++++++++++++
 include/linux/tty.h                  |    1 +
 7 files changed, 407 insertions(+), 413 deletions(-)
 delete mode 100644 drivers/staging/ti-st/ti_wilink_st.h
 create mode 100644 include/linux/ti_wilink_st.h


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 20:13 [PATCH 0/3] prepare TI_ST to move out of staging pavan_savoy
2010-09-30 20:13 ` [PATCH 1/3] include:linux: tty.h: new ldisc for TI WiLink ST pavan_savoy
2010-09-30 20:13   ` [PATCH 2/3] drivers:staging:ti-st: drop the __KERNEL__ pavan_savoy
2010-09-30 20:13     ` [PATCH 3/3] drivers:staging:ti-st: mv ti_wilink_st header pavan_savoy
2010-10-05 18:23 ` [PATCH 0/3] prepare TI_ST to move out of staging Savoy, Pavan
2010-10-05 18:49 ` Greg KH
2010-10-05 18:57   ` Savoy, Pavan
2010-10-05 20:06     ` Greg KH
2010-10-05 19:10   ` Savoy, Pavan
2010-10-05 20:07     ` Greg KH

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