Re: [PATCH 3/3] mmc: sdhci-pci: allow 8-bit bus width for Intel PCH

2012-03-14 Thread Alexander Stein
Hello Tomoya, Am Mittwoch, 14. März 2012, 10:17:35 schrieb Tomoya MORINAGA: > Hi Alexander > > As a matter of interest, > do you mean that current MMC of eg20t on Linux doesn't support 8-bit access? We have a board with an 8-bit connected eMMC and Linux only used 4-bit wide bus access. After so

Re: [PATCH 3/3] mmc: sdhci-pci: allow 8-bit bus width for Intel PCH

2012-03-13 Thread Tomoya MORINAGA
Hi Alexander As a matter of interest, do you mean that current MMC of eg20t on Linux doesn't support 8-bit access? thanks, -- ROHM Co., Ltd. tomoya On Wed, Mar 14, 2012 at 2:16 AM, Alexander Stein wrote: > Signed-off-by: Alexander Stein > --- >  drivers/mmc/host/sdhci-pci.c |   27 ++

Re: [PATCH 3/3] mmc: sdhci-pci: allow 8-bit bus width for Intel PCH

2012-03-13 Thread Greg KH
On Tue, Mar 13, 2012 at 06:16:42PM +0100, Alexander Stein wrote: > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2800,6 +2800,8 @@ > #define PCI_DEVICE_ID_INTEL_82454NX 0x84cb > #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea > #define PCI_DEVICE_ID_INTEL_IXP4XX 0x8500 >

[PATCH 3/3] mmc: sdhci-pci: allow 8-bit bus width for Intel PCH

2012-03-13 Thread Alexander Stein
Signed-off-by: Alexander Stein --- drivers/mmc/host/sdhci-pci.c | 27 +++ include/linux/pci_ids.h |2 ++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 9382f27..0218cb2 100644 ---