public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-22 14:49:37 to 2017-01-27 10:28:32 UTC [more...]

[PATCH 00/13] mmc: bcm2835: more cleanups
 2017-01-27 10:28 UTC  (21+ messages)
` [PATCH 01/13] mmc: bcm2835: add bcm2835_read_wait_sdcmd
` [PATCH 02/13] mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_send_command
` [PATCH 03/13] mmc: bcm2835: add bcm2835_threaded_irq
` [PATCH 04/13] mmc: bcm2835: add bcm2835_check_data_error
` [PATCH 05/13] mmc: bcm2835: call bcm2835_block_irq from irqthread
` [PATCH 06/13] mmc: bcm2835: add bcm2835_check_cmd_error
` [PATCH 07/13] mmc: bcm2835: call bcm2835_busy_irq from irqthread
` [PATCH 08/13] mmc: bcm2835: split bcm2835_data_irq
` [PATCH 09/13] mmc: bcm2835: switch locking to mutex
` [PATCH 10/13] mmc: bcm2835: work queue is dead code now, zap
` [PATCH 11/13] mmc: bcm2835: kill tasklet
` [PATCH 12/13] mmc: bcm2835: move timeout to thread context
` [PATCH 13/13] mmc: bcm2835: use bcm2835_read_wait_sdcmd in bcm2835_finish_command

[PATCH v5 00/12] mmc: Add support to Marvell Xenon SD Host Controller
 2017-01-27 10:04 UTC  (9+ messages)
` [PATCH v5 05/12] dt: bindings: Add bindings for "
` [PATCH v5 06/12] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH v5 07/12] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[PATCH 0/6] mmc: block: command issue cleanups
 2017-01-27  9:46 UTC  (12+ messages)
` [PATCH 1/6] mmc: block: break out mmc_blk_rw_cmd_abort()
` [PATCH 2/6] mmc: block: break out mmc_blk_rw_start_new()
` [PATCH 3/6] mmc: block: do not assign mq_rq when aborting command
` [PATCH 4/6] mmc: block: inline command abortions
` [PATCH 5/6] mmc: block: introduce new_areq and old_areq
` [PATCH 6/6] mmc: block: stop passing around pointless return values

[PATCH V4 0/6] Enable onboard SDHCI for Nexus 5X (msm8992)
 2017-01-27  9:10 UTC  (7+ messages)
` [PATCH V4 1/6] clk: qcom: SDHCI enablement on Nexus 5X / 6P
  ` [PATCH V4 2/6] dt-bindings: qcom: clk: Add missing binding for SDCHI enablement on Nexus 5X/6P
` [PATCH V4 3/6] arm64: dts: msm8992 add fixed regulator
` [PATCH V4 4/6] arm64: dts: smem enablement for msm8992
` [PATCH V4 5/6] dts: arm64: Enable onboard SDHCI on msm8992
` [PATCH V4 6/6] dts: doc: rename rpm_requests to respect DT naming conventions

[PATCH 0/6] mmc: core: Enable mmc hosts to specify support for eMMC DDR 3.3V
 2017-01-27  8:57 UTC  (9+ messages)
` [PATCH 1/6] mmc: core: Remove redundant code in mmc_set_signal_voltage()
` [PATCH 2/6] mmc: core: Clarify usage of mmc_set_signal_voltage()
` [PATCH 3/6] mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
` [PATCH 4/6] mmc: core: Invent MMC_CAP_3_3V_DDR
  ` [PATCH 5/6] mmc: dt: Document binding for eMMC DDR 3.3V I/O voltage support
` [PATCH 6/6] mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v

[GIT PULL] MMC fixes for v.4.10 rc6
 2017-01-27  8:46 UTC 

[PATCH v6 0/3] mmc: sh_mobile_sdhi: fix missing r7s72100 clocks
 2017-01-27  8:40 UTC  (10+ messages)
` [PATCH v6 1/3] mmc: sh_mobile_sdhi: add support for 2 clocks
` [PATCH v6 2/3] mmc: sh_mobile_sdhi: explain clock bindings
` [PATCH v6 3/3] ARM: dts: r7s72100: update sdhi "

[PATCH v5 0/3] mmc: sh_mobile_sdhi: fix missing r7s72100 clocks
 2017-01-27  8:36 UTC  (11+ messages)
` [PATCH v5 1/3] mmc: sh_mobile_sdhi: add support for 2 clocks
` [PATCH v5 2/3] mmc: sh_mobile_sdhi: explain clock bindings

[PATCH 2/2] arm64: dts: h3ulcb: enable HS200 for eMMC
 2017-01-27  8:29 UTC 

[PATCH V3 0/6] Enable onboard SDHCI for Nexus 5X (msm8992)
 2017-01-27  0:24 UTC  (11+ messages)
