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 262B6C433FE for ; Wed, 19 Oct 2022 05:28:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbiJSF2k (ORCPT ); Wed, 19 Oct 2022 01:28:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229587AbiJSF2j (ORCPT ); Wed, 19 Oct 2022 01:28:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E1996FA2F; Tue, 18 Oct 2022 22:28:38 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 18DDA6176C; Wed, 19 Oct 2022 05:28:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90922C43470; Wed, 19 Oct 2022 05:28:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666157317; bh=zcvlAPCMUxoBZOtKn7CdHbj2emRTExlH2yMzgliRJoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RasJl0Hr14fJTyGEQK/ynOvBRb7f6CmvrzoPLZml/au6P4VbE2hXZAvZZrWOVC+D1 at0DSJVa1+bOtXkFc7qqE7NueIxEeTZNsk5u650BpmrARKxkSzYAUq3z7xfJkzGOow vnIpTWWQl0mliUuN1e0l/a2AdcgBi9uj0cijUnTEeCaKSl2+64nDJ4uhzVZnFiDaTh eVuEdgvcwrQOzaNjdCAFbvIlTmq5W9lXfz3LFtoLTvxncF4MLnzGFL9V+h/LJ41zjM wouZLAvnhAIfUmFZkWN37ULnz674dan7Tup6MUTC0xhLEgkXCu5r7XRpUIUXCSCuas +GFcM5Ct8UTLQ== Date: Wed, 19 Oct 2022 10:58:32 +0530 From: Vinod Koul To: Sean Anderson Cc: Kishon Vijay Abraham I , linux-phy@lists.infradead.org, Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] doc: phy: Document typical order of API calls Message-ID: References: <20221018175841.1906611-1-sean.anderson@seco.com> 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-doc@vger.kernel.org On 18-10-22, 14:01, Sean Anderson wrote: > Hi Vinod, > > When sending this patch, I noticed that Kishon's email bounced. Is he See 76845ba539c3 is phy/fixes -- ~Vinod