1000 results
Order by date - Order by pertinence
All (1000)
High-tech (1000)
 
[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.
From 94d1ea57ac2fbe37133e25e99ccb265250f0027d Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang@analog.com> Date: Fri, 9 Jul 2010 15:36:20 +0800 Subject: [PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over ...
Message posted on the July 9th, 2010 - 4:10 AM ET
[PATCH] mmc: Fix a typo in ocr_avail mask check for MMC
In the patch "mmc: Add support for JMicron 388 SD/MMC controller", I changed a wrong field for MMC during rewrite. Fixed now. Signed-off-by: Takashi Iwai <tiwai@suse.de> drivers/mmc/host/sdhci.c | 2 +- 1 files changed, 1 ...
Message posted on the December 15th, 2010 - 8:20 AM ET
[PATCH] mmc: card: Skip secure option for MoviNAND.
From 5c60eb8be04c7440d6e33b8f72ea2046a3657ac4 Mon Sep 17 00:00:00 2001 From: ian.cy.chen <ian.cy.chen@samsung.com> Date: Mon, 13 Aug 2012 10:53:55 +0900 Subject: [PATCH] mmc: card: Skip secure option for MoviNAND. For several MoviNAND, there ...
Message posted on the August 13th, 2012 - 6:00 AM ET
[PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment
From aaea3405944d844f53679b295d4082584f33d9a3 Mon Sep 17 00:00:00 2001 From: ZhangYi <yix.x.zhang@intel.com> Date: Tue, 8 Jan 2013 13:50:09 +0800 Subject: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment The right value is 54 ...
Message posted on the January 8th, 2013 - 1:10 AM ET
[PATCH] mmc,sdio: Fix the panic due to devname NULL when calling pm_runtime_set_active()
Subject: [PATCH] mmc,sdio: Fix the panic due to devname NULL when calling pm_runtime_set_active() Meet one panic as the below: <1>[ 15.067350] BUG: unable to handle kernel NULL pointer dereference at (null) <1>[ 15.074455] IP: ...
Message posted on the November 15th, 2012 - 11:00 PM ET
[PATCH] mmc/sdio: don't allow interface to runtime-suspend until probe is finished.
Greetings. I've been chasing down a problem with the SDIO-attached wifi card in the GTA04 (www.gta04.org). The problem seems very similar to that described in http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg04289.html as referenced in: ...
Message posted on the December 4th, 2011 - 9:00 PM ET
[PATCH] mmc: use usleep_range() in mmc_delay()
From f447d78db65c6675e69466e8ed08364ff065ac08 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov <dmitry.antipov@linaro.org> Date: Wed, 21 Dec 2011 10:51:03 +0400 Subject: [PATCH] mmc: use usleep_range() in mmc_delay() drivers/mmc/core/core.h | ...
Message posted on the December 21st, 2011 - 2:00 AM ET
[PATCH] mmc: add module parameter to set whether cards are assumed removable
Some people run general-purpose distribution kernels on netbooks with a card that is physically non-removable or logically non-removable (e.g. used for /home) and cannot be cleanly unmounted during suspend. Add a module parameter to set whether ...
Message posted on the November 10th, 2009 - 11:50 PM ET
[PATCH] mmc: Test bus-width for old MMC devices (v2)
From: Aries Lee <arieslee@jmicron.com> Some old MMC devices fail with the 4/8 bits the driver tries to use exclusively. This patch adds a test for the given bus setup and falls back to the lower bit mode (until 1-bit mode) when the test ...
Message posted on the December 15th, 2010 - 2:20 AM ET
[PATCH] mmc: remove linux/blkdev.h include from host drivers
None of mmc host drivers using linux/blkdev.h header really need anything from it. The slight exception is atmel-mci, which uses blkdev.h only because it indirectly pulls asm/cacheflush.h So remove any inclusion of blkdev.h - it should also fix ...
Message posted on the April 10th, 2012 - 3:10 PM ET
[PATCH] mmc: drop the "state" argument to mmc_suspend_host()
Even though many mmc host drivers pass a pm_message_t argument to mmc_suspend_host() that argument isn't used the by MMC core. As host drivers are converted to dev_pm_ops they'll have to construct pm_message_t's (as they won't be passed by the PM ...
Message posted on the May 13th, 2010 - 3:10 PM ET
[PATCH] MMC: move regulator handling closer to core v3
After discovering a problem in regulator reference counting I took Mark Brown's advice to move the reference count into the MMC core by making the regulator status a member of struct mmc_host. I took this opportunity to also implement NULL versions ...
Message posted on the September 5th, 2010 - 5:10 AM ET
[PATCH] MMC: move regulator handling closer to core v2
After discovering a problem in regulator reference counting I took Mark Brown's advice to move the reference count into the MMC core by making the regulator status a member of struct mmc_host. I took this opportunity to also implement NULL versions ...
Message posted on the August 31st, 2010 - 11:30 AM ET
[PATCH] MMC: move regulator handling closer to core
After discovering a problem in regulator reference counting I took Mark Brown's advice to move the reference count into the MMC core by making the regulator status a member of struct mmc_host. I took this opportunity to also implement NULL versions ...
Message posted on the August 29th, 2010 - 1:20 PM ET