From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047Ab3CALAP (ORCPT ); Fri, 1 Mar 2013 06:00:15 -0500 Received: from mx2.promwad.com ([91.149.128.90]:9064 "EHLO mx2.promwad.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367Ab3CALAL (ORCPT ); Fri, 1 Mar 2013 06:00:11 -0500 From: Michail Kurachkin To: "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Kuten Ivan , "benavi@marvell.com" , Palstsiuk Viktar , Dmitriy Gorokh , Oliver Neukum , Ryan Mallon CC: Michail Kurachkin Subject: [PATCH v2 07/11] staging: added issues description in TODO file Date: Fri, 1 Mar 2013 14:00:00 +0300 Message-ID: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Michail Kurachkin --- drivers/staging/si3226x/TODO | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/staging/si3226x/TODO b/drivers/staging/si3226x/TODO index 83c5958..b2cb27e 100644 --- a/drivers/staging/si3226x/TODO +++ b/drivers/staging/si3226x/TODO @@ -1,2 +1,8 @@ 1) mutex_lock(&slic_chr_dev_lock); -This locking is very heavy handed. You are holding it across the entire open, close, read, write, ioctl, and it is protecting a bunch of different things. +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. + + -- 1.7.5.4