index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-10
mmc: sdhci: Define ADMA descriptor structure
Adrian Hunter
2
-19
/
+18
2014-11-10
mmc: sdhci: Define ADMA constants
Adrian Hunter
2
-10
/
+23
2014-11-10
mmc: sdhci: Define maximum segments
Adrian Hunter
2
-4
/
+10
2014-11-10
mmc: sdhci: Parameterize ADMA sizes and alignment
Adrian Hunter
1
-34
/
+34
2014-11-10
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
Adrian Hunter
1
-6
/
+6
2014-11-10
mmc: sdhci: Add sdhci_adma_mark_end()
Adrian Hunter
1
-1
/
+8
2014-11-10
mmc: sdhci: Rename adma_desc to adma_table
Adrian Hunter
1
-15
/
+16
2014-11-10
mmc: sdhci: Rename two ADMA-related functions for consistency
Adrian Hunter
1
-7
/
+7
2014-11-10
mmc: sdhci: Fix ADMA table size warning
Adrian Hunter
1
-1
/
+1
2014-11-10
mmc: sdhci: Fix ADMA page boundary warnings
Adrian Hunter
1
-2
/
+4
2014-11-10
mmc: sdhci: Fix incorrect ADMA2 descriptor table size
Adrian Hunter
1
-1
/
+7
2014-11-10
mmc: host: atmel-mci: Add support for non-removable slots
Timo Kokkonen
1
-2
/
+9
2014-11-10
mmc: sdhci-pxav3: Get optional core clock
Sebastian Hesselbarth
1
-0
/
+13
2014-11-10
mmc: sdhci-pxav3: Try to get named I/O clock first
Sebastian Hesselbarth
1
-1
/
+3
2014-11-10
mmc: sdhci-pxav3: Move I/O clock to private data
Sebastian Hesselbarth
1
-11
/
+13
2014-11-10
mmc: sdhci-of-arasan: Omit superfluous error messages
Mike Looijmans
1
-4
/
+1
2014-11-10
mmc: dw_mmc: Remove old card detect infrastructure
Doug Anderson
2
-103
/
+20
2014-11-10
mmc: sdhci-of-arasan: Use signed formatting in error messages
Mike Looijmans
1
-2
/
+2
2014-11-10
mmc: atmel-mci: move mach header to platform_data
Alexandre Belloni
1
-1
/
+1
2014-11-10
mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off
Doug Anderson
1
-0
/
+3
2014-11-10
mmc: dw_mmc: Change signal voltage error to dev_dbg()
Doug Anderson
1
-1
/
+1
2014-11-10
mmc: dw_mmc: Reset DMA before enabling IDMAC
Sonny Rao
1
-0
/
+5
2014-11-10
mmc: msm_sdcc: Use platform_set|get_drvdata
Ulf Hansson
1
-3
/
+3
2014-11-10
mmc: sdhci-pxav3: Remove checks for mandatory host clock
Sebastian Hesselbarth
1
-12
/
+8
2014-11-10
mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa
Sebastian Hesselbarth
1
-1
/
+0
2014-11-10
mmc: sdhci-pxav3: Move private driver data to driver source
Sebastian Hesselbarth
1
-0
/
+5
2014-11-10
mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling
Sebastian Hesselbarth
1
-0
/
+1
2014-11-10
mmc: sdhci-pxav2: Drop unused struct sdhci_pxa
Sebastian Hesselbarth
1
-12
/
+3
2014-11-10
mmc: sunxi: Remove unused includes of linux/clk-private.h
Tomeu Vizoso
1
-1
/
+0
2014-11-10
mmc: mmci: fix mmci_post_request
Srinivas Kandagatla
1
-0
/
+7
2014-11-10
mmc: sdhci: fix error conditions for controller reset
Andrew Gabbasov
1
-3
/
+4
2014-11-10
mmc: sdhci: Balance vmmc regulator_disable()
Andrew Gabbasov
1
-3
/
+0
2014-11-10
mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states
Dirk Behme
1
-6
/
+4
2014-11-10
mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
Matteo Facchinetti
1
-5
/
+7
2014-11-10
mmc: mxcmmc: fix race condition when dma finish a data transfer
Matteo Facchinetti
1
-10
/
+3
2014-11-10
mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
Peter Guo
1
-2
/
+0
2014-10-20
mmc: host: drop owner assignment from platform_drivers
Wolfram Sang
7
-7
/
+0
2014-10-06
mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequency
Adrian Hunter
1
-0
/
+5
2014-10-06
mmc: sdhci-acpi: Pass HID and UID to probe_slot
Adrian Hunter
1
-5
/
+8
2014-10-06
mmc: sdhci-acpi: Get UID directly from acpi_device
Adrian Hunter
1
-21
/
+5
2014-10-03
mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconst
Behan Webster
1
-1
/
+1
2014-10-03
mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency
Adrian Hunter
1
-0
/
+2
2014-10-03
mmc: sdhci: Let a driver override timeout clock frequency
Adrian Hunter
1
-0
/
+6
2014-10-03
mmc: sdhci-pci: Add Bay Trail and Braswell SD card detect
Adrian Hunter
2
-1
/
+23
2014-10-03
mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllers
Adrian Hunter
1
-2
/
+4
2014-10-03
mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller
Adrian Hunter
1
-0
/
+1
2014-10-03
mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllers
Adrian Hunter
1
-2
/
+3
2014-10-03
mmc: sdhci: Add quirk for always getting TC with stop cmd
Adrian Hunter
1
-2
/
+6
2014-10-02
mmc: core: restore detect line inversion semantics
Linus Walleij
2
-3
/
+3
2014-09-29
mmc: atmel-mci: fix mismatched section on atmci_cleanup_slot
Arnd Bergmann
1
-1
/
+1
[prev]
[next]