[PATCH [mmc-utils] 1/2] fix make handling

2013-12-12 Thread Mike Frysinger
From: Mike Frysinger vap...@chromium.org Fix the recurisve make targets by using $(MAKE). Otherwise we get lots of warnings and issues with parallel builds. Fix the install target -- the man subdir was missing a dummy target. Add proper .PHONY markings. Signed-off-by: Mike Frysinger vap

[PATCH [mmc-utils] 2/2] start a README

2013-12-12 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- README | 12 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000..e7d5210 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Userspace tools for MMC/SD devices

Re: [PATCH 3/4] mmc: Logging neatening

2011-11-16 Thread Mike Frysinger
On Tuesday 15 November 2011 20:48:05 NamJae Jeon wrote: 2011/11/16 Joe Perches j...@perches.com: mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE); /* Enable mci interrupt */ - dev_info(pdev-dev, DW MMC controller at irq %d, -%d bit host data width, -

[PATCH] mmc: bfin_sdh: fix alloc size for private data

2011-01-11 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mmc/host/bfin_sdh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/bfin_sdh.c b/drivers/mmc/host/bfin_sdh.c index bac7d62..9193e06 100644 --- a/drivers/mmc/host/bfin_sdh.c +++ b/drivers/mmc/host

[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-10-16 Thread Mike Frysinger
last SD command again. The retry count is set to 5 to ensure the driver pass any stress test. Signed-off-by: Sonic Zhang sonic.zh...@analog.com [cjb: fixed merge conflict against current Linus] Signed-off-by: Chris Ball c...@laptop.org Signed-off-by: Mike Frysinger vap...@gentoo.org --- Andrew: we

Re: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-10-16 Thread Mike Frysinger
On Sat, Oct 16, 2010 at 19:01, Chris Ball wrote: On Sat, Oct 16, 2010 at 05:19:36PM -0400, Mike Frysinger wrote: Andrew: we posted this months ago with no feedback ... could you pick it up ? Sorry, my fault for missing this -- I've pushed it to mmc-next now, with minor language changes. np

Re: [PATCH v2] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-07-16 Thread Mike Frysinger
On Fri, Jul 16, 2010 at 06:51, Sonic Zhang wrote: Any comments? might want to CC akpm so he'll pick this up in case the mmc guys miss it -mike -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [Uclinux-dist-devel] [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.

2010-07-09 Thread Mike Frysinger
On Fri, Jul 9, 2010 at 04:03, sonic zhang sonic@gmail.com wrote: SPI bus is not reliable on all platforms when doing large dada transfer. dada - data occational CRC error is reported by SD device. This patch makes the occational - occasional -mike -- To unsubscribe from this list: send

[PATCH 1/3] mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systems

2010-01-19 Thread Mike Frysinger
The local sg variable is only used with BF54x code. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mmc/host/bfin_sdh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/bfin_sdh.c b/drivers/mmc/host/bfin_sdh.c index 3343a57..f218a99 100644

[PATCH 3/3] mmc: bfin_sdh: set timeout based on actual card data

2010-01-19 Thread Mike Frysinger
From: Cliff Cai cliff@analog.com The hardcoded value doesn't really work for all cards. Signed-off-by: Cliff Cai cliff@analog.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mmc/host/bfin_sdh.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v4][mmc/host]:Blackfin SD Host Controller Driver

2009-11-29 Thread Mike Frysinger
On Wed, Nov 25, 2009 at 17:43, Andrew Morton wrote: On Wed, 25 Nov 2009 17:25:20 -0500 Mike Frysinger wrote: Arguably wrong from a coding-style POV and looks weird IMO. __Adds a bit of risk that subsequent coders will think they're writing in python adn will add bugs. i dont really get

Re: [PATCH][mmc/host]:Blackfin SD Host Controller Driver

2009-11-24 Thread Mike Frysinger
On Tue, Nov 24, 2009 at 10:39, cliffcai...@gmail.com wrote: From: Cliff Cai cliffcai...@gmail.com Signed-off-by: Cliff Cai cliffcai...@gmail.com you dropped some people's s-o-b tags +out4: +       free_irq(host-irq, host); you didnt address the feedback given last time here: You need

Re: [PATCH v2] [mmc/host]:Blackfin SD Host Controller Driver

2009-11-24 Thread Mike Frysinger
the s-o-b's: Signed-off-by: Bryan Wu coolo...@kernel.org Signed-off-by: Mike Frysinger vap...@gentoo.org -mike -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH v2] [mmc/host]:Blackfin SD Host Controller Driver

2009-11-24 Thread Mike Frysinger
On Tue, Nov 24, 2009 at 22:58, Cliff Cai wrote: On Wed, Nov 25, 2009 at 11:51 AM, Mike Frysinger wrote: On Wed, Nov 25, 2009 at 06:25,  cliffcai...@gmail.com wrote: From: Cliff Cai cliffcai...@gmail.com v2-v1 change:remove mmc host before releasing it in sdh_probe(). Signed-off-by: Cliff