All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mmc: sdhci-msm: Corrections to implementation of power irq
@ 2017-08-18  5:19 ` Vijay Viswanath
  0 siblings, 0 replies; 37+ messages in thread
From: Vijay Viswanath @ 2017-08-18  5:19 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson, will.deacon
  Cc: linux-arm-kernel, linux-mmc, linux-kernel, linux-arm-msm,
	asutoshd, stummala, riteshh, subhashj, Vijay Viswanath

Register writes which change voltage of IO lines or turn the IO bus on/off
require sdhc controller to be ready before progressing further. Once a
register write which affects IO lines is done, the driver should wait for
power irq from controller. Once the irq comes, the driver should acknowledge
the irq by writing to power control register. If the acknowledgement is not
given to controller, the controller may not complete the corresponding
register write action and this can mess up the controller if drivers proceeds
without power irq completing. 

Sahitya Tummala (2):
  mmc: sdhci-msm: Fix HW issue with power IRQ handling during reset
  mmc: sdhci-msm: Add support to wait for power irq

Subhash Jadavani (1):
  mmc: sdhci-msm: fix issue with power irq

Vijay Viswanath (2):
  mmc: sdhci-msm: Add ops to do sdhc register write
  defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS

 arch/arm64/configs/defconfig |   1 +
 drivers/mmc/host/sdhci-msm.c | 233 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 229 insertions(+), 5 deletions(-)

-- 
 Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc. 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2017-08-28 12:35 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18  5:19 [PATCH 0/5] mmc: sdhci-msm: Corrections to implementation of power irq Vijay Viswanath
2017-08-18  5:19 ` Vijay Viswanath
2017-08-18  5:19 ` [PATCH 1/5] mmc: sdhci-msm: fix issue with " Vijay Viswanath
2017-08-18  5:19   ` Vijay Viswanath
2017-08-24  7:40   ` Adrian Hunter
2017-08-24  7:40     ` Adrian Hunter
2017-08-28 12:33     ` Vijay Viswanath
2017-08-28 12:33       ` Vijay Viswanath
2017-08-18  5:19 ` [PATCH 2/5] mmc: sdhci-msm: Fix HW issue with power IRQ handling during reset Vijay Viswanath
2017-08-18  5:19   ` Vijay Viswanath
2017-08-24  7:42   ` Adrian Hunter
2017-08-24  7:42     ` Adrian Hunter
2017-08-28 12:34     ` Vijay Viswanath
2017-08-28 12:34       ` Vijay Viswanath
2017-08-18  5:19 ` [PATCH 3/5] mmc: sdhci-msm: Add support to wait for power irq Vijay Viswanath
2017-08-18  5:19   ` Vijay Viswanath
2017-08-24 10:05   ` Adrian Hunter
2017-08-24 10:05     ` Adrian Hunter
2017-08-28 12:34     ` Vijay Viswanath
2017-08-28 12:34       ` Vijay Viswanath
2017-08-18  5:19 ` [PATCH 4/5] mmc: sdhci-msm: Add ops to do sdhc register write Vijay Viswanath
2017-08-18  5:19   ` Vijay Viswanath
2017-08-24 10:11   ` Adrian Hunter
2017-08-24 10:11     ` Adrian Hunter
2017-08-28 12:35     ` Vijay Viswanath
2017-08-28 12:35       ` Vijay Viswanath
2017-08-18  5:19 ` [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Vijay Viswanath
2017-08-18  5:19   ` Vijay Viswanath
2017-08-22  9:38   ` Ulf Hansson
2017-08-22  9:38     ` Ulf Hansson
2017-08-22  9:38     ` Ulf Hansson
2017-08-28 12:35     ` Vijay Viswanath
2017-08-28 12:35       ` Vijay Viswanath
2017-08-28 12:35       ` Vijay Viswanath
2017-08-22  9:40 ` [PATCH 0/5] mmc: sdhci-msm: Corrections to implementation of power irq Ulf Hansson
2017-08-22  9:40   ` Ulf Hansson
2017-08-22  9:40   ` Ulf Hansson

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.