index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
mmc: sdhci: Set DMA mask when adding host
Alexandre Courbot
1
-7
/
+41
2016-03-17
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
Adrian Hunter
1
-3
/
+3
2016-02-29
mmc: sdhci: further code simplication
Russell King
1
-11
/
+10
2016-02-29
mmc: sdhci: consolidate the DMA/ADMA size/address quicks
Russell King
1
-32
/
+16
2016-02-29
mmc: sdhci: prepare DMA address/size quirk handling consolidation
Russell King
1
-13
/
+15
2016-02-29
mmc: sdhci: cleanup DMA un-mapping
Russell King
1
-11
/
+3
2016-02-29
mmc: sdhci: clean up host cookie handling
Russell King
1
-6
/
+6
2016-02-29
mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
Russell King
1
-2
/
+1
2016-02-29
mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
Russell King
1
-4
/
+4
2016-02-29
mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
Russell King
1
-39
/
+23
2016-02-29
mmc: sdhci: move sdhci_pre_dma_transfer()
Russell King
1
-27
/
+25
2016-02-29
mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
Russell King
1
-22
/
+7
2016-02-29
mmc: sdhci: avoid walking SG list for writes
Russell King
1
-20
/
+22
2016-02-29
mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
Russell King
1
-20
/
+9
2016-02-29
mmc: sdhci: allocate alignment and DMA descriptor buffer together
Russell King
1
-36
/
+20
2016-02-29
mmc: sdhci: fix data timeout (part 2)
Russell King
1
-2
/
+13
2016-02-29
mmc: sdhci: fix data timeout (part 1)
Russell King
1
-1
/
+1
2016-02-29
mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
Russell King
1
-8
/
+7
2016-02-29
mmc: sdhci: plug DMA mapping leak on error
Russell King
1
-0
/
+16
2016-02-29
mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
Russell King
1
-36
/
+18
2016-02-29
mmc: sdhci: fix command response CRC error handling
Russell King
1
-0
/
+17
2016-02-29
mmc: sdhci: clean up command error handling
Russell King
1
-6
/
+6
2016-02-29
mmc: sdhci: move initialisation of command error member
Russell King
1
-2
/
+3
2016-02-29
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
Al Cooper
1
-1
/
+1
2016-02-11
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
Adrian Hunter
1
-1
/
+1
2016-02-11
mmc: sdhci: Allow override of mmc host operations
Adrian Hunter
1
-1
/
+2
2015-12-28
mmc: sdhci: restore behavior when setting VDD via external regulator
Jisheng Zhang
1
-13
/
+6
2015-12-22
mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
Adrian Hunter
1
-2
/
+2
2015-12-22
mmc: sdhci: 64-bit DMA actually has 4-byte alignment
Adrian Hunter
1
-19
/
+12
2015-12-22
mmc: sdhci: Fix DMA descriptor with zero data length
Adrian Hunter
1
-3
/
+6
2015-12-22
mmc: sdhci: Do not BUG on invalid vdd
Adrian Hunter
1
-1
/
+3
2015-12-22
mmc: sdhci: Fix strings broken across multiple lines
Marek Vasut
1
-34
/
+23
2015-10-26
mmc: sdhci: enable tuning for DDR50
Weijun Yang
1
-3
/
+4
2015-10-26
mmc: sdhci: call sdhci_init() before request irq
Haibo Chen
1
-11
/
+11
2015-10-08
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
ludovic.desroches@atmel.com
1
-0
/
+2
2015-08-27
mmc: sdhci: also get preset value and driver type for MMC_DDR52
Jisheng Zhang
1
-1
/
+3
2015-08-27
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
Haibo Chen
1
-42
/
+25
2015-08-24
mmc: sdhci: switch from programmable clock mode to divided one if needed
ludovic.desroches@atmel.com
1
-9
/
+20
2015-08-17
mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set
Ivan T. Ivanov
1
-2
/
+1
2015-08-17
mmc: sdhci: don't use card state polling when CD GPIO is defined
Ivan T. Ivanov
1
-1
/
+2
2015-08-17
mmc: sdhci: let GPIO based card detection have higher precedence
Ivan T. Ivanov
1
-4
/
+10
2015-08-17
mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN
Suneel Garapati
1
-0
/
+3
2015-07-24
mmc: sdhci: make max-frequency property in device tree work
Dong Aisheng
1
-2
/
+7
2015-07-24
mmc: sdhci check parameters before call dma_free_coherent
Peng Fan
1
-2
/
+5
2015-06-16
mmc: sdhci: fix low memory corruption
Jiri Slaby
1
-1
/
+1
2015-06-08
mmc: sdhci: Restore behavior while creating OCR mask
Ulf Hansson
1
-4
/
+5
2015-06-01
mmc: sdhci: Add a callback to select drive strength
Adrian Hunter
1
-0
/
+13
2015-06-01
mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()
Petri Gynther
1
-0
/
+9
2015-06-01
mmc: host: sdhci: Use BUG_ON()
Fabio Estevam
1
-4
/
+2
2015-06-01
mmc: sdhci: Change to new way of doing re-tuning
Adrian Hunter
1
-99
/
+13
[next]