Re: [PATCH 21/32] hw/sd: Add mmc switch function support

2024-06-13 Thread Philippe Mathieu-Daudé
On 13/6/24 09:44, Cédric Le Goater wrote: On 6/13/24 12:49 AM, Philippe Mathieu-Daudé wrote: On 3/7/23 15:24, Cédric Le Goater wrote: From: Sai Pavan Boddu switch operation in mmc cards, updated the ext_csd register to request changes in card operations. Here we implement similar sequence but

Re: [PATCH 21/32] hw/sd: Add mmc switch function support

2024-06-13 Thread Cédric Le Goater
On 6/13/24 12:49 AM, Philippe Mathieu-Daudé wrote: On 3/7/23 15:24, Cédric Le Goater wrote: From: Sai Pavan Boddu switch operation in mmc cards, updated the ext_csd register to request changes in card operations. Here we implement similar sequence but requests are mostly dummy and make no chan

Re: [PATCH 21/32] hw/sd: Add mmc switch function support

2024-06-12 Thread Philippe Mathieu-Daudé
On 3/7/23 15:24, Cédric Le Goater wrote: From: Sai Pavan Boddu switch operation in mmc cards, updated the ext_csd register to request changes in card operations. Here we implement similar sequence but requests are mostly dummy and make no change. Implement SWITCH_ERROR if the write operation o

[PATCH 21/32] hw/sd: Add mmc switch function support

2023-07-03 Thread Cédric Le Goater
From: Sai Pavan Boddu switch operation in mmc cards, updated the ext_csd register to request changes in card operations. Here we implement similar sequence but requests are mostly dummy and make no change. Implement SWITCH_ERROR if the write operation offset goes beyond length of ext_csd. Signe