Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752328Ab0LQLkg (ORCPT ); Fri, 17 Dec 2010 06:40:36 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:41948 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795Ab0LQLkf (ORCPT ); Fri, 17 Dec 2010 06:40:35 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SbLNss4EsvgaFFmqKt2+TwwIHOX76uXKaDmgZKChcqysiJ5mF/lTeuhc/KFmI4SGGD dw0bDALSsyfUv6T4yIyTUZVmjjvi1gGKCzAcVDc0NZcDDw81JJ/ITlxSS48kk301o3QK SoWA1vmvtStttuaAOSo2hFCn3hz+8XPRbnfh8= MIME-Version: 1.0 In-Reply-To: <1292585094-28544-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> References: <1292585094-28544-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> Date: Fri, 17 Dec 2010 12:40:34 +0100 Message-ID: Subject: Re: [PATCH 07/11] Bluetooth: Add UART API functions to ldisc From: Vitaly Wool To: Par-Gunnar Hjalmdahl Cc: Pavan Savoy , Alan Cox , Arnd Bergmann , Samuel Ortiz , Marcel Holtmann , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Lukasz Rymanowski , Linus Walleij , Par-Gunnar Hjalmdahl Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 25 Hi Par, On Fri, Dec 17, 2010 at 12:24 PM, Par-Gunnar Hjalmdahl wrote: > This patch adds new functions to control break and flow > as well as changing UART baud rate directly through the ldisc API > rather then using the TTY API directly. What do you need that for? > It also adds a boolean parameter so it is optional to register > to the Bluetooth stack (for drivers where a separate module > registers to the Bluetooth stack instead). I never liked this idea and I don't like it now as it scatters the changes needed to support devices you are aiming to support with your changes. Thanks, Vitaly -- 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/