Re: [PATCH] tmio_mmc: Revise a limit of the data size

2010-08-25 Thread Matt Fleming
On Tue, 13 Jul 2010 11:32:33 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Hi Andrew Andrew Morton wrote: On Wed, 07 Jul 2010 11:01:20 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Signed-off-by: Yusuke Goda yusuke.goda...@renesas.com --- drivers/mmc/host/tmio_mmc.c

Re: [PATCH] tmio_mmc: Revise a limit of the data size

2010-08-25 Thread Andrew Morton
On Wed, 25 Aug 2010 22:52:08 +0100 Matt Fleming m...@console-pimps.org wrote: On Tue, 13 Jul 2010 11:32:33 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Hi Andrew Andrew Morton wrote: On Wed, 07 Jul 2010 11:01:20 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote:

Re: [PATCH] tmio_mmc: Prevents unexpected status clear

2010-08-25 Thread Matt Fleming
On Thu, 15 Jul 2010 13:25:52 -0700 Andrew Morton a...@linux-foundation.org wrote: On Tue, 13 Jul 2010 10:16:39 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Hi Andrew Thank you for your comment. #define ack_mmc_irqs(host, i) \ do { \ -u32

Re: [PATCH] tmio_mmc: Revise a limit of the data size

2010-08-25 Thread Matt Fleming
On Wed, 25 Aug 2010 15:05:02 -0700 Andrew Morton a...@linux-foundation.org wrote: Actually I don't know what happened with this. I merged it on July 8 and appear to have dropped it on July 27, but I can't find its removed-from-mm email so I don't know why I dropped it. Weird. Oh,

Re: [PATCH] MMC: add support for the Marvell platform SDHCI controller

2010-08-25 Thread Matt Fleming
On Tue, 22 Jun 2010 17:09:02 +0300 Saeed Bishara sa...@marvell.com wrote: This patch implements the driver for the platfrom SDHCI controllers that found on some of Marvell's SoC's. Signed-off-by: Saeed Bishara sa...@marvell.com --- drivers/mmc/host/Kconfig| 12 ++

Re: [PATCH] tmio_mmc: Prevents unexpected status clear

2010-08-25 Thread Andrew Morton
On Wed, 25 Aug 2010 23:11:07 +0100 Matt Fleming m...@console-pimps.org wrote: On Thu, 15 Jul 2010 13:25:52 -0700 Andrew Morton a...@linux-foundation.org wrote: On Tue, 13 Jul 2010 10:16:39 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Hi Andrew Thank you for your

+ tmio_mmc-dont-clear-unhandled-pending-interrupts.patch added to -mm tree

2010-08-25 Thread akpm
The patch titled tmio_mmc: don't clear unhandled pending interrupts has been added to the -mm tree. Its filename is tmio_mmc-dont-clear-unhandled-pending-interrupts.patch Before you just go and hit reply, please: a) Consider who else should be cc'ed b) Prefer to cc a suitable

Re: [PATCH] MMC: add support for the Marvell platform SDHCI controller

2010-08-25 Thread Andrew Morton
On Wed, 25 Aug 2010 23:39:58 +0100 Matt Fleming m...@console-pimps.org wrote: On Tue, 22 Jun 2010 17:09:02 +0300 Saeed Bishara sa...@marvell.com wrote: This patch implements the driver for the platfrom SDHCI controllers that found on some of Marvell's SoC's. Signed-off-by: Saeed

+ mmc-add-support-for-the-marvell-platform-sdhci-controller.patch added to -mm tree

2010-08-25 Thread akpm
The patch titled mmx: add support for the Marvell platform SDHCI controller has been added to the -mm tree. Its filename is mmc-add-support-for-the-marvell-platform-sdhci-controller.patch Before you just go and hit reply, please: a) Consider who else should be cc'ed b) Prefer to

Re: [PATCH] tmio_mmc: Prevents unexpected status clear

2010-08-25 Thread Yusuke Goda
Hi Matt, Andrew Andrew Morton wrote: On Wed, 25 Aug 2010 23:11:07 +0100 Matt Fleming m...@console-pimps.org wrote: On Thu, 15 Jul 2010 13:25:52 -0700 Andrew Morton a...@linux-foundation.org wrote: On Tue, 13 Jul 2010 10:16:39 +0900 Yusuke Goda yusuke.goda...@renesas.com wrote: Hi

example for using mmc_test.c

2010-08-25 Thread Primus Mutasingwa
Hello, I am looking for an example that shows how to use the driver in: driver/mmc/card/mmc_test.c. Anyone with sample user space code or instructions on how to use please forward to me. kernel version used is 2.6.33.7 thanks. P. Mutasingwa pmutasin...@yahoo.com -- To unsubscribe

Re: [PATCH] tmio_mmc: Revise a limit of the data size

2010-08-25 Thread Ian Molton
Probably dropped because I complained about two things, 1) The patch doesnt check what the hardware is underneath before arbitrarily changing the parameters relied on by some hardware 2) Removing a comment I put there for a good reason without explaining why. It works on my hardware is not a

Re: [PATCH 3/4] sh_mmcif: Allow the platform to specify own get_cd handler

2010-08-25 Thread Yusuke Goda
Hi Arnd Thanks, your patches! Arnd Hannemann wrote: In some platforms (e.g. AP4EVB) the card detect pin of a slot is not directly connected to the sh_mmcif controller, so that polling needs to be used. To overcome the overhead induced by querying the controller on each poll cycle, card

Re: example for using mmc_test.c

2010-08-25 Thread Mark F. Brown
On Wed, Aug 25, 2010 at 9:01 PM, Primus Mutasingwa pmutasin...@yahoo.com wrote: Hello, I am looking for an example that shows how to use the driver in: driver/mmc/card/mmc_test.c. Anyone with sample user space code or instructions on how to use please forward to me. kernel version used