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 819D2C00144 for ; Fri, 29 Jul 2022 17:51:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238386AbiG2RvD (ORCPT ); Fri, 29 Jul 2022 13:51:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236239AbiG2RvA (ORCPT ); Fri, 29 Jul 2022 13:51:00 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FFB31CB10 for ; Fri, 29 Jul 2022 10:50:59 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 6AFEF1C0003; Fri, 29 Jul 2022 19:50:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1659117057; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KGdTkZwRAGxN6aLSYPReH7cuXV6ikerZ/Lcx0Mk9P+E=; b=h31c87nHQb+KZ7bVrZKrOKoc45K7xw/hs4/MYSWECOyHpEkOKaJRvdbqy5iwV7/adwN1gU uEy91ko75PAOVfKhUQH6PaffQik4QIrtbysLo0e/u/nJTINJOKs1kLzWFc9OGxbVCNbGhN gaC6/sGSX7UanYGWuZ5EyrXrztqny4I= Date: Fri, 29 Jul 2022 19:50:56 +0200 From: Pavel Machek To: Arnd Bergmann Cc: Krzysztof Kozlowski , MyungJoo Ham , Oded Gabbay , Greg KH , Jiho Chu , "Linux-Kernel@Vger. Kernel. Org" , Yelin Jeong , ALIM AKHTAR Subject: Re: [PATCH 0/9] Samsung Trinity NPU device driver Message-ID: <20220729175056.GA16905@localhost> References: <20220725065308.2457024-1-jiho.chu@samsung.com> <20220726020952epcms1p59c06fabb55776e195dcbeac549c98ef7@epcms1p5> <8b69b813-d030-2666-37f1-a731b1d52f4e@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > This driver clearly does not fall into those categories. As long as there > is no subsystem for NPUs, the only sensible options are drivers/gpu > and drivers/misc/. Well, we can create drivers/npu. I'm sure these will get more widespread. And GPU people really should be cc-ed. Best regards, Pavel --