public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/4] Staging: strip: add TODO file
  2009-10-27 16:21 ` [patch 0/4] TODO files for moving the wireless drivers into staging Greg Kroah-Hartman
@ 2009-10-27 16:18   ` Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 2/4] Staging: arlan: " Greg Kroah-Hartman
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2009-10-27 16:18 UTC (permalink / raw)
  To: John W. Linville, Greg KH; +Cc: linux-kernel

[-- Attachment #1: staging/staging-strip-add-todo-file.patch --]
[-- Type: text/plain, Size: 536 bytes --]

Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/staging/strip/TODO |    7 +++++++
 1 file changed, 7 insertions(+)

--- /dev/null
+++ b/drivers/staging/strip/TODO
@@ -0,0 +1,7 @@
+TODO:
+	- step up and maintain this driver to ensure that it continues
+	  to work.  Having the hardware for this is pretty much a
+	  requirement.  If this does not happen, the will be removed in
+	  the 2.6.35 kernel release.
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com>.



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

* [patch 2/4] Staging: arlan: add TODO file
  2009-10-27 16:21 ` [patch 0/4] TODO files for moving the wireless drivers into staging Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 1/4] Staging: strip: add TODO file Greg Kroah-Hartman
@ 2009-10-27 16:18   ` Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 3/4] Staging: wavelan: " Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 4/4] Staging: netwave: " Greg Kroah-Hartman
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2009-10-27 16:18 UTC (permalink / raw)
  To: John W. Linville, Greg KH; +Cc: linux-kernel

[-- Attachment #1: staging/staging-arlan-add-todo-file.patch --]
[-- Type: text/plain, Size: 536 bytes --]

Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/staging/arlan/TODO |    7 +++++++
 1 file changed, 7 insertions(+)

--- /dev/null
+++ b/drivers/staging/arlan/TODO
@@ -0,0 +1,7 @@
+TODO:
+	- step up and maintain this driver to ensure that it continues
+	  to work.  Having the hardware for this is pretty much a
+	  requirement.  If this does not happen, the will be removed in
+	  the 2.6.35 kernel release.
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com>.



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

* [patch 3/4] Staging: wavelan: add TODO file
  2009-10-27 16:21 ` [patch 0/4] TODO files for moving the wireless drivers into staging Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 1/4] Staging: strip: add TODO file Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 2/4] Staging: arlan: " Greg Kroah-Hartman
@ 2009-10-27 16:18   ` Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 4/4] Staging: netwave: " Greg Kroah-Hartman
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2009-10-27 16:18 UTC (permalink / raw)
  To: John W. Linville, Greg KH; +Cc: linux-kernel

[-- Attachment #1: staging/staging-wavelan-add-todo-file.patch --]
[-- Type: text/plain, Size: 540 bytes --]

Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/staging/wavelan/TODO |    7 +++++++
 1 file changed, 7 insertions(+)

--- /dev/null
+++ b/drivers/staging/wavelan/TODO
@@ -0,0 +1,7 @@
+TODO:
+	- step up and maintain this driver to ensure that it continues
+	  to work.  Having the hardware for this is pretty much a
+	  requirement.  If this does not happen, the will be removed in
+	  the 2.6.35 kernel release.
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com>.



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

* [patch 4/4] Staging: netwave: add TODO file
  2009-10-27 16:21 ` [patch 0/4] TODO files for moving the wireless drivers into staging Greg Kroah-Hartman
                     ` (2 preceding siblings ...)
  2009-10-27 16:18   ` [patch 3/4] Staging: wavelan: " Greg Kroah-Hartman
@ 2009-10-27 16:18   ` Greg Kroah-Hartman
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2009-10-27 16:18 UTC (permalink / raw)
  To: John W. Linville, Greg KH; +Cc: linux-kernel

[-- Attachment #1: staging/staging-netwave-add-todo-file.patch --]
[-- Type: text/plain, Size: 540 bytes --]

Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/staging/netwave/TODO |    7 +++++++
 1 file changed, 7 insertions(+)

--- /dev/null
+++ b/drivers/staging/netwave/TODO
@@ -0,0 +1,7 @@
+TODO:
+	- step up and maintain this driver to ensure that it continues
+	  to work.  Having the hardware for this is pretty much a
+	  requirement.  If this does not happen, the will be removed in
+	  the 2.6.35 kernel release.
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com>.



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

* [patch 0/4] TODO files for moving the wireless drivers into staging
@ 2009-10-27 16:21 ` Greg Kroah-Hartman
  2009-10-27 16:18   ` [patch 1/4] Staging: strip: add TODO file Greg Kroah-Hartman
                     ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2009-10-27 16:21 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-kernel

Here are 4 patches to be applied on top of your previous tree that adds
the TODO files to the drivers that you moved into the drivers/staging
tree.  Please apply them to your tree.

thanks,

greg k-h


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

end of thread, other threads:[~2009-10-27 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091027161822.657794160@mini.kroah.org>
2009-10-27 16:21 ` [patch 0/4] TODO files for moving the wireless drivers into staging Greg Kroah-Hartman
2009-10-27 16:18   ` [patch 1/4] Staging: strip: add TODO file Greg Kroah-Hartman
2009-10-27 16:18   ` [patch 2/4] Staging: arlan: " Greg Kroah-Hartman
2009-10-27 16:18   ` [patch 3/4] Staging: wavelan: " Greg Kroah-Hartman
2009-10-27 16:18   ` [patch 4/4] Staging: netwave: " Greg Kroah-Hartman

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