public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: marex@denx•de (Marek Vasut)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI
Date: Mon, 16 Jul 2012 12:59:14 +0200	[thread overview]
Message-ID: <201207161259.15034.marex@denx.de> (raw)
In-Reply-To: <20120716095741.85d959fc81ab759b10adcf25@kinali.ch>

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 = platform_get_resource(pdev, IORESOURCE_DMA, 0);
> 
> The function variables do not match.
> 
> Also a 3way merge didnt work as the comit on which this patchset was
> based on wasnt found. I tried linux, linux-next, and the imx repos
> from pengutronix and Shawn, to no avail.
> 
> Is there any other repo around that i'm not aware of?
> 
> 			Attila Kinali

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 ?

It seems Shawn is OK with the latest version, so can these be applied? I'll post 
the rebased version again if necessary.

Best regards,
Marek Vasut

  reply	other threads:[~2012-07-16 10:59 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-06  6:17 [PATCH 01/10 RESEND] mmc: spi: Move SSP register definitions into separate file Marek Vasut
2012-07-06  6:17 ` [PATCH 02/10 RESEND] mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP Marek Vasut
2012-07-06  6:17 ` [PATCH 03/10 RESEND] mmc: spi: Add necessary bits into mxs-spi.h Marek Vasut
2012-07-06  6:17 ` [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI Marek Vasut
2012-07-16  7:57   ` Attila Kinali
2012-07-16 10:59     ` Marek Vasut [this message]
2012-07-16 11:32       ` Attila Kinali
2012-07-06  6:17 ` [PATCH 05/10 RESEND] mmc: spi: Pull out the SSP clock configuration function Marek Vasut
2012-07-06  6:17 ` [PATCH 06/10 V2] spi: Add SPI driver for mx233/mx28 Marek Vasut
2012-07-31 20:53   ` [06/10,V2] " Guenter Roeck
2012-08-01  2:31     ` Marek Vasut
2012-08-01  3:34       ` Guenter Roeck
2012-08-01  3:53       ` Shawn Guo
2012-08-01  3:35         ` Guenter Roeck
2012-08-01  4:50           ` Shawn Guo
2012-08-01  5:00             ` Marek Vasut
2012-08-01  5:29               ` Guenter Roeck
2012-08-01  5:46                 ` Shubhrajyoti Datta
2012-08-01  6:36                   ` Guenter Roeck
2012-08-01  6:41                     ` Marek Vasut
2012-08-01  5:58                 ` Shawn Guo
2012-08-01  5:42                   ` Guenter Roeck
2012-08-01  6:28                     ` Shawn Guo
2012-08-01  6:10                       ` Marek Vasut
2012-08-01  6:39                         ` Guenter Roeck
2012-08-01  6:45                           ` Marek Vasut
2012-08-01  6:56                             ` Guenter Roeck
2012-08-01  7:50                               ` Shawn Guo
2012-08-01 14:58                                 ` Guenter Roeck
2012-08-01  7:40                             ` Shawn Guo
2012-08-01  7:38                               ` Lothar Waßmann
2012-08-01  8:20                                 ` Shawn Guo
2012-08-01  7:47                               ` Shawn Guo
2012-08-01  6:33                       ` Guenter Roeck
2012-08-01  6:40                         ` Marek Vasut
2012-08-01  4:48         ` Marek Vasut
2012-08-01  3:48     ` Shawn Guo
2012-07-06  6:17 ` [PATCH 07/10 RESEND] mmc: spi: Pull out common DMA parts from MXS MMC Marek Vasut
2012-07-06  6:17 ` [PATCH 08/10 V2] spi: Add DMA support into SPI driver Marek Vasut
2012-08-01  6:29   ` Marek Vasut
2012-07-06  6:17 ` [PATCH 09/10] spi: Add SSP/SPI device tree documentation Marek Vasut
2012-07-06  6:17 ` [PATCH 10/10] ARM: mx28: Add SPI pinmux into imx28.dtsi Marek Vasut
2012-07-09 16:53 ` [PATCH 01/10 RESEND] mmc: spi: Move SSP register definitions into separate file Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2012-07-23 20:40 [PATCH 00/10 V2] MXS SPI driver Marek Vasut
2012-07-23 20:40 ` [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201207161259.15034.marex@denx.de \
    --to=marex@denx$(echo .)de \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox