public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-19 08:23:07 to 2017-08-28 14:29:28 UTC [more...]

[PATCH v3 00/13] mmc: meson-gx: driver fixups and upgrades
 2017-08-28 14:29 UTC  (14+ messages)
` [PATCH v3 01/13] mmc: meson-gx: initialize sane clk default before clock register
` [PATCH v3 02/13] mmc: meson-gx: cfg init overwrite values
` [PATCH v3 03/13] mmc: meson-gx: rework set_ios function
` [PATCH v3 04/13] mmc: meson-gx: rework clk_set function
` [PATCH v3 05/13] mmc: meson-gx: rework clock init function
` [PATCH v3 06/13] mmc: meson-gx: fix dual data rate mode frequencies
` [PATCH v3 07/13] mmc: meson-gx: work around clk-stop issue
` [PATCH v3 08/13] mmc: meson-gx: simplify interrupt handler
` [PATCH v3 09/13] mmc: meson-gx: implement card_busy callback
` [PATCH v3 10/13] mmc: meson-gx: use CCF to handle the clock phases
` [PATCH v3 11/13] mmc: meson-gx: implement voltage switch callback
` [PATCH v3 12/13] mmc: meson-gx: change default tx phase
` [PATCH v3 13/13] mmc: meson-gx: rework tuning function

[PATCH 0/5] mmc: sdhci-msm: Corrections to implementation of power irq
 2017-08-28 12:35 UTC  (17+ messages)
` [PATCH 1/5] mmc: sdhci-msm: fix issue with "
` [PATCH 2/5] mmc: sdhci-msm: Fix HW issue with power IRQ handling during reset
` [PATCH 3/5] mmc: sdhci-msm: Add support to wait for power irq
` [PATCH 4/5] mmc: sdhci-msm: Add ops to do sdhc register write
` [PATCH 5/5] defconfig: msm: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS

[PATCH 0/2] add runtime pm support for xenon
 2017-08-28 11:49 UTC  (4+ messages)
` [PATCH 1/2] mmc: sdhci-xenon: add runtime pm support
` [PATCH 2/2] mmc: sdhci-xenon: implement system standby base on runtime pm

[PATCH] mmc: sdhci-xenon: Support HS400 Enhanced Strobe feature
 2017-08-28 10:50 UTC  (2+ messages)

[PATCH v4 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port
 2017-08-28 10:36 UTC  (8+ messages)
` [PATCH v4 1/4] mmc: sdhci-cadence: add suspend / resume support
` [PATCH v4 2/4] mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()
` [PATCH v4 3/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume
` [PATCH v4 4/4] mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume

[PATCH v2] mmc: sdhci-xenon: add set_power callback
 2017-08-28  9:57 UTC  (2+ messages)

[PATCH 0/5] mmc: Add OMAP SDHCI driver
 2017-08-28  9:07 UTC  (16+ messages)
` [PATCH 1/5] mmc: sdhci: Tidy reading 136-bit responses
` [PATCH 2/5] mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRC
` [PATCH 3/5] dt-bindings: ti-omap-hsmmc: Document new compatible for sdhci omap
    ` [PATCH v2 3/5] dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controller
    ` [PATCH v3 "
` [PATCH 4/5] mmc: sdhci-omap: Add OMAP SDHCI driver
` [PATCH 5/5] MAINTAINERS: Add TI OMAP SDHCI Maintainer

[PATCH 1/2] clk: sunxi-ng: Provide a default reset hook
 2017-08-27 13:10 UTC  (4+ messages)
` [PATCH 2/2] mmc: sunxi: Reset the device at probe time

[PATCH V6 00/12] mmc: Add Command Queue support
 2017-08-25 12:43 UTC  (13+ messages)
` [PATCH V6 01/12] mmc: core: Move mmc_start_areq() declaration
` [PATCH V6 02/12] mmc: block: Fix block status codes
` [PATCH V6 03/12] mmc: host: Add CQE interface
` [PATCH V6 04/12] mmc: core: Turn off CQE before sending commands
` [PATCH V6 05/12] mmc: core: Add support for handling CQE requests
` [PATCH V6 06/12] mmc: mmc: Enable Command Queuing
` [PATCH V6 07/12] mmc: mmc: Enable CQE's
` [PATCH V6 08/12] mmc: block: Use local variables in mmc_blk_data_prep()
` [PATCH V6 09/12] mmc: block: Prepare CQE data
` [PATCH V6 10/12] mmc: block: Add CQE support
` [PATCH V6 11/12] mmc: cqhci: support for command queue enabled host
` [PATCH V6 12/12] mmc: sdhci-pci: Add CQHCI support for Intel GLK

[GIT PULL] MMC fixes for v.4.13 rc7
 2017-08-25  9:42 UTC 

[PATCH v2 00/16] mmc: meson-gx: driver fixups and upgrades
 2017-08-25  0:05 UTC  (25+ messages)
` [PATCH v2 01/16] mmc: meson-gx: fix mux mask definition
` [PATCH v2 02/16] mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag
` [PATCH v2 03/16] mmc: meson-gx: clean up some constants
` [PATCH v2 04/16] mmc: meson-gx: use _irqsave variant of spinlock
` [PATCH v2 05/16] mmc: meson-gx: cfg init overwrite values
` [PATCH v2 06/16] mmc: meson-gx: rework set_ios function
` [PATCH v2 07/16] mmc: meson-gx: rework clk_set function
` [PATCH v2 08/16] mmc: meson-gx: rework clock init function
` [PATCH v2 09/16] mmc: meson-gx: fix dual data rate mode frequencies
` [PATCH v2 10/16] mmc: meson-gx: work around clk-stop issue
` [PATCH v2 11/16] mmc: meson-gx: simplify interrupt handler
` [PATCH v2 12/16] mmc: meson-gx: implement card_busy callback
` [PATCH v2 13/16] mmc: meson-gx: use CCF to handle the clock phases
` [PATCH v2 14/16] mmc: meson-gx: implement voltage switch callback
` [PATCH v2 15/16] mmc: meson-gx: change default tx phase
` [PATCH v2 16/16] mmc: meson-gx: rework tuning function

[PATCH 0/2] Support SDHCI on 8974pro devices
 2017-08-24 10:51 UTC  (7+ messages)
` [PATCH 1/2] mmc: sdhci-msm: Utilize bulk clock API
` [PATCH 2/2] mmc: sdhci-msm: Enable delay circuit calibration clocks

[PATCH v5 0/9] mtd: sharpslpart partition parser
 2017-08-24  9:46 UTC  (11+ messages)
` [PATCH v5 3/9] mfd: tmio: Add partition parsers platform data

[PATCH V5 00/13] mmc: Add Command Queue support
 2017-08-24  9:24 UTC  (36+ messages)
` [PATCH V5 01/13] mmc: core: Add mmc_retune_hold_now()
` [PATCH V5 02/13] mmc: core: Add members to mmc_request and mmc_data for CQE's
` [PATCH V5 03/13] mmc: host: Add CQE interface
` [PATCH V5 04/13] mmc: core: Turn off CQE before sending commands
` [PATCH V5 05/13] mmc: core: Add support for handling CQE requests
` [PATCH V5 06/13] mmc: core: Remove unused MMC_CAP2_PACKED_CMD
` [PATCH V5 07/13] mmc: mmc: Enable Command Queuing
` [PATCH V5 08/13] mmc: mmc: Enable CQE's
` [PATCH V5 09/13] mmc: block: Use local variables in mmc_blk_data_prep()
` [PATCH V5 11/13] mmc: block: Add CQE support

[PATCH] mmc: mmci: constify amba_id
 2017-08-23 16:30 UTC 

[PATCH RFC 0/3] mmc: block: Add blk-mq support for CQE
 2017-08-23 13:37 UTC  (4+ messages)
` [PATCH RFC 1/3] mmc: core: Add parameter use_blk_mq
` [PATCH RFC 2/3] mmc: core: Introduce host claiming by context
` [PATCH RFC 3/3] mmc: block: Add blk-mq support for CQE

[PATCH v2] mmc: block: cast a informative log for no devidx available
 2017-08-23  7:38 UTC 

KASAN + general protection fault while writing to mmc
 2017-08-22 15:52 UTC  (3+ messages)

[PATCH 0/8] debugfs and RPMB cleanups
 2017-08-22 11:15 UTC  (13+ messages)
` [PATCH 1/8 v5] mmc: block: Anonymize the drv op data pointer
` [PATCH 2/8 v5] mmc: ops: export mmc_get_status()
` [PATCH 3/8 v5] mmc: debugfs: Move block debugfs into block module
` [PATCH 4/8 v5] mmc: block: Move duplicate check
` [PATCH 5/8 v5] mmc: block: Refactor mmc_blk_part_switch()
` [PATCH 6/8 v5] mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
` [PATCH 7/8 v5] mmc: block: Convert RPMB to a character device
` [PATCH 8/8 v5] mmc: block: Delete mmc_access_rpmb()

[PATCH] mmc: cavium-octeon: Convert to use module_platform_driver
 2017-08-22 11:15 UTC  (3+ messages)

[PATCH] dt-bindings: mmc: sh_mmcif: Document r8a7745 DT bindings
 2017-08-22 11:14 UTC  (2+ messages)

[PATCH 1/2] mmc: test: reduce stack usage in mmc_test_nonblock_transfer
 2017-08-22 11:14 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-esdhc: support ESDHC_CAPABILITIES_1 accessing
 2017-08-22 11:14 UTC  (2+ messages)

[v2] mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling
 2017-08-22 11:14 UTC  (2+ messages)

[PATCH v2 0/4] mmc: sdhci: sdhci_set_bus_width() cleanup
 2017-08-22 11:14 UTC  (2+ messages)

[PATCH ] mmc: renesas_sdhi: Add r8a7743/5 support
 2017-08-22 11:13 UTC  (12+ messages)
  ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH v3 0/4] mmc: sdhci: refactor PM in sdhci-pltfm add support PM for cadence port
 2017-08-22 10:13 UTC  (7+ messages)
