[RFC][PATCH v2] mmc_block: Allow more than 8 partitions per card

2015-10-22 Thread John Stultz
; Cc: Arnd Bergmann <a...@arndb.de> Cc: Android Kernel Team <kernel-t...@android.com> Cc: linux-mmc@vger.kernel.org Signed-off-by: Colin Cross <ccr...@android.com> [jstultz: Added context to commit message] Signed-off-by: John Stultz <john.stu...@linaro.org> --- v2: Added c

[RFC][PATCH] mmc_block: Allow more than 8 partitions per card

2015-10-16 Thread John Stultz
;shawn@rock-chips.com> Cc: Android Kernel Team <kernel-t...@android.com> Cc: linux-mmc@vger.kernel.org Signed-off-by: Colin Cross <ccr...@android.com> [jstultz: Added context to commit message] Signed-off-by: John Stultz <john.stu...@linaro.org> --- drivers/mmc/card

Re: [RFC][PATCH] mmc_block: Allow more than 8 partitions per card

2015-10-16 Thread John Stultz
On Fri, Oct 16, 2015 at 12:03 PM, Austin S Hemmelgarn <ahferro...@gmail.com> wrote: > On 2015-10-16 14:40, John Stultz wrote: >> >> From: Colin Cross <ccr...@android.com> >> >> It is quite common for Android devices to utilize more >> then 8 pa

Re: [PATCH V2 3/3] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-07-01 Thread John Stultz
On Tue, Jul 1, 2014 at 10:45 AM, Kees Cook keesc...@chromium.org wrote: On Fri, Jun 27, 2014 at 3:53 PM, John Stultz john.stu...@linaro.org wrote: On Fri, Jun 27, 2014 at 1:37 PM, Kees Cook keesc...@chromium.org wrote: I've been continuing to try to bisect this down

Re: [PATCH V2 3/3] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-06-27 Thread John Stultz
On Fri, Jun 27, 2014 at 1:37 PM, Kees Cook keesc...@chromium.org wrote: On Tue, Jun 17, 2014 at 12:33 AM, Ulf Hansson ulf.hans...@linaro.org wrote: On 17 June 2014 01:29, John Stultz john.stu...@linaro.org wrote: On Mon, Jun 16, 2014 at 3:41 PM, John Stultz john.stu...@linaro.org wrote: On Mon

Re: [PATCH V2 3/3] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-06-16 Thread John Stultz
version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.1), Copyright (c) 2003-2008 Fabrice Bellard To resolve the problem, let's restore the old behavior were the DATA irq is handled prior the CMD irq, but only for the arm_variant, which the problem was reported for. Reported-by: John Stultz john.stu

Re: [PATCH V2 3/3] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-06-16 Thread John Stultz
On Mon, Jun 16, 2014 at 2:20 PM, Ulf Hansson ulf.hans...@linaro.org wrote: This patch based upon my latest mmc tree and the next branch. I tried to apply it for 3.15, and I think you will be able resolve the conflict - I should be quite trivial. No worries. I just didn't want to waste time

Re: [PATCH V2 3/3] mmc: mmci: Reverse IRQ handling for the arm_variant

2014-06-16 Thread John Stultz
On Mon, Jun 16, 2014 at 3:41 PM, John Stultz john.stu...@linaro.org wrote: On Mon, Jun 16, 2014 at 2:20 PM, Ulf Hansson ulf.hans...@linaro.org wrote: This patch based upon my latest mmc tree and the next branch. I tried to apply it for 3.15, and I think you will be able resolve the conflict

Re: [RFC/PATCH] mmc: core: Signal wakeup event at card insert/removal

2013-09-24 Thread John Stultz
On 09/24/2013 12:55 AM, Ulf Hansson wrote: Hi Zoran, On 23 September 2013 23:14, Zoran Markovic zoran.marko...@linaro.org wrote: Hi Ulf, I like the fact that wakeups are now quite simplified. A couple of comments below: By signaling the wakeup event for a time of 5 s for devices configured

[PATCH 4/6] mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection

2011-04-22 Thread John Stultz
From: San Mehat s...@google.com CC: Chris Ball c...@laptop.org CC: Arnd Bergmann a...@arndb.de CC: Dima Zavin d...@android.com Signed-off-by: San Mehat s...@google.com [Add depends on EXPERIMENTAL -jstultz] Signed-off-by: John Stultz john.stu...@linaro.org --- drivers/mmc/core/Kconfig |9

[PATCH 0/6] Trivial MMC patches from Android

2011-04-22 Thread John Stultz
I've recently spent some time looking through the Android tree, and while there are some controversial interface changes, there are also a number of patches which look to be simply fixes that have not yet made it upstream. In order to make sure these fixes don't get overlooked, I'm trying to

[PATCH 5/6] mmc: sd: When resuming, try a little harder to init the card

2011-04-22 Thread John Stultz
From: San Mehat s...@android.com CC: Chris Ball c...@laptop.org CC: Arnd Bergmann a...@arndb.de CC: Dima Zavin d...@android.com Signed-off-by: San Mehat s...@android.com Signed-off-by: John Stultz john.stu...@linaro.org --- drivers/mmc/core/sd.c | 19 +++ 1 files changed, 19

[PATCH 6/6] mmc: sd: Add retries in re-detection

2011-04-22 Thread John Stultz
From: San Mehat s...@android.com Signed-off-by: San Mehat s...@android.com mmc: sd: Remove debugging printk CC: Chris Ball c...@laptop.org CC: Arnd Bergmann a...@arndb.de Signed-off-by: Dima Zavin d...@android.com Signed-off-by: John Stultz john.stu...@linaro.org --- drivers/mmc/core/sd.c

[PATCH 1/6] mmc: block: Resume multi-block reads after transient read errors.

2011-04-22 Thread John Stultz
From: David Ding david.j.d...@motorola.com CC: Chris Ball c...@laptop.org CC: Arnd Bergmann a...@arndb.de CC: Dima Zavin d...@android.com Signed-off-by: Bentao Zou bz...@motorola.com Signed-off-by: David Ding david.j.d...@motorola.com Signed-off-by: San Mehat s...@google.com Signed-off-by: John