Show patches with: Submitter = Masahiro Yamada       |    State = Action Required       |    Archived = No       |   56 patches
Patch Series S/W/F Date Submitter Delegate State
[1/2] mmc: renesas_sdhi: consilidate DMAC CONFIG options [1/2] mmc: renesas_sdhi: consilidate DMAC CONFIG options --- 2017-11-07 Masahiro Yamada New
[1/2] mmc: uniphier-sd: fix DMA disabling mmc: uniphier-sd: two bug-fixes --- 2018-10-12 Masahiro Yamada New
[2/2] dt-binding: mmc: rename tmio_mmc.txt to renesas_sdhi.txt Untitled series #13521 --- 2018-07-26 Masahiro Yamada New
[2/2] mmc: sdhci-cadence: add Cadence SD4HC support --- 2016-11-30 Masahiro Yamada New
[2/2] mmc: sdhci: use FIELD_GET/PREP for capabilities bit masks Untitled series #37800 --- 2020-04-08 Masahiro Yamada New
[2/3] mmc: sdhci: constify references of parameters to __sdhci_read_caps() Untitled series #23018 --- 2019-08-29 Masahiro Yamada New
[4/7] mmc: sdhci-pltfm: use devm_ioremap() --- 2016-04-14 Masahiro Yamada New
[7/7] mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host() --- 2016-04-14 Masahiro Yamada New
mfd: tmio: move register macros to tmio_core.c mfd: tmio: move register macros to tmio_core.c --- 2017-11-07 Masahiro Yamada New
mmc: drop unnecessary bit checking --- 2016-04-15 Masahiro Yamada New
mmc: renesas_sdhi: rename DTRAN_MODE_BUS_WID_TH to DTRAN_MODE_BUS_WIDTH mmc: renesas_sdhi: rename DTRAN_MODE_BUS_WID_TH to DTRAN_MODE_BUS_WIDTH --- 2018-10-03 Masahiro Yamada New
mmc: sdhci-cadence: do not use hardware tuning for SD mode mmc: sdhci-cadence: do not use hardware tuning for SD mode --- 2020-07-20 Masahiro Yamada New
mmc: sdhci-cadence: include <linux/bits.h> instead of <linux/bitops.h> mmc: sdhci-cadence: include <linux/bits.h> instead of <linux/bitops.h> --- 2018-10-30 Masahiro Yamada New
mmc: sdhci-cadence: remove unneeded 'inline' marker mmc: sdhci-cadence: remove unneeded 'inline' marker --- 2020-01-21 Masahiro Yamada New
mmc: sdhci-cadence: send tune request twice to work around errata mmc: sdhci-cadence: send tune request twice to work around errata --- 2018-03-27 Masahiro Yamada New
mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select --- 2016-12-01 Masahiro Yamada New
mmc: sdhci: use FIELD_GET for preset value bit masks mmc: sdhci: use FIELD_GET for preset value bit masks --- 2020-03-12 Masahiro Yamada New
mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset --- 2017-11-08 Masahiro Yamada New
mmc: tmio: allow DMA request hook to return error status mmc: tmio: allow DMA request hook to return error status --- 2018-07-27 Masahiro Yamada New
mmc: tmio: simplify the DMA mode test mmc: tmio: simplify the DMA mode test --- 2018-10-12 Masahiro Yamada New
mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe() mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe() --- 2020-05-11 Masahiro Yamada New
mmc: use empty initializer list to zero-clear structures --- 2016-12-19 Masahiro Yamada New
[v2,02/22] mmc: renesas_sdhi: remove wrong depends on to enable compile test Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,04/22] mmc: tmio: set tmio_mmc_host to driver data Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,05/22] mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap() Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,09/22] mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,10/22] mmc: tmio: support IP-builtin card detection logic Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,1/2] mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code --- 2016-04-14 Masahiro Yamada New
[v2,13/22] mmc: tmio,renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.h Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,1/7] mmc: sdhci-pltfm: drop error message for too small MMIO resource size --- 2016-04-20 Masahiro Yamada New
[v2,22/22] mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument Untitled series #6361 --- 2017-11-24 Masahiro Yamada New
[v2,2/2] mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct members --- 2016-04-14 Masahiro Yamada New
[v2,2/7] mmc: sdhci-pltfm: check return value of platform_get_irq() --- 2016-04-20 Masahiro Yamada New
[v2,2/7] mmc: tmio: move tmio_mmc_set_clock() to platform hook mmc: tmio: refactor TMIO core a bit and add UniPhier SD/eMMC controller support --- 2018-08-16 Masahiro Yamada New
[v2,4/4] mmc: sdhci-cadence: add suspend / resume support [v2,1/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume --- 2017-08-03 Masahiro Yamada New
[v2,5/7] mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clock mmc: tmio: refactor TMIO core a bit and add UniPhier SD/eMMC controller support --- 2018-08-16 Masahiro Yamada New
[v2,6/7] mmc: renesas_sdhi: refactor CLK_CTL bit calculation mmc: tmio: refactor TMIO core a bit and add UniPhier SD/eMMC controller support --- 2018-08-16 Masahiro Yamada New
[v2,6/7] mmc: sdhci-pltfm: move devm_ioremap_resource() up --- 2016-04-20 Masahiro Yamada New
[v2] dt-bindings: mmc: Convert Cadence SD/SDIO/eMMC controller to json-schema [v2] dt-bindings: mmc: Convert Cadence SD/SDIO/eMMC controller to json-schema --- 2020-02-22 Masahiro Yamada New
[v2] mmc: mmci_qcom_dml: include mmci_qcom_dml.h and fix #ifdef --- 2017-08-04 Masahiro Yamada New
[v2] mmc: sdhci-cadence: add Socionext UniPhier specific compatible string --- 2016-12-14 Masahiro Yamada New
[v2] mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses [v2] mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses --- 2019-08-29 Masahiro Yamada New
[v3,02/16] mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe() Untitled series #8088 --- 2018-01-17 Masahiro Yamada New
[v3,07/16] mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag Untitled series #8088 --- 2018-01-17 Masahiro Yamada New
[v3,09/16] mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag Untitled series #8088 --- 2018-01-17 Masahiro Yamada New
[v3,1/2] mmc: sdhci: continue normal tuning if unsupported by platform tuning --- 2016-12-02 Masahiro Yamada New
[v3,13/16] mmc: tmio: fix never-detected card insertion bug Untitled series #8088 --- 2018-01-17 Masahiro Yamada New
[v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() [v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() --- 2018-08-23 Masahiro Yamada New
[v3,2/4] mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister() Untitled series #3358 --- 2017-08-15 Masahiro Yamada New
[v3,3/6] dt-bindings: mmc: add DT binding for UniPhier SD/eMMC controller [v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() --- 2018-08-23 Masahiro Yamada New
[v3,4/6] mmc: uniphier-sd: add UniPhier SD/eMMC controller driver [v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() --- 2018-08-23 Masahiro Yamada New
[v3,5/6] mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clock [v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() --- 2018-08-23 Masahiro Yamada New
[v3,6/6] mmc: tmio: refactor CLK_CTL bit calculation [v3,1/6] mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock() --- 2018-08-23 Masahiro Yamada New
[v4,2/2] mmc: sdhci-cadence: add Cadence SD4HC support --- 2016-12-05 Masahiro Yamada New
[v4,3/4] mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume Untitled series #3475 --- 2017-08-23 Masahiro Yamada New
[v5,1/2] mmc: sdhci: export sdhci_execute_tuning() --- 2016-12-08 Masahiro Yamada New