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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 9017DC433B4 for ; Thu, 29 Apr 2021 06:15:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53CE561434 for ; Thu, 29 Apr 2021 06:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230423AbhD2GQS (ORCPT ); Thu, 29 Apr 2021 02:16:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229814AbhD2GQR (ORCPT ); Thu, 29 Apr 2021 02:16:17 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE3AAC06138B for ; Wed, 28 Apr 2021 23:15:31 -0700 (PDT) Received: from [192.168.1.111] (91-157-208-71.elisa-laajakaista.fi [91.157.208.71]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 61AA8BC0; Thu, 29 Apr 2021 08:15:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1619676922; bh=4W2jZzXcwfuLZJpRxKKK+uSbWkVixJ6XF+QsC3w8G/Q=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=jQOrb4qNzEqDVJFDhnVDN0JobKgIwBJY3B7w+jc9jFvWiG3SCdvrPR/Ap/uorIHQ3 dkIMl+jyaGZFiVAyEe0efEMZgLh4sMw9xsU9zNit5PWSiIPyzB05+3EylCM8f9mAr0 jwkyGmQ3sNx4Anh8z+2W5UKqg0TTsedgdBYc5B4U= Subject: Re: [PATCH v6 18/24] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations To: Laurent Pinchart Cc: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, Jacopo Mondi , niklas.soderlund+renesas@ragnatech.se, Mauro Carvalho Chehab , Hans Verkuil , Michal Simek References: <20210427124523.990938-1-tomi.valkeinen@ideasonboard.com> <20210427124523.990938-19-tomi.valkeinen@ideasonboard.com> From: Tomi Valkeinen Message-ID: <75373c48-e908-893a-9e59-4b7460653136@ideasonboard.com> Date: Thu, 29 Apr 2021 09:15:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On 29/04/2021 05:28, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > For some reason, it seems the original authorship got lost. It was fine > in v5. I haven't checked if other patches in the series are affected. > Thanks for pointing this out. I found the issue in my tooling. I'll fix the authorship information. Tomi