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 AB3B6C433EF for ; Mon, 14 Mar 2022 12:15:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240918AbiCNMQz (ORCPT ); Mon, 14 Mar 2022 08:16:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241312AbiCNMIg (ORCPT ); Mon, 14 Mar 2022 08:08:36 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DC6A4BBB1; Mon, 14 Mar 2022 05:04:57 -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 ams.source.kernel.org (Postfix) with ESMTPS id CB41FB80DEC; Mon, 14 Mar 2022 12:04:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABCB0C340EC; Mon, 14 Mar 2022 12:04:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647259494; bh=tV82BqDO0AsjvHNlIhCJicG5lFAeNtcRzJzz1XpeSds=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qYFlmSkdisUfwzRsUpQ1ZJH7Ei1DCePaIe3y4UVsIryWRl6HDJ4B3kqwp5Jg9JiW5 sJpyctpVBJ1rU2W+uK7PUzg2aG15UJj1a5rYGmgb7hcZVP1rWpvObl4JrY9RSQj/nO oE42bLIJ4j13VitrmJ6XPbVqZcGhrlKXBrjyMAvJWHZUgpyZn7f/7O+yUSQft1veI7 8t9n14bDMkFQVU4dNZg446VPLzZDU0+u7CcQCQsAPvZEhMm4rpbba8+bhgF8IaKXo4 ZU6Y/pd8l3PutJ1e9YQdLxRHhP9anv5ZWokMA4b+FEs3NNNlF2UFbyFoAwWsVdTHpL tYoX+ZrJ6nH+g== Date: Mon, 14 Mar 2022 13:04:47 +0100 From: Mauro Carvalho Chehab To: Fabio Estevam Cc: Niklas =?UTF-8?B?U8O2ZGVybHVuZA==?= , Dmitry Osipenko , Eugen Hristev , Hans Verkuil , Jacopo Mondi , Jernej Skrabec , Laurent Pinchart , Ming Qian , NXP Linux Team , Pengutronix Kernel Team , Sakari Ailus , Sascha Hauer , Shawn Guo , Shijie Qin , Zhou Peng , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-kernel , linux-media Subject: Re: [PATCH 49/64] media: platform: rename amphion/ to nxp/amphion/ Message-ID: <20220314130447.7f03f726@coco.lan> In-Reply-To: References: X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, 14 Mar 2022 08:29:14 -0300 Fabio Estevam escreveu: > Hi Mauro, > > On Mon, Mar 14, 2022 at 4:56 AM Mauro Carvalho Chehab > wrote: > > > > As the end goal is to have platform drivers split by vendor, > > rename amphion/ to nxp/amphion/. > > Amphion is the vendor itself, so the current naming scheme is correct. Ok, I'll fix it on the next series. Thanks, Mauro