Message ID | 20250210164506.495747-1-ada@thorsis.com (mailing list archive) |
---|---|
Headers | show
Received: from mail.thorsis.com (mail.thorsis.com [217.92.40.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA84F2580CF; Mon, 10 Feb 2025 16:45:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.92.40.78 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739205926; cv=none; b=i7J05KKKGnU/tXpTn6rs9peF4eKhLb6KrwRGDlb+8CxfcOqV7o6TDu4sLYXtlb0pIzgQTVhfbddCHbtDOVn3wphin6b9V3rFkdv33kyMeQKYpKfhtkNqmhpSSxYMDlRihEoY1AkmRNfyrf3IeX44JVcvwR3KUnEGnKLSwMjuWHM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739205926; c=relaxed/simple; bh=7vmbpwcC7SzCJRr1X7tfbhNjspmj83V3O3MfyXlaVGs=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=uPxxeXiXKTYpenJTlbrzHzCq1N3SL9ZR+Z5D0qxKWnn6wiF5jUw08Ht47+U+86mVCoPjCNdEiCFVd37jgGrTXh+t7foO1s5cwaLXz3r69gGNeXQowHLj7U6BdXeR6llNxtKJj4wwJwEEeA3MzFqdEXP2RYjBGTb8xbT12rPuWBg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=thorsis.com; spf=pass smtp.mailfrom=thorsis.com; dkim=pass (2048-bit key) header.d=thorsis.com header.i=@thorsis.com header.b=QDFswwxh; arc=none smtp.client-ip=217.92.40.78 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=thorsis.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=thorsis.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=thorsis.com header.i=@thorsis.com header.b="QDFswwxh" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 4FBEB148026A; Mon, 10 Feb 2025 17:45:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1739205914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6DNkDzYRsREfj0sp5nnwVNuG1cgUjook0PsY/o2nTvA=; b=QDFswwxh5yq/Q2nfGYfaK501Bz0ERwVgeUuuFwMvuAaafD/kufwnfQS1M1waMGWLfEsY7A sFJaOQbB+axlAp2u/9cA3KB6Vq7nhqk+f6VibzjS7T2pFh0dhS3MUmg8Bdm8fvDE6eKgfs xEBaL2rd9jha90gVWGof01FEMJtA/EtEvx/nxLnLjRyVLqpeVJb6EO2c5EPCnLwX143msc BroLSCG1RjjUAJ3WQxENrIn8Vu77RN8B53afl/PMkzjwl+MNWfbeVS2ooQp8UqRhsc1PIp lFJJDSK/StYMm25dNmqcQ2AO3vvOPtgUM53rbVbZECl4LwrsuGZ5uo5IGXp0Bg== From: Alexander Dahl <ada@thorsis.com> To: Claudiu Beznea <claudiu.beznea@tuxon.dev> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>, Ryan Wanner <ryan.wanner@microchip.com>, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/16] Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device Date: Mon, 10 Feb 2025 17:44:50 +0100 Message-Id: <20250210164506.495747-1-ada@thorsis.com> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: <linux-clk.vger.kernel.org> List-Subscribe: <mailto:linux-clk+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-clk+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 |
Series |
Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device
|
expand
|