index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sh_mmcif.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sh_mmcif: correctly report success when obtaining DMA channels
Wolfram Sang
2024-10-14
1
-2
/
+3
*
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-14
1
-1
/
+1
*
mmc: sh_mmcif: Advance sg_miter before reading blocks
Linus Walleij
2024-02-28
1
-12
/
+26
*
mmc: sh_mmcif: sg_miter must not be atomic
Linus Walleij
2024-02-28
1
-4
/
+4
*
mmc: sh_mmcif: Use sg_miter for PIO
Linus Walleij
2024-02-13
1
-39
/
+63
*
mmc: sh_mmcif: Convert to platform remove callback returning void
Yangtao Li
2023-08-15
1
-4
/
+2
*
mmc: Explicitly include correct DT includes
Rob Herring
2023-08-09
1
-1
/
+0
*
mmc: sh_mmcif: fix deferred probing
Sergey Shtylyov
2023-06-19
1
-1
/
+1
*
mmc: sh_mmcif: move platform_data header to proper location
Wolfram Sang
2022-04-26
1
-1
/
+1
*
mmc: sh_mmcif: Simplify division/shift logic
Geert Uytterhoeven
2022-02-28
1
-4
/
+3
*
mmc: sh_mmcif: Check for null res pointer
Jiasheng Jiang
2022-01-24
1
-0
/
+3
*
mmc: sh_mmcif: use proper DMAENGINE API for termination
Wolfram Sang
2021-08-24
1
-2
/
+2
*
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
2020-09-07
1
-0
/
+1
*
mmc: sh_mmcif: Use "kHz" for kilohertz
Geert Uytterhoeven
2020-07-13
1
-3
/
+3
*
mmc: sh_mmcif: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-19
1
-2
/
+6
*
mmc: sh_mmcif: convert to devm_platform_ioremap_resource
Yangtao Li
2019-12-18
1
-3
/
+1
*
mmc: sh_mmcif: Use platform_get_irq_optional() for optional interrupt
Geert Uytterhoeven
2019-10-03
1
-4
/
+2
*
mmc: use SPDX identifier for Renesas drivers
Wolfram Sang
2018-10-08
1
-5
/
+2
*
mmc: sh_mmcif: remove some cruft
Wolfram Sang
2018-03-05
1
-8
/
+0
*
mmc: sh_mmcif: remove redundant initialization of 'opc'
Colin Ian King
2018-01-18
1
-1
/
+1
*
mmc: sh_mmcif: constify mmc_host_ops structures
Julia Lawall
2017-08-30
1
-1
/
+1
*
mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform data
Ulf Hansson
2017-02-13
1
-1
/
+1
*
mmc: sh_mmcif: Remove unused ccs_unsupported from the platform data
Ulf Hansson
2017-02-13
1
-1
/
+1
*
mmc: sh_mmcif: Remove unused ->get_cd() platform callback
Ulf Hansson
2017-02-13
1
-17
/
+1
*
mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform data
Ulf Hansson
2017-02-13
1
-6
/
+0
*
mmc: sh_mmcif: Use a 10s timeout in the error recovery path
Ulf Hansson
2016-07-25
1
-1
/
+1
*
mmc: sh_mmcif: Inform the mmc core about the max busy timeout
Ulf Hansson
2016-07-25
1
-0
/
+1
*
mmc: sh_mmcif: Use response type to know when to enable busy detection
Ulf Hansson
2016-07-25
1
-25
/
+7
*
mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO
Ulf Hansson
2016-07-25
1
-16
/
+2
*
mmc: sh_mmci: Get rid of wrapper function for regulators
Ulf Hansson
2016-05-02
1
-12
/
+4
*
mmc: sh_mmcif: Restructure ->set_ios()
Ulf Hansson
2016-05-02
1
-29
/
+16
*
mmc: sh_mmcif: Make sure the device stays active when needed in ->probe()
Ulf Hansson
2016-05-02
1
-7
/
+8
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
mmc: sh_mmcif: use to_delayed_work
Geliang Tang
2016-02-29
1
-1
/
+1
*
mmc: sh_mmcif: Correct TX DMA channel allocation
Chris Paterson
2016-02-10
1
-1
/
+1
*
mmc: sh_mmcif: rework dma channel handling
Arnd Bergmann
2015-12-22
1
-46
/
+38
*
mmc: sh_mmcif: Fix suspend process
Koji Matsuoka
2015-08-27
1
-0
/
+2
*
mmc: sh_mmcif: calculate best clock with parent clock
Kuninori Morimoto
2015-06-01
1
-9
/
+75
*
mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functions
Kuninori Morimoto
2015-06-01
1
-13
/
+13
*
mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.
Kuninori Morimoto
2015-06-01
1
-43
/
+71
*
mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare
Kuninori Morimoto
2015-05-25
1
-12
/
+10
*
mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host
Kuninori Morimoto
2015-05-25
1
-17
/
+18
*
mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev
Kuninori Morimoto
2015-05-25
1
-16
/
+17
*
mmc: sh_mmcif: move mmcif_of_match to upside
Kuninori Morimoto
2015-05-25
1
-6
/
+6
*
mmc: sh_mmcif: Fix timeout value for command request
Takeshi Kihara
2015-05-06
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2015-04-24
1
-8
/
+5
|
\
|
*
mmc: sh_mmcif: remove slave_id settings for DMAEngine
Kuninori Morimoto
2015-02-23
1
-8
/
+5
*
|
mmc: sh_mmcif: Add exclusion between cmd and interrupt
Kouichi Tomita
2015-03-23
1
-1
/
+10
*
|
mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()
Kouichi Tomita
2015-03-23
1
-3
/
+3
|
/
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
[next]