|
@@ -1,5 +1,7 @@
|
|
|
/*
|
|
|
- * linux/drivers/mmc/host/tmio_mmc_pio.c
|
|
|
+ * Driver for the MMC / SD / SDIO IP found in:
|
|
|
+ *
|
|
|
+ * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs
|
|
|
*
|
|
|
* Copyright (C) 2016 Sang Engineering, Wolfram Sang
|
|
|
* Copyright (C) 2015-16 Renesas Electronics Corporation
|
|
@@ -11,10 +13,6 @@
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
* published by the Free Software Foundation.
|
|
|
*
|
|
|
- * Driver for the MMC / SD / SDIO IP found in:
|
|
|
- *
|
|
|
- * TC6393XB, TC6391XB, TC6387XB, T7L66XB, ASIC3, SH-Mobile SoCs
|
|
|
- *
|
|
|
* This driver draws mainly on scattered spec sheets, Reverse engineering
|
|
|
* of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit
|
|
|
* support). (Further 4 bit support from a later datasheet).
|