Re: [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs

2025-01-28 Thread Bernhard Beschow
Am 28. Januar 2025 10:34:23 UTC schrieb Peter Maydell : >On Mon, 27 Jan 2025 at 23:11, Bernhard Beschow wrote: >> >> >> >> Am 27. Januar 2025 13:24:46 UTC schrieb Peter Maydell >> : >> >On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: >> >> >> >> Commit ce5dd27534b0 "hw/sd: Remove omap2

Re: [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs

2025-01-28 Thread Peter Maydell
On Mon, 27 Jan 2025 at 23:11, Bernhard Beschow wrote: > > > > Am 27. Januar 2025 13:24:46 UTC schrieb Peter Maydell > : > >On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: > >> > >> Commit ce5dd27534b0 "hw/sd: Remove omap2_mmc device" removed the last user > >> of > >> sd_set_cb(). Rework

Re: [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs

2025-01-27 Thread Bernhard Beschow
Am 27. Januar 2025 13:24:46 UTC schrieb Peter Maydell : >On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: >> >> Commit ce5dd27534b0 "hw/sd: Remove omap2_mmc device" removed the last user of >> sd_set_cb(). Rework this functionality into GPIOs. >> >> Reviewed-by: Philippe Mathieu-Daudé >>

Re: [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs

2025-01-27 Thread Peter Maydell
On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow wrote: > > Commit ce5dd27534b0 "hw/sd: Remove omap2_mmc device" removed the last user of > sd_set_cb(). Rework this functionality into GPIOs. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Bernhard Beschow What is this for? We have a non-

[PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs

2025-01-11 Thread Bernhard Beschow
Commit ce5dd27534b0 "hw/sd: Remove omap2_mmc device" removed the last user of sd_set_cb(). Rework this functionality into GPIOs. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Bernhard Beschow --- include/hw/sd/sdcard_legacy.h | 1 - hw/sd/sd.c| 31 ++---