[PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-23 Thread Marek Vasut
Abstract out the common part of private data shared between MMC and SPI. These shall later allow to use common clock configuration function. Signed-off-by: Marek Vasut Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown C

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Attila Kinali
Moin Marek, On Mon, 16 Jul 2012 12:59:14 +0200 Marek Vasut wrote: > Well I have it rebased on top of current -next, but ... will some of the SPI > maintainers possibly apply it to their -next tree any soon? Or why are these > patches stuck as they are without much review ? Do you have somewhe

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Marek Vasut
Dear Attila Kinali, > Moin, > > I just wanted to try out this patchset as i have a use for proper spi > support on i.mx23. But this patch (4/10) fails to apply at line 635 > [...] > > + struct mxs_ssp *ssp; > > > > iores = platform_get_resource(pdev, IORESOURCE_MEM, 0); > > dmares =

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Attila Kinali
Moin, I just wanted to try out this patchset as i have a use for proper spi support on i.mx23. But this patch (4/10) fails to apply at line 635 On Fri, 6 Jul 2012 08:17:23 +0200 Marek Vasut wrote: > diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c > index f9509e8..1ea1cba 1

[PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-05 Thread Marek Vasut
Abstract out the common part of private data shared between MMC and SPI. These shall later allow to use common clock configuration function. Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring