All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Hannemann <arnd@arndnet.de>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-mmc@vger.kernel.org, Paul Mundt <lethal@linux-sh.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Ian Molton <ian@mnementh.co.uk>, Chris Ball <cjb@laptop.org>,
	Magnus Damm <damm@opensource.se>,
	linux-sh@vger.kernel.org
Subject: Re: outstanding TMIO MMC patches
Date: Wed, 29 Dec 2010 14:35:51 +0100	[thread overview]
Message-ID: <4D1B3937.80708@arndnet.de> (raw)
In-Reply-To: <Pine.LNX.4.64.1012281211560.21647@axis700.grange>

Hi Guennadi,

Am 29.12.2010 00:32, schrieb Guennadi Liakhovetski:
> Hi Ian
> 
> There are a number of outstanding tmio-mmc patches from Arnd Hannemann and 
> myself, many of them posted weeks ago. We really would like to have them 
> in 2.6.38. Would you have time to process them? Otherwise, could someone 
> else maybe apply them? Listed in the order, in which they should be 
> applied.
> 
> my patches:
> 
> mmc: tmio_mmc: allow multi-element scatter-gather lists
> 	https://patchwork.kernel.org/patch/317142/
> 	should go in via linux-mmc
> 
> mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
> 	https://patchwork.kernel.org/patch/317162/
> 	should go in via linux-mmc
> 
> [1/3] mmc: tmio: merge the private header into the driver
> 	https://patchwork.kernel.org/patch/349931/
> 	should go in via linux-mmc
> 
> [2/3] mmc: tmio: implement a bounce buffer for unaligned DMA
> 	https://patchwork.kernel.org/patch/426661/
> 	should go in via linux-mmc
> 
> [3/3] mfd: sdhi: require the tmio-mmc driver to bounce unaligned buffers
> 	https://patchwork.kernel.org/patch/349961/
> 	acked by Samuel Ortiz, should go in via linux-mmc
> 
> patches from Arnd Hannemann:
> 
> mmc: tmio_mmc: silence compiler warnings
> 	https://patchwork.kernel.org/patch/418931/
> 	should go in via linux-mmc
> 
> [1/6] mmc: tmio: implement SDIO IRQ
> 	https://patchwork.kernel.org/patch/437441/
> 	should go in via linux-mmc
> 
> [2/6] mfd: sh_mobile_sdhi: activate SDIO IRQ for tmio_mmc
> 	https://patchwork.kernel.org/patch/437451/
> 	acked by Samual Ortiz, should go in via linux-mmc
> 
> [3/6] ARM: mach-shmobile: sh7372 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437491/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [4/6] sh: sh7724 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437471/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [5/6] sh: sh7722 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437521/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [6/6] sh: sh7723 / ap325rxa enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437511/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 

There are also these two:

[1/2] tmio_mmc: handle missing HW interrupts
	https://patchwork.kernel.org/patch/201962/
[2/2] tmio_mmc: fix CMD irq handling
	https://patchwork.kernel.org/patch/201982/

I reposted them rebased on top of your header merge, otherwise
that would have been a mess:

http://marc.info/?l=linux-mmc&m=129362888209455&w=2

Thanks,
Arnd


WARNING: multiple messages have this Message-ID (diff)
From: Arnd Hannemann <arnd@arndnet.de>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-mmc@vger.kernel.org, Paul Mundt <lethal@linux-sh.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Ian Molton <ian@mnementh.co.uk>, Chris Ball <cjb@laptop.org>,
	Magnus Damm <damm@opensource.se>,
	linux-sh@vger.kernel.org
Subject: Re: outstanding TMIO MMC patches
Date: Wed, 29 Dec 2010 13:35:51 +0000	[thread overview]
Message-ID: <4D1B3937.80708@arndnet.de> (raw)
In-Reply-To: <Pine.LNX.4.64.1012281211560.21647@axis700.grange>

Hi Guennadi,

