public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-21 03:38:57 to 2016-08-29 15:40:53 UTC [more...]

[PATCH] mmc: sdhci-brcmstb: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA
 2016-08-29 15:40 UTC  (9+ messages)

[PATCH] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-08-29 14:20 UTC  (3+ messages)

[PATCH v4 0/4] UHS-I SDR-104 support for sh_mobile_sdhi
 2016-08-29 14:05 UTC  (9+ messages)
` [PATCH v4 2/4] mmc: tmio: Add tuning support

[PATCH v4 0/9] mmc: sdhci-msm: Add clk-rates and DDR support
 2016-08-29 13:17 UTC  (12+ messages)
` [PATCH v4 1/9] mmc: sdhci-msm: Change poor style writel/readl of registers
` [PATCH v4 2/9] mmc: sdhci-msm: Update DLL reset sequence
` [PATCH v4 3/9] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT
` [PATCH v4 4/9] ARM: dts: qcom: Add clk-rates to sdhc1 & sdhc2
` [PATCH v4 5/9] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v4 6/9] mmc: sdhci-msm: Enable few quirks
` [PATCH v4 7/9] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v4 8/9] mmc: sdhci-msm: Add clock changes for DDR mode
` [PATCH v4 9/9] arm64: dts: qcom: msm8916: Add ddr support to sdhc1

[PATCH v1 1/1] mmc: sdhci-pci: Convert to use managed functions (part2)
 2016-08-29 12:48 UTC  (2+ messages)

[v2] mmc: sdhci-brcmstb: Remove incorrect capability
 2016-08-29 12:01 UTC  (3+ messages)

[PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit
 2016-08-29 11:21 UTC  (19+ messages)
  ` [PATCH 2/2] "

[PATCH 3/3] mmc-utils: Fix return value check from set_partitioning_setting_completed()
 2016-08-29 10:54 UTC 

[PATCH 2/3] mmc-utils: Add help texts for -c option
 2016-08-29 10:53 UTC 

[PATCH 1/3] mmc-utils: Add -c option for partitioning commands
 2016-08-29 10:53 UTC 

[PATCH 0/3] Add continue (-c) flag for partitioning commands
 2016-08-29 10:53 UTC 

[PATCH 0/4] Control clock for accessing syscon provided arasan IP
 2016-08-29 10:46 UTC  (11+ messages)
` [PATCH 1/4] Documentation: mmc: sdhci-of-arasan: Add clk_syscon as an optional one
` [PATCH 2/4] mmc: sdhci-of-arasan: Control clock for accessing syscon
` [PATCH 3/4] arm64: dts: rockchip: add clk_syscon for sdhci on rk3399
` [PATCH 4/4] clk: rockchip: remove CLK_IGNORE_UNUSED flag for aclk_emmc_grf "

[PATCH v1 1/3] sdhci-pci: refactor intel_mrfld_mmc_probe_slot()
 2016-08-29  9:33 UTC  (3+ messages)
` [PATCH v1 2/3] sdhci-pci: enable SDIO interface on Intel Merrifield
` [PATCH v1 3/3] sdhci-pci: enable SD card interface on Merrifield

[PATCH 0/2] Add power domain support for eMMC node on rk3399
 2016-08-29  0:36 UTC  (4+ messages)
` [PATCH 1/2] Documentation: mmc: sdhci-of-arasan: add description of power domain

[PATCH RFC 0/3] mmc: mxs-mmc: Implement DDR support
 2016-08-27 19:15 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-arasan: Properly set corecfg_clockmultipler on rk3399
 2016-08-27  2:10 UTC  (7+ messages)

[PATCH v2] mmc: sdhci-of-arasan: Properly set corecfg_clockmultiplier on rk3399
 2016-08-26 15:40 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: reset tuning circurt when insert sd card
 2016-08-26 10:54 UTC  (3+ messages)

[PATCH v2 1/2] sdhci-of-arasan: Modify arasan sdhci documentation about broken-cd and non-removable properties
 2016-08-26  9:50 UTC  (5+ messages)
  ` [PATCH v2 2/2] sdhci-of-arasan: Set controller to test mode when Card Detection is broken

4.8-rc1 REGRESSION mmc-blk triggers WARN_ON(!host->claimed), related to: "drivers: use req op accessor" ?
 2016-08-26  8:25 UTC  (9+ messages)

[PATCH v4 1/2] mmc: block: remove the check of packed for packed request routine
 2016-08-26  7:49 UTC  (4+ messages)
` [PATCH v4 2/2] mmc: sdio: deploy error handling instead of triggering BUG_ON

xHCI problem? [was Re: Erratic USB device behavior and device loss]
 2016-08-25 17:17 UTC 

[PATCH] mmc-utils: Fix register number in error message
 2016-08-25 12:35 UTC 

[PATCH] mmc: core: Add error message when switching fails in mmc_select_hs()
 2016-08-25 10:02 UTC  (2+ messages)

[PATCH 0/2] mmc: sh_mobile_sdhi: use SDR & card_busy only on Gen2+
 2016-08-25 10:02 UTC  (5+ messages)
` [PATCH 1/2] mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhi
` [PATCH 2/2] mmc: host: sh_mobile_sdhi: don't populate unneeded functions

[PATCH v3 1/2] mmc: block: remove the check of packed for packed request routine
 2016-08-25  9:37 UTC  (3+ messages)
` [PATCH v3 2/2] mmc: sdio: deploy error handling instead of triggering BUG_ON

[PATCH] mmc-utils: Fix reported offset for enhanced user area start address
 2016-08-25  7:05 UTC  (2+ messages)

[PATCH v3 0/9] mmc: sdhci-msm: Add clk-rates and DDR support
 2016-08-25  6:03 UTC  (15+ messages)
` [PATCH v3 3/9] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT
` [PATCH v3 7/9] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm

[PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support
 2016-08-24 12:53 UTC  (5+ messages)
` [PATCH v2 2/2] MMC: meson: initial support for GXBB platforms

[PATCH RESEND] mmc: core: add error message when switching fails in mmc_select_hs()
 2016-08-24 10:21 UTC  (3+ messages)
  `  "

[PATCH v2 1/2] mmc: block: remove the check of packed for end_packed_req and hdr_wrq_prep
 2016-08-24 10:04 UTC  (7+ messages)
` [PATCH v2 2/2] mmc: sdio: deploy error handling instead of triggering BUG_ON

[PATCH RESEND] mmc: sunxi: Check the value returned by clk_round_rate
 2016-08-24  9:32 UTC 

[PATCH 4/5] mmc: sunxi-mmc: change idma descriptor to __le32
 2016-08-24  9:31 UTC  (2+ messages)

[PATCH V8 2/2] mmc: OCTEON: Add host driver for OCTEON MMC controller
 2016-08-24  7:32 UTC  (12+ messages)

[PATCH] sdhci: Add quirk and device tree parameter to force SD test mode
 2016-08-24  6:16 UTC  (8+ messages)

[PATCH] clk: core: Force setting the phase delay when no change
 2016-08-24  6:15 UTC 

MMC -84 error
 2016-08-23 21:02 UTC 

[PATCH v2 0/9] r8a7790: add UHS-I (SDR50) support to Lager
 2016-08-23 12:34 UTC  (5+ messages)
` [PATCH v2 3/9] mmc: tmio: Add UHS-I mode support

[PATCH] mmc: sdio: get seg_size after the check of card
 2016-08-23 10:30 UTC  (2+ messages)

[PATCH] mmc: block: get idx after the check of packed
 2016-08-23 10:28 UTC  (2+ messages)

[PATCH v2] mmc: sunxi: Handle the 'New Timings'
 2016-08-23  9:17 UTC  (2+ messages)

[PATCH V4]mmc: dw_mmc-k3: UHS-SD card for Hisilicon Hikey
 2016-08-23  9:00 UTC  (7+ messages)

[PATCH RESEND] mmc: sunxi: Check the value returned by clk_round_rate
 2016-08-23  8:51 UTC 

[PATCH RESEND] mmc: sunxi: Check the value returned by clk_round_rate
 2016-08-23  8:51 UTC 

[PATCH] mmc: core: add error message when switching fails in mmc_select_hs()
 2016-08-23  8:06 UTC 

[PATCH v2] mmc: dw_mmc: return -EILSEQ for EBE and SBE error
 2016-08-23  2:57 UTC  (2+ messages)

[PATCH] mmc: Add mmc_force_detect_change_begin / _end functions
 2016-08-22 18:21 UTC  (4+ messages)

[PATCH RESEND] mmc: sunxi: Check the value returned by clk_round_rate
 2016-08-22 13:53 UTC 

[PATCH v2] mmc: sdhci-of-arasan: Don't power PHY w/ slow/no clock
 2016-08-22 13:40 UTC  (2+ messages)

[PACTH v4] mmc: sdhci: Do not allow tuning procedure to be interrupted
 2016-08-22 13:40 UTC  (2+ messages)

[PATCH] mmc: sdhci-esdhc-imx: do not touch other bit when config DTOCV
 2016-08-22 13:40 UTC  (2+ messages)

[PATCH] mmc: sdhci-esdhc-imx: correct the max timeout count
 2016-08-22 13:40 UTC  (2+ messages)

[PATCH] mmc: sdhci-brcmstb: Delete owner assignment
 2016-08-22 13:39 UTC  (2+ messages)

[PATCH] mmc: sd: Export SD Status via “ssr” device attribute
 2016-08-22 13:39 UTC  (2+ messages)

[PATCH] mmc: don't print error when allocating urb fails
 2016-08-22 13:39 UTC  (3+ messages)
` [PATCH] mmc: host: vub300: "

[PATCH 00/11] use of_property_read_bool
 2016-08-22 13:39 UTC  (3+ messages)
` [PATCH 06/11] mmc: sdhci-of-esdhc: "

[PATCH 1/1] mmc: core: Add the vmmc/vmmcq regulator info
 2016-08-22 13:39 UTC  (2+ messages)

[PATCH -next] mmc: sdhci-bcm-kona: fix error return code in sdhci_bcm_kona_probe()
 2016-08-22 13:39 UTC  (2+ messages)

[PATCH V2] mmc: moxart: fix wait_for_completion_interruptible_timeout return variable type
 2016-08-22 13:38 UTC  (2+ messages)

[PATCH 1/5] mmc: sunxi-mmc: change idma descriptor to __le32
 2016-08-22 13:38 UTC  (2+ messages)

[PATCH resend 0/1] mmc: pwrseq-simple: Add an optional post-power-on-delay
 2016-08-22 13:38 UTC  (3+ messages)
` [PATCH resend] "

[PATCH v2] dt: bindings: Make compatible optional for mmc function nodes
 2016-08-22 13:38 UTC  (2+ messages)

[PATCH v2 0/5] mmc: sunxi: sun4i / sun5i do not have sample clocks
 2016-08-22 13:38 UTC  (6+ messages)
` [PATCH v2 5/5] ARM: dts: sunxi: Use new sun7i-a20-mmc compatible on sun7i and newer

[PATCH] mmc: android-goldfish: fix potential panic due to null pointer
 2016-08-22 12:33 UTC  (2+ messages)

[PATCH] MMC: meson: don't use priv host structure before we verify it
 2016-08-22  8:52 UTC 

[PATCH v3 0/2] Add support for Allwinner A64 mmc controller
 2016-08-22  8:47 UTC  (4+ messages)
` [PATCH v3 1/2] Documentation: dt: Add new compatible to sunxi mmc driver bindings

[PATCH] mmc: dw_mmc: return -EILSEQ for EBE and SBE error
 2016-08-22  2:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox