Message ID | 20250220074429.2906141-1-o.rempel@pengutronix.de |
---|---|
Headers | show
Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 8D90A1E990D for <linux-mmc@vger.kernel.org>; Thu, 20 Feb 2025 07:44:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740037477; cv=none; b=oKhRyOc6A3n/Q11VK7KtxcTANnUeLwr5QX08ohdvmRmNGXEMjVVjCSkUG8vVSaxq1Yg0YLtBYT6fb3NsqbhBM9oaEKw9t77puwStMStqJE7Pd8ePzNNEAmwgzTns6npSx5bjRJefcqETnlpkPF/eIkFfYbuZnqRp/S276FAdBI0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740037477; c=relaxed/simple; bh=WuI6pUmSfe+p94sU4Rpw02wsR+H+zNTa6n4DhHtZLyo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=SeorAVH9UIZWzuFYidst6FMlW0iVXU70ycDhkIiVy3om7kKIEWTzUsaJ8EiaQu7IapGu3iTggisQQK5Gh7LJWdBBptBQ4j/aUxGnuoinPBv29n+TQZpXld8gc4EAl0ZQ04ittNVWnRyeyhZ/UXHNURDZKROosfvB8HwFMOryBas= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <ore@pengutronix.de>) id 1tl1EV-0004TO-1C; Thu, 20 Feb 2025 08:44:31 +0100 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from <ore@pengutronix.de>) id 1tl1EU-001tqN-1o; Thu, 20 Feb 2025 08:44:30 +0100 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from <ore@pengutronix.de>) id 1tl1EU-00CC1k-1a; Thu, 20 Feb 2025 08:44:30 +0100 From: Oleksij Rempel <o.rempel@pengutronix.de> To: Ulf Hansson <ulf.hansson@linaro.org> Cc: Oleksij Rempel <o.rempel@pengutronix.de>, kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Mark Brown <broonie@kernel.org>, "Rafael J. Wysocki" <rafael@kernel.org>, =?utf-8?q?S=C3=B8ren_Andersen?= <san@skov.dk>, Christian Loehle <christian.loehle@arm.com> Subject: [PATCH v2 0/6] mmc: handle undervoltage events and prevent eMMC corruption Date: Thu, 20 Feb 2025 08:44:23 +0100 Message-Id: <20250220074429.2906141-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: <linux-mmc.vger.kernel.org> List-Subscribe: <mailto:linux-mmc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-mmc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-mmc@vger.kernel.org |
Series |
mmc: handle undervoltage events and prevent eMMC corruption
|
expand
|