From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3536FC433DB for ; Mon, 11 Jan 2021 10:16:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E943D2231F for ; Mon, 11 Jan 2021 10:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729067AbhAKKQj (ORCPT ); Mon, 11 Jan 2021 05:16:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:45856 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726734AbhAKKQi (ORCPT ); Mon, 11 Jan 2021 05:16:38 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A3DBC2231F; Mon, 11 Jan 2021 10:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610360157; bh=dj4Tmm4gJIhkv9Vf38kkiEGTna3xWMW9LUtvKdM6hBk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ejcHc/oJTQ8aFRRxhOHpvwkLkM8uc30qmPUR4RS+Cz1q56RJIzCtnVRaZy4E66Xka IqpZYCgW30e290VSwbvLBAO0u2j5wQcW5ECe9mSzQE3D9HRb2/yhexnTwPUHvVs0oR LL8s0tZUkFDK8rBnWDLIwg3S10LpFbwszTpkLyEkDcweWxccEzPOft+7xW2TT8S2kH d2JNl92Tx8GrX6wUc8KTok/VmMoOqi0DvZUorsW+KEXCCXaKpEEnHajxIVuZSuELc9 +++8avS6aeW6d7vVSnrohYkhTfl/aw2dh5WSl+fsI/tnNNCoS80nHHcbKTFzK0pLBW LWW71Ux3akTSA== Received: from johan by xi.lan with local (Exim 4.93.0.4) (envelope-from ) id 1kyuF0-0005lK-Ru; Mon, 11 Jan 2021 11:16:02 +0100 Date: Mon, 11 Jan 2021 11:16:02 +0100 From: Johan Hovold To: Pho Tran Cc: "gregkh@linuxfoundation.org" , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , Hung Nguyen , Tung Pham Subject: Re: [PATCH] USB: otg: Fix error 32 when enable hardware flow control. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2021 at 04:55:22AM +0000, Pho Tran wrote: > When hardware flow control is enabled, > don't allow host send MHS command to cp210x. You're commit message needs to explain *why* this is needed (and not just say *what* the patch does). > Signed-off-by: Pho Tran Also fix up the Subject prefix. Johan