Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
95562e7fdfe3fae2a10bb7ab16fc1260fe8dd810
/
drivers
/
mmc
« Previous
19b7f79
mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
by David Lanzendörfer
· 11 years ago
6f243f6
mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded value
by Axel Lin
· 11 years ago
03a1685
mmc: omap: Use DIV_ROUND_UP instead of open coded
by Axel Lin
· 11 years ago
e6cc012
mmc: dw_mmc: Don't print data errors
by Doug Anderson
· 11 years ago
da91a8f
mmc: sdhci: track whether preset mode is currently enabled in hardware
by Russell King
· 11 years ago
24fbb3c
mmc: sdhci: move remaining power handling into sdhci_set_power()
by Russell King
· 11 years ago
e921a8b
mmc: sdhci: move regulator handling into sdhci_set_power()
by Russell King
· 11 years ago
b4f3b7c
mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling
by Russell King
· 11 years ago
c314b2b
mmc: sdhci: remove platform_suspend/platform_resume callbacks
by Russell King
· 11 years ago
723f792
mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks
by Russell King
· 11 years ago
850a29b
mmc: sdhci-esdhc-imx: remove emulation of uhs_mode
by Russell King
· 11 years ago
4b6f37d
mmc: sdhci: clean up sdhci_execute_tuning() decision
by Russell King
· 11 years ago
d975f12
mmc: sdhci: cache timing information locally
by Russell King
· 11 years ago
96d7b78
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
by Russell King
· 11 years ago
13e6450
mmc: sdhci: set_uhs_signaling() need not return a value
by Russell King
· 11 years ago
cb399da
mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning
by Russell King
· 11 years ago
10cf496
mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()
by Russell King
· 11 years ago
9d2fc80
mmc: sdhci-esdhc-imx: avoid DMA to kernel stack
by Russell King
· 11 years ago
1771059
mmc: sdhci: convert sdhci_set_clock() into a library function
by Russell King
· 11 years ago
1650d0c
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
by Russell King
· 11 years ago
373073e
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
by Russell King
· 11 years ago
91138ca
mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
by Russell King
· 11 years ago
d1e49f7
mmc: sdhci: convert ADMA descriptors to a coherent allocation
by Russell King
· 11 years ago
de0b65a
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
by Russell King
· 11 years ago
0718e59
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
by Russell King
· 11 years ago
03231f9
mmc: sdhci: convert reset into a library function
by Russell King
· 11 years ago
2317f56
mmc: sdhci: convert generic bus width setup to library function
by Russell King
· 11 years ago
5b4f1f6
mmc: sdhci: plug hole in disabling card detection interrupts
by Russell King
· 11 years ago
b537f94
mmc: sdhci: more efficient interrupt enable register handling
by Russell King
· 11 years ago
be13855
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
by Russell King
· 11 years ago
3560db8
mmc: sdhci: push card_tasklet into threaded irq handler
by Russell King
· 11 years ago
781e989
mmc: sdhci: convert to new SDIO IRQ handling
by Russell King
· 11 years ago
ef10433
mmc: sdhci: clean up sdio interrupt enable handling
by Russell King
· 11 years ago
4100500
mmc: sdhci: clean up interrupt handling
by Russell King
· 11 years ago
bf3b5ec
mmc: sdio_irq: rework sdio irq handling
by Russell King
· 11 years ago
5080a08
mmc: mmci: Enforce max frequency configuration through DT
by Ulf Hansson
· 11 years ago
9b60fa4
drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32
by George Spelvin
· 11 years ago
1836eea
lib/crc7: Shift crc7() output left 1 bit
by George Spelvin
· 11 years ago
197160d
mmc: sdhci: remove mdelay in eMMC tuning
by Nick Sanders
· 11 years ago
4d1f52f
mmc: core: Improve support for deferred regulators
by Tim Kryger
· 11 years ago
bc3c177
mmc: mxcmmc: Use mmc_regulator_get_supply() API
by Alexander Shiyan
· 11 years ago
6e9e406
mmc: atmel: don't test host->data
by Alexandre Belloni
· 11 years ago
b677b885
mmc: rtsx: fix possible linking error if built-in
by Arnd Bergmann
· 11 years ago
9176998
mmc: mxs: fix card detection function for broken card detect
by Daniel Willmann
· 11 years ago
1acee84
mmc: jz4740: don't wait for PRG_DONE after stop command with R1 response
by Alex Smith
· 11 years ago
c373eb4
mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
by Seungwon Jeon
· 11 years ago
0a5b643
mmc: add support for HS400 mode of eMMC5.0
by Seungwon Jeon
· 11 years ago
577fb13
mmc: rework selection of bus speed mode
by Seungwon Jeon
· 11 years ago
2385049
mmc: step power class after final selection of bus mode
by Seungwon Jeon
· 11 years ago
2415c0e
mmc: identify available device type to select
by Seungwon Jeon
· 11 years ago
cdc9917
mmc: drop the speed mode of card's state
by Seungwon Jeon
· 11 years ago
b78871d
mmc: mvsdio: workaround for spurious irqs
by Sebastian Hesselbarth
· 11 years ago
fcf902b
mmc: mvsdio: silence card detect notice
by Sebastian Hesselbarth
· 11 years ago
ceae98f
mmc: core: Try other signal levels during power up
by Tim Kryger
· 11 years ago
1b66e94
mmc: moxart: Add MOXA ART SD/MMC driver
by Jonas Jensen
· 11 years ago
c7f6558
mmc: Add realtek USB sdmmc host driver
by Roger Tseng
· 11 years ago
3beef62
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
by Axel Lin
· 11 years ago
ae0eb34
mmc: dw_mmc: restore the card-present checking point
by Jaehoon Chung
· 11 years ago
9795a84
mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()
by Jaehoon Chung
· 11 years ago
f16afa8
mmc: dw_mmc: remove unnecessary function.
by Jaehoon Chung
· 11 years ago
4a1b27a
mmc: dw_mmc: fix minor coding style.
by Jaehoon Chung
· 11 years ago
907abd5
mmc: dw_mmc: remove unused member variable.
by Jaehoon Chung
· 11 years ago
612de4c
mmc: dw_mmc: replace the bus_hz checking point
by Jaehoon Chung
· 11 years ago
d8a4fb0
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
by Jaehoon Chung
· 11 years ago
384a81d
mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPS
by Alexander Shiyan
· 11 years ago
01e4f95
mmc: mxcmmc: Convert to devm-* API
by Alexander Shiyan
· 11 years ago
15a2e2a
mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops
by Sachin Kamat
· 11 years ago
3faf80d
mmc: mmci: Enforce mmc capabilities through DT
by Ulf Hansson
· 11 years ago
4593df2
mmc: mmci: Enforce DT for signal direction and feedback clock
by Ulf Hansson
· 11 years ago
9dd8a8b
mmc: mmci: Enable MMC_CAP_CMD23
by Ulf Hansson
· 11 years ago
78f87df
mmc: mmci: Use the common mmc DT parser
by Ulf Hansson
· 11 years ago
1a7e99c
mmc: mmci: Add DT bindings for feedback clock pin
by Ulf Hansson
· 11 years ago
ae94caf
mmc: mmci: Add DT bindings for signal direction
by Ulf Hansson
· 11 years ago
ef28998
mmc: mmci: Convert to devm functions
by Ulf Hansson
· 11 years ago
d276209
mmc: mmci: Convert to the mmc gpio API
by Ulf Hansson
· 11 years ago
f3737fa
mmc: mmci: Put the device into low power state at system suspend
by Ulf Hansson
· 11 years ago
571dce4
mmc: mmci: Let runtime PM callbacks be available for CONFIG_PM
by Ulf Hansson
· 11 years ago
42dcc89a
mmc: mmci: Mask IRQs for all variants during runtime suspend
by Ulf Hansson
· 11 years ago
98fcc57
mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"
by Micky Ching
· 11 years ago
1d14310
mmc: Add realtek USB sdmmc host driver
by Roger Tseng
· 11 years ago
5027251
mmc: rtsx: add R1-no-CRC mmc command type handle
by Micky Ching
· 11 years ago
573185c
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
by Ulf Hansson
· 11 years ago
f7bf11a
mmc: core: Use maximum timeout values in case TACC field is zero
by Stefan Wahren
· 11 years ago
d1e5821
mmc: Convert to use ATTRIBUTE_GROUPS
by Axel Lin
· 11 years ago
fa372a5
mmc: Delay the card_event callback into the mmc_rescan worker
by Markus Mayer
· 11 years ago
bb8175a
mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
cab3a80
mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
1a0ae37
mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
4039ff4
mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
5438ad9
mmc: omap: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
6dad6c9
mmc: mmci: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
79f7ae7
mmc: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
97e18dc
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 11 years ago
c674801
mmc: sdhci-acpi: Intel SDIO has broken card detect
by Adrian Hunter
· 11 years ago
2d1eb87
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 11 years ago
95959e6
Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next
by Russell King
· 11 years ago
159d813
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
5491ce3
mmc: sdhci-pxav3: add support for the Armada 38x SDHCI controller
by Marcin Wojtas
· 11 years ago
59ff3eb
workqueue: remove deprecated WQ_NON_REENTRANT
by ZhangZhen
· 11 years ago
415b5a7
mmc: sdhci-msm: Add platform_execute_tuning implementation
by Georgi Djakov
· 11 years ago
Next »