Re: [U-Boot] [PATCH v2 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-20 Thread Andy Shevchenko
On Sat, Feb 18, 2017 at 6:34 AM, Bin Meng wrote: > Hi Andy, > > On Fri, Feb 17, 2017 at 9:02 PM, Andy Shevchenko > wrote: >> From: Felipe Balbi >> >> This patch adds Intel Tangier eMMC/SDHCI driver. > > So this eMMC/SDHC controller is not on PCI bus, correct? Yes and no. It's so called "fake P

Re: [U-Boot] [PATCH v2 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-20 Thread Bin Meng
Hi Andy, On Fri, Feb 17, 2017 at 9:02 PM, Andy Shevchenko wrote: > From: Felipe Balbi > > This patch adds Intel Tangier eMMC/SDHCI driver. So this eMMC/SDHC controller is not on PCI bus, correct? If so, can you add more comments to the commit message? > > Signed-off-by: Vincent Tinelli > Sign

[U-Boot] [PATCH v2 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-17 Thread Andy Shevchenko
From: Felipe Balbi This patch adds Intel Tangier eMMC/SDHCI driver. Signed-off-by: Vincent Tinelli Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- drivers/mmc/Kconfig | 5 drivers/mmc/Makefile| 1 + drivers/mmc/tangier_sdhci.c | 72 ++