Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1354164pxa; Sun, 2 Aug 2020 04:55:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4lJ+Lu/OuIgYK7wcPoOmkdOEv6wFYnr+YG6b6hbgk8P1nVAw2o+JHCowpChNB3/aNP6vG X-Received: by 2002:a50:8ace:: with SMTP id k14mr11973019edk.0.1596369306977; Sun, 02 Aug 2020 04:55:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596369306; cv=none; d=google.com; s=arc-20160816; b=l70B8YKwoVj1/z7gQF6jdapO/GDXE7/UgEjdaatQcUg2rks+RQYg57ymMcc3VQFRMQ jpJsSb92NQ9pMp7zqZFM6qhbez5lOJ2jjgtLRKTGaaTD7Q1uFtOCYWlOZG62UA4T20cO v/dAxI/KTWag6FQQ5MVrxl2cAGQc9rKG5tiiqFzC0+IzR4rIfhSto98mF0uurm936su5 yMwZ2TjMUrCMcoZkleSMOsvUflwqS6smKp57G7tpAlToOFKW+dlZzii4+7KgOOekKUR1 xMDnkLOSfAdIJPaEXP6qAoYj0qBDI5AF7gN3SoCcnYbH7S0cp/QqGpeXUigDExucEzWH OexA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YEQNuyZ2wvY3ZaUJmOSW5M9k5yBzCWM7D2It5N/xPcI=; b=aamvNIVWx9zI7K4P6SiSPFaJzwopMSjNkPRc492kcMgkSohHAhOYRnsNLtMPq+m178 0pq9jJQ6uFlikbAl7jkgN/V5uB/0WJnmFBfpP9DxL7RmK4IQr2GHbnI1oxIzbdNQsBid sSBDbn18bkoa0pVjasfrE+xlC4sBiAGVOkOeDrs3kl7ARaQ3MjypFlldOD2mQn5LZ/dX vnBYp4gOjcRQvmw45S/76a9GgaGMscmmH9W+JBOlsOpgjNyQLt1zNesGzvGq0P4hQn5d aAZwE/PG0wUSLrYaZxZ9/vFmDUSLJzZn4Za5NhNSGe2t2hOoZQqyNqroKEsrblvLblBW BJtw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lk20si5958565ejb.703.2020.08.02.04.54.44; Sun, 02 Aug 2020 04:55:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728031AbgHBLxj (ORCPT + 99 others); Sun, 2 Aug 2020 07:53:39 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:50886 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726908AbgHBLxj (ORCPT ); Sun, 2 Aug 2020 07:53:39 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id AEA661C0BDA; Sun, 2 Aug 2020 13:53:36 +0200 (CEST) Date: Sun, 2 Aug 2020 13:53:30 +0200 From: Pavel Machek To: Grzegorz Jaszczyk Cc: ssantosh@kernel.org, s-anna@ti.com, santosh.shilimkar@oracle.com, robh+dt@kernel.org, lee.jones@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wmills@ti.com, praneeth@ti.com Subject: Re: [PATCH 0/6] Add TI PRUSS platform driver Message-ID: <20200802115330.GA1090@bug> References: <1596020528-19510-1-git-send-email-grzegorz.jaszczyk@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596020528-19510-1-git-send-email-grzegorz.jaszczyk@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > A typical usage scenario would be to load the application firmware into one or > more of the PRU cores, initialize one or more of the peripherals and perform I/O > through shared RAM from either a kernel driver or directly from userspace. > > This series contains the PRUSS platform driver. This is the parent driver for > the entire PRUSS and is used for managing the subsystem level resources like > various memories and the CFG module. It is responsible for the creation and > deletion of the platform devices for the child PRU devices and other child > devices (like Interrupt Controller, MDIO node and some syscon nodes) so that > they can be managed by specific platform drivers. > drivers/soc/ti/Kconfig | 11 + drivers/soc/ti/Makefile | 1 + drivers/soc/ti/pruss.c | Is drivers/soc right place for that? We already have subsystem for various programmable accelerators... Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html