Am 29.12.2010 00:32, schrieb Guennadi Liakhovetski:
> Hi Ian
> 
> There are a number of outstanding tmio-mmc patches from Arnd Hannemann and 
> myself, many of them posted weeks ago. We really would like to have them 
> in 2.6.38. Would you have time to process them? Otherwise, could someone 
> else maybe apply them? Listed in the order, in which they should be 
> applied.
> 
> my patches:
> 
> mmc: tmio_mmc: allow multi-element scatter-gather lists
> 	https://patchwork.kernel.org/patch/317142/
> 	should go in via linux-mmc
> 
> mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure
> 	https://patchwork.kernel.org/patch/317162/
> 	should go in via linux-mmc
> 
> [1/3] mmc: tmio: merge the private header into the driver
> 	https://patchwork.kernel.org/patch/349931/
> 	should go in via linux-mmc
> 
> [2/3] mmc: tmio: implement a bounce buffer for unaligned DMA
> 	https://patchwork.kernel.org/patch/426661/
> 	should go in via linux-mmc
> 
> [3/3] mfd: sdhi: require the tmio-mmc driver to bounce unaligned buffers
> 	https://patchwork.kernel.org/patch/349961/
> 	acked by Samuel Ortiz, should go in via linux-mmc
> 
> patches from Arnd Hannemann:
> 
> mmc: tmio_mmc: silence compiler warnings
> 	https://patchwork.kernel.org/patch/418931/
> 	should go in via linux-mmc
> 
> [1/6] mmc: tmio: implement SDIO IRQ
> 	https://patchwork.kernel.org/patch/437441/
> 	should go in via linux-mmc
> 
> [2/6] mfd: sh_mobile_sdhi: activate SDIO IRQ for tmio_mmc
> 	https://patchwork.kernel.org/patch/437451/
> 	acked by Samual Ortiz, should go in via linux-mmc
> 
> [3/6] ARM: mach-shmobile: sh7372 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437491/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [4/6] sh: sh7724 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437471/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [5/6] sh: sh7722 Enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437521/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 
> [6/6] sh: sh7723 / ap325rxa enable SDIO IRQs
> 	https://patchwork.kernel.org/patch/437511/
> 	Either via linux-mmc: Ack needed by Paul Mundt
> 	or later separately via sh-2.6
> 

There are also these two:

[1/2] tmio_mmc: handle missing HW interrupts
	https://patchwork.kernel.org/patch/201962/
[2/2] tmio_mmc: fix CMD irq handling
	https://patchwork.kernel.org/patch/201982/

I reposted them rebased on top of your header merge, otherwise
that would have been a mess:

http://marc.info/?l=linux-mmc&m\x129362888209455&w=2

Thanks,
Arnd


  reply	other threads:[~2010-12-29 13:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28 23:32 outstanding TMIO MMC patches Guennadi Liakhovetski
2010-12-28 23:32 ` Guennadi Liakhovetski
2010-12-29 13:35 ` Arnd Hannemann [this message]
2010-12-29 13:35   ` Arnd Hannemann
2011-01-05 22:24   ` Chris Ball
2011-01-05 22:24     ` Chris Ball
2011-01-05 22:49     ` Chris Ball
2011-01-05 22:49       ` Chris Ball
2011-01-05  2:10 ` Magnus Damm
2011-01-05  2:10   ` Magnus Damm
2011-01-05  4:53   ` Paul Mundt
2011-01-05  4:53     ` Paul Mundt
2011-01-05 16:57     ` Chris Ball
2011-01-05 16:57       ` Chris Ball
2011-01-05 17:30       ` Paul Mundt
2011-01-05 17:30         ` Paul Mundt
2011-01-05 18:57         ` Chris Ball
2011-01-05 18:57           ` Chris Ball
2011-01-05 21:16           ` Arnd Hannemann
2011-01-05 21:16             ` Arnd Hannemann
2011-01-05 23:08             ` Paul Mundt
2011-01-05 23:08               ` Paul Mundt
2011-01-05 23:31           ` Paul Mundt
2011-01-05 23:31             ` Paul Mundt
2011-01-06  1:57           ` Magnus Damm
2011-01-06  1:57             ` Magnus Damm
2011-01-05 22:57 ` Chris Ball
2011-01-05 22:57   ` Chris Ball

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=4D1B3937.80708@arndnet.de \
    --to=arnd@arndnet.de \
    --cc=akpm@linux-foundation.org \
    --cc=cjb@laptop.org \
    --cc=damm@opensource.se \
    --cc=g.liakhovetski@gmx.de \
    --cc=ian@mnementh.co.uk \
    --cc=lethal@linux-sh.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.