mbox series

[v2,0/3] Bug Fixes to Tap Delay code in SDHCI Arasan driver

Message ID 1605515565-117562-1-git-send-email-manish.narani@xilinx.com
Headers show
Series Bug Fixes to Tap Delay code in SDHCI Arasan driver | expand

Message

Manish Narani Nov. 16, 2020, 8:32 a.m. UTC
This patch set consists a couple of minor bug fixes for SDHCI Arasan
driver. The fixes are for tap delay programming where in some cases
tuning is failing for some of the SD cards.

Changes in v2:
	- Fixed the eemi_ops call issue by replacing to an API call
	  directly
	- Merged https://lore.kernel.org/patchwork/patch/1336342/
	  with this series of patches

Manish Narani (3):
  mmc: sdhci-of-arasan: Allow configuring zero tap values
  mmc: sdhci-of-arasan: Use Mask writes for Tap delays
  mmc: sdhci-of-arasan: Issue DLL reset explicitly

 drivers/mmc/host/sdhci-of-arasan.c | 51 +++++++++++-------------------
 1 file changed, 19 insertions(+), 32 deletions(-)

Comments

Ulf Hansson Nov. 17, 2020, 11:50 a.m. UTC | #1
On Mon, 16 Nov 2020 at 09:33, Manish Narani <manish.narani@xilinx.com> wrote:
>
> This patch set consists a couple of minor bug fixes for SDHCI Arasan
> driver. The fixes are for tap delay programming where in some cases
> tuning is failing for some of the SD cards.
>
> Changes in v2:
>         - Fixed the eemi_ops call issue by replacing to an API call
>           directly
>         - Merged https://lore.kernel.org/patchwork/patch/1336342/
>           with this series of patches
>
> Manish Narani (3):
>   mmc: sdhci-of-arasan: Allow configuring zero tap values
>   mmc: sdhci-of-arasan: Use Mask writes for Tap delays
>   mmc: sdhci-of-arasan: Issue DLL reset explicitly
>
>  drivers/mmc/host/sdhci-of-arasan.c | 51 +++++++++++-------------------
>  1 file changed, 19 insertions(+), 32 deletions(-)
>

Applied for fixes and by adding a stable tag, thanks!

Kind regards
Uffe