Message ID | 20200901140411.112150-3-f4bug@amsat.org |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] hw/sd/sdhci: Fix qemu_log_mask() format string | expand |
On 9/1/20 7:04 AM, Philippe Mathieu-Daudé wrote: > Add datasheet name in the file header. > > We can not add the direct download link since there is a disclaimers > to agree first on the SD Association website (www.sdcard.org). > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > hw/sd/sdhci.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c index e2ef288052e..60f083b84c1 100644 --- a/hw/sd/sdhci.c +++ b/hw/sd/sdhci.c @@ -1,6 +1,8 @@ /* * SD Association Host Standard Specification v2.0 controller emulation * + * Datasheet: PartA2_SD_Host_Controller_Simplified_Specification_Ver2.00.pdf + * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * Mitsyanko Igor <i.mitsyanko@samsung.com> * Peter A.G. Crosthwaite <peter.crosthwaite@petalogix.com>
Add datasheet name in the file header. We can not add the direct download link since there is a disclaimers to agree first on the SD Association website (www.sdcard.org). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- hw/sd/sdhci.c | 2 ++ 1 file changed, 2 insertions(+)