[linux-yocto] [PATCH 3/4] mmc: block: Always switch back to main area after RPMB access

2016-06-17 Thread Lim Key Seong
ed-off-by: Adrian Hunter <adrian.hun...@intel.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 3c866568aff7dcfc0bbd5ffc7fcc34fa8f100f67) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/card/block.c | 8 1 file changed, 8 i

[linux-yocto] [PATCH 4/4] mmc: block: Pause re-tuning while switched to the RPMB partition

2016-06-17 Thread Lim Key Seong
.hun...@intel.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 57da0c042f4af52614f4bd1a148155a299ae5cd8) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/card/block.c | 11 ++- 1 file changed, 10 insertions(+), 1 deleti

[linux-yocto] [PATCH 2/4] mmc: core: Add a facility to "pause" re-tuning

2016-06-17 Thread Lim Key Seong
need to "unpause" in the recovery path, which is catered for by adding it to mmc_retune_disable(). Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 7ff2760999a86e4d2b1af93dcf0f0d336c309571) S

[linux-yocto] [PATCH 1/4] mmc: block: Add new ioctl to send multi commands

2016-06-17 Thread Lim Key Seong
iri Holi <sh...@nvidia.com> Signed-off-by: Jon Hunter <jonath...@nvidia.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit a5f5774c55a2e3ed75f4d6c5556b7bfcb726e6f0) Signed-off-by: Lim Key Seong <key.seong@intel.com> ---

[linux-yocto] [PATCH 0/4] mmc: block: Pause re-tuning while switched to the RPMB partition

2016-06-16 Thread Lim Key Seong
Hi Bruce, These patches are backport to resolve MMC re-tune issue on RPMB partition. Three patches upstream to mainline by Adrian Hunter, are required to resolve RPMB re-tune issue completely. The patch upstream to mainline by Jon Hunter is the dependency patch, so that the RPMB re-tune patches

[linux-yocto] [PATCH 8/8] mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers

2016-06-10 Thread Lim Key Seong
Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/host/sdhci-acpi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 08d86d4..f478b14 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++

[linux-yocto] [PATCH 6/8] mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers

2016-06-10 Thread Lim Key Seong
in stable since v4.4.4. Signed-off-by: Adrian Hunter <adrian.hun...@intel.com> Cc: sta...@vger.kernel.org # v4.4+ Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 01d6b2a40a0fa73c90e05b1033f181a51fec9292) Signed-off-by: Lim Key Seong <key.seong@i

[linux-yocto] [PATCH 3/8] mmc: sdhci: Allow override of get_cd() called from sdhci_request()

2016-06-10 Thread Lim Key Seong
f-by: Adrian Hunter <adrian.hun...@intel.com> Cc: sta...@vger.kernel.org # v4.4+ Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 8d28b7a72fe18bcdcdb047243ba8fec36b149955) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/host/sdh

[linux-yocto] [PATCH 4/8] mmc: sdhci-pci: Fix card detect race for Intel BXT/APL

2016-06-10 Thread Lim Key Seong
ed-off-by: Adrian Hunter <adrian.hun...@intel.com> Cc: sta...@vger.kernel.org # v4.4+ Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 163cbe31e5163459908a41a2b4e0d33a28fd557a) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/ho

[linux-yocto] [PATCH 2/8] mmc: sdhci: Allow override of mmc host operations

2016-06-10 Thread Lim Key Seong
+ Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit bf60e592a1af4d6f65dd54593250183f14360eed) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/host/sdhci.c | 3 ++- drivers/mmc/host/sdhci.h | 1 + 2 files changed, 3 insertions(+), 1

[linux-yocto] [PATCH 7/8] mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers

2016-06-10 Thread Lim Key Seong
Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/host/sdhci-pci-core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index e3ba6ff..15bce46 100644 --- a/drivers/mmc/hos

[linux-yocto] [PATCH 5/8] mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL

2016-06-10 Thread Lim Key Seong
ed-off-by: Adrian Hunter <adrian.hun...@intel.com> Cc: sta...@vger.kernel.org # v4.4+ Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 6a645dd87a5a506779810d7d9935c25fc2ef4687) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mm

[linux-yocto] [PATCH 0/8] mmc: sdhci: Enable MMC_CAP_AGGRESSIVE_PM for Broxton controllers

2016-06-10 Thread Lim Key Seong
Hi Bruce, These patches are backport for enabling MMC aggressive PM for Broxton controllers. Two patches on enabling MMC_CAP_AGGRESIVE_PM had upstream to mainline Linux Kernel by Adrian Hunter. The rest of 6 patches are dependency patches to apply two aggressive PM patches cleanly. There are

[linux-yocto] [PATCH 1/8] mmc: sdhci: make max-frequency property in device tree work

2016-06-10 Thread Lim Key Seong
.@freescale.com> Reviewed-by: Johan Derycke <johan.dery...@barco.com> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> (cherry picked from commit 5924175755a0ed902d91f2f2660e914032fa63e5) Signed-off-by: Lim Key Seong <key.seong@intel.com> --- drivers/mmc/host/sdhci.c | 9

[linux-yocto] [PATCH] mtd: spi-nor: add support for w25q128fw to linux-yocto-4.1

2016-06-09 Thread Lim Key Seong
Hi Bruce, This patch is backport for enabling winbond SPI Flash - w25q128fw that upstreamed to the mainline Linux Kernel by Brian Norris. This patch is targeted for linux-yocto-4.1, standard/base branch. Thanks Best regards KS LIM Brian Norris (1): mtd: spi-nor: add support for w25q128fw