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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5BEDC32772 for ; Tue, 23 Aug 2022 12:33:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242965AbiHWMdp (ORCPT ); Tue, 23 Aug 2022 08:33:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350191AbiHWMb6 (ORCPT ); Tue, 23 Aug 2022 08:31:58 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60CD49AFD8; Tue, 23 Aug 2022 02:46:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D5665B81C97; Tue, 23 Aug 2022 09:44:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1BD06C433C1; Tue, 23 Aug 2022 09:44:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661247885; bh=GWrWHEXhlQQswpA6DAPgI155pHAU0QDTGhRNbc94k9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dBhK42w6clG5tr9KERqU1VeCyWxJ5UMAC+OfOYEokZdnOV57txXemTdBlPQaDZtIl 3hWXnnnijc0vkhG87pnFobGsKKcbHtF8pHUxJ3G68S5zHs7XCVCSYnN/T+Y6pLRqGt 08K9JjxmWnuGCCvhROi5+P+6dG+8uRVQY1SrbWEk= Date: Tue, 23 Aug 2022 11:08:09 +0200 From: Greg KH To: Szuying Chen Cc: mario.limonciello@amd.com, mika.westerberg@linux.intel.com, andreas.noever@gmail.com, michael.jamet@intel.com, YehezkelShB@gmail.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Yd_Tseng@asmedia.com.tw, Chloe_Chen@asmedia.com.tw, Richard_Hsu@asmedia.com.tw Subject: Re: [PATCH 2/2] thunderbolt: thunderbolt: add nvm specific operations for Message-ID: References: <20220823090423.5249-1-chensiying21@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220823090423.5249-1-chensiying21@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 23, 2022 at 05:04:23PM +0800, Szuying Chen wrote: > From: Szuying Chen > > The patch depends on patch 1/2. That's always implicit based on the naming scheme here, you never have to say this in the commit message (hint, look at all of the existing patches on the mailing list for how they are structured, there are thousands of examples.) > Add nvm specific operations for ASMedia. > And add tb_switch_nvm_upgradable() of enable firmware upgrade. > > Signed-off-by: Szuying Chen > --- As the documentation asked you to, you did not version this patch set, nor say what is different from your previous ones :( thanks, greg k-h