Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-23 Thread 山崎 精二
Hi > > All these errors indicate that you didn't apply all the patches. > You'll need all 11 patches from this series, not only the last > one. > I applyed all the patches,then Compile was succeeded. Thank you for your advice. regards, -- Seiji Yamazaki On Mon, 23 Mar 2009 19:16:55 +0300 A

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-23 Thread Anton Vorontsov
On Mon, Mar 23, 2009 at 03:34:45PM +0900, 山崎 精二 wrote: > Hi > > I downloaded linux-2.6.29-rc8.tar.bz2,and I patched . > I was succeeded. Thank you very match. > But I have the other problem. > > Compile was not succeeded. > > Message is ... > > CALLarch/powerpc/kernel/prom_init_check.sh >

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-23 Thread 山崎 精二
Hi > The patch might be fine, but are you receiving this without the patch? Befor patch,no sdhci-of.c found. After patch,found sdhci-of.c. > if you receive this with the patch then well there you go, but if this > happens as a result with a clean fresh .tar.ball(vanilla kernel) then this > is s

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-23 Thread 山崎 精二
Hi I downloaded linux-2.6.29-rc8.tar.bz2,and I patched . I was succeeded. Thank you very match. But I have the other problem. Compile was not succeeded. Message is ... CALLarch/powerpc/kernel/prom_init_check.sh CC drivers/mmc/host/sdhci-of.o drivers/mmc/host/sdhci-of.c:163: error:

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-21 Thread yamazaki
Hi Thank you for your reply again. >Ah, then it must be connected via MPC8347's localbus. That's right. I will try it,and I inform them of the result. >On Sat, Mar 21, 2009 at 09:15:25AM +0900, yamazaki wrote: >> Hi >> >> Thank you for your reply. >> I know RICOH has PCI SD/MMC controller.

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-20 Thread Anton Vorontsov
On Sat, Mar 21, 2009 at 09:15:25AM +0900, yamazaki wrote: > Hi > > Thank you for your reply. > I know RICOH has PCI SD/MMC controller. But R5C807 RICOH is not the PCI device > which is probably new product. Ah, then it must be connected via MPC8347's localbus. Well, then you need 2.6.29-rcX ker

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-20 Thread yamazaki
Hi Thank you for your reply. I know RICOH has PCI SD/MMC controller. But R5C807 RICOH is not the PCI device which is probably new product. I made the "sdhci-of.c" from patch file,then I compiled it. But is was not succeeded. I thought the reason is the format of "the struct sdhci_of_data" is def

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-20 Thread Anton Vorontsov
Hi! On Fri, Mar 20, 2009 at 08:28:39AM +0900, yamazaki wrote: > Hi all, > > I am running the Linux kernel 2.6.28.7 on my PPC8347 BRD. > I have to write the driver of SDHCI driver(using R5C807 RICOH). RICOH? It should be a PCI SD/MMC controller, so you even don't need any patches to make it work

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-19 Thread yamazaki
Hi all, I am running the Linux kernel 2.6.28.7 on my PPC8347 BRD. I have to write the driver of SDHCI driver(using R5C807 RICOH). But I could not find it. Then I found the good sample of this. I tried to the patch to kernel 2.6.28.7,but I did not succeed. Please tell me how to get the kernei for

[PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-16 Thread Anton Vorontsov
This patch adds a new driver: sdhci-of. The driver is similar to the sdhci-pci, it contains common probe code, and controller-specific ops and quirks. So far there are only Freescale eSDHC ops and quirks. Signed-off-by: Anton Vorontsov Acked-by: Arnd Bergmann --- MAINTAINERS |

Re: [PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-08 Thread Pierre Ossman
On Thu, 5 Mar 2009 23:28:50 +0300 Anton Vorontsov wrote: > This patch adds a new driver: sdhci-of. The driver is similar to > the sdhci-pci, it contains common probe code, and controller-specific > ops and quirks. > > So far there are only Freescale eSDHC ops and quirks. > > Signed-off-by: Anto

[PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-03-05 Thread Anton Vorontsov
This patch adds a new driver: sdhci-of. The driver is similar to the sdhci-pci, it contains common probe code, and controller-specific ops and quirks. So far there are only Freescale eSDHC ops and quirks. Signed-off-by: Anton Vorontsov Acked-by: Arnd Bergmann --- drivers/mmc/host/Kconfig|

[PATCH 11/11] mmc: Add OpenFirmware bindings for SDHCI driver

2009-02-06 Thread Anton Vorontsov
This patch adds a new driver: sdhci-of. The driver is similar to the sdhci-pci, it contains common probe code, and controller-specific ops and quirks. So far there are only Freescale eSDHC ops and quirks. Signed-off-by: Anton Vorontsov Acked-by: Arnd Bergmann --- drivers/mmc/host/Kconfig|