From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753316AbbCEF7u (ORCPT ); Thu, 5 Mar 2015 00:59:50 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:34648 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753056AbbCEF7s (ORCPT ); Thu, 5 Mar 2015 00:59:48 -0500 Message-ID: <54F7F0D1.10006@gmail.com> Date: Thu, 05 Mar 2015 13:59:45 +0800 From: Peter Hung User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: johan@kernel.org CC: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, tom_tsai@fintek.com.tw, peter_hong@fintek.com.tw, Peter Hung Subject: Re: [PATCH V8 00/10] USB: f81232: V8 patches References: <1424944936-7117-1-git-send-email-hpeter+linux_kernel@gmail.com> In-Reply-To: <1424944936-7117-1-git-send-email-hpeter+linux_kernel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Peter Hung 於 2015/2/26 下午 06:02 寫道: > This series patch V8 is changed from V7 as following: > > 1. The V7 MSR strange delta value is checked with locking problem. We changed > f81232_set_mctrl() & f81232_read_msr() lock mechanism, the old version is > only locked with variable protection, new version will lock from start to > end with these 2 function. > 2. f81232_set_baudrate() add error handling and no longer handle with baudrate > B0, change to handle with f81232_set_termios() > 3. When user set baudrate larger then 115200, we will change it with 115200 > and tty_encode_baud_rate() in f81232_set_termios(). > 4. V7 f81232_set_baudrate() divisor declared with type u8, it will make > baudrate set failed with smaller then B600 (115200/300=384 overflow :Q). > We changed it with integer type for divisor larger then 256. > Did you received the series of F81232 V8 patches ? Please tell me if not received. Thanks for your review. -- With Best Regards, Peter Hung