Signed-off-by: Michail Kurachkin <[email protected]> --- 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 <[email protected]> <[email protected]> +Ivan Kuten <[email protected]> +Promwad company <[email protected]> + +Reviwers: +Oliver Neukum <[email protected]> +Ryan Mallon <[email protected]> +Greg Kroah-Hartman <[email protected]> + +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 <[email protected]> <[email protected]> +Ivan Kuten <[email protected]> +Promwad company <[email protected]> + +Reviwers: +Oliver Neukum <[email protected]> +Ryan Mallon <[email protected]> +Greg Kroah-Hartman <[email protected]> + +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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

