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=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 0DD9FC4360C for ; Tue, 8 Oct 2019 16:43:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D8F5021721 for ; Tue, 8 Oct 2019 16:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570552986; bh=mmBCfqbi4I498/UvVYUbI8aVFWB/ZeQvjYplhO0kDcs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YREdawhyCcF47tM/vWdw8227kH83x/DjC/VELYvIfckHEjFeBReS4eH5YKaAboVjx OS8OdvtzNyrd96cYyyg8+4rbOQq9jwCe7+DDtnfjpHAqPMueN1CFuMRqY8wRKpRcGS /rsL+BO1YqyOwhPKxhnIlhjF1jC2j2OGTO9dSbMo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728846AbfJHQnG (ORCPT ); Tue, 8 Oct 2019 12:43:06 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:43526 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727514AbfJHQnG (ORCPT ); Tue, 8 Oct 2019 12:43:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; 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:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=xP5/DW/427txzOoWCWrYwOwceaBUiQdM/r7K98LwgMw=; b=nbissp7V5iHOGttzh56KhZ/Xp 42+OjM6xSMaRSNflhjhOCPHWP3yxUU1KDBlefyeGPnAeqQ+jdc/7ELNZ8rGVzDtJbEOhqdYQTERCt 5s+PSBdUaXx4ZHhNWKLWsLREd9aDjG9ADU1EC+jK0hcbAjJ1BTVXzuX3Uu3pbZzAth+ws=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=ypsilon.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iHsZg-0000Vw-TR; Tue, 08 Oct 2019 16:43:00 +0000 Received: by ypsilon.sirena.org.uk (Postfix, from userid 1000) id ED3FD2740D4A; Tue, 8 Oct 2019 17:42:59 +0100 (BST) Date: Tue, 8 Oct 2019 17:42:59 +0100 From: Mark Brown To: Vladimir Oltean Cc: "David S. Miller" , Andrew Lunn , Florian Fainelli , Hubert Feurstein , linux-spi@vger.kernel.org, Miroslav Lichvar , netdev , Richard Cochran Subject: Re: Applied "spi: Add a PTP system timestamp to the transfer structure" to the spi tree Message-ID: <20191008164259.GQ4382@sirena.co.uk> References: <20190905010114.26718-3-olteanv@gmail.com> <20191008105254.99A6D274299F@ypsilon.sirena.org.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JQ29orswtRjjfiJM" Content-Disposition: inline In-Reply-To: X-Cookie: Do not disturb. User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org --JQ29orswtRjjfiJM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 08, 2019 at 03:58:51PM +0300, Vladimir Oltean wrote: > Dave, do you think you can somehow integrate this patch into net-next > as well, so that I can send some further patches that depend on the > newly introduced ptp_sts member of struct spi_transfer without waiting > for another kernel release? Ugh, it'd have been good to have been more aware of this before applying things since I put them on the one development branch (I used to make more topic branches but Linus doesn't like them). I've pulled things out into a branch with a signed tag for merging into other trees: The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-ptp-api for you to fetch changes up to 79591b7db21d255db158afaa48c557dcab631a1c: spi: Add a PTP system timestamp to the transfer structure (2019-10-08 17:38:15 +0100) ---------------------------------------------------------------- spi: Add a PTP API For detailed timestamping of operations. ---------------------------------------------------------------- Vladimir Oltean (1): spi: Add a PTP system timestamp to the transfer structure drivers/spi/spi.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/spi/spi.h | 61 +++++++++++++++++++++++ 2 files changed, 188 insertions(+) --JQ29orswtRjjfiJM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl2cvJMACgkQJNaLcl1U h9BREQgAhlEYJBvquriG33/Zhq7AJZBUCIONBDd5IYNjmWwGR6N0rVfvhRbalzVK P6iWn9l0Sj5u6itn7nRuEyH+aaYW4RKiREzQ580FwLKkK2WYevodCd28jcygNzOO YvGCqL09LR9BkhU3b1Vc2YFm97UCZf+NJdphJqrM7KwOvOy+T4Tj7ohtyfTqpAM6 IyZ67I4mhD61yg1m6nw9+n+Jm1SbVoGsW/6fTNAdrWS1PWtZ+QbvOg6qou/WUyn/ qH1yQ670c601ggGhsw6fh1pZEQKYrdsMuc4hJArej8ZQuZt4iDqOET7IqspocOrs 6coC45TYxTCK3K2z9qR750pnm1NMzw== =ZNU3 -----END PGP SIGNATURE----- --JQ29orswtRjjfiJM--