Message ID | 20220606145701.185552-1-clement.leger@bootlin.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6F82BC43334 for <linux-arm-kernel@archiver.kernel.org>; Mon, 6 Jun 2022 14:59:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=WswAQoqwyk8YDotHx0JyfiGUMMOi4bqbIel4gkyyMXQ=; b=faoHBDB8JDgXKn v+P9LzaRnJH0XjEBwPKtthF6EabNTCYESkCH/au8utCGgfxX28xnP8nSpYXIKnBjfUyubqTPzZXmh EsTooyBOeMqHGJpVElEFmXG2KD9pHDAGCShe6SgGVcibp6SM8JFM/GfAAcx+Gzmp4co2f2QbG69kk j1MQbObexBsZe19rHJf6g/udNm4DpuRuItlPjjiCnQZ+8kv2qjyJsxfxZ8mYV36bP2YrhnFW5FfIO lCk+4u5KvsC3/CrNJFPpesgRp8Z2hQ9oRKcL+qHv5yjGVvYWpvaRn5KtqPGYqv0DB5ciiwGdEDN84 0xliA91WdMFD6wPkKwiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyEBa-001d4Z-Uo; Mon, 06 Jun 2022 14:58:31 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyEBR-001cz9-1Q for linux-arm-kernel@lists.infradead.org; Mon, 06 Jun 2022 14:58:22 +0000 Received: (Authenticated sender: clement.leger@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 7C485FF802; Mon, 6 Jun 2022 14:58:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1654527495; 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: content-transfer-encoding:content-transfer-encoding; bh=G5rmJAvan3aX1SCJeI8dLxn4vqFTK+kq/60NkF5cUlI=; b=YkhG3XH0X5IhFm7d7W6q5x4fScATmJC+5V9wozKmb+YFtONIA0cWFZPjDK+9vHYupz3t2K J3+KBJiPPmx/Z2Ix+ERiU+ykArLaOfZN0PnWzJOqiv8rbSQZuS2XbGvrSVd0hkNQeEtqN0 RdOA+UI5Gof0wKUOAVCFjLfg/uxq030Q3/pCh8+WhKnEjjE3ZtpgOOweChaZd+cP4Y/IwP 3/Tz/PoX3oB9WYjBD+roNiX/C/x/pqcr3Koi34uJmguWzAkors3yuo7yrdu1YzXnigNEiD /Mq3eN8UlONFDJCStP5qDLNoFoBmisvcD+Wwvd1CNQBGdJszOvGUWlNbWigrag== From: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2Vy?= <clement.leger@bootlin.com> To: Russell King <linux@armlinux.org.uk>, Nicolas Ferre <nicolas.ferre@microchip.com>, Alexandre Belloni <alexandre.belloni@bootlin.com>, Claudiu Beznea <claudiu.beznea@microchip.com> Cc: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2Vy?= <clement.leger@bootlin.com>, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com> Subject: [PATCH 0/2] ARM: at91: add support for L2 cache write_sec() callback Date: Mon, 6 Jun 2022 16:56:59 +0200 Message-Id: <20220606145701.185552-1-clement.leger@bootlin.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220606_075821_271132_031FF480 X-CRM114-Status: UNSURE ( 9.10 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
ARM: at91: add support for L2 cache write_sec() callback
|
expand
|