` [PATCH V3 1/6] dt-bindings: qcom: clk: Add missing binding for SDCHI enablement on Nexus 5X/6P
` [PATCH V3 2/6] sdhci: Add quirk for delayed IRQ ACK
` [PATCH V3 3/6] arm64: dts: msm8992 add fixed regulator
` [PATCH V3 4/6] arm64: dts: smem enablement for msm8992
` [PATCH V3 5/6] dts: arm64: Enable onboard SDHCI on msm8992
` [PATCH V3 6/6] dts: doc: rename rpm_requests to respect DT naming conventions

Question on mmc utils write reliability
 2017-01-26 21:55 UTC  (3+ messages)

[PATCH 1/6] mmc: block: inline the command abort and start new goto:s
 2017-01-26 15:04 UTC  (6+ messages)
` [PATCH 2/6] mmc: block: rename rqc and req
` [PATCH 3/6] mmc: core: rename mmc_start_req() to *areq()
` [PATCH 4/6] mmc: block: refactor mmc_blk_rw_try_restart()
` [PATCH 5/6] mmc: block: rename mmc_active to areq
` [PATCH 6/6] mmc: queue: turn queue flags into bools

[PATCH] mmc: host: constify mmc_host_ops structures
 2017-01-26 14:50 UTC 

[PATCH 00/13] Ingenic JZ4740 / JZ4780 pinctrl driver
 2017-01-26 10:10 UTC  (34+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 04/14] GPIO: Add gpio-ingenic driver
    ` [PATCH] GPIO: fix semicolon.cocci warnings
  ` [PATCH v2 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs
  ` [PATCH v2 06/14] MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio drivers
  ` [PATCH v2 07/14] MIPS: jz4780: "
    ` [PATCH v2 08/14] MIPS: JZ4740: Qi LB60: Add pinctrl configuration for several drivers
    ` [PATCH v2 11/14] mtd: nand: jz4740: Let the pinctrl driver configure the pins
  ` [PATCH v2 09/14] MIPS: JZ4780: CI20: Add pinctrl configuration for several drivers
  ` [PATCH v2 10/14] mmc: jz4740: Let the pinctrl driver configure the pins
  ` [PATCH v2 12/14] fbdev: jz4740-fb: "
  ` [PATCH v2 13/14] pwm: jz4740: "
  ` [PATCH v2 14/14] MIPS: jz4740: Remove custom GPIO code