` [PATCH v3 1/4] mmc: sdhci-cadence: add suspend / resume support
` [PATCH v3 2/4] mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()

[PATCH] mmc: block: cast a error log for unbalanced mmc_blk_{open, release}
 2017-08-22 10:14 UTC  (4+ messages)

[RFC/RFT PATCH] mmc: core: activate pre-erased multiple write support for sd card
 2017-08-22  9:44 UTC  (3+ messages)

[PATCH] mmc: tegra: suppress errors when probe is deferred
 2017-08-22  9:27 UTC  (3+ messages)

[PATCH] mmc: sdhci-xenon: add set_power callback
 2017-08-21 17:59 UTC  (3+ messages)

[PATCH] mmc: mmci: stop building qcom dml as module
 2017-08-21 12:33 UTC  (2+ messages)

[PATCH] mmc: sunxi: Fix clock rate passed to sunxi_mmc_clk_set_phase
 2017-08-21 12:33 UTC  (2+ messages)

[PATCH v2] mmc: sdhi: use maximum width for the sdbuf register
 2017-08-21 12:33 UTC  (2+ messages)

[RFT 0/2] mmc: renesas_sdhi: small patches for RZ/A1
 2017-08-21 12:33 UTC  (2+ messages)

[PATCH v4] mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode
 2017-08-21 12:33 UTC  (2+ messages)

[PATCH] mmc: vub300: constify usb_device_id
 2017-08-21 12:33 UTC  (2+ messages)

[PATCH v3] mmc: sdhci-xenon: Add Xenon SDHCI specific system-level PM support
 2017-08-21 12:33 UTC  (2+ messages)

[GIT PULL] Update DWMMC controller
 2017-08-21 12:32 UTC  (2+ messages)

[PATCH 00/14] mmc: meson-gx: driver fixups and upgrade
 2017-08-21 12:05 UTC  (7+ messages)
` [PATCH 03/14] mmc: meson-gx: clean up some constants
` [PATCH 08/14] mmc: meson-gx: rework clock init function

[RFC PATCH 0/7] mmc: Add OMAP SDHCI driver
 2017-08-20 11:03 UTC  (8+ messages)
` [RFC PATCH 6/7] mmc: sdhci-omap: "


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