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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 536AFC55179 for ; Wed, 21 Oct 2020 16:14:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB9C12177B for ; Wed, 21 Oct 2020 16:14:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603296848; bh=i2r8+LLdXk82cLTC6WhfL3hmWJYUtjMthlbx3M7e3vU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tRGPBKtGjs2uxBqZnO8myZAplfzX6ma2EbJZSpWAoqJ+EOsSXwvEd+FHyNddEmpom Gvp+hP83GOWbumcyTsAG8NM6k80NEHhl61JlxWzIYXdjBRJI5Qrc2E9Upd2UsK73AA TWQswpc+aPIx4pBlEzdS06MsMVIj/2VuL1yksXW4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502917AbgJUQOE (ORCPT ); Wed, 21 Oct 2020 12:14:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:57572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395293AbgJUQOE (ORCPT ); Wed, 21 Oct 2020 12:14:04 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5830F2087D; Wed, 21 Oct 2020 16:14:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603296844; bh=i2r8+LLdXk82cLTC6WhfL3hmWJYUtjMthlbx3M7e3vU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J7mQu3kONyq4FHBUhDPUDm7RWPDAkDIlY0FUuRhTIoILQOeGMgizsR/oKvnIRDjHc eW2E8gEiIzI2zdX2F5PlBlyeNwMmNPPyhSrHrG5BqzLzGnymTzCpRb5aezXiTsPeT9 dxJWmvktmRa5Qs2kuXLD1Hb0DEe+XeW1ib2RLRR0= Date: Wed, 21 Oct 2020 18:14:43 +0200 From: Greg Kroah-Hartman To: Ziyi Cao Cc: Johan Hovold , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support Message-ID: <20201021161443.GA1197225@kroah.com> References: <17f8a2a3-ce0f-4be7-8544-8fdf286907d0@www.fastmail.com> <209b0a93-ff0e-4e1a-b180-92e8f6214fb2@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <209b0a93-ff0e-4e1a-b180-92e8f6214fb2@www.fastmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Oct 22, 2020 at 12:05:55AM +0800, Ziyi Cao wrote: > Request to accept this patch, thanks. > > On Tue, Oct 20, 2020, at 00:08, Ziyi Cao wrote: It's been less than days, in the middle of the merge window, when we are all totally busy and we can't take patches anyway. Please relax, there is no rush. If, after 2 weeks of not hearing anything, then it is ok to ask what is up with a patch, or to resend it. But to top-post after 1 1/2 days? That's a recipe to get your patch ignored :( thanks, greg k-h