Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932804Ab0AFU7T (ORCPT ); Wed, 6 Jan 2010 15:59:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932565Ab0AFU7O (ORCPT ); Wed, 6 Jan 2010 15:59:14 -0500 Received: from senator.holtmann.net ([87.106.208.187]:41330 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932089Ab0AFU7M (ORCPT ); Wed, 6 Jan 2010 15:59:12 -0500 Subject: Re: [PATCH] DFU Driver for Atheros bluetooth chipset AR3011 From: Marcel Holtmann To: Kandukuri Vikram Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, lrodriguez@atheros.com In-Reply-To: <20100106133415.GC13153@atheros-laptop> References: <20100106133415.GC13153@atheros-laptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 06 Jan 2010 12:57:56 -0800 Message-ID: <1262811476.16627.402.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 (2.28.2-1.fc12) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1215 Lines: 34 Hi Vikram, > Signed-off-by: Vikram Kandukuri > Signed-off-by: Alicke Xu > Reviewed-by: Luis R. Rodriguez > --- > drivers/bluetooth/Kconfig | 13 +++- > drivers/bluetooth/Makefile | 1 + > drivers/bluetooth/ath3k.c | 187 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 200 insertions(+), 1 deletions(-) > create mode 100644 drivers/bluetooth/ath3k.c patch has been applied to my trees. However I still had to hand edit in various small ares. For example BT_DBG doesn't require the \n newline. So you have never actually tested the debug code. Otherwise you would have seen that something is off. Also there were still a bunch of spaces in the code that I had to fix manually. Also I prefer if you a bit more consistent writing "Bluetooth" exactly this way in comment and descriptions. It is brand name and the writing is suppose to be consistent. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/