All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SDHCI-S3C fixes and enhancements (driver specific code)
@ 2010-06-09  9:39 ` Marek Szyprowski
  0 siblings, 0 replies; 31+ messages in thread
From: Marek Szyprowski @ 2010-06-09  9:39 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc, linux-mmc
  Cc: kyungmin.park, kgene.kim, ben-linux, m.szyprowski

Hello,

This series includes various fixes to sdhci-s3c driver as well as a
major feature enhancement. This patch series is prepared to get complete
sdhci support on Samsung Aquila board.

A quick overview on the patches:

#1 - enable sdhci-s3c driver on all Samsung platforms
#2 - add missing sdhci_s3c_driver_remove() function
#3 - use sdhci quirk to increase the transaction timeout (let me know if
     this can break any exitsting code)
#4 - introduce new sdhci quirk to get rid of anoying runtime warning and
     possible problems with slow mmc/sd cards
#5 - add support for various methods of notifying the host driver about
     the card insertion/removal (should be compatible with existing code)

Last patch requires changes to the Samsung platform setup code, which
has been posted in a separate patch series for easier merging, please
refer to the "[PATCH] SDHCI-S3C fixes and enhancements (platform
specific code)" thread.

A complete list of patches:

[PATCH 1/5] sdhci-s3c: depend on plat-samsung
[PATCH 2/5] sdhci-s3c: add missing remove function
[PATCH 3/5] sdhci-s3c: increase the timeout value
[PATCH 4/5] sdhci-s3c: add support for the non standard minimal clock value
[PATCH 5/5] sdhci-s3c: add support for new card detection methods

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center

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

end of thread, other threads:[~2010-08-28  2:29 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09  9:39 [PATCH] SDHCI-S3C fixes and enhancements (driver specific code) Marek Szyprowski
2010-06-09  9:39 ` Marek Szyprowski
2010-06-09  9:39 ` [PATCH 1/5] sdhci-s3c: depend on plat-samsung Marek Szyprowski
2010-06-09  9:39   ` Marek Szyprowski
2010-06-11  0:29   ` Kukjin Kim
2010-06-11  0:29     ` Kukjin Kim
2010-06-11  5:24     ` Ben Dooks
2010-06-11  5:24       ` Ben Dooks
2010-06-11  5:42       ` Kyungmin Park
2010-06-11  5:42         ` Kyungmin Park
2010-06-11 10:30       ` Mark Brown
2010-06-11 10:30         ` Mark Brown
2010-06-09  9:39 ` [PATCH 2/5] sdhci-s3c: add missing remove function Marek Szyprowski
2010-06-09  9:39   ` Marek Szyprowski
2010-06-09  9:39 ` [PATCH 3/5] sdhci-s3c: increase the timeout value Marek Szyprowski
2010-06-09  9:39   ` Marek Szyprowski
2010-06-10 10:46   ` Kukjin Kim
2010-06-10 10:46     ` Kukjin Kim
2010-08-27 19:53   ` Chris Ball
2010-08-27 19:53     ` Chris Ball
2010-06-09  9:39 ` [PATCH 4/5] sdhci-s3c: add support for the non standard minimal clock value Marek Szyprowski
2010-06-09  9:39   ` Marek Szyprowski
2010-08-27 19:54   ` Chris Ball
2010-08-27 19:54     ` Chris Ball
2010-08-28  0:54     ` Kukjin Kim
2010-08-28  0:54       ` Kukjin Kim
2010-08-28  2:29       ` Chris Ball
2010-06-09  9:39 ` [PATCH 5/5] sdhci-s3c: add support for new card detection methods Marek Szyprowski
2010-06-09  9:39   ` Marek Szyprowski
2010-06-10 12:06   ` [PATCH 5/5 fixed] " Marek Szyprowski
2010-06-10 12:06     ` Marek Szyprowski

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.