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 8504FC433EF for ; Mon, 14 Mar 2022 10:05:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238320AbiCNKGg (ORCPT ); Mon, 14 Mar 2022 06:06:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236284AbiCNKGe (ORCPT ); Mon, 14 Mar 2022 06:06:34 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08CD337ABE; Mon, 14 Mar 2022 03:05:24 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C1FC03E4; Mon, 14 Mar 2022 11:05:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1647252323; bh=TgQpynA3sNDvzLkdzcaiX1oGtz52GKp9OsGryTmpIL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=felOGIIpz2e+6Mytoc5OSsKB+NceR0UO2ECrIgen5ZC3RAUxVefUpAMVI8cAI4Lax ZtgG1jhGiij3z9W9FFKuFpWdWtp2kN4aNBD/7g0n1U5ZUekXKkeD5ovVRi2ijZXGPd X0cs/eSj+CsPKfwyEvaJg9Er0uluCV78EGOLR6GA= Date: Mon, 14 Mar 2022 12:05:05 +0200 From: Laurent Pinchart To: Pratyush Yadav Cc: Mauro Carvalho Chehab , Niklas =?utf-8?Q?S=C3=B6derlund?= , Benoit Parrot , Dmitry Osipenko , Eugen Hristev , Hans Verkuil , Jacopo Mondi , Jernej Skrabec , Ming Qian , Sakari Ailus , Tomi Valkeinen , Yang Yingliang , Zhou Qingyang , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH 61/64] media: platform: rename ti-vpe/ to ti/vpe/ Message-ID: References: <20220314095350.mbvjs7alqoz4vvml@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220314095350.mbvjs7alqoz4vvml@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Pratyush, On Mon, Mar 14, 2022 at 03:23:50PM +0530, Pratyush Yadav wrote: > On 14/03/22 08:55AM, Mauro Carvalho Chehab wrote: > > As the end goal is to have platform drivers split by vendor, > > rename ti-vpe/ to ti/vpe/. > > I submitted a patch to do something similar [0]. I think it is a better > one because there are actually 2 separate IP drivers here: CAL and VPE. > My patch puts them both in their own directories, and a later patch > introduces a 3rd driver, j721e-csi2rx. > > So I would like to see my patch's directory structure being used. I like your directory structure. Mauro, could you incorporate [0] in your series ? > Nacked-by: Pratyush Yadav > > [0] https://patchwork.linuxtv.org/project/linux-media/patch/20220121142904.4091481-11-p.yadav@ti.com/ > > > > > Reviewed-by: Laurent Pinchart > > Signed-off-by: Mauro Carvalho Chehab -- Regards, Laurent Pinchart