Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH] mmc: meson-gx: Remove setting of CMD_CFG_ERROR
@ 2023-09-27  7:25 Rong.Chen
  2023-09-27  7:43 ` Jerome Brunet
       [not found] ` <202309271651027503622@amlogic.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Rong.Chen @ 2023-09-27  7:25 UTC (permalink / raw)
  To: Ulf Hansson, Neil Armstrong, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl
  Cc: linux-mmc, linux-arm-kernel, linux-amlogic, linux-kernel,
	Rong Chen

From: Rong Chen <rong.chen@amlogic.com>

Setting bit CMD_CFG_ERROR has non effects on previous controllers.
However, it will cause an IRQ and stop working on latest controllers,
This bit is used for selecting SG LINK of data address.
Don't set the bit CMD_CFG_ERROR anymore to resolve this issuse.

Therefore, remove this setting.

Signed-off-by: Rong Chen <rong.chen@amlogic.com>
---
 drivers/mmc/host/meson-gx-mmc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
index 9837dab096e6..c7c067b9415a 100644
--- a/drivers/mmc/host/meson-gx-mmc.c
+++ b/drivers/mmc/host/meson-gx-mmc.c
@@ -801,7 +801,6 @@ static void meson_mmc_start_cmd(struct mmc_host *mmc, struct mmc_command *cmd)
 
 	cmd_cfg |= FIELD_PREP(CMD_CFG_CMD_INDEX_MASK, cmd->opcode);
 	cmd_cfg |= CMD_CFG_OWNER;  /* owned by CPU */
-	cmd_cfg |= CMD_CFG_ERROR; /* stop in case of error */
 
 	meson_mmc_set_response_bits(cmd, &cmd_cfg);
 
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-26  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27  7:25 [PATCH] mmc: meson-gx: Remove setting of CMD_CFG_ERROR Rong.Chen
2023-09-27  7:43 ` Jerome Brunet
     [not found] ` <202309271651027503622@amlogic.com>
2023-09-27  9:30   ` Jerome Brunet
2023-10-10 11:55     ` Rong Chen
2023-10-26  7:40     ` Rong Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox