messages from 2009-08-16 17:24:05 to 2009-09-09 13:52:26 UTC [more...]
Regression in suspend to ram in 2.6.31-rc kernels
2009-09-09 13:52 UTC (17+ messages)
[PATCH] mmc_spi: fail gracefully if host or card do not support the switch command
2009-09-09 13:02 UTC
[PATCH V3 0/30] mmc and omap_hsmmc patches
2009-09-09 12:00 UTC (31+ messages)
` [PATCH V3 1/30] mmc: add 'enable' and 'disable' methods to mmc host
` [PATCH V3 2/30] mmc: allow host claim / release nesting
` [PATCH V3 3/30] mmc: add MMC_CAP_NONREMOVABLE host capability
` [PATCH V3 4/30] mmc: add ability to save power by powering off cards
` [PATCH V3 5/30] mmc: add mmc card sleep and awake support
` [PATCH V3 6/30] mmc: power off once at removal
` [PATCH V3 7/30] mmc: check status after MMC SWITCH command
` [PATCH V3 8/30] omap_hsmmc: add debugfs entry (host registers)
` [PATCH V3 9/30] omap_hsmmc: make use of new enable/disable interface
` [PATCH V3 10/30] ARM: OMAP: mmc-twl4030: add context loss counter support
` [PATCH V3 11/30] omap_hsmmc: keep track of power mode
` [PATCH V3 12/30] omap_hsmmc: context save/restore support
` [PATCH V3 13/30] omap_hsmmc: set open drain bit correctly
` [PATCH V3 14/30] omap_hsmmc: ensure workqueues are empty before suspend
` [PATCH V3 15/30] omap_hsmmc: fix scatter-gather list sanity checking
` [PATCH V3 16/30] omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capability
` [PATCH V3 17/30] omap_hsmmc: support for deeper power saving states
` [PATCH V3 18/30] ARM: OMAP: mmc-twl4030: add regulator sleep / wake function
` [PATCH V3 19/30] omap_hsmmc: put MMC regulator to sleep
` [PATCH V3 20/30] omap_hsmmc: add mmc card sleep and awake support
` [PATCH V3 21/30] omap_hsmmc: fix NULL pointer dereference
` [PATCH V3 22/30] omap_hsmmc: cleanup macro usage
` [PATCH V3 23/30] omap_hsmmc: clear interrupt status after init sequence
` [PATCH V3 24/30] omap_hsmmc: cater for weird CMD6 behaviour
` [PATCH V3 25/30] omap_hsmmc: prevent races with irq handler
` [PATCH V3 26/30] omap_hsmmc: code refactoring
` [PATCH V3 27/30] omap_hsmmc: protect the card when the cover is open
` [PATCH V3 28/30] omap_hsmmc: ensure all clock enables and disables are paired
` [PATCH V3 29/30] omap_hsmmc: set a large data timeout for commands with busy signal
` [PATCH V3 30/30] ARM: OMAP: RX51: set MMC capabilities and power-saving flag
+ sdhci-orphan-driver-and-list.patch added to -mm tree
2009-09-09 6:08 UTC
[PATCH 7/8] s3c6410: sdhci: Remove host_caps field from sdhci platform data structure
2009-09-08 7:00 UTC
[PATCH 8/8] s3c6410: sdhci: Updating sdhci_s3c_remove module exit function
2009-09-08 7:02 UTC
[PATCH 5/8] s3c6410: sdhci: Removing unused host_caps entry from sdhci0 platform data
2009-09-08 6:55 UTC
[PATCH 6/8] s3c6410: sdhci: Modify platform data for sdhci-1
2009-09-08 6:57 UTC
[PATCH 3/8] s3c6410: sdhci: Set parent clock, source clock and sdhci module speed
2009-09-08 6:51 UTC
[PATCH 4/8] s3c6410: sdhci: Enable ADMA feature in 6410 sdhci controller
2009-09-08 6:52 UTC
[PATCH 1/8] s3c6410: sdhci: Adding additional elements in sdhci platform data structure
2009-09-08 6:46 UTC
[PATCH 2/8] s3c6410: sdhci: Adding additional data in sdhci platform data structure
2009-09-08 6:47 UTC
[PATCH 0/8] s3c6410: sdhci: Update Samsung 6410 SDHCI driver
2009-09-08 5:45 UTC
[PATCH] sdhci: Add new quirk in sdhci driver and update ADMA descriptor build
2009-09-08 5:41 UTC
[PATCH 3/4] s3c6410: Fix divider value calculation in s3c64xx_roundrate_clksrc
2009-09-08 5:35 UTC
[PATCH 4/4] s3c6410: Remove redundant mpll parent assignment
2009-09-08 5:40 UTC
[PATCH 2/4] s3c6410: update clk->parent when setting clock source
2009-09-08 5:30 UTC
[PATCH 1/4] s3c6410: use correct divider_shift in setrate_clksrc()
2009-09-08 5:26 UTC
[PATCH 0/4] s3c6410: Samsung 6410 clock configuration fixes
2009-09-08 5:24 UTC
BUG? a suspected race bug at sdio_irq_thread()
2009-09-08 2:30 UTC (2+ messages)
[PATCH 0/4] power management support for SDIO cards
2009-09-08 1:53 UTC (7+ messages)
` [PATCH 1/4] [MMC] core SDIO suspend/resume support
` [PATCH 2/4] [MMC] propagate error codes back from bus drivers' suspend/resume methods
` [PATCH 3/4] [MMC] make SDIO device/driver struct accessors public
` [PATCH 4/4] [MMC] introduce API for special power management features
[PATCH RFC 1/3] sdio: recognize io card without powercycle
2009-09-07 19:10 UTC (5+ messages)
[PATCH RFC 2/3] sdio: pass unknown cis tuples to sdio drivers
2009-09-07 18:55 UTC (2+ messages)
[PATCH 0/4] s3c6410: Samsung 6410 clock configuration fixes
2009-09-07 13:24 UTC
MMC retry mechanism
2009-09-07 7:17 UTC (4+ messages)
[PATCH] Orphaning sdhci driver and list
2009-09-06 13:56 UTC
[PATCH] OMAP4: MMC driver support on OMAP4
2009-09-04 19:43 UTC (4+ messages)
+ omap4-mmc-driver-support-on-omap4.patch added to -mm tree
2009-09-04 19:19 UTC
+ sdhci-add-no-card-no-reset-quirk-for-ricoh-r5c822-sony-z11.patch added to -mm tree
2009-09-02 23:42 UTC
mmcqd cpu utilization
2009-09-02 20:00 UTC (4+ messages)
+ at91-atmel-mci-platform-configuration-to-the-the-atmel-mci-driver.patch added to -mm tree
2009-09-01 21:45 UTC
+ atmel-mci-unified-atmel-mci-drivers-avr32-at91.patch added to -mm tree
2009-09-01 21:45 UTC
mmcqd seem to use lot of cpu cycles
2009-09-01 17:18 UTC
mmcqd seem to use lot of cpu cycles
2009-09-01 17:12 UTC
[PATCH] sdhci: Add no-card-no-reset quirk for Ricoh R5C822/Sony Z11
2009-08-31 19:48 UTC
irq 18: nobody cared after resume
2009-08-28 9:16 UTC (2+ messages)
Embedded SDIO concept patch
2009-08-27 17:58 UTC (3+ messages)
[PATCH 2/2] sdio: add MMC_QUIRK_LENIENT_FN0
2009-08-27 5:14 UTC (3+ messages)
+ sdio-add-mmc_quirk_lenient_fn0-fix.patch added to -mm tree
2009-08-26 23:43 UTC
+ sdio-add-mmc_quirk_lenient_fn0.patch added to -mm tree
2009-08-26 23:43 UTC
[PATCH 1/2] mmc: add card quirks support
2009-08-26 1:09 UTC
MMC aware IO scheduler?
2009-08-25 14:38 UTC
[PATCH] Convert MMC subsys drivers to dev_pm_ops
2009-08-22 9:24 UTC (2+ messages)
(unknown),
2009-08-22 2:37 UTC
(unknown),
2009-08-21 14:56 UTC
+ maintainers-update-for-ti-omap-hsmmc-driver.patch added to -mm tree
2009-08-20 21:48 UTC
+ omap_hsmmc-ensure-all-clock-enables-and-disables-are-paired-fix-for-the-db-clock-failure-message.patch added to -mm tree
2009-08-20 21:42 UTC
[merged] mmc-add-the-new-linux-mmc-mailing-list-to-maintainers.patch removed from -mm tree
2009-08-20 20:12 UTC
[PATCH] Maintainers update for TI OMAP hsmmc driver
2009-08-19 22:46 UTC
[PATCH V2] omap_hsmmc: Fix for the db clock failure message
2009-08-19 16:40 UTC
[patch 4/9] mmc: add the new linux-mmc mailing list to MAINTAINERS
2009-08-18 22:17 UTC (3+ messages)
[PATCH] Maintainers update for TI OMAP hsmmc driver
2009-08-18 16:14 UTC
[patch 0/9] s3cmci driver updates for next kernel merge
2009-08-18 11:56 UTC (10+ messages)
` [patch 1/9] s3cmci: Use resource_size() instead of local macro
` [patch 2/9] s3cmci: update probe to use new platform id list
` [patch 3/9] s3cmci: Change GPIO to gpiolib from S3C24XX specific calls
` [patch 4/9] s3cmci: Change to use dev_pm_ops
` [patch 5/9] s3cmci: Fix direct write to interrupt mask
` [patch 6/9] s3cmci: Add debugfs support for examining driver and hardware state
` [patch 7/9] s3cmci: Add SDIO IRQ support
` [patch 8/9] s3cmci: Kconfig selection for PIO/DMA/Both
` [patch 9/9] s3cmci: DMA fixes
+ sdhci-of-cleanup-esdhcs-set_clock-a-little-bit.patch added to -mm tree
2009-08-17 23:09 UTC
+ powerpc-introduce-and-document-sdhciwp-inverted-property-for-esdhc.patch added to -mm tree
2009-08-17 23:09 UTC
+ sdhci-of-fix-high-speed-cards-recognition.patch added to -mm tree
2009-08-17 23:09 UTC
+ sdhci-of-fix-sd-clock-calculation.patch added to -mm tree
2009-08-17 23:09 UTC
+ sdhci-of-avoid-writing-reserved-bits-into-host-control-register.patch added to -mm tree
2009-08-17 23:09 UTC
+ powerpc-85xx-add-esdhc-support-for-mpc8536ds-boards.patch added to -mm tree
2009-08-17 23:09 UTC
+ sdhci-of-dont-hard-code-inverted-write-protect-quirk.patch added to -mm tree
2009-08-17 23:09 UTC
+ sdio-fix-read-buffer-overflow.patch added to -mm tree
2009-08-17 22:32 UTC
legal status of code derived from sdcard.org specs?
2009-08-17 21:49 UTC (3+ messages)
[Bugme-new] [Bug 13920] New: MMC/SD card reader wont work on kernels higher than 2.6.24.x
2009-08-17 21:05 UTC
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox