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 2159FC4332F for ; Wed, 14 Dec 2022 07:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237533AbiLNHgf (ORCPT ); Wed, 14 Dec 2022 02:36:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237448AbiLNHg2 (ORCPT ); Wed, 14 Dec 2022 02:36:28 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 807BB17887; Tue, 13 Dec 2022 23:36:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xtGvJqv66/ykz3Qr+8aO2CCnJRTrBf9OElRV5HVQD5s=; b=SE911BZ3UA6Yo4AgZabvT2JlJk ey9p6bLwgLHJmIhDSByJxP0gKo7CfhBEMbdmfTVIVyBqBh+ljnr/JHDbqQ6kPU/Ee8wlNKRceDvsO lvc2jid9Y991G+1xrtHH3GpfRC4tci1/TNwmIj4gkkYudfS58t+S+KL0IXYLgzNq7ny4DvBIox4nR zSLQKzzls8gnVLgVF/E02dc1w81F/SDwDp0HtbT6+YApwrIPCD7uYHcCMaL8R2Mdo+bphd5Rt4LQX DAX+FO9bj38O8XALTAlaIRT8AkXYvJWg9pkeM8i66J8Ca8qHThw0XY42FJdF1DwIFtw6PjIYDkNO/ SewNhnZw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p5MJU-00E5uD-2f; Wed, 14 Dec 2022 07:36:24 +0000 Date: Tue, 13 Dec 2022 23:36:24 -0800 From: Christoph Hellwig To: Puma Hsu Cc: gregkh@linuxfoundation.org, mka@chromium.org, dianders@chromium.org, albertccwang@google.com, raychi@google.com, howardyen@google.com, leejj@google.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] usb: core: add vendor hook for usb suspend and resume Message-ID: References: <20221214070650.703793-1-pumahsu@google.com> <20221214070650.703793-2-pumahsu@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221214070650.703793-2-pumahsu@google.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org No one gives a rats ass about the "vendor". If at all the implementation matters, and for that you better send along the implementation so that people can actually review this.