public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] prepare ti-st to mv out of staging
@ 2010-09-17  0:49 pavan_savoy
  2010-09-16 23:58 ` Greg KH
  2010-09-17  0:49 ` [PATCH 1/3] drivers:staging:ti-st: set right the data types pavan_savoy
  0 siblings, 2 replies; 9+ messages in thread
From: pavan_savoy @ 2010-09-17  0:49 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 spilt to 3 patches:
1. corrects the data types
2. moves all headers to 1 file
3. sources are modified to make use of the newly created header file

Pavan Savoy (3):
  drivers:staging:ti-st: set right the data types
  drivers:staging:ti-st: mv headers to ti_wilink_st
  drivers:staging:ti-st: use new ti_wilink_st header

 drivers/staging/ti-st/bt_drv.c       |    2 +-
 drivers/staging/ti-st/fm.h           |   13 -
 drivers/staging/ti-st/st.h           |   83 -------
 drivers/staging/ti-st/st_core.c      |   10 +-
 drivers/staging/ti-st/st_core.h      |  128 -----------
 drivers/staging/ti-st/st_kim.c       |    5 +-
 drivers/staging/ti-st/st_kim.h       |  180 ---------------
 drivers/staging/ti-st/st_ll.c        |    4 +-
 drivers/staging/ti-st/st_ll.h        |   69 ------
 drivers/staging/ti-st/ti_wilink_st.h |  409 ++++++++++++++++++++++++++++++++++
 10 files changed, 417 insertions(+), 486 deletions(-)
 delete mode 100644 drivers/staging/ti-st/fm.h
 delete mode 100644 drivers/staging/ti-st/st.h
 delete mode 100644 drivers/staging/ti-st/st_core.h
 delete mode 100644 drivers/staging/ti-st/st_kim.h
 delete mode 100644 drivers/staging/ti-st/st_ll.h
 create mode 100644 drivers/staging/ti-st/ti_wilink_st.h


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

end of thread, other threads:[~2010-09-20 19:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17  0:49 [PATCH 0/3] prepare ti-st to mv out of staging pavan_savoy
2010-09-16 23:58 ` Greg KH
2010-09-17  1:16   ` Savoy, Pavan
2010-09-20 16:16     ` Savoy, Pavan
2010-09-20 17:30       ` Greg KH
2010-09-20 19:19         ` Savoy, Pavan
2010-09-17  0:49 ` [PATCH 1/3] drivers:staging:ti-st: set right the data types pavan_savoy
2010-09-17  0:49   ` [PATCH 2/3] drivers:staging:ti-st: mv headers to ti_wilink_st pavan_savoy
2010-09-17  0:49     ` [PATCH 3/3] drivers:staging:ti-st: use new ti_wilink_st header pavan_savoy

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