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 07656C3DA7D for ; Thu, 5 Jan 2023 05:26:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230207AbjAEF0O (ORCPT ); Thu, 5 Jan 2023 00:26:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230220AbjAEF0L (ORCPT ); Thu, 5 Jan 2023 00:26:11 -0500 Received: from mail.marcansoft.com (marcansoft.com [212.63.210.85]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8CDE48CCB; Wed, 4 Jan 2023 21:26:08 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id D62C9425D6; Thu, 5 Jan 2023 05:19:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marcan.st; s=default; t=1672895977; bh=DBNkKPLiFmCsOai0eLz6rBhEs0qbT7bO/x7ibCYBYPE=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=zHn7iLgCqBMr20WdN/Kx6nNWPZv43tDvT8UFeTKrXHxNbbwuBdPcs8Q0kGi+lYfQX 6y5W6359/O4ox/TS0pG++cSHZH7aynh6x/apobgwKVVqZU7/fIhOlG4j0iMa0hGD1r KB9e2NttfGMjNr0Kh/dWk2LUtXXDyZvdi7ZuqTgFnUC5H3lp5S9m5L1KxyKjvnmDW8 LOaBMLZen50hgUwTfYgxs+moZKwflHdSYpJbpWOFt93L3JUXAmiRVidBsmJAGSHRuW Vbzo0d+IM+TiJju0npZIWZbYYDDR33aHI0q8rUa1q3jiDfHppJwjBwrmXXIdVaJgZk mWqi2pWEmY2tg== Message-ID: Date: Thu, 5 Jan 2023 14:19:32 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH 7/7] iommu: dart: Add t8110 DART support Content-Language: en-US To: Sven Peter , Joerg Roedel , Will Deacon , Robin Murphy Cc: Alyssa Rosenzweig , Janne Grunau , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, iommu@lists.linux.dev, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230104110013.24738-1-marcan@marcan.st> <20230104110013.24738-8-marcan@marcan.st> From: Hector Martin In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2023/01/04 22:50, Sven Peter wrote: > Do you have any more details on this registers? For the 8103 DART > we called it _CONFIG but I assume for the t8110 DART it can > actually lock different parts of the HW instead of just a global lock? This is based on R's reverse engineering here: https://github.com/AsahiLinux/m1n1/blob/main/proxyclient/m1n1/hw/dart8110.py#L87 I don't think they ever fully nailed down exactly what the lock bit behavior is, though. - Hector