All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Hunter <adrian.hunter@intel.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Chris Ball <chris@printf.net>, linux-mmc <linux-mmc@vger.kernel.org>
Subject: Re: [PATCH 00/13] mmc: Some Braswell and misc patches
Date: Wed, 24 Sep 2014 10:45:54 +0300	[thread overview]
Message-ID: <542276B2.6010201@intel.com> (raw)
In-Reply-To: <CAPDyKFp9u1ausSkzo9wEM1YRH5aJb6BXmPmToncpgx5P95Rx-A@mail.gmail.com>

On 23/09/2014 10:34 a.m., Ulf Hansson wrote:
> On 22 September 2014 12:17, Adrian Hunter <adrian.hunter@intel.com> wrote:
>> Hi
>>
>> Here are some patches to further support for Intel Braswell
>> SoC plus some miscellaneous changes.
>>
>> The patches needed for Braswell are:
>>
>>        mmc: sdhci: Add quirk for always getting TC with stop cmd
>>        mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllers
>>        mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller
>>        mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllers
>>        mmc: sdhci-pci: Add Bay Trail and Braswell SD card detect
>>        mmc: sdhci: Let a driver override timeout clock frequency
>>        mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency
>>
>
> The above seems like a good argument to at least split this patchset
> into two pieces, could you please do that?

OK, split into 2 patch sets:

	http://marc.info/?l=linux-mmc&m=141150256610085&w=2
	http://marc.info/?l=linux-mmc&m=141154429821225&w=2

>
> Kind regards
> Uffe
>
>>
>> Adrian Hunter (13):
>>        mmc: Fix use of wrong device in mmc_gpiod_free_cd()
>>        mmc: Fix incorrect warning when setting 0 Hz via debugfs
>>        mmc: It is not an error for the card to be removed while suspended
>>        mmc: block: Fix error recovery stop cmd timeout calculation
>>        mmc: block: Fix SD card stop cmd response type
>>        mmc: sdhci: Add quirk for always getting TC with stop cmd
>>        mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllers
>>        mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller
>>        mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllers
>>        mmc: sdhci-pci: Add Bay Trail and Braswell SD card detect
>>        mmc: sdhci: Let a driver override timeout clock frequency
>>        mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency
>>        mmc: sdhci: Transfer Complete has higher priority than Data Timeout Error
>>
>>   drivers/mmc/card/block.c      | 30 ++++++++++++++++++++++++------
>>   drivers/mmc/core/core.c       |  2 +-
>>   drivers/mmc/core/mmc.c        |  2 +-
>>   drivers/mmc/core/sd.c         |  2 +-
>>   drivers/mmc/core/slot-gpio.c  |  2 +-
>>   drivers/mmc/host/sdhci-acpi.c |  6 ++++--
>>   drivers/mmc/host/sdhci-pci.c  | 28 +++++++++++++++++++++++++---
>>   drivers/mmc/host/sdhci-pci.h  |  4 ++++
>>   drivers/mmc/host/sdhci.c      | 27 +++++++++++++++++++--------
>>   include/linux/mmc/sdhci.h     |  2 ++
>>   10 files changed, 82 insertions(+), 23 deletions(-)
>>
>>
>> Regards
>> Adrian

      reply	other threads:[~2014-09-24  7:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-22 10:17 [PATCH 00/13] mmc: Some Braswell and misc patches Adrian Hunter
2014-09-22 10:17 ` [PATCH 01/13] mmc: Fix use of wrong device in mmc_gpiod_free_cd() Adrian Hunter
2014-09-22 10:17 ` [PATCH 02/13] mmc: Fix incorrect warning when setting 0 Hz via debugfs Adrian Hunter
2014-09-22 10:17 ` [PATCH 03/13] mmc: It is not an error for the card to be removed while suspended Adrian Hunter
2014-09-22 10:17 ` [PATCH 04/13] mmc: block: Fix error recovery stop cmd timeout calculation Adrian Hunter
2014-09-22 10:17 ` [PATCH 05/13] mmc: block: Fix SD card stop cmd response type Adrian Hunter
2014-09-22 10:17 ` [PATCH 06/13] mmc: sdhci: Add quirk for always getting TC with stop cmd Adrian Hunter
2014-09-22 10:17 ` [PATCH 07/13] mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllers Adrian Hunter
2014-09-22 10:17 ` [PATCH 08/13] mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller Adrian Hunter
2014-09-22 10:17 ` [PATCH 09/13] mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllers Adrian Hunter
2014-09-22 10:17 ` [PATCH 10/13] mmc: sdhci-pci: Add Bay Trail and Braswell SD card detect Adrian Hunter
2014-09-22 10:17 ` [PATCH 11/13] mmc: sdhci: Let a driver override timeout clock frequency Adrian Hunter
2014-09-22 10:17 ` [PATCH 12/13] mmc: sdhci-pci: Fix Braswell eMMC " Adrian Hunter
2014-09-22 10:17 ` [PATCH 13/13] mmc: sdhci: Transfer Complete has higher priority than Data Timeout Error Adrian Hunter
2014-09-23  7:34 ` [PATCH 00/13] mmc: Some Braswell and misc patches Ulf Hansson
2014-09-24  7:45   ` Adrian Hunter [this message]

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=542276B2.6010201@intel.com \
    --to=adrian.hunter@intel.com \
    --cc=chris@printf.net \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /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.