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 B3B71E92FF8 for ; Fri, 6 Oct 2023 08:57:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231302AbjJFI5o (ORCPT ); Fri, 6 Oct 2023 04:57:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230358AbjJFI5n (ORCPT ); Fri, 6 Oct 2023 04:57:43 -0400 Received: from smtpcmd04131.aruba.it (smtpcmd04131.aruba.it [62.149.158.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F336483 for ; Fri, 6 Oct 2023 01:57:39 -0700 (PDT) Received: from [192.168.1.56] ([79.0.204.227]) by Aruba Outgoing Smtp with ESMTPSA id ogePqKYQGRbLIogePqUzfR; Fri, 06 Oct 2023 10:57:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1696582658; bh=IJDI1eWWavN8zcnH8yKbKAzLWin1rm4hxwkoyXI90AM=; h=Date:MIME-Version:Subject:To:From:Content-Type; b=fjzWL8LLqOSO8UPnmfXSGzwUGAsf1pyGrQ7Ymp/oKkhJBZf5AhECwuudMryxU2jbY ulXpVDiAugaiAHfB6NaKd5f99U6anC66hTZ4Qz24e3mYWuTxWj4JSzh9jPZqNkfm3S OpBQDetYDkw81pOH+HC+C38X2MBzj70xqGtunrllCaL0FhnzFtiJJJjhlRNJa6DVKY YujuchcCSX8XGzgmX31uKrpQskv0IuOCYG/ICIeiCvwIlIKHaYxffPZlCFXAxr7yDo m0iQCAj6l+4ZyaYZHh2J6M9p+G6EpUKJYirigghQ78oNkYYC7vynX+gJ3yiQuXPJyV wFSWxA8nn/cVg== Message-ID: <633ea9ab-7d86-33c7-f20c-6b7be945750a@enneenne.com> Date: Fri, 6 Oct 2023 10:57:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: PPS functionality for Intel Timed I/O Content-Language: en-US To: "andriy.shevchenko@linux.intel.com" Cc: "N, Pandith" , "linux-kernel@vger.kernel.org" , "Sangannavar, Mallikarjunappa" , "D, Lakshmi Sowjanya" , "T R, Thejesh Reddy" , "Hall, Christopher S" , "Gross, Mark" References: <1e02cc71-baee-1e75-9160-062d563af795@enneenne.com> <8ca736c3-7da9-2599-7e55-15e2fc9fedc2@enneenne.com> From: Rodolfo Giometti In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfBOE/C0Zze3ac27LAy/+ILzhp4tHoOSOHyAG8NB2RmY3GzpeIsdsbaAMlRojNunnzctSMQtSkz1UYF7AGey8BxcPn4TG7+e+dQTUMmxUilavuTijFSPS kfOBlYN1whdI4beWEEaUE4bOqfCbd8nFoGq0reQDeQ2ouE+skbTCo5zCTvZr1e+clUYqDI8xMvl4yg9wkjlQHpAFr3pfMeX/shU8xPlpsg4FrDB2MJAvPdYR a5OqighUkDNn/iwxTiuM8hJ82vGe8eYYHgVzDztYWkXumxu5FC8fcEawVOfRp8UfF82kIf2CHA2zqI8tY7YOSmg08+Hvc3UsVwUXX10R0HpyNyLFcDJtfzic 3yPnRLyDPySC7oF4TQd7zcJ5wQ1FSYssAQnST8FZhfsnnU76nWTPNhLILrYcGUsu1FDFycLMxCFmBI/Tt4EWT1qRzQ+4HfbKDUGMazF9KaDhC6fyky6dDOc6 1Xj8kURtoHeBYbXPtv4d8RhxAsJCzi7uDvAY2Q== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/10/23 10:34, andriy.shevchenko@linux.intel.com wrote: > On Fri, Oct 06, 2023 at 11:34:10AM +0300, andriy.shevchenko@linux.intel.com wrote: >> On Fri, Oct 06, 2023 at 08:23:09AM +0200, Rodolfo Giometti wrote: >>> On 06/10/23 07:31, N, Pandith wrote: >>>>> From: Rodolfo Giometti >>>>> Sent: Wednesday, February 15, 2023 1:16 PM >>>>> On 15/02/23 08:09, N, Pandith wrote: > > [snip] > >>>>> Regarding Documentation/driver-api/pps.rst let me suggest you to prose a >>>>> separate patch to rewrite the Generators section in such a way you easily can add >>>>> your solution at the end. A possible example is attached but feel free to rewrite it >>>>> according to your needs. >>>>> >>>> Ok, we are updating documentation as you have suggested as a separate patch. >>>> Can we use your "Signed-off-by" tag for attached patch. >>> >>> If you just followed my suggestion then it's OK for me. >> >> But can we have your SoB or not? If so, please provide it explicitly as >> the (Linux kernel) process requires. > > Or even better if you provide the patch itself or apply directly to your tree > that we can rebase the our stuff on. Just send the patch to the kernel mail list and, if OK, I'm going to sign it and forwarding to Greg Kroah-Hartman. Ciao, Rodolfo -- GNU/Linux Solutions e-mail: giometti@enneenne.com Linux Device Driver giometti@linux.it Embedded Systems phone: +39 349 2432127 UNIX programming skype: rodolfo.giometti