` [PATCH v3 00/14] Ingenic JZ4740 / JZ4780 pinctrl driver
  ` [PATCH v3 01/14] Documentation: dt/bindings: Document pinctrl-ingenic
  ` [PATCH v3 02/14] Documentation: dt/bindings: Document pinctrl-gpio
  ` [PATCH v3 03/14] pinctrl-ingenic: add a pinctrl driver for the Ingenic jz47xx SoCs
  ` [PATCH v3 04/14] GPIO: Add gpio-ingenic driver
  ` [PATCH v3 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs
  ` [PATCH v3 06/14] MIPS: jz4740: DTS: Add nodes for ingenic pinctrl and gpio drivers
  ` [PATCH v3 07/14] MIPS: jz4780: "
  ` [PATCH v3 08/14] MIPS: JZ4740: Qi LB60: Add pinctrl configuration for several drivers
  ` [PATCH v3 09/14] MIPS: JZ4780: CI20: "
  ` [PATCH v3 10/14] mmc: jz4740: Let the pinctrl driver configure the pins
  ` [PATCH v3 11/14] mtd: nand: "
  ` [PATCH v3 12/14] fbdev: jz4740-fb: "
  ` [PATCH v3 13/14] pwm: jz4740: "
  ` [PATCH v3 14/14] MIPS: jz4740: Remove custom GPIO code

[PATCH v8 0/6] UHS-I SDR-104 support for sh_mobile_sdhi
 2017-01-26  9:58 UTC  (5+ messages)
` [PATCH v8 6/6] mmc: sh_mobile_sdhi: Add tuning support

[PATCH v4 0/13] arm64: allwinner: a64: Enable MMC support
 2017-01-26  9:06 UTC  (14+ messages)
` [PATCH v4 1/13] mmc: sunxi: Fix clock frequency change sequence
` [PATCH v4 3/13] mmc: sunxi: Always set signal delay to 0 for A64
` [PATCH v4 4/13] mmc: sunxi: Enable the new timings for the A64 MMC controllers
` [PATCH v4 5/13] mmc: sunxi: Mask DATA0 when updating the clock
` [PATCH v4 6/13] mmc: sunxi: Add EMMC (MMC2) controller compatible
` [PATCH v4 8/13] arm64: allwinner: a64: Add MMC nodes
` [PATCH v4 9/13] arm64: allwinner: a64: Add MMC pinctrl nodes
` [PATCH v4 10/13] arm64: allwinner: a64: Increase the MMC max frequency
  ` [PATCH v4 2/13] mmc: sunxi: Gate the clock when rate is 0
  ` [PATCH v4 7/13] mmc: sunxi: Add more debug informations
  ` [PATCH v4 11/13] arm64: allwinner: pine64: add MMC support
` [PATCH v4 12/13] arm64: allwinner: a64: add UART1 pin nodes
` [PATCH v4 13/13] arm64: allwinner: add BananaPi-M64 support

[PATCH 0/2] mmc: sdhci-s3c: remove s3c specific header file
 2017-01-26  8:07 UTC  (4+ messages)
  ` [PATCH 1/2] mmc: sdhci-s3c: remove the sdhci-s3c-regs "
  ` [PATCH 2/2] mmc: sdhci-s3c: use the bitops API for bit operation

[PATCH] MMC: meson: cleanup stray debug messages
 2017-01-26  0:01 UTC 

[PATCH] mmc: core: Pass node pointer to mmc_of_parse
 2017-01-25 13:47 UTC  (3+ messages)

[PATCH 0/3] Auto BKOPS PM suspend
 2017-01-25 13:42 UTC  (11+ messages)
` [PATCH 3/3] mmc: Checking BKOPS status prior to Suspend

[MX25][MMC] mmc esdhc very slow r/w speed
 2017-01-25  9:32 UTC 

[PATCH v3 0/13] arm64: allwinner: a64: Enable MMC support
 2017-01-25  9:17 UTC  (20+ messages)
` [PATCH v3 1/13] mmc: sunxi: Fix clock frequency change sequence
` [PATCH v3 2/13] mmc: sunxi: Gate the clock when rate is 0
` [PATCH v3 3/13] mmc: sunxi: Always set signal delay to 0 for A64
` [PATCH v3 5/13] mmc: sunxi: Mask DATA0 when updating the clock
` [PATCH v3 7/13] mmc: sunxi: Add more debug messages
` [PATCH v3 8/13] arm64: allwinner: a64: Add MMC nodes

Setting write reliability on eMMC
 2017-01-24 23:21 UTC 

[PATCH v3 0/2] mmc: host: s3cmci: add device tree support
 2017-01-24 18:49 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller

[PATCH v3 00/15] mmc: core: A start to slim down public mmc headers
 2017-01-24 16:34 UTC  (8+ messages)
` [PATCH v3 01/15] ARM: pxa: Don't rely on public mmc header to include leds.h

[PATCH v3 0/3] mmc: mediatek: Use data tune for CMD line tune
 2017-01-24 10:36 UTC  (4+ messages)
` [PATCH v3 2/3] dts: mediatek: configure some fixed mmc parameters

[PATCH 0/3] mmc: host: tmio: sdio irq improvements
 2017-01-24  9:56 UTC  (2+ messages)

[PATCH v4 0/2] mmc: pwrseq: add support for Marvell SD8787 chip
 2017-01-24  9:56 UTC  (4+ messages)
  ` [PATCH v4 1/2] devicetree: document new marvell-8xxx and pwrseq-sd8787 options
` [PATCH v4 2/2] mmc: pwrseq: add support for Marvell SD8787 chip

[RESEND PATCHv1 0/8] mmc: sdhci-msm: Provide support for enhanced strobe
 2017-01-24  8:59 UTC  (4+ messages)
` [RESEND PATCHv1 5/8] mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended value

[PATCHv1 0/2] mmc: sdhci-msm: Addresses minor cleanups
 2017-01-24  8:50 UTC  (3+ messages)
` [PATCHv1 1/2] mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_ops
` [PATCHv1 2/2] mmc: sdhci-msm: Remove unnecessary comments of CDC init sequence

[PATCH v4 0/3] mmc: mediatek: Use data tune for CMD line tune
 2017-01-24  8:02 UTC  (3+ messages)
` [PATCH v4 1/3] mmc: dt-bindings: update Mediatek MMC bindings

[PATCH] mmc: s3cmci: include linux/interrupt.h for tasklet_struct
 2017-01-24  7:31 UTC  (2+ messages)

[PATCH v3 0/2] mmc: pwrseq: add support for Marvell SD8787 chip
 2017-01-23 21:00 UTC  (4+ messages)
` [PATCH v3 1/2] devicetree: document new marvell-8xxx and pwrseq-sd8787 options

Urgent Please,,
 2017-01-23 14:07 UTC 

[PATCH] Revert "mmc: dw_mmc-rockchip: add runtime PM support"
 2017-01-23 13:22 UTC  (15+ messages)

[PATCH 0/4] Support sdio feature
 2017-01-23 11:34 UTC  (4+ messages)
` [PATCH 2/4] sdio: mediatek: "

[PATCH 0/3] mmc: sdhci-s3c: remove s3c specific header file
 2017-01-23 10:50 UTC  (6+ messages)
  ` [PATCH 2/3] mmc: sdhci-s3c: remove the unnecessary defined values

[PATCH V2 0/4] Enable onboard SDHCI for Nexus 5X (msm8992)
 2017-01-23 10:39 UTC  (3+ messages)
` [PATCH V2 4/4] dts: doc: rename rpm_requests to respect DT naming conventions


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