Re: [PATCH 3/5] hw/sd/sdhci: Add dummy Samsung SDHCI controller

2019-10-07 Thread Krzysztof Kozlowski
On Sat, Oct 05, 2019 at 05:47:46PM +0200, Philippe Mathieu-Daudé wrote: > The Linux kernel access few S3C-specific registers [1] to set some > clock. We don't care about this part for device emulation [2]. Add > a dummy device to properly ignore these accesses, so we can focus > on the important re

[PATCH 3/5] hw/sd/sdhci: Add dummy Samsung SDHCI controller

2019-10-05 Thread Philippe Mathieu-Daudé
The Linux kernel access few S3C-specific registers [1] to set some clock. We don't care about this part for device emulation [2]. Add a dummy device to properly ignore these accesses, so we can focus on the important registers missing. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/