Re: [PATCH 00/13] mmc: Some Braswell and misc patches

2014-09-24 Thread Adrian Hunter

On 23/09/2014 10:34 a.m., Ulf Hansson wrote:

On 22 September 2014 12:17, Adrian Hunter adrian.hun...@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-mmcm=141150256610085w=2
http://marc.info/?l=linux-mmcm=141154429821225w=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

--
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-info.html


Re: [PATCH 00/13] mmc: Some Braswell and misc patches

2014-09-23 Thread Ulf Hansson
On 22 September 2014 12:17, Adrian Hunter adrian.hun...@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?

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
--
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-info.html


[PATCH 00/13] mmc: Some Braswell and misc patches

2014-09-22 Thread Adrian Hunter
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


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
--
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-info.html