[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <F7F628C32E67B04DAECC5CA53521253E6AD1BA22@sv-exmb01-lo1.promwad.corp>
Date: Thu, 28 Feb 2013 16:30:52 +0000
From: Kurachkin Michail <Michail.Kurachkin@...mwad.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Kuten Ivan <Ivan.Kuten@...mwad.com>,
"benavi@...vell.com" <benavi@...vell.com>,
"Viktar Palstsiuk" <Viktar.Palstsiuk@...mwad.com>,
Gorokh Dmitriy <Dmitriy.Gorokh@...mwad.com>
Subject: [PATCH] staging: si3226x: TDM: add issues to TODO file
Signed-off-by: Michail Kurachkin <michail.kurachkin@...mwad.com>
---
drivers/staging/si3226x/TODO | 20 +++++++++++++++++---
drivers/staging/tdm/TODO | 19 +++++++++++++++++++
2 files changed, 36 insertions(+), 3 deletions(-)
create mode 100644 drivers/staging/tdm/TODO
diff --git a/drivers/staging/si3226x/TODO b/drivers/staging/si3226x/TODO
index b2cb27e..e4c334a 100644
--- a/drivers/staging/si3226x/TODO
+++ b/drivers/staging/si3226x/TODO
@@ -1,8 +1,22 @@
+Mainteiners:
+Michail Kurachkin <Michail.Kurachkin@...mwad.com> <stelhs@...dex.ru>
+Ivan Kuten <ivan.kuten@...mwad.com>
+Promwad company <info@...mwad.com>
+
+Reviwers:
+Oliver Neukum <oneukum@...e.de>
+Ryan Mallon <rmallon@...il.com>
+Greg Kroah-Hartman <gregkh@...uxfoundation.org>
+
+Needed to be done to get the code out of the staging tree:
1) mutex_lock(&slic_chr_dev_lock);
This locking is very heavy handed and should be reworked
-2) SLIC driver works unstable when compiled as module, loaded, then unloaded and finally reloaded again.
-
-3) Current version of Si3226x SLIC driver is limited. It implements only base functionality such as Answer, Hangup, receive DTMF, send DTMF, send Caller ID.
+2) SLIC driver works unstable when compiled as module,
+loaded, then unloaded and finally reloaded again.
+3) ensure stability of current driver, define several test scenarios
+4) Current version of Si3226x SLIC driver is limited. It implements
+only base functionality such as Answer, Hangup, receive DTMF,
+send DTMF, send Caller ID.
diff --git a/drivers/staging/tdm/TODO b/drivers/staging/tdm/TODO
new file mode 100644
index 0000000..585a617
--- /dev/null
+++ b/drivers/staging/tdm/TODO
@@ -0,0 +1,19 @@
+Mainteiners:
+Michail Kurachkin <Michail.Kurachkin@...mwad.com> <stelhs@...dex.ru>
+Ivan Kuten <ivan.kuten@...mwad.com>
+Promwad company <info@...mwad.com>
+
+Reviwers:
+Oliver Neukum <oneukum@...e.de>
+Ryan Mallon <rmallon@...il.com>
+Greg Kroah-Hartman <gregkh@...uxfoundation.org>
+
+Needed to be done to get the code out of the staging tree:
+1) Marvell Kirkwood TDM driver works unstable when compiled as module,
+loaded, then unloaded and finally reloaded again.
+
+2) Add Documentation/tdm-bus.txt
+
+3) ensure stability of current driver, define several test scenarios
+
+4) look into Freescale TDM https://patchwork.kernel.org/patch/1249881/ , adopt Freescale bits into current TDM framework
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists