Keita Aihara
bc7ff558d7
mmc: core: Add SD card quirk for broken poweroff notification
...
[ Upstream commit cd068d5159 ]
GIGASTONE Gaming Plus microSD cards manufactured on 02/2022 report that
they support poweroff notification and cache, but they are not working
correctly.
Flush Cache bit never gets cleared in sd_flush_cache() and Poweroff
Notification Ready bit also never gets set to 1 within 1 second from the
end of busy of CMD49 in sd_poweroff_notify().
This leads to I/O error and runtime PM error state.
I observed that the same card manufactured on 01/2024 works as expected.
This problem seems similar to the Kingston cards fixed with
commit c467c8f081 ("mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston
Canvas Go Plus from 11/2019") and should be handled using quirks.
CID for the problematic card is here.
12345641535443002000000145016200
Manufacturer ID is 0x12 and defined as CID_MANFID_GIGASTONE as of now,
but would like comments on what naming is appropriate because MID list
is not public and not sure it's right.
Signed-off-by: Keita Aihara <keita.aihara@sony.com >
Link: https://lore.kernel.org/r/20240913094417.GA4191647@sony.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2024-12-14 20:03:40 +01:00
..
2024-10-02 17:23:23 -04:00
2024-09-25 11:01:27 +02:00
2024-10-11 15:59:15 -07:00
2024-12-14 20:03:12 +01:00
2024-12-14 20:03:26 +01:00
2024-10-08 17:44:27 +02:00
2024-09-23 14:17:08 -07:00
2024-10-02 17:14:53 -07:00
2024-12-14 20:03:40 +01:00
2024-10-02 17:23:23 -04:00
2024-09-26 12:00:25 -07:00
2024-12-05 14:01:23 +01:00
2024-11-04 14:23:09 +01:00
2024-10-15 07:54:16 +02:00
2024-10-02 17:23:23 -04:00
2024-09-26 10:27:10 -07:00
2024-09-27 09:55:30 -07:00
2024-10-30 20:14:10 -07:00
2024-11-06 21:31:36 +01:00
2024-11-07 11:18:52 +00:00
2024-09-13 15:41:42 +02:00
2024-10-16 13:17:45 +02:00
2024-09-27 12:10:45 -07:00
2024-09-25 14:56:40 -07:00
2024-09-13 13:22:09 -06:00
2024-12-05 14:03:05 +01:00
2024-12-14 20:03:35 +01:00
2024-10-30 12:13:46 -07:00
2024-10-24 10:17:12 -07:00
2024-12-05 14:01:57 +01:00
2024-09-16 08:54:30 +02:00
2024-09-21 07:29:05 -07:00
2024-09-21 09:44:57 -07:00
2024-12-14 20:03:38 +01:00
2024-10-09 16:57:57 -04:00
2024-12-05 14:02:45 +01:00
2024-12-05 14:02:45 +01:00
2024-10-23 16:04:30 +01:00
2024-09-26 14:01:44 -07:00
2024-09-18 07:52:24 +02:00
2024-09-26 11:39:02 -07:00
2024-10-01 20:43:44 +02:00
2024-09-18 15:03:58 +02:00
2024-09-27 12:10:45 -07:00
2024-09-27 08:18:43 -07:00
2024-10-25 16:07:03 -05:00
2024-09-22 18:47:51 +02:00
2024-10-02 17:23:23 -04:00
2024-12-14 20:03:35 +01:00
2024-12-14 20:03:12 +01:00
2024-09-19 10:18:15 +02:00
2024-09-29 21:52:29 -04:00
2024-09-23 09:35:36 -07:00
2024-09-21 09:27:50 -07:00
2024-09-12 22:30:37 +09:00
2024-10-01 17:01:40 +02:00
2024-10-21 14:30:26 +02:00
2024-12-05 14:01:11 +01:00
2024-10-02 15:14:29 +02:00
2024-09-24 16:10:12 +02:00
2024-12-14 20:03:39 +01:00
2024-12-05 14:01:18 +01:00
2024-10-15 18:46:25 +02:00
2024-10-17 00:28:10 -07:00
2024-09-26 14:01:43 -07:00
2024-09-13 07:27:36 -07:00
2024-09-21 12:46:00 +02:00
2024-10-02 17:23:23 -04:00
2024-11-02 22:28:58 -07:00
2024-12-05 14:01:35 +01:00
2024-11-01 07:45:00 -10:00
2024-09-22 18:48:00 +02:00
2024-09-12 12:20:42 +02:00
2024-12-05 14:01:22 +01:00
2024-12-09 10:41:08 +01:00
2024-09-20 18:28:26 +03:00
2024-12-05 14:03:03 +01:00
2024-09-25 20:12:58 +09:00
2024-10-28 21:40:39 -07:00
2024-12-05 14:02:43 +01:00
2024-12-05 14:02:46 +01:00
2024-09-24 14:54:26 -07:00
2024-11-11 00:00:37 -08:00
2024-10-21 22:11:19 +08:00
2024-11-05 16:49:55 -08:00
2024-12-05 14:03:08 +01:00
2024-11-07 14:14:58 -08:00
2024-09-23 11:07:55 +02:00
2024-09-13 07:36:02 +02:00
2024-10-21 12:54:25 +02:00
2024-09-26 13:03:03 +02:00
2024-09-12 12:20:41 +02:00
2024-12-05 14:02:01 +01:00
2024-09-20 19:31:03 -04:00
2024-09-23 15:03:29 -04:00
2024-10-03 16:19:13 -04:00
2024-09-23 15:03:29 -04:00
2024-09-23 15:03:30 -04:00
2024-12-05 14:02:27 +01:00
2024-09-11 20:53:45 -07:00
2024-12-05 14:01:32 +01:00
2024-12-05 14:03:08 +01:00
2024-12-05 14:03:08 +01:00
2024-12-14 20:03:33 +01:00
2024-09-20 17:53:17 -07:00
2024-09-23 14:08:08 -07:00
2024-09-19 14:25:32 -05:00
2024-09-19 14:25:34 -05:00
2024-10-17 00:28:07 -07:00
2024-09-18 15:03:58 +02:00
2024-09-17 01:06:59 -07:00
2024-10-30 17:11:28 +01:00
2024-10-02 17:23:23 -04:00
2024-12-05 14:03:07 +01:00
2024-09-18 08:53:53 +02:00
2024-09-18 08:53:53 +02:00
2024-12-05 14:01:23 +01:00
2024-09-20 00:20:06 -06:00
2024-12-14 20:03:18 +01:00
2024-10-17 09:58:07 +02:00
2024-10-09 12:47:18 -07:00
2024-12-05 14:01:23 +01:00
2024-09-17 01:07:00 -07:00
2024-09-21 07:29:05 -07:00
2024-09-18 07:52:24 +02:00
2024-11-13 19:29:46 -08:00
2024-12-05 14:01:23 +01:00
2024-12-14 20:03:32 +01:00
2024-09-19 10:18:15 +02:00
2024-10-30 20:14:11 -07:00
2024-10-11 10:49:32 +02:00
2024-10-27 10:36:04 +01:00
2024-11-13 21:10:45 +02:00
2024-09-25 23:23:44 +09:00
2024-10-30 11:38:10 -10:00
2024-09-12 12:20:39 +02:00
2024-10-02 17:23:23 -04:00
2024-09-17 01:07:01 -07:00
2024-11-07 14:14:59 -08:00
2024-10-28 21:40:38 -07:00
2024-12-09 10:41:06 +01:00
2024-10-02 17:21:59 -07:00
2024-11-11 00:00:37 -08:00
2024-09-21 07:29:05 -07:00