lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Aug 2013 17:32:15 +0300
From:	Georgi Djakov <gdjakov@...sol.com>
To:	cjb@...top.org
Cc:	linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org,
	Georgi Djakov <gdjakov@...sol.com>
Subject: [PATCH 0/5] mmc: sdhci: Add quirks for Qualcomm MSM SDHCI controller

This patchset adds quirks for various workarounds and performance
improvements required for Qualcomm MSM SDHCI driver.

1. Read Transfer Active/ Write Transfer Active may be not de-asserted
   after end of transaction.
2. Slow interrupt clearance at 400KHz may cause host driver interrupt
   handler to be called twice.
3. Controller does not support tuning commands as defined in SD 3.0 spec
   and CMD CRC errors are expected for tuning commands.
4. Improve the speed of secure discard operations by not using the
   calculated value, but the default one instead.
5. Controller can not handle large timeout values for R1B commands.

Patches are based on v3.11-rc5.

Georgi Djakov (5):
  mmc: sdhci: add quirk for R/W Transfer Active EOT
  mmc: sdhci: add quirk for slow interrupt clearance
  mmc: sdhci: add quirk to ignore CMD CRC err for tuning commands
  mmc: sdhci: add quirk for max_discard calculation
  mmc: sdhci: add quirk to ignore timeout err for R1B

 drivers/mmc/host/sdhci.c  |   35 ++++++++++++++++++++++++++++++++++-
 include/linux/mmc/sdhci.h |   14 ++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