From: Chris Ball <cjb@laptop.org>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [PATCH 00/14] mmc: sh-mmcif: 3.8 fixes and improvements
Date: Mon, 14 Jan 2013 14:14:37 -0500 [thread overview]
Message-ID: <87libvtw4i.fsf@laptop.org> (raw)
In-Reply-To: <1355323098-18061-1-git-send-email-g.liakhovetski@gmx.de> (Guennadi Liakhovetski's message of "Wed, 12 Dec 2012 15:38:04 +0100")
Hi Guennadi,
On Wed, Dec 12 2012, Guennadi Liakhovetski wrote:
> This patch series fixes several bugs in the sh_mmcif.c driver, that showed
> up on SMP with DMA (patches 10, 13), adds new features (3, 4) and adds
> multiple further improvements and minor fixes. Even though these bugs
> currently exist in the mainline, this patch series is not considered to
> be suitable for @stable. Patches are rather experimental and it is better
> to test them over a complete development cycle. They also are easier
> implemented on top of preparatory cosmetic patches.
>
> Guennadi Liakhovetski (6):
> mmc: sh-mmcif: fix missing and consolidate IO completion timeouts
> mmc: sh-mmcif: (cosmetic) simplify boolean return blocks
> mmc: sh-mmcif: fix a race, causing an Oops on SMP
> mmc: sh-mmcif: reset error code for any opcode
> mmc: sh-mmcif: reset DMA completion immediately before starting DMA
> mmc: sh-mmcif: fix I/O errors
>
> Shinya Kuribayashi (1):
> mmc: sh_mmcif: add support for bundled MMCIF IRQs
>
> Teppei Kamijou (7):
> mmc: sh_mmcif: force to fail CMD52 immediately
> mmc: sh_mmcif: ensure run-time suspend call is processed before
> suspend
> mmc: sh_mmcif: Add support for eMMC Dual Data Rate
> mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeout
> mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()
> mmc: sh-mmcif: Terminate DMA transactions when detecting timeout or
> error
> mmc: sh-mmcif: report all errors
>
> drivers/mmc/host/sh_mmcif.c | 215 +++++++++++++++++++++++++++++--------------
> 1 files changed, 145 insertions(+), 70 deletions(-)
All 14 merged to mmc-next for 3.9, thanks.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
WARNING: multiple messages have this Message-ID (diff)
From: Chris Ball <cjb@laptop.org>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [PATCH 00/14] mmc: sh-mmcif: 3.8 fixes and improvements
Date: Mon, 14 Jan 2013 19:14:37 +0000 [thread overview]
Message-ID: <87libvtw4i.fsf@laptop.org> (raw)
In-Reply-To: <1355323098-18061-1-git-send-email-g.liakhovetski@gmx.de> (Guennadi Liakhovetski's message of "Wed, 12 Dec 2012 15:38:04 +0100")
Hi Guennadi,
On Wed, Dec 12 2012, Guennadi Liakhovetski wrote:
> This patch series fixes several bugs in the sh_mmcif.c driver, that showed
> up on SMP with DMA (patches 10, 13), adds new features (3, 4) and adds
> multiple further improvements and minor fixes. Even though these bugs
> currently exist in the mainline, this patch series is not considered to
> be suitable for @stable. Patches are rather experimental and it is better
> to test them over a complete development cycle. They also are easier
> implemented on top of preparatory cosmetic patches.
>
> Guennadi Liakhovetski (6):
> mmc: sh-mmcif: fix missing and consolidate IO completion timeouts
> mmc: sh-mmcif: (cosmetic) simplify boolean return blocks
> mmc: sh-mmcif: fix a race, causing an Oops on SMP
> mmc: sh-mmcif: reset error code for any opcode
> mmc: sh-mmcif: reset DMA completion immediately before starting DMA
> mmc: sh-mmcif: fix I/O errors
>
> Shinya Kuribayashi (1):
> mmc: sh_mmcif: add support for bundled MMCIF IRQs
>
> Teppei Kamijou (7):
> mmc: sh_mmcif: force to fail CMD52 immediately
> mmc: sh_mmcif: ensure run-time suspend call is processed before
> suspend
> mmc: sh_mmcif: Add support for eMMC Dual Data Rate
> mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeout
> mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()
> mmc: sh-mmcif: Terminate DMA transactions when detecting timeout or
> error
> mmc: sh-mmcif: report all errors
>
> drivers/mmc/host/sh_mmcif.c | 215 +++++++++++++++++++++++++++++--------------
> 1 files changed, 145 insertions(+), 70 deletions(-)
All 14 merged to mmc-next for 3.9, thanks.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
next prev parent reply other threads:[~2013-01-14 19:14 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 14:38 [PATCH 00/14] mmc: sh-mmcif: 3.8 fixes and improvements Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 01/14] mmc: sh_mmcif: force to fail CMD52 immediately Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 02/14] mmc: sh_mmcif: ensure run-time suspend call is processed before suspend Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 03/14] mmc: sh_mmcif: add support for bundled MMCIF IRQs Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 04/14] mmc: sh_mmcif: Add support for eMMC Dual Data Rate Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 05/14] mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeout Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 06/14] mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake() Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 07/14] mmc: sh-mmcif: fix missing and consolidate IO completion timeouts Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 08/14] mmc: sh-mmcif: Terminate DMA transactions when detecting timeout or error Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 09/14] mmc: sh-mmcif: (cosmetic) simplify boolean return blocks Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 10/14] mmc: sh-mmcif: fix a race, causing an Oops on SMP Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 11/14] mmc: sh-mmcif: reset error code for any opcode Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 12/14] mmc: sh-mmcif: reset DMA completion immediately before starting DMA Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 13/14] mmc: sh-mmcif: fix I/O errors Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2012-12-12 14:38 ` [PATCH 14/14] mmc: sh-mmcif: report all errors Guennadi Liakhovetski
2012-12-12 14:38 ` Guennadi Liakhovetski
2013-01-14 19:14 ` Chris Ball [this message]
2013-01-14 19:14 ` [PATCH 00/14] mmc: sh-mmcif: 3.8 fixes and improvements 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=87libvtw4i.fsf@laptop.org \
--to=cjb@laptop.org \
--cc=g.liakhovetski@gmx.de \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/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.