Message ID | 20250616102917.1677116-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 988C72882D6 for <linux-mmc@vger.kernel.org>; Mon, 16 Jun 2025 10:29:21 +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=1750069763; cv=none; b=qfpwSsBgR3jal/dm2eXsvISxI+14xQ1WeQ1jqGgaU00tYMT/8Q67HAp8saAqOINNxpBtEmhTD533LiMLwchnpbfwY+crrsujqGLHA5RUE2PJuOM7n5U4khVY0IfPIFF99sMYwTJ7NIG17lozBwO8X/cPyW8ICr0fSmWn0McxKME= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750069763; c=relaxed/simple; bh=rZTlMbXrS/7Wnsh09jqcevFaRDj2xlqvTak0vv1H7M4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ZeYcZY+cJGvWRQtBQHf/Cpp7iDTjhsF1WAf/VNQeH6/V0+VeQPv77SX4ikOGU/nTVVwj3EAcKw9XtRdtiHgrrnilhLsc11CSLDR2q5pzANzoTZkOHvD/ifV2pE9G3HJqjmArvwUMjLrMayQsbVQh7W0YwW+i/YJtL1Ex35x/l3g= 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 1uR75b-0008Sz-09; Mon, 16 Jun 2025 12:29:19 +0200 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 1uR75a-003n2w-0I; Mon, 16 Jun 2025 12:29:18 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from <ore@pengutronix.de>) id 1uR75a-0072Ih-04; Mon, 16 Jun 2025 12:29:18 +0200 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>, Adrian Hunter <adrian.hunter@intel.com>, Avri Altman <Avri.Altman@sandisk.com> Subject: [PATCH v6 0/4] mmc: handle undervoltage events and prevent eMMC corruption Date: Mon, 16 Jun 2025 12:29:13 +0200 Message-Id: <20250616102917.1677116-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